summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15better pptx custom shape presets import/exportRadek Doulik1-0/+5
- sometimes we produced unreadable pptx document with custom shape presets - fixes part of n#760997 - before we rely on simple rule that adjustments were named adj1, adj2, ... in case of multiple adjustments and named adj in case there was only one. there are few exceptions though, so now we use exact adjustment names defined in presetShapeDefinitions.xml - TODO: there still might be problem when exporting custom shapes, which didn't originated in pptx import Change-Id: Ic9517a69145a295ba6f680ddc3cc30fc771db3fd
2012-10-02Missing published flag for BorderLine2Cédric Bosdonnat1-1/+1
Change-Id: I32223bbb6c8abb792c3e133da6eba3d57e2fc5f5
2012-09-28move comment to correct place in BorderLine2.idlAndras Timar1-1/+1
Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Conflicts: offapi/com/sun/star/table/BorderLine2.idl Change-Id: I4618f91b0a000c6bece39936a97a5e3ce13b0925
2012-08-29fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann2-0/+8
* fdo#53968 revealed that multiple soffice.bin instances can run removeTree in parallel. Therefore, demoted failures from exceptions to SAL_WARNs. (And keeping fingers crossed.) * a8cdce148c76c93c5d41820610d6e6ac175e03a7 "fdo#53655: Ignore failure to remove directories (as happens on Windows XP)" was due to a forgotten osl::Directory::close before calling osl::Directory::remove after all. * UserInstallations have been seen in the wild where no extensions were installed per-user (any longer), but user/uno_packages/cache/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files contained data nevertheless. To reliably clean out any old junk, refreshBundledExtensionsDir has been extended to cleanExtensionsCache which in tandem with an extended Desktop::SynchronizeExtensionRepositories now cleanly re-installs all bundled, shared, and per-user extensions after a LO upgrade. Change-Id: Ic6b5b6c1945d76eb3a65b6cd4512a657b7a835a0 Reviewed-on: https://gerrit.libreoffice.org/477 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-13Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-20/+0
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Conflicts: setup_native/prj/d.lst Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-02BorderLine2.idl: add missing since tagMichael Stahl1-0/+4
Change-Id: I0c3763289d6ad55acbeb93940a82c88650e33a28 (cherry picked from commit 2af8619ac052f54b258865edb6937c6fe820da5d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-6/+7
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-2/+0
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-3/+4
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-4/+7
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
2012-05-08New UNO API to deal with text range selections.Kohei Yoshida3-0/+94
Change-Id: I Ie868d9d2d8d56459f2013d91f836736cd3fd4d72
2012-05-05Added new constant group to enumerate text field types.Kohei Yoshida2-0/+70
Change-Id: Iee2cd5994ce5145e3449dd5b62309ae3cee6603d
2012-05-02offapi: missing @sinceMiklos Vajna1-0/+2
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák1-0/+5
Now each such numbering should be properly assigned to the given paragraph style. Change-Id: I97a796dfb3f4a46f0fee0663852b3a40c3eaa922
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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-26Do not accidentally instantiate other exts when removing exts at startupStephan Bergmann1-0/+5
2012-04-26fdo#48870: Remove cookie handling code.Gábor Stefanik5-0/+9
2012-04-20idl fix symbol referencesTomas Hlavaty4-5/+5
2012-04-20fix idl #include guardsTomas Hlavaty8-11/+11
2012-04-20idl #ifndef fixTomas Hlavaty1-2/+2
2012-04-20idl type reference fixedTomas Hlavaty1-1/+1
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold3-76/+0
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-04-08gbuild: "use" vs. "add"David Tardon2-3/+3
2012-04-06merge feature/gbuild_componentsDavid Tardon7-1011/+228
2012-04-02this methods don't throw, adapt documentationMarkus Mohrhard1-6/+0
2012-04-02Improved comment (after recent clean up)Stephan Bergmann1-1/+4
2012-04-02fdo#46808, Adapt UNO services to new styleNoel Grandin32-359/+202
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-01merge origin/masterDavid Tardon19-70/+379
2012-03-28Changed some wording.Kohei Yoshida1-4/+4
2012-03-28document queryContentCells limitationLaurent Godard1-1/+6
add also a missing </p> in previous paragraph
2012-03-28add interface XDumper for qa/automated testingMarkus Mohrhard3-0/+71
2012-03-27fdo#46808, Adapt UNO serviecs to new style, Part 1Noel Grandin1-0/+0
Convert the IDL files in the udkapi module, and update the types.rdb database. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-03-21Clarify exampleStephan Bergmann1-1/+2
2012-03-18move addins out of offapi againDavid Tardon7-932/+0
2012-03-16Some include and comment clean upStephan Bergmann1-2/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2-2/+10
2012-03-13Make Converter service new-style, for easier useStephan Bergmann1-0/+0
2012-03-13split into one file for each interface/serviceDavid Tardon7-45/+257
This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered.
2012-03-12SvxULSpaceItem: implement contextual spacingMiklos Vajna1-0/+9
2012-03-11refactor UnoApi classDavid Tardon5-286/+222
2012-03-02Document how to incompatibly change udkapi/offapiStephan Bergmann1-0/+21
2012-02-27Removed unused code.Bartolomé Sánchez Salado1-20/+0
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold3-0/+76
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold3-76/+0
2012-02-18Fix typos in commentsElton Chung2-3/+3
2012-02-14plural right after allLionel Elie Mamane1-1/+1
2012-02-14correct documentation of com::sun::star::sdbc::XDatabaseMetaDataLionel Elie Mamane1-7/+9
2012-02-09forgot to git add TableBorder2.idlEike Rathke1-0/+160
needed for f02f97bcdf7b6789e42f04600fb30daf3e0bfd37
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke4-1/+83
* 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-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+4