repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lokdialog: convert the show sheet dialog to async exec
[LibreOffice.git]
/
bean
/
BUCK
blob
94a235b0a87ac8619a30d2f4335bfcd379e3be2e
1
2
java_sources(
3
name = 'officebean-src',
4
srcs = glob(['com/**']),
5
visibility = ['PUBLIC'],
6
)
7
8
java_doc(
9
name = 'officebean-javadoc',
10
title = 'LibreOffice API',
11
pkgs = [
12
'com.sun.star.comp.beans',
13
],
14
paths = ['.'],
15
srcs = glob(['com/**']),
16
deps = [
17
'//:juh',
18
'//:officebean',
19
'//:unoil',
20
'//:ridl',
21
],
22
visibility = ['PUBLIC'],
23
)