Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-20 | New cppu::defaultBootstrap_InitialComponentContext implementation | Stephan Bergmann | 1 | -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. | |||||
2012-04-20 | fix idl #include guards | Tomas Hlavaty | 1 | -1/+1 | |
2012-04-20 | idl fix package for CorbaString8 and CorbaUnion | Tomas Hlavaty | 3 | -9/+9 | |
2012-04-20 | add missing #ifndef | Tomas Hlavaty | 1 | -0/+5 | |
2012-04-20 | LoggerRemote.idl: include with full path | Michael Stahl | 1 | -2/+2 | |
2012-04-08 | gbuild: "use" vs. "add" | David Tardon | 1 | -1/+1 | |
2012-04-06 | merge feature/gbuild_components | David Tardon | 5 | -118/+54 | |
2012-04-02 | fdo#46808, Adapt UNO services to new style, Part 6, updating makefiles | Noel Grandin | 1 | -12/+16 | |
Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||||
2012-04-01 | merge origin/master | David Tardon | 14 | -88/+23 | |
2012-03-27 | Remove superfluous comment | Stephan Bergmann | 1 | -1/+0 | |
...that looks out of place after previous commit. | |||||
2012-03-27 | fdo#46808, Adapt UNO serviecs to new style, Part 1 | Noel Grandin | 8 | -42/+9 | |
Convert the IDL files in the udkapi module, and update the types.rdb database. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||||
2012-03-13 | Make Converter service new-style, for easier use | Stephan Bergmann | 2 | -8/+4 | |
2012-03-11 | refactor UnoApi class | David Tardon | 5 | -115/+51 | |
2012-02-13 | Fix typos in comments | Elton Chung | 1 | -2/+2 | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | 1 | -0/+6 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | 1 | -1/+1 | |
2012-01-26 | Fixup over-ambitious previous revert. | Thorsten Behrens | 1 | -0/+2 | |
There were actually some useful bits hidden in that mass-publishing of uno api. | |||||
2012-01-26 | Revert publishing of lots of UNO types. | Thorsten Behrens | 8 | -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 | |||||
2012-01-05 | minor idl fixes | Tomas Hlavaty | 1 | -2/+2 | |
2012-01-05 | add mode-lines to .idl files | Caolán McNamara | 425 | -0/+1258 | |
2011-12-20 | Revert "minor idl fixes" - no explicit license statement yet. | Michael Meeks | 1 | -2/+2 | |
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe. | |||||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | 1 | -1/+1 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-06 | minor idl fixes | Tomas Hlavaty | 1 | -2/+2 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-21 | udkapi: kill dmakefiles | Michael Stahl | 3 | -162/+0 | |
2011-11-21 | udkapi: empty d.list | Michael Stahl | 1 | -55/+0 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | 2 | -2/+2 | |
2011-10-21 | UnoApiTarget: replace realpath calls | Michael Stahl | 2 | -2/+2 | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | 1 | -40/+1 | |
2011-09-19 | process more idl files at once - second part: makefiles | Matúš Kukan | 1 | -428/+517 | |
2011-09-08 | Revert "process more idl files at once - second part: makefiles" | Norbert Thiebaud | 1 | -517/+428 | |
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a. | |||||
2011-09-02 | process more idl files at once - second part: makefiles | Matúš Kukan | 1 | -428/+517 | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | 1 | -1/+1 | |
2011-08-16 | Method description. | Kohei Yoshida | 1 | -0/+7 | |
2011-08-16 | I should add license header to these guys too. | Kohei Yoshida | 2 | -0/+53 | |
2011-08-16 | Added license header to the new file, and other misc changes. | Kohei Yoshida | 1 | -4/+30 | |
2011-08-16 | Renamed XPropertySet2 to XPropertySetOption. | Kohei Yoshida | 2 | -9/+3 | |
To avoid making it appear to be a derived interface of XPropertySet when it's not. | |||||
2011-08-16 | Make XPropertSet2 not a child interface of XPropertySet. | Kohei Yoshida | 1 | -1/+11 | |
This is to preserve ABI backward compatibility with cppu::OPropertySetHelper. | |||||
2011-08-16 | Added XPropertySet2 to allow disabling of change event notifications. | Kohei Yoshida | 2 | -1/+20 | |
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-16 | Extended UNO's script API to allow adding of multiple listeners at once. | Kohei Yoshida | 4 | -0/+48 | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | 5 | -5/+5 | |
2011-08-09 | Add newline at end | Tor Lillqvist | 1 | -1/+1 | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | 1 | -0/+1 | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | 5 | -0/+7 | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | 1 | -1/+0 | |
2011-07-15 | Add values for iOS and Android, style improvements | Tor Lillqvist | 1 | -9/+21 | |