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

Quelle  BUCK   Sprache: unbekannt

 

java_sources(
  name = 'officebean-src',
  srcs = glob(['com/**']),
  root = '.',
  visibility = ['PUBLIC'],
)

java_doc(
  name = 'officebean-javadoc',
  title = 'LibreOffice API',
  pkgs = [
    'com.sun.star.comp.beans',
  ],
  paths = ['.'],
  srcs = glob(['com/**']),
  deps = [
    '//:libreoffice',
    '//:officebean',
  ],
  visibility = ['PUBLIC'],
)

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]