Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field. | Kohei Yoshida | |
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61 | |||
2012-05-11 | Removing EXTENDED_DATE. There is really no such thing. | Kohei Yoshida | |
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0 | |||
2012-05-11 | Better names for presentation specific field item types. | Kohei Yoshida | |
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17 | |||
2012-05-11 | Added UNSPECIFIED to textfield::Type. | Kohei Yoshida | |
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb | |||
2012-05-08 | New UNO API to deal with text range selections. | Kohei Yoshida | |
Change-Id: I Ie868d9d2d8d56459f2013d91f836736cd3fd4d72 | |||
2012-05-05 | Added new constant group to enumerate text field types. | Kohei Yoshida | |
Change-Id: Iee2cd5994ce5145e3449dd5b62309ae3cee6603d | |||
2012-05-02 | offapi: missing @since | Miklos Vajna | |
2012-05-02 | finish handling of w:pStyle in numbering (bnc#751028) | Luboš Luňák | |
Now each such numbering should be properly assigned to the given paragraph style. Change-Id: I97a796dfb3f4a46f0fee0663852b3a40c3eaa922 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern 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-26 | Do not accidentally instantiate other exts when removing exts at startup | Stephan Bergmann | |
2012-04-26 | fdo#48870: Remove cookie handling code. | Gábor Stefanik | |
2012-04-20 | idl fix symbol references | Tomas Hlavaty | |
2012-04-20 | fix idl #include guards | Tomas Hlavaty | |
2012-04-20 | idl #ifndef fix | Tomas Hlavaty | |
2012-04-20 | idl type reference fixed | Tomas Hlavaty | |
2012-04-12 | offapi: remove obsolete XInplaceLayout (2nd try) | Thomas Arnhold | |
This is related to 10e580c57b907420e8c6d816325445a40a720e4a | |||
2012-04-08 | gbuild: "use" vs. "add" | David Tardon | |
2012-04-06 | merge feature/gbuild_components | David Tardon | |
2012-04-02 | this methods don't throw, adapt documentation | Markus Mohrhard | |
2012-04-02 | Improved comment (after recent clean up) | Stephan Bergmann | |
2012-04-02 | fdo#46808, Adapt UNO services to new style | Noel Grandin | |
Update selected IDL files to use new syntax. 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 | |
2012-03-28 | Changed some wording. | Kohei Yoshida | |
2012-03-28 | document queryContentCells limitation | Laurent Godard | |
add also a missing </p> in previous paragraph | |||
2012-03-28 | add interface XDumper for qa/automated testing | Markus Mohrhard | |
2012-03-27 | fdo#46808, Adapt UNO serviecs to new style, Part 1 | Noel 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-21 | Clarify example | Stephan Bergmann | |
2012-03-18 | move addins out of offapi again | David Tardon | |
2012-03-16 | Some include and comment clean up | Stephan Bergmann | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-13 | Make Converter service new-style, for easier use | Stephan Bergmann | |
2012-03-13 | split into one file for each interface/service | David Tardon | |
This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered. | |||
2012-03-12 | SvxULSpaceItem: implement contextual spacing | Miklos Vajna | |
2012-03-11 | refactor UnoApi class | David Tardon | |
2012-03-02 | Document how to incompatibly change udkapi/offapi | Stephan Bergmann | |
2012-02-27 | Removed unused code. | Bartolomé Sánchez Salado | |
2012-02-18 | Revert "offapi: remove obsolete XInplaceLayout" | Thomas Arnhold | |
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it... | |||
2012-02-18 | offapi: remove obsolete XInplaceLayout | Thomas Arnhold | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-14 | plural right after all | Lionel Elie Mamane | |
2012-02-14 | correct documentation of com::sun::star::sdbc::XDatabaseMetaData | Lionel Elie Mamane | |
2012-02-09 | forgot to git add TableBorder2.idl | Eike Rathke | |
needed for f02f97bcdf7b6789e42f04600fb30daf3e0bfd37 | |||
2012-02-09 | added TableBorder2 using BorderLine2, implemented BorderLine2 properly | Eike Rathke | |
* added com::sun::star::table::TableBorder2 with com::sun::star::table::BorderLine2 members * added optional com::sun::star::table::BorderLine2 properties to com::sun::star::table::CellProperties service * changes in Calc * support TableBorder2, additionally to TableBorder * reverted change that made all BorderLine properties operate with BorderLine2 structs * instead support both, BorderLine and BorderLine2 | |||
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-27 | Pick additional cleanups from -3-5-0 branch. | Norbert Thiebaud | |
This cherry-picks the extra cleanups from the UNO type publishing revert. | |||
2012-01-26 | Fixup over-ambitious previous revert. | Thorsten Behrens | |
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 | |
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-25 | typo | Stephan Bergmann | |
2012-01-19 | Undo comment fix that introduces start of nested comment. | Stephan Bergmann | |