summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-311-0/+2
| | | | | | | Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
* CMIS: added CheckOut in the File menuCédric Bosdonnat2012-10-311-0/+1
| | | | Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-284-0/+14
| | | | | | | Change-Id: Iae27a96c1e2ed72d2744fcbe100d6ada7dc41c82 Reviewed-on: https://gerrit.libreoffice.org/914 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#46808, use service constructor for system::SystemShellExecuteNoel Grandin2012-10-241-20/+15
|
* Related fdo#46808: Improve previous commit slightlyStephan Bergmann2012-10-241-10/+2
| | | | Change-Id: I95da6e3082a3ebd0bebabf233497ae40d6398fdd
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-10/+5
| | | | | | | | | Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-232-6/+5
| | | | Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94
* drop rdbmaker completelyMatúš Kukan2012-10-221-1/+1
| | | | Change-Id: I313afb391562adae4f91c55480a036c228e0b540
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-191-1/+1
| | | | | | | Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831 Reviewed-on: https://gerrit.libreoffice.org/887 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-196-23/+23
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-124-5/+5
| | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-113-3/+3
| | | | | | There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
* fix extensions build with Win8 SDKPeter Foley2012-10-076-3/+11
| | | | Change-Id: I7c38722c98300f419e6129b46c89b68f46ce4173
* Don't do these for Android and iOS for nowTor Lillqvist2012-10-071-3/+4
| | | | | | | | | Again, must of the rest of the stuff here probably doesn't make sense for Android or iOS either, but at least it compiles. (It won't get linked into an app anyway, so just a small waste of time to have it compiled.) Change-Id: I32f56a11312c6a3b5eba00d2db8f0a43dd0752e0
* add missing dep on comphelper/documentconstants.hxxDavid Tardon2012-10-061-0/+4
| | | | Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992
* tools/pathutils.hxx is windows-onlyDavid Tardon2012-10-061-1/+2
| | | | Change-Id: I280342029d830e4ffac2902dbb76e6ee9635dc70
* add missing dep on tools/diagnose_ex.hDavid Tardon2012-10-063-4/+4
| | | | Change-Id: I171a134250a2fc00f51c550a785125bb9708603b
* add missing deps on headersDavid Tardon2012-10-061-0/+6
| | | | Change-Id: I665ec137c0c1249b4c8a566015026cfe44c88fff
* Fixes/improvements on previous commitStephan Bergmann2012-10-044-9/+8
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-044-17/+13
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* Use prefixTor Lillqvist2012-10-0126-27/+27
| | | | Change-Id: Ica989983b36ff4df7f6d6ab529c3bc0efef984e1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-8/+5
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* add missing deps for tools/color.hxxDavid Tardon2012-10-012-1/+7
| | | | Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a
* Use comphelper::getComponentContextStephan Bergmann2012-09-292-2/+4
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-289-18/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-2810-32/+38
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-282-9/+12
| | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-282-8/+8
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-289-9/+18
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-289-0/+9
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-3/+3
| | | | | | | | | Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
* Improvements on previous commitStephan Bergmann2012-09-274-15/+13
| | | | | | | | | | | | | | | | | | | | | * Made XDatabaseContext inherit XDatabaseRegistrations non-optionally, adapted call-sites to just use XDatabaseContext w/o querying. (The previous commit had inadvertantly effectively removed support for XDatabaseRegistrations from the ODatabaseContext implementation, as an optional UNO super-interface does not lead to a super-class in the corresponding C++ class hierarchy, but making the super-interface non-optional fixes that anyway.) * Adapted some more call-sites to just use XDatabaseContext w/o querying. * Added @since tag. * Replaced new uses of comphelper::ComponentContext::getUNOContext with comphelper::getComponentContext (see 03a9f139bd9ea1a4f9096fc982e6b326def58532 "ComponentContext::getUnoContext -> getComponentContext simplification;" I intend to get rid of comphelper/componentcontext.hxx much sooner than of comphelper/processfactory.hxx). Change-Id: I68d09f2dbe651629f79ed21cd40cdb6d6b32c624
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-274-28/+23
| | | | | | | | | Create a merged XDatabaseContext interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Quite a few IDL files had to be marked as published for this to work. Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
* fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin2012-09-271-10/+2
| | | | | | | | | | Create a merged XGlobalEventBroadcaster interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also add two interfaces to the IDL, which the service already implemented, and existing client code already used. Change-Id: Ib7a9a30c0e50146ef621f3fe5227f8aad3190516
* fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-09-265-18/+2
| | | | | | | | This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-2513-31/+31
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* WaE: format (64-bit)Tor Lillqvist2012-09-212-6/+6
| | | | Change-Id: Idc7179f393da9e97a86ca910eff15697f094ece1
* Wrong includeStephan Bergmann2012-09-191-1/+1
| | | | Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-195-9/+8
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#34792 - Fix for truncated field labels in Bibliography database dialogsagar2012-09-171-5/+5
| | | | | | | Change-Id: I256b2b0ad508faed68c9faf0df6a9bb2e334cc66 Reviewed-on: https://gerrit.libreoffice.org/627 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-145-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2012-09-143-34/+17
| | | | | | | Create a merged XUniversalContentBroker interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
* build fix.Michael Meeks2012-09-121-3/+3
|
* targetted VBA re-work.Noel Power2012-09-121-16/+1
|
* misc fixes and improvementsNoel Power2012-09-113-0/+12
| | | | | | | hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
* attempt own scrollNoel Power2012-09-113-0/+24
| | | | Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
* Java cleanup, fixup the TestPGP code to compile again.Noel Grandin2012-09-101-40/+10
| | | | Change-Id: I7b77f1a21936ff63b64d005fff3343df30b90b38
* Inadvertent omit of Events node from Jobs-onlineupdate.xcuStephan Bergmann2012-09-061-1/+1
| | | | | | ...causing update check to not run due to the missing JobList entry. Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-062-4/+0
| | | | Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
* Update with info about online update checking lifetime.Jan Holesovsky2012-09-061-1/+14
| | | | Change-Id: I6f631fbf9f9e3e958ab3269d099be42e0854493a