summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
AgeCommit message (Collapse)Author
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
...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>
2013-06-04*api: convert rest of <member scope="foo">Michael Stahl
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT
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 Meeks
2012-01-05add mode-lines to .idl filesCaolán McNamara
2011-04-02Strip include guards in idl filesJulien Nabet
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.3.498); FILE MERGEDRüdiger Timm
2008/03/31 16:00:50 rt 1.3.498.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGEDRüdiger Timm
2005/09/05 12:20:38 rt 1.2.130.1: #i54170# Change license header: remove SISSL
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte
2004/11/05 17:46:52 fs 1.1.2.2: #i36765# type 2004/07/12 13:39:37 fs 1.1.2.1: submission related interfaces