Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | ruler: Implemented the design by Mirek M. | Jan Holesovsky | |
See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43 | |||
2012-04-27 | Make the default application background lighter (and remove a hack). | Jan Holesovsky | |
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5 | |||
2012-04-27 | ruler: Kill STYLE_OPTION_MONO usage. | Jan Holesovsky | |
According to the discussion on the design@ list, we want much more flat look overall anyway, so no need to distinguish between '3D' and 'flat' look. Change-Id: Ibf88d722c9ebfa9872ffd9a1a156b77478ded655 | |||
2012-04-25 | Remove unused methods | José Santiago Jiménez Sarmiento | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | DeleteOnIdleItems isn't called anywhere | Caolán McNamara | |
2012-04-25 | after nine years, time to give up on the REGEXP_SUPPORT dream | Caolán McNamara | |
2012-04-25 | drop a String::CreateFromAscii | Caolán McNamara | |
2012-04-24 | it's Erzya, not Eryza | Eike Rathke | |
2012-04-23 | Add some more timelogging, for graphic export here. | Thorsten Behrens | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-19 | fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list | Eike Rathke | |
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-18 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-18 | hard-coded windows dumper path makes no sense for us anymore | Caolán McNamara | |
2012-04-18 | string created but never used | Caolán McNamara | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-11 | Replace deprecated List for std::vector. | Rafael Dominguez | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-10 | catch by const ref | Caolán McNamara | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-05 | drop methods only used in svdem | Caolán McNamara | |
2012-04-04 | fdo#48111 added English_Malawi [en-MW] locale data | Eike Rathke | |
2012-04-03 | ValueSet: reworked key navigation | Matteo Casalin | |
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-03 | ValueSet: simplify calculation of item rectangle | Matteo Casalin | |
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |
2012-04-02 | Convert tools/table.hxx usage to std::set in Calendar class in svtools module | Noel Grandin | |
Also change the API slightly, removing GetSelectedData(int index) and replacing it with GetLastSelectedDate(), since the only usage of GetSelectedData in the codebase only needed to get the last date. | |||
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | removed duplicate includes in svl / svtools | Takeshi Abe | |
2012-03-29 | emf+ on win: flush the header stream, so that it doesn't look like empty | Radek Doulik | |
2012-03-29 | emf+ on win: enable emf+ parsing | Radek Doulik | |
2012-03-29 | no need for a global rtl::OUString here | Caolán McNamara | |
2012-03-28 | don't leak pDirMutex and other code janitorials | Caolán McNamara | |
don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro | |||
2012-03-26 | Remove unused code in svtools. | Santiago Martinez | |
2012-03-26 | ditch collection of static OUStrings | Caolán McNamara | |
2012-03-26 | fold accessibilityoptions_const.hxx into accessibilityoptions.cxx | Caolán McNamara | |
2012-03-23 | weird use of volatile | Caolán McNamara | |
2012-03-23 | SvtAccessibilityOptions::GetIsForBorders is no longer used | Caolán McNamara | |