summaryrefslogtreecommitdiffstats
path: root/offapi
Commit message (Collapse)AuthorAgeFilesLines
* Data-aware ListBox: document changes & improve documentationLionel Elie Mamane2013-04-222-3/+17
| | | | Change-Id: If75a2e86654ffef71e37cf55c24af721182215d7
* Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane2013-04-221-5/+16
| | | | | | As opposed to index in list or *display* string Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b
* Rephrase documentation a bitLionel Elie Mamane2013-04-221-2/+2
| | | | Change-Id: Icb02894c32ced62792d641bf1177bdc2b5ba184b
* Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane2013-04-221-7/+9
| | | | Change-Id: I248cd5ec62574f47a27f8b37e1e90333b8748af2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2225-581/+104
|
* Resolves: #i121197# Escape non-ASCII chars from css.style.NumberingTypeAriel Constenla-Haile2013-04-191-10/+10
| | | | | | | | | | | | Patch by: Tsutomu Uchino Review by: arielch (cherry picked from commit 6970569ca1e0adf78ac34a5fbab434f5026d3a89) Conflicts: offapi/com/sun/star/style/NumberingType.idl Change-Id: I9375377c4fb15f871beb46ae96b107bb1296b6b6
* UNO API signature has changed.Kohei Yoshida2013-04-191-1/+1
| | | | Change-Id: Id473207b0c9720b8d40f4dbdec184f0c36344da6
* fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida2013-04-191-0/+3
| | | | | | | | | | | | | | 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
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-186-15/+17
| | | | | | | | | | - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
* remove duplicateLionel Elie Mamane2013-04-151-2/+0
| | | | Change-Id: I0b9122d214dc6d36e9c0a2c090ada213d0bc66d5
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* fdo#60724 informations -> informationThomas Arnhold2013-04-159-10/+10
| | | | Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
* Small format fixes in IDL filesAriel Constenla-Haile2013-04-143-35/+43
| | | | | | | | | (cherry picked from commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225) Conflicts: offapi/com/sun/star/drawing/GraphicExportFilter.idl Change-Id: I77749ab974cf131547cac4e8d41763c3bc3cd3ae
* these @sinces were during the LibreOffice eraCaolán McNamara2013-04-142-2/+2
| | | | Change-Id: Ide4dfaaa3b74aea8dcde0a18d8cd55ca7eb46d1a
* Make this readable on a normal screen too.Jan Holesovsky2013-04-091-2/+18
| | | | Change-Id: I91259408aaa2294b2c1e01ac3979ef402665ac7a
* fdo#46808, Convert frame::Frame to new styleNoel Grandin2013-04-084-117/+150
| | | | Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
* fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin2013-04-082-0/+38
| | | | | | the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
* fdo#46808, convert xforms::XForms to new styleNoel Grandin2013-04-082-0/+39
| | | | | | the service already existed, it just needed an IDL file Change-Id: I4410dbd1e047e5e7e83c84f0b0de7155cc4fa41c
* fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin2013-04-082-2/+2
| | | | Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1
* fdo#46808, convert sdb::tools::ConnectionTools to new styleNoel Grandin2013-04-082-0/+39
| | | | | | service already existed, just needed an IDL file Change-Id: I9000cff76056efecf7ac748bcfc6dd5b8e902e65
* use filelist install method for udkapi and offapiDavid Tardon2013-04-051-222/+224
| | | | | | | | | ... 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>
* fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo2013-04-051-0/+6
| | | | | | Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
* API CHANGE: GetExpression Value is read-only, NumberingType an illusionMichael Stahl2013-04-032-5/+3
| | | | | | | | | | | | | | | 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'
* Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann2013-04-034-6/+6
| | | | | | | ...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
* fdo#46808, convert sdb::QueryDesigner to new styleNoel Grandin2013-04-024-40/+56
| | | | Change-Id: I694dd16920304d0f07369e97c87a4a97b92eadeb
* Resolves: #i119124# - Fix updateRowData @throws documentationAriel Constenla-Haile2013-04-011-1/+1
| | | | | | | | Original author: Tsutomu Uchino <hanya.runo at gmail.com> (cherry picked from commit 0465df078a063637a2d2c73414ceba6cef7abd6c) Change-Id: I11b1d2a11a3ace5f6dbcb4c899fd2449e07e1393
* fdo#46808, convert sdb::CommandDefinition to new-styleNoel Grandin2013-03-252-0/+39
| | | | | | the service already existed, it just needed an IDL file Change-Id: I99c08b4e3a3ee0131b6fd904803efe7273cd1694
* fdo#46808, Convert sdb::application::MacroMigrationWizard to new styleNoel Grandin2013-03-252-0/+44
| | | | | | The service already existed, it just needed an IDL file Change-Id: I8299b12ba8f5f0c00b0ff44dab641a6f19826b01
* add since tag to XUnnamedDatabaseRanges.idlMarkus Mohrhard2013-03-241-0/+1
| | | | Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52
* adapt API documentation for stepped lines featureMarkus Mohrhard2013-03-241-0/+5
| | | | Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0
* fix spelling mistake in @since tagNoel Grandin2013-03-201-1/+1
| | | | Change-Id: I000dbf28c211c90e40fcef7d7cb09cb4902db78f
* fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin2013-03-204-50/+89
| | | | Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
* fdo#46808, convert graphic::PrimitiveFactory2D to new styleNoel Grandin2013-03-202-0/+38
| | | | | | The service already existed, it just needed an IDL file Change-Id: I40fb28d94253c3c577655bb888ff0d0ee3ba3822
* fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin2013-03-202-7/+3
| | | | | | | | 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
* fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin2013-03-203-2/+47
| | | | | | The service already existed, it just needed an IDL file Change-Id: If86cb14d107077da5f10bddd81deda7cf61442ed
* fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin2013-03-202-0/+39
| | | | | | The service already existed, it just needed an IDL file Change-Id: Ia8729e87d65e8a6deda07c102a2a71cae3ce83fd
* fdo#46808, Convert frame::Bibliography to new styleNoel Grandin2013-03-202-0/+38
| | | | | | The service already existed, it just needed an IDL file Change-Id: Iebbc5ede0a46ddf1e0830e2e1697f82df016922c
* fdo#46808, Convert i18n::IndexEntrySupplier to new styleNoel Grandin2013-03-203-8/+2
| | | | Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
* fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin2013-03-202-0/+39
| | | | | | Also fixup servicename. Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
* fdo#46808, Convert linguistic2::ProofreadingIterator to new styleNoel Grandin2013-03-201-1/+1
| | | | Change-Id: I1551f67ce503d58ea9b0e701219b26baadb25b78
* fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin2013-03-204-11/+50
| | | | Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
* offapi: reformat SetExpression.idlMichael Stahl2013-03-191-14/+27
| | | | Change-Id: I6119582d0809c12a273b15ea021758f8d3a6e196
* API CHANGE: SetExpression VariableName is read-onlyMichael Stahl2013-03-192-1/+1
| | | | | | | | | | | | | 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'
* cleanup autodoc outputPeter Foley2013-03-181-1/+1
| | | | Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955
* fdo#61135 stepped lines graph: handle ods filesEricSeynaeve2013-03-191-1/+41
| | | | | | | | | | 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
* spellingLionel Elie Mamane2013-03-141-1/+1
| | | | Change-Id: Ie56501b781920a0d568062806211abec7e755e00
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* gbuild: refactor SDK packaging of IDL files:Michael Stahl2013-03-131-226/+222
| | | | | | | | | - UnoApi: stop delivering IDL files to $(OUTDIR)/idl - add ZipUnoApi to package IDL files for SDK - convert udkapi and offapi to ZipUnoApi and package them in scp2 - odk: remove ugly CustomTarget_idl that uses "find" Change-Id: I8dc4e0e7d0dc51c1abf18f31bfe095760d3c2104
* gbuild: stop using $(OUTDIR)/idlMichael Stahl2013-03-131-1/+1
| | | | | | Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
* Bin DOCUMENTATION OMITTED commentsTor Lillqvist2013-03-1327-393/+0
| | | | | | | No need to shout. The lack of documentation is obvious anyway to somebody looking for it. Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6