summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-068-48/+31
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0623-113/+113
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-49/+49
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-051-1/+1
| | | | Includes too replacement < by != for comparison between current and end iterators
* remove an assert from an attempt to silence clang's false warningLuboš Luňák2012-04-041-8/+1
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=12459 It is not clear to me why the explicit cast was there in the first place, but removing it probably can't make the situation worse than aborting incorrectly.
* WaE: call to pure virtual member functionTor Lillqvist2012-04-041-1/+7
|
* fix the initial font size in the Start CenterIvan Timofeev2012-04-031-0/+3
| | | | | Recover the code that was for some reason removed in commit 78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8.
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-023-61/+47
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-0216-419/+221
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-303-46/+26
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-5/+5
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-8/+10
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-6/+6
|
* drop unused global rtl::OUStringsCaolán McNamara2012-03-281-2/+0
|
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-2/+2
|
* reduce over use of static OUStringsCaolán McNamara2012-03-263-35/+25
|
* .dtd files don't need executable bitsMichael Stahl2012-03-237-0/+0
|
* .xcl files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .sce files don't need executable bitsMichael Stahl2012-03-233-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-234-0/+0
|
* .gif files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-234-0/+0
|
* .java files don't need executable bitsMichael Stahl2012-03-2335-0/+0
|
* overly static lingering OUStringsCaolán McNamara2012-03-232-19/+19
|
* annoying PATHES->PATHS typosCaolán McNamara2012-03-222-32/+26
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* split macros to elide unneeded methodsCaolán McNamara2012-03-203-5/+9
|
* Some include and comment clean upStephan Bergmann2012-03-161-2/+0
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-163-3/+3
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1412-1/+35
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-2/+1
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-14/+14
|
* remove pointless calculationsAndras Timar2012-03-061-16/+3
|
* Added option to hide external link buttons on Start CenterSzabolcs Dezsi2012-03-064-109/+20
| | | | | This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
* attempt fix of hang on base close, due to solarmutex deadlock on joinMichael Meeks2012-03-052-2/+10
|
* add a spaceBjoern Michaelsen2012-03-051-1/+1
|
* lp#562027: actually give the quickstart suppressor a scopeBjoern Michaelsen2012-03-051-1/+1
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0121-59/+59
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* do not include external stuff into namespaceDavid Tardon2012-03-011-5/+15
|
* Bin obviously bogus (Thanks, Clang!) but fortunately unused functionTor Lillqvist2012-02-291-14/+0
|
* Drop comparison with empty rtl::OUStringTakeshi Abe2012-02-291-2/+2
|
* lp#562027: fix logout with quickstarterBjoern Michaelsen2012-02-283-1/+48
|
* some fancy new SAL_LOG tracing for frameworkBjoern Michaelsen2012-02-281-0/+12
|
* Remove unused code as listed in unusedcode.easySantiago Martinez2012-02-232-14/+0
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-2/+0
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-2/+0
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-4/+0
|
* expand and remove css_ui macroThomas Arnhold2012-02-211-10/+7
|