summaryrefslogtreecommitdiffstats
path: root/udkapi
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-1/+1
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* Keep null service manager throw a DeploymentExceptionStephan Bergmann2012-09-171-2/+2
| | | | | | | ...rather than a general RuntimeException, for consistency with existing service ctor code. Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0
* Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann2012-09-171-2/+3
| | | | | | | | | | | This is such a fatal error that there is probably no point in trying to handle it, so allow to simplify client code by removing the requirement to check for a null return value. Simplified some client code accordingly (modules configmgr and ure, and the code generated by cppumaker and javamaker). Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
* Improvement on previous commitStephan Bergmann2012-09-171-1/+1
| | | | Change-Id: Idadc0feb5e9c8a3abb5e53395003c386932aa05e
* fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin2012-09-173-14/+54
| | | | | | | Create a merged XBridgeFactory2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I7309f4d30f0e772bc203c701eb3407b920ffafcc
* fdo#46808, Add @since tags to new IDL interfacesNoel Grandin2012-09-142-5/+6
| | | | Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-053-8/+40
| | | | | | | | | | The XComponent part of the interface made no sense for a singleton, so it was removed. Explicitly document the 'theCoreReflection' singleton and move it into it's own file. Deprecated the now old CoreReflection service. Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472
* Some clean up of previous commitStephan Bergmann2012-09-031-1/+1
| | | | Change-Id: I6507b731665eb3d98a8fbf3d445f6c85e6d49258
* fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin2012-09-033-15/+60
| | | | | | | Create a merged XPipe interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I682633c6252aab503eb2469c9bd2ba771f10bc4b
* fdo#46808, Remove unnecessary XServiceInfo lines in UNO IDLNoel Grandin2012-08-234-59/+31
| | | | | | | | | | | 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>
* Remove comment art from offapi and udkapiJean-Tiare LE BIGOT2012-08-12351-1539/+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
* remove empty ascii boxes and stuff IIThomas Arnhold2012-08-07144-432/+0
| | | | Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
* udkapi, offapi: do not use #include "foo":Michael Stahl2012-07-3013-16/+16
| | | | | | | | | | Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
* re-base on ALv2 code.Michael Meeks2012-07-0228-675/+445
|
* re-base on ALv2 code.Michael Meeks2012-06-12394-9668/+6122
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann2012-04-201-0/+15
| | | | | | | | | | | | | | | | | | | | | | | ...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.
* fix idl #include guardsTomas Hlavaty2012-04-201-1/+1
|
* idl fix package for CorbaString8 and CorbaUnionTomas Hlavaty2012-04-203-9/+9
|
* add missing #ifndefTomas Hlavaty2012-04-201-0/+5
|
* LoggerRemote.idl: include with full pathMichael Stahl2012-04-201-2/+2
|
* gbuild: "use" vs. "add"David Tardon2012-04-081-1/+1
|
* merge feature/gbuild_componentsDavid Tardon2012-04-065-118/+54
|\
| * merge origin/masterDavid Tardon2012-04-0114-88/+23
| |\
| * | refactor UnoApi classDavid Tardon2012-03-115-115/+51
| | |
* | | fdo#46808, Adapt UNO services to new style, Part 6, updating makefilesNoel Grandin2012-04-021-12/+16
| |/ |/| | | | | | | | | Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* | Remove superfluous commentStephan Bergmann2012-03-271-1/+0
| | | | | | | | ...that looks out of place after previous commit.
* | fdo#46808, Adapt UNO serviecs to new style, Part 1Noel Grandin2012-03-278-42/+9
| | | | | | | | | | | | | | Convert the IDL files in the udkapi module, and update the types.rdb database. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* | Make Converter service new-style, for easier useStephan Bergmann2012-03-132-8/+4
| |
* | Fix typos in commentsElton Chung2012-02-131-2/+2
| |
* | Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+6
| |
* | switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
| |
* | A few safe replacements of pathes->pathsJesús Corrius2012-02-011-1/+1
|/
* Fixup over-ambitious previous revert.Thorsten Behrens2012-01-261-0/+2
| | | | | There were actually some useful bits hidden in that mass-publishing of uno api.
* Revert publishing of lots of UNO types.Thorsten Behrens2012-01-268-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* minor idl fixesTomas Hlavaty2012-01-051-2/+2
|
* add mode-lines to .idl filesCaolán McNamara2012-01-05425-0/+1258
|
* Revert "minor idl fixes" - no explicit license statement yet.Michael Meeks2011-12-201-2/+2
| | | | This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
* Less succes, more successStefan Knorr (astron)2011-12-081-1/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* minor idl fixesTomas Hlavaty2011-12-061-2/+2
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* udkapi: kill dmakefilesMichael Stahl2011-11-213-162/+0
|
* udkapi: empty d.listMichael Stahl2011-11-211-55/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* no need for SRCDIR parameter hereMatúš Kukan2011-10-232-2/+2
|
* UnoApiTarget: replace realpath callsMichael Stahl2011-10-212-2/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* process more idl files at once - second part: makefilesMatúš Kukan2011-09-191-428/+517
|