summaryrefslogtreecommitdiff
path: root/bean/BUCK
blob: 0a0ac72b60ea9315ec5d185783d05fc0cf819cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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'],
)
2023-07-06loplugin:unusedfields all-can-be-privateNoel Grandin these fields can be private Change-Id: I74423a9ae2ef0263a28c8a716ab1c55861e453d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154092 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2023-07-05loplugin:finalclassesNoel Grandin Change-Id: I62b094a3bd9a4f630cebdf538c04391e2920ff2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154064 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2023-05-02use more specific class in sdr::table::CellNoel Grandin mpProperties always points at a CellProperties object. Change-Id: Ie78d015a23b48c5b40cbf3564974870e49a0b2af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151239 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>