summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2013-04-24Split offapi/type_reference/types.rdb in twoStephan Bergmann
...now that UnoApiMerge_types is gone. Change-Id: Ie33aeb09692e3b3d851f2278714b037e183b627c
2013-04-24Get rid of UnoApiMerge_typesStephan Bergmann
(The "statistic" target in offapi/UnoApiMerge_types.mk appears to have been dead code already for quite a while.) Change-Id: I0852ebf1f765ba881abb6ce4db496e949076fc64
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin
Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c
2013-04-23fdo#46808, convert drawing::ColorTable to new styleNoel Grandin
The service already existed, it just needed an IDL file.
2013-04-22Data-aware ListBox: document changes & improve documentationLionel Elie Mamane
Change-Id: If75a2e86654ffef71e37cf55c24af721182215d7
2013-04-22Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane
As opposed to index in list or *display* string Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b
2013-04-22Rephrase documentation a bitLionel Elie Mamane
Change-Id: Icb02894c32ced62792d641bf1177bdc2b5ba184b
2013-04-22Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane
Change-Id: I248cd5ec62574f47a27f8b37e1e90333b8748af2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Resolves: #i121197# Escape non-ASCII chars from css.style.NumberingTypeAriel Constenla-Haile
Patch by: Tsutomu Uchino Review by: arielch (cherry picked from commit 6970569ca1e0adf78ac34a5fbab434f5026d3a89) Conflicts: offapi/com/sun/star/style/NumberingType.idl Change-Id: I9375377c4fb15f871beb46ae96b107bb1296b6b6
2013-04-19UNO API signature has changed.Kohei Yoshida
Change-Id: Id473207b0c9720b8d40f4dbdec184f0c36344da6
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida
The idea is to avoid parsing the pivot table sheet output in order to calculate GETPIVOTDATA. The table outout is configurable, and it will only be more configurable in the future. The gist of my rework is to calcualte the result of GETPIVOTDATA with the internl result tree alone. Also, the same result tree can be used for drill down too, which also currently parses the table output, therefore subject to the same limitation & fragility. Change-Id: Ib0147e2aa2b710dfd627df7f535a685301214a52
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-15remove duplicateLionel Elie Mamane
Change-Id: I0b9122d214dc6d36e9c0a2c090ada213d0bc66d5
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-14Small format fixes in IDL filesAriel Constenla-Haile
(cherry picked from commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225) Conflicts: offapi/com/sun/star/drawing/GraphicExportFilter.idl Change-Id: I77749ab974cf131547cac4e8d41763c3bc3cd3ae
2013-04-14these @sinces were during the LibreOffice eraCaolán McNamara
Change-Id: Ide4dfaaa3b74aea8dcde0a18d8cd55ca7eb46d1a
2013-04-09Make this readable on a normal screen too.Jan Holesovsky
Change-Id: I91259408aaa2294b2c1e01ac3979ef402665ac7a
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
2013-04-08fdo#46808, convert xforms::XForms to new styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: I4410dbd1e047e5e7e83c84f0b0de7155cc4fa41c
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin
Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1
2013-04-08fdo#46808, convert sdb::tools::ConnectionTools to new styleNoel Grandin
service already existed, just needed an IDL file Change-Id: I9000cff76056efecf7ac748bcfc6dd5b8e902e65
2013-04-05use filelist install method for udkapi and offapiDavid Tardon
... so we can drop ZipUnoApi again. Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa Reviewed-on: https://gerrit.libreoffice.org/3152 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
2013-04-03API CHANGE: GetExpression Value is read-only, NumberingType an illusionMichael Stahl
The implementation in Writer has Value property read-only since initial CVS import, and NumberingType property never existed, so adapt com.sun.star.text.textfield.GetExpression to implementation. Thanks to the really cool David Ostrovsky for finding these. Change-Id: I3b12a8103d0d6de7dbf644f30db3f192b0331f0a SERVICE: /UCR/com/sun/star/text/textfield/GetExpression SERVICE1 contains 1 more properties as SERVICE2 incompatible change: Field 3 ('NumberingType') of r1 is not longer a property of this SERVICE in r2 incompatible change: Field 6 ('Value') of r1 is not longer a property of this SERVICE in r2 incompatible change: Field 5 ('Value') of r2 is a new property compared to this SERVICE in r1 and is not 'optional'
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann
...does not make sense. Adapted some old-style services accordingly, where the inherited service had been changed to new-style after the fact. Change-Id: I5f3e4ddf99160778a319062a6c84f83529ff177b
2013-04-02fdo#46808, convert sdb::QueryDesigner to new styleNoel Grandin
Change-Id: I694dd16920304d0f07369e97c87a4a97b92eadeb
2013-04-01Resolves: #i119124# - Fix updateRowData @throws documentationAriel Constenla-Haile
Original author: Tsutomu Uchino <hanya.runo at gmail.com> (cherry picked from commit 0465df078a063637a2d2c73414ceba6cef7abd6c) Change-Id: I11b1d2a11a3ace5f6dbcb4c899fd2449e07e1393
2013-03-25fdo#46808, convert sdb::CommandDefinition to new-styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: I99c08b4e3a3ee0131b6fd904803efe7273cd1694
2013-03-25fdo#46808, Convert sdb::application::MacroMigrationWizard to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I8299b12ba8f5f0c00b0ff44dab641a6f19826b01
2013-03-24add since tag to XUnnamedDatabaseRanges.idlMarkus Mohrhard
Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52
2013-03-24adapt API documentation for stepped lines featureMarkus Mohrhard
Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0
2013-03-20fix spelling mistake in @since tagNoel Grandin
Change-Id: I000dbf28c211c90e40fcef7d7cb09cb4902db78f
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
2013-03-20fdo#46808, convert graphic::PrimitiveFactory2D to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I40fb28d94253c3c577655bb888ff0d0ee3ba3822
2013-03-20fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin
API CHANGE: The ScannerManager service now returns XScannerManager2 Don't know why this wasn't done already, the service already implements it. Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: If86cb14d107077da5f10bddd81deda7cf61442ed
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: Ia8729e87d65e8a6deda07c102a2a71cae3ce83fd
2013-03-20fdo#46808, Convert frame::Bibliography to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: Iebbc5ede0a46ddf1e0830e2e1697f82df016922c
2013-03-20fdo#46808, Convert i18n::IndexEntrySupplier to new styleNoel Grandin
Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin
Also fixup servicename. Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
2013-03-20fdo#46808, Convert linguistic2::ProofreadingIterator to new styleNoel Grandin
Change-Id: I1551f67ce503d58ea9b0e701219b26baadb25b78
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
2013-03-19offapi: reformat SetExpression.idlMichael Stahl
Change-Id: I6119582d0809c12a273b15ea021758f8d3a6e196
2013-03-19API CHANGE: SetExpression VariableName is read-onlyMichael Stahl
The implementation in Writer has been read-only since initial CVS import, so adapt com.sun.star.text.textfield.SetExpression to implementation. Change-Id: I70cdd5d0a44cb86426f533c00f86874e8dde8b87 SERVICE: /UCR/com/sun/star/text/textfield/SetExpression incompatible change: Field 11 ('VariableName') of r1 is not longer a property of this SERVICE in r2 incompatible change: Field 11 ('VariableName') of r2 is a new property compared to this SERVICE in r1 and is not 'optional'
2013-03-18cleanup autodoc outputPeter Foley
Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve
The boilerplate code for drawing the 4 types of stepped is in place (as described in ODF1.3, https://tools.oasis-open.org/issues/browse/OFFICE-3662). We can also read the current attribute values used in Gnumeric. These values are converted to ODF1.3 during save. Change-Id: I0f04a779de4b65326ed7ce6de56191f11b51c596
2013-03-14spellingLionel Elie Mamane
Change-Id: Ie56501b781920a0d568062806211abec7e755e00