Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/oovbaapi/ooo/vba/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 476 B image not shown  

Quelle  VbFileAttribute.idl   Sprache: unbekannt

 
Spracherkennung für: .idl vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba {
    constants VbFileAttribute {
        const long vbAlias = 64;
        const long vbArchive = 32;
        const long vbDirectory = 16;
        const long vbHidden = 2;
        const long vbNormal = 0;
        const long vbReadOnly = 1;
        const long vbSystem = 4;
        const long vbVolume = 8;
    };
}; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

[ Dauer der Verarbeitung: 0.26 Sekunden  ]