summaryrefslogtreecommitdiff
path: root/udkapi
AgeCommit message (Collapse)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann
...that no longer uses XSimpleRegistry structures for the service data and thus is potentially more performant. * Registry-based functions from cppuhelper/bootstrap are deprecated now, client code should always use defaultBootstrap_InitialComponentContext. * References to the obsolete UNO_WRITERDB have been removed. * Some of the functions in cppuhelper/source that are used from multiple .cxx but had not been properly placed into .hxx have been cleaned up. * css.lang.ServiceManager XSet insert/remove now support special sequence<NamedValue> to improve live deployment/removal of XML-based extension components data. * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading logic for empty/non-existent directories" have been obsoleted by this change and have been reverted again.
2012-04-20fix idl #include guardsTomas Hlavaty
2012-04-20idl fix package for CorbaString8 and CorbaUnionTomas Hlavaty
2012-04-20add missing #ifndefTomas Hlavaty
2012-04-20LoggerRemote.idl: include with full pathMichael Stahl
2012-04-08gbuild: "use" vs. "add"David Tardon
2012-04-06merge feature/gbuild_componentsDavid Tardon
2012-04-02fdo#46808, Adapt UNO services to new style, Part 6, updating makefilesNoel Grandin
Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-04-01merge origin/masterDavid Tardon
2012-03-27Remove superfluous commentStephan Bergmann
...that looks out of place after previous commit.
2012-03-27fdo#46808, Adapt UNO serviecs to new style, Part 1Noel Grandin
Convert the IDL files in the udkapi module, and update the types.rdb database. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-03-13Make Converter service new-style, for easier useStephan Bergmann
2012-03-11refactor UnoApi classDavid Tardon
2012-02-13Fix typos in commentsElton Chung
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-26Fixup over-ambitious previous revert.Thorsten Behrens
There were actually some useful bits hidden in that mass-publishing of uno api.
2012-01-26Revert publishing of lots of UNO types.Thorsten Behrens
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl
2012-01-05minor idl fixesTomas Hlavaty
2012-01-05add mode-lines to .idl filesCaolán McNamara
2011-12-20Revert "minor idl fixes" - no explicit license statement yet.Michael Meeks
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06minor idl fixesTomas Hlavaty
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-21udkapi: kill dmakefilesMichael Stahl
2011-11-21udkapi: empty d.listMichael Stahl
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-21UnoApiTarget: replace realpath callsMichael Stahl
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-19process more idl files at once - second part: makefilesMatúš Kukan
2011-09-08Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
2011-09-02process more idl files at once - second part: makefilesMatúš Kukan
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-16Method description.Kohei Yoshida
2011-08-16I should add license header to these guys too.Kohei Yoshida
2011-08-16Added license header to the new file, and other misc changes.Kohei Yoshida
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida
To avoid making it appear to be a derived interface of XPropertySet when it's not.
2011-08-16Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida
This is to preserve ABI backward compatibility with cppu::OPropertySetHelper.
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida
Sometimes broadcasting changes to the property set on every new value insertion makes no sense especially during import. Turning that off also improves performance especially when inserting millions of property values.
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09Add newline at endTor Lillqvist
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen