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

Quelle  XlLinkStatus.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 { module excel {
    constants XlLinkStatus {
        const long xlLinkStatusCopiedValues = 10;
        const long xlLinkStatusIndeterminate = 5;
        const long xlLinkStatusInvalidName = 7;
        const long xlLinkStatusMissingFile = 1;
        const long xlLinkStatusMissingSheet = 2;
        const long xlLinkStatusNotStarted = 6;
        const long xlLinkStatusOK = 0;
        const long xlLinkStatusOld = 3;
        const long xlLinkStatusSourceNotCalculated = 4;
        const long xlLinkStatusSourceNotOpen = 8;
        const long xlLinkStatusSourceOpen = 9;
    };
}; }; };

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

[ Dauer der Verarbeitung: 0.26 Sekunden  ]