summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2012-04-12fdo#34392 recompute column widths after font scale change in startcenterGábor Stefanik1-0/+19
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold2-24/+2
2012-04-11Bin pointless "added by shizhoubo" style commentsTor Lillqvist2-23/+12
2012-04-11fdo#38276: Improve the ">>" toolbar overflow menuIain Billett1-1/+19
2012-04-09s/pathes/paths/Tor Lillqvist7-7/+7
2012-04-09s/pathes/paths/Tor Lillqvist1-3/+3
2012-04-09add package deps for resourcesDavid Tardon1-0/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+3
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl8-15/+15
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi8-48/+31
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi23-113/+113
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi12-49/+49
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-04-04remove an assert from an attempt to silence clang's false warningLuboš Luňák1-8/+1
2012-04-04WaE: call to pure virtual member functionTor Lillqvist1-1/+7
2012-04-03fix the initial font size in the Start CenterIvan Timofeev1-0/+3
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara3-61/+47
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara16-419/+221
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara3-46/+26
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-5/+5
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-8/+10
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-6/+6
2012-03-28drop unused global rtl::OUStringsCaolán McNamara1-2/+0
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-2/+2
2012-03-26reduce over use of static OUStringsCaolán McNamara3-35/+25
2012-03-23.dtd files don't need executable bitsMichael Stahl7-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl3-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl4-0/+0
2012-03-23.gif files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.hrc files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl4-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl35-0/+0
2012-03-23overly static lingering OUStringsCaolán McNamara2-19/+19
2012-03-22annoying PATHES->PATHS typosCaolán McNamara2-32/+26
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara3-5/+9
2012-03-16Some include and comment clean upStephan Bergmann1-2/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann3-3/+3
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann12-1/+35
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-2/+1
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan6-14/+14
2012-03-06remove pointless calculationsAndras Timar1-16/+3
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi4-109/+20
2012-03-05attempt fix of hang on base close, due to solarmutex deadlock on joinMichael Meeks2-2/+10
2012-03-05add a spaceBjoern Michaelsen1-1/+1
2012-03-05lp#562027: actually give the quickstart suppressor a scopeBjoern Michaelsen1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann21-59/+59