summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)Author
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet
2012-04-04remove an assert from an attempt to silence clang's false warningLuboš Luňák
2012-04-04WaE: call to pure virtual member functionTor Lillqvist
2012-04-03fix the initial font size in the Start CenterIvan Timofeev
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-28drop unused global rtl::OUStringsCaolán McNamara
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-23overly static lingering OUStringsCaolán McNamara
2012-03-22annoying PATHES->PATHS typosCaolán McNamara
2012-03-20split macros to elide unneeded methodsCaolán McNamara
2012-03-16Some include and comment clean upStephan Bergmann
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-06remove pointless calculationsAndras Timar
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi
2012-03-05attempt fix of hang on base close, due to solarmutex deadlock on joinMichael Meeks
2012-03-05add a spaceBjoern Michaelsen
2012-03-05lp#562027: actually give the quickstart suppressor a scopeBjoern Michaelsen
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01do not include external stuff into namespaceDavid Tardon
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe
2012-02-28lp#562027: fix logout with quickstarterBjoern Michaelsen
2012-02-28some fancy new SAL_LOG tracing for frameworkBjoern Michaelsen
2012-02-23Remove unused code as listed in unusedcode.easySantiago Martinez
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21expand and remove css_ui macroThomas Arnhold
2012-02-20WaE: unused variablesCaolán McNamara
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe
2012-02-15Various string function clean upStephan Bergmann
2012-02-13Fix typos in commentsElton Chung
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Some cppcheck cleaningJulien Nabet