summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/xpath/XPathExtension.idl
AgeCommit message (Collapse)AuthorFilesLines
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann1-8/+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>
2013-02-11fdo#46808, convert xml::xpath::XPathExtension service to new-styleNoel Grandin1-4/+6
Change-Id: Ibdfaa221d33ae405c08bc13aa9ed280b30448772
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin1-0/+3
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-09-27re-base on ALv2 code. Includes:Michael Meeks1-0/+18
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-01-05add mode-lines to .idl filesCaolán McNamara1-0/+2
2011-04-02Strip include guards in idl filesJulien Nabet1-2/+0
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte1-0/+14
2004/05/25 15:36:14 lo 1.1.2.1: #i28981# xpath extension