summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2013-03-14spellingLionel Elie Mamane
Change-Id: Ie56501b781920a0d568062806211abec7e755e00
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13gbuild: refactor SDK packaging of IDL files:Michael Stahl
- 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
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl
Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
2013-03-13Bin DOCUMENTATION OMITTED commentsTor Lillqvist
No need to shout. The lack of documentation is obvious anyway to somebody looking for it. Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6
2013-03-13Bin pointless "DocMerge" comment linesTor Lillqvist
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
2013-03-08fdo#46808, Adapt UNO services to the new style, Part 1-2Gergő Mocsi
Written constructor for opffapi/com/sun/star/accessibility/AccessBridge.idl and rewritten to new style in offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl Signed-off-by Stephan Bergmann <sbergman@redhat.com>: * Moved offapi/com/sun/star/accessibility/AccessBridge.idl from _noheader to _nohdl, as necessary for a new-style service. * Left out changes to offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl, as that appears to never be instantiated at the global component context/service manager, but rather via some local ControlModelContainerBase::createInstance in toolkit/source/controls/controlmodelcontainerbase.cxx, so does not look like it qualifies for a new-style service. Conflicts: offapi/com/sun/star/accessibility/AccessBridge.idl Change-Id: I88dc745cddf9956c930c1216c697dd142e33c846
2013-03-07fdo#46808, Convert text:: and drawing:: ModuleDispatcher service to new styleNoel Grandin
The services already existing, just needed to create the IDL files Change-Id: Ifedd46722ba0bae2985e82d18827c61c1d12cd62
2013-03-07fdo#46808, Convert ui::dialogs::AddressBookSourceDialog to new styleNoel Grandin
The service already existed, it just needed an IDL file. Change-Id: I6b9a5a5fd02985bfdd29bb42f032265d0b5498c7
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin
Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05fix for fdo#61801Noel Grandin
... "crash on Tools - Options - LibreOffice - Personalization - Select Background Image" The root cause of this is my conversion of the UNO code to use the new-style FilePicker service constructor in commit 4b51374a7021d52f7f1be1861e2ee6a011b30ecd Unfortunately, the new-style service constructor will always call initialize(Sequence<Any>), which the old code did not do. And initialize does not like being called without any arguments. The cleanest fix for this is to simply remove the createDefault() service constructor method and make all the call sites explicitly choose the style of FilePicker dialog they want. As a bonus, this simplifies some of the call sites. Change-Id: I75f5e03cff4e39abe22cd9650a079ec78ab636c4 Reviewed-on: https://gerrit.libreoffice.org/2553 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-05fix typo in API documentationMarkus Mohrhard
Change-Id: Ia466bf9d9dfeae04ba5dede377a2fad79405da82
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
2013-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-04fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin
.. to new-style UNO. And deprecate old service in favour of singleton. Change-Id: I67244097c22af02530214d7c529dd0d32f5964c1
2013-03-04fdo#46808, create IDL for awt::tree::DefaultTreeDataModelNoel Grandin
The service already existed. Change-Id: I2acf73b772a7e9cbcb8915561f19c32768459f5c
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-22s/heigth/height/Tor Lillqvist
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane
Factorise the "should this element be printed" decision into an utility function, which is used by 1) AbstractReportElementLayoutController (in charge of non-formatted values: string, image, OLE object, ...) which already obeyed PrintRepeatedValues. 2) TableCellLayoutController (in charge of formatted values: dates, numbers, ...) which blissfully ignored PrintRepeatedValues, but obeyed the display condition. Rename the inconsistently named PrintWhenGroupChange PrintWhenGroupChanges print-only-when-group-change print-when-group-change to PrintWhenGroupChange / print-when-group-change Change the meaning of "PrintWhenGroupChange" to "override PrintRepeatedValues in first occurrence in group". Since this feature never worked under the old semantics, no loss of feature. Since we change the XML attribute name, no ascending compatibility problem: it will be reset to its default value. Pursuant to the new meaning of PrintWhenGroupChange, change its default to *true*, which is the sane default. Change-Id: Idbe8e90565a354f70db222d047b3d51eeddbbb9f
2013-02-15fix grammar with use of conform/conforming/conformsCaolán McNamara
Change-Id: Ie41651359f26a267273bf87c947ee58568983e5c
2013-02-12fdo#46808, Adapt cui::ColorPicker UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I7a43b3f8c1299afde3a613dc7ec1c522c4b7a057
2013-02-12fdo#46808, script::DocumentDialogLibraryContainer needed a new constructorNoel Grandin
Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
2013-02-12fdo#46808, script::DocumentScriptLibraryContainer needed a new constructorNoel Grandin
Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-12fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new styleNoel Grandin
Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1
2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin
Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin
Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
2013-02-11fdo#46808, convert form::runtime::FormController to new-styleNoel Grandin
Change-Id: Ied761cbb8e23d65596a5fdc4650e1cd2c95e9245
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin
Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
2013-02-11fdo#46808, convert xml::xpath::XPathExtension service to new-styleNoel Grandin
Change-Id: Ibdfaa221d33ae405c08bc13aa9ed280b30448772
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin
Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb
2013-02-11fdo#46808, Adapt form::control::FilterControl UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I1ca7ab09491057c1e9c91b5bb6763b84be10b47b
2013-02-11fdo#46808, Use service constructor for awt::DialogProviderNoel Grandin
Change-Id: I5d0a3e66afeadafa6d53ff0a255d036b7e3d528d
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
The services are document::XMLBasicExporter document::XMLOasisBasicExporter Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
2013-02-11fdo#46808, Adapt ConversionDictionaryList UNO service to new styleNoel Grandin
Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin
Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
2013-02-06API CHANGE: unpublish com.sun.star.document.MediaDescriptor.Kohei Yoshida
This is a service that basically describes the properties passed to loadComponentFromURL and possibly other load/save related APIs. As some properties get deprecated (some already have), new ones added as the loading processs gets re-worked (including the type detection process), we need the flexibility to change its property set. Since all properties described here are optional, leaving it published would make little sense. Change-Id: I59384e62c7b6ab5c599141c8fc73a37c8bfe56e7
2013-02-06sw: let drawinglayer manage gradient styles of our textframesMiklos Vajna
With this, the hacks from commits 81a46fc86a530f028a5bd2f5e52fe0372d50ee38 and d7efffebd9651dd866349915360ade64b97d7301 are no longer necessary.
2013-01-30Document com.sun.star.text.GradientTableMiklos Vajna
Introduced in commit 81a46fc86a530f028a5bd2f5e52fe0372d50ee38. Change-Id: I2e54c214916ce1793e07a4a7d42a6cf7e39f3424
2013-01-28text::BaseFrameProperties: add FillGradientName optional propertyMiklos Vajna
Change-Id: Iae428edb97e31ae578d2ab4679f6d346d5339a9f
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
The services are: document::NamedPropertyValues document::IndexedPropertyValues The services already existed, they just did not have IDL files Change-Id: Ibafe9b5afb9b30785df4f66aa923f4b96ceabeed
2013-01-28fdo#46808, Adapt document::FilterConfigRefresh UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I6894a3435159d9f529f2036354e70ee6358fc778