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
sc: filter: rtf: add method "AddFont"
[LibreOffice.git]
/
bean
/
BUCK
blob
0a0ac72b60ea9315ec5d185783d05fc0cf819cd1
1
2
java_sources(
3
name = 'officebean-src',
4
srcs = glob(['com/**']),
5
root = '.',
6
visibility = ['PUBLIC'],
7
)
8
9
java_doc(
10
name = 'officebean-javadoc',
11
title = 'LibreOffice API',
12
pkgs = [
13
'com.sun.star.comp.beans',
14
],
15
paths = ['.'],
16
srcs = glob(['com/**']),
17
deps = [
18
'//:libreoffice',
19
'//:officebean',
20
],
21
visibility = ['PUBLIC'],
22
)