summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/scanner
AgeCommit message (Collapse)AuthorFilesLines
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann6-40/+0
...which were used by ildc, which is gone since a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc and regmerge from the SDK", and have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-05-03remove empty commentsNoel Grandin1-2/+0
found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2013-09-04Fix UNOIDL interface method parameter identifiersStephan Bergmann2-5/+5
UNOIDL identifiers starting with a lowercase letter and containing underscores are reserved for the implementation. It would be good to be able to enforce that in code parsing UNOIDL files, but some existing identifiers violate that. So at least change any violating method parameter identifiers here. While that is theoretically an incompatible change for published interfaces, it practically does not matter at all. Change-Id: I5eff17b5dd5e2e92984184127c4fe1712d62c9dd
2013-06-04*api: convert <type>Foo</type>Michael Stahl1-1/+1
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-03-20fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin2-7/+3
API CHANGE: The ScannerManager service now returns XScannerManager2 Don't know why this wasn't done already, the service already implements it. Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f
2012-09-27re-base on ALv2 code. Includes:Michael Meeks3-72/+45
linecap: Reintegrating finished LineCap feature Work contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 i118815 - Deprecate service due to removed implementation Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1233320 i118814 - Allow set timeout in Mail API Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1235679 included in the Apache baseline: dr80: #i117511# remove some assertions in xlsx/xlsb import filters Patch contributed by Daniel Rentz
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT6-33/+0
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-06-12re-base on ALv2 code.Michael Meeks2-52/+34
2012-04-02fdo#46808, Adapt UNO services to new styleNoel Grandin1-5/+1
Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-01-05add mode-lines to .idl filesCaolán McNamara6-0/+18
2011-10-20Added a scanbutton to the scan-dialogRob Snelders2-0/+65
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-50/+0
2011-04-02Strip include guards in idl filesJulien Nabet3-24/+0
2011-01-27Some fixes to documentation (part 3)Aurimas Fišeras1-2/+2
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-2/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien6-25/+6
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.5.300); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 16:02:52 rt 1.5.300.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.500); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:02:52 rt 1.7.500.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.500); FILE MERGEDRüdiger Timm3-69/+54
2008/03/31 16:02:52 rt 1.5.500.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.500); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:02:52 rt 1.6.500.1: #i87441# Change license header to LPGL v3.
2006-12-01INTEGRATION: CWS dba22a (1.4.222); FILE MERGEDRüdiger Timm1-3/+3
2006/11/13 10:55:15 fs 1.4.222.1: corrected PRJNAME
2005-09-08INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 12:25:16 rt 1.3.680.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:25:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGEDRüdiger Timm3-141/+63
2005/09/05 12:25:15 rt 1.4.242.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:25:14 rt 1.5.242.1: #i54170# Change license header: remove SISSL
2004-06-03INTEGRATION: CWS sb18 (1.5.426); FILE MERGEDOliver Bolte1-3/+3
2004/05/21 15:01:06 sb 1.5.426.1: #i21150# Added published flag.
2004-06-03INTEGRATION: CWS sb18 (1.3.450); FILE MERGEDOliver Bolte2-6/+6
2004/05/21 15:01:06 sb 1.3.450.1: #i21150# Added published flag.
2004-06-03INTEGRATION: CWS sb18 (1.3.450); FILE MERGEDOliver Bolte1-3/+3
2004/05/21 15:01:05 sb 1.3.450.1: #i21150# Added published flag.
2004-06-03INTEGRATION: CWS sb18 (1.4.426); FILE MERGEDOliver Bolte1-3/+3
2004/05/21 15:01:05 sb 1.4.426.1: #i21150# Added published flag.
2001-11-15proofreading and corrections from Richard HoltMichael Hönnig2-7/+7
2001-03-16remove interfaceheader with uik and remove [const] in method definitionsJuergen Schmidt1-3/+2
2000-11-08moved from apiMichael Hönnig6-12/+12
2000-11-06moved from apiMichael Hönnig6-12/+12
2000-11-06moved from apiMichael Hönnig6-0/+621