summaryrefslogtreecommitdiff
path: root/embeddedobj/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin3-9/+6
2012-11-07fdo#56818 Work around deadlock caused by differing lock ordersStephan Bergmann1-0/+11
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-5/+3
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-9/+2
2012-09-29re-base on ALv2 code.Michael Meeks29-676/+415
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann7-27/+26
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2-10/+5
2012-09-03Some builds seem to require a prefixed "system" hereStephan Bergmann1-3/+3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-5/+4
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-5/+4
2012-09-01add more component prefixesMatúš Kukan1-1/+1
2012-08-31Removed private fields were acutally used #ifdef WNTStephan Bergmann1-0/+10
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-6/+0
2012-08-27Missing #includeStephan Bergmann1-0/+1
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin5-64/+60
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
2012-07-05removed useless forward declarations of classTakeshi Abe2-11/+0
2012-06-21re-base on ALv2 code.Michael Meeks16-386/+242
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell1-8/+6
2012-06-06embeddedobj: try to make MSVC happyMichael Stahl1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-40/+22
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-19/+17
2012-04-16WaE: unused parameterDavid Tardon1-0/+3
2012-04-16WaE: initialization orderDavid Tardon1-2/+2
2012-04-16WaE: declaration of 'nInd' shadows a previous localDavid Tardon1-3/+2
2012-04-16WaE: declaration of 'hr' shadows a previous localDavid Tardon1-6/+6
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-8/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-16/+10
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-43/+43
2012-03-23.component files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-01embeddedobj: convert to gbuildMatúš Kukan4-253/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann10-25/+18
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2011-12-22Fix for fdo43460 Part XV getLength() to isEmpty()Olivier Hallot10-88/+88
2011-12-09catch exception by constant referenceTakeshi Abe15-148/+148
2011-12-07Change "menues" to "menus"Michael T. Whiteley1-2/+2
2011-11-23Yet another empty pch file; in embeddedobj this time.Joseph Powers25-62/+0
2011-10-05fix post cast removal build errorCaolán McNamara1-3/+3
2011-07-31Some cppcheck cleaningJulien Nabet1-2/+2
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan3-11/+0
2011-05-21Drop OS2Tor Lillqvist1-6/+0
2011-04-29Fix compilation errorTor Lillqvist1-2/+1
2011-04-28both branches of the if are sameDavid Tardon1-16/+3
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2-4/+4
2011-04-12Remove commented code in libs-core/embeddedobj (partially)Xisco Fauli11-60/+0
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks1-36/+0