summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-212-73/+58
| | | | | | | | | | | | | | | | | | | | | | | | | I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
* link embedobj to tools libraryLuboš Luňák2012-12-131-0/+1
| | | | | Usage introduced in dde234b6955a421d51d2b37e4fc3972c660146f0 and MSVC wants an external symbol even if the function is inline, for some reason.
* fdo#46808, remove awt::DisplayAccess service.Noel Grandin2012-12-131-13/+8
| | | | | | | | | This service was never documented in an IDL file. All it did was provide a wrapper around some VCL module API. Now that we can link the VCL stuff into SD and SDEXT, just access the API directly. Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
* fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin2012-12-101-7/+5
| | | | Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-153-9/+6
| | | | | | | | I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
* fdo#56818 Work around deadlock caused by differing lock ordersStephan Bergmann2012-11-073-1/+13
| | | | Change-Id: Iaabe36bf0c1f051f9cebc2b65e614063698959fa
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-5/+3
| | | | | | | | | 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
* embeddedobj: add READMEMiklos Vajna2012-10-181-0/+1
| | | | Change-Id: I8b36c7c6246c872472f5cfaf08703d3047477e6a
* add missing dep for tools/diagnose_ex.hDavid Tardon2012-10-061-0/+4
| | | | Change-Id: Ib2558d444545cbeedc188ade5265e1bb665ade37
* Use prefixTor Lillqvist2012-10-012-2/+2
| | | | Change-Id: I28607f54eb06912ab1d27d80813d54cb6faa7771
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-011-1/+0
| | | | | | | This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-9/+2
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* re-base on ALv2 code.Michael Meeks2012-09-2939-884/+549
|
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+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-281-0/+3
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-2/+2
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-197-27/+26
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-052-10/+5
| | | | | | | | | | Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
* Some builds seem to require a prefixed "system" hereStephan Bergmann2012-09-031-3/+3
| | | | | | | | ... MacOSX-Intel@1-built_no-moz_on_10.6.8 complained with "oleembed.cxx:881: error: "system" has not been declared"; and see previous 88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b "fwk139: #i10000# adopt for linux." Change-Id: Ibd6f6aae69a7fcca7a60a85ed2d82dd5e775deea
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-5/+4
| | | | Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-5/+4
| | | | Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
* add more component prefixesMatúš Kukan2012-09-012-2/+2
| | | | Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
* Removed private fields were acutally used #ifdef WNTStephan Bergmann2012-08-311-0/+10
| | | | Change-Id: I0c4d70884d8735eb6941bc252d0aad838c80fd38
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-6/+0
| | | | Change-Id: I1badf39ddd5c7fc05657d21f17d7775503617b19
* Missing #includeStephan Bergmann2012-08-271-0/+1
|
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-275-64/+60
| | | | Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove bogus date informationThomas Arnhold2012-08-071-1/+0
| | | | Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-3/+3
| | | | | | a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
* removed useless forward declarations of classTakeshi Abe2012-07-052-11/+0
| | | | Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* .dxp files don't need executable bitsMichael Stahl2012-06-223-0/+0
| | | | Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
* re-base on ALv2 code.Michael Meeks2012-06-2119-458/+287
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2115-153/+233
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* cppcheck: Avoid unused variables code warningsMartyn Russell2012-06-121-0/+7
| | | | Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
* cppcheck: avoid unreachable code warningsMartyn Russell2012-06-121-8/+6
| | | | Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
* embeddedobj: try to make MSVC happyMichael Stahl2012-06-061-1/+1
| | | | Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-063-40/+22
| | | | | | | Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-19/+17
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-work (ii)Olivier Hallot2012-06-033-5/+5
| | | | | | further cleanup of aa062d1b735f3ebef00fe64c74240240d3912722 Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b
* targeted string re-workNorbert Thiebaud2012-06-023-8/+8
| | | | Change-Id: I2b2bc81099a7da2300e73fff91d104cc0b6ed2f5
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-7/+1
| | | | Variables should have module name as prefix to prevent collisions.
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* WaE: unused parameterDavid Tardon2012-04-161-0/+3
|
* WaE: initialization orderDavid Tardon2012-04-161-2/+2
|
* WaE: declaration of 'nInd' shadows a previous localDavid Tardon2012-04-161-3/+2
|
* WaE: declaration of 'hr' shadows a previous localDavid Tardon2012-04-161-6/+6
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-083-8/+5
|