summaryrefslogtreecommitdiffstats
path: root/embeddedobj
Commit message (Expand)AuthorAgeFilesLines
* fdo#60491: embeddedobj: catch exception in fallback pathMichael Stahl2013-02-131-1/+8
* fdo#60234 fdo#60492: fix emboleobj library on WNT:Michael Stahl2013-02-111-1/+1
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-153-9/+6
* fdo#56818 Work around deadlock caused by differing lock ordersStephan Bergmann2012-11-073-1/+13
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-5/+3
* embeddedobj: add READMEMiklos Vajna2012-10-181-0/+1
* add missing dep for tools/diagnose_ex.hDavid Tardon2012-10-061-0/+4
* Use prefixTor Lillqvist2012-10-012-2/+2
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-011-1/+0
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-9/+2
* re-base on ALv2 code.Michael Meeks2012-09-2939-884/+549
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-0/+3
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-2/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-197-27/+26
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-052-10/+5
* Some builds seem to require a prefixed "system" hereStephan Bergmann2012-09-031-3/+3
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-5/+4
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-5/+4
* add more component prefixesMatúš Kukan2012-09-012-2/+2
* Removed private fields were acutally used #ifdef WNTStephan Bergmann2012-08-311-0/+10
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-6/+0
* Missing #includeStephan Bergmann2012-08-271-0/+1
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-275-64/+60
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+0
* remove bogus date informationThomas Arnhold2012-08-071-1/+0
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-3/+3
* removed useless forward declarations of classTakeshi Abe2012-07-052-11/+0
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
* .dxp files don't need executable bitsMichael Stahl2012-06-223-0/+0
* re-base on ALv2 code.Michael Meeks2012-06-2119-458/+287
* re-base on ALv2 code.Michael Meeks2012-06-2115-153/+233
* cppcheck: Avoid unused variables code warningsMartyn Russell2012-06-121-0/+7
* cppcheck: avoid unreachable code warningsMartyn Russell2012-06-121-8/+6
* embeddedobj: try to make MSVC happyMichael Stahl2012-06-061-1/+1
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-063-40/+22
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-19/+17
* targeted string re-work (ii)Olivier Hallot2012-06-033-5/+5
* targeted string re-workNorbert Thiebaud2012-06-023-8/+8
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-7/+1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* 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
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-5/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-17/+11