Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
browser
/
components
/
genai
/
assets
/
brands
/ (
Firefox Browser
Version 153.0.1
©
) Datei vom 27.6.2026 mit Größe 1 kB
Bilddatei
XlBorderWeight.idl
products/Sources/formale Sprachen/C/LibreOffice/oovbaapi/ooo/vba/excel/XlBorderWeight.idl
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module excel { constants XlBorderWeight { const long xlHairline = 1; const long xlMedium = -4138; const long xlThick = 4; const long xlThin = 2; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
2026-08-25