summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/clipboard/ClipboardManager.idl
AgeCommit message (Collapse)AuthorFilesLines
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann1-7/+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>
2012-09-03Remove unnecessary XTypeProvider from IDLNoel Grandin1-5/+0
XTypeProvider does not need to be explicitly declared in interface or service definitions, it is handling automagically by the cppuhelpers. Along the way, convert service definitions that now only have one interface into new-style UNO service definitions. Change-Id: Id1706b5afdc2c49f89c583eef8cf0a8a0721713f
2012-08-23fdo#46808, Remove unnecessary XServiceInfo lines in UNO IDLNoel Grandin1-5/+0
XServiceInfo does not need to be declared as a supported sub-interface for services, it is always implicitly there. Also, for those services that now only contain one interface, convert them to new-style service IDL declarations. Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT1-8/+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 Meeks1-23/+14
2012-01-05add mode-lines to .idl filesCaolán McNamara1-0/+3
2011-04-02Strip include guards in idl filesJulien Nabet1-8/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.6.500); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 15:59:14 rt 1.6.500.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:16:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL
2004-06-03INTEGRATION: CWS sb18 (1.4.406); FILE MERGEDOliver Bolte1-4/+4
2004/05/21 14:57:21 sb 1.4.406.1: #i21150# Added published flag.
2002-10-03#94968# IDL reviews mergedMichael Hönnig1-5/+4
2000-11-08moved from apiMichael Hönnig1-2/+2
2000-11-06moved from apiMichael Hönnig1-2/+2
2000-11-06moved from apiMichael Hönnig1-0/+119