summaryrefslogtreecommitdiff
path: root/framework/source/helper
AgeCommit message (Expand)AuthorFilesLines
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin1-1/+1
2013-09-09WaE: warning C4100: 'aEvent' : unreferenced formal parameterTor Lillqvist1-0/+1
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist2-6/+6
2013-09-09Fix non-debug buildTor Lillqvist1-5/+1
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist3-26/+11
2013-07-29Remove some occurrences of RTL_CONSTASCII_STRINGPARAM and equalsAsciiLFridrich Štrba1-10/+10
2013-07-26fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helperJulien Nabet1-9/+2
2013-07-26ouchFridrich Štrba1-0/+1
2013-07-26Don't dupplicate logic so that one can fix possible bugs only onceFridrich Štrba1-28/+6
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2-2/+0
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin8-143/+34
2013-07-20fdo#35785 LibreOffice's support of recent documents in Windows 7 brokenJesús Corrius1-2/+30
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold5-5/+5
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin1-2/+1
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2-17/+14
2013-05-28remove unnecessary parameter and fieldNoel Grandin2-5/+2
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-3/+3
2013-05-28fdo#46808, Convert frame::LayoutManager service to new sty;eNoel Grandin1-5/+5
2013-05-22fdo#46808, convert XMultiServiceFactory to XComponentContextNoel Grandin1-8/+3
2013-05-22fdo#46808, XMultiServiceFactory to XComponentContextNoel Grandin1-2/+1
2013-04-15fdo#60724 informations -> informationThomas Arnhold3-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák8-73/+70
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin1-13/+32
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-3/+3
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-22s/childrens/children/Tor Lillqvist1-2/+2
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-2/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks8-184/+112
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2-12/+12
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2-23/+14
2012-10-14loplugin: fix some indents and unused OUStringsCaolán McNamara1-2/+1
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold11-91/+0
2012-08-08remove include comments and boxesThomas Arnhold11-104/+0
2012-07-06gridfixes: don't be too generous with exceptions:Frank Schoenheit [fs]1-11/+7
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks4-92/+56
2012-06-02targeted string re-workNorbert Thiebaud5-16/+16
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-11/+11
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-6/+6
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-23/+23
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-8/+10
2012-02-23Remove unused code as listed in unusedcode.easySantiago Martinez2-14/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-2/+0
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-6/+6
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot2-3/+3
2011-12-14catch exception by constant referenceTakeshi Abe1-3/+3