summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Collapse)Author
2012-04-27ruler: Implemented the design by Mirek M.Jan Holesovsky
See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43
2012-04-27Make the default application background lighter (and remove a hack).Jan Holesovsky
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5
2012-04-27ruler: 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-25Remove unused methodsJosé Santiago Jiménez Sarmiento
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-25DeleteOnIdleItems isn't called anywhereCaolán McNamara
2012-04-25after nine years, time to give up on the REGEXP_SUPPORT dreamCaolán McNamara
2012-04-25drop a String::CreateFromAsciiCaolán McNamara
2012-04-24it's Erzya, not EryzaEike Rathke
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-20String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-19fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke
2012-04-18callcatcher: update listCaolán McNamara
2012-04-18UniString->rtl::OUStringCaolán McNamara
2012-04-18hard-coded windows dumper path makes no sense for us anymoreCaolán McNamara
2012-04-18string created but never usedCaolán McNamara
2012-04-16callcatcher: update listCaolán McNamara
2012-04-16callcatcher: update unused codeCaolán McNamara
2012-04-12remove formfeedsThomas Arnhold
2012-04-12callcatcher: update unused code listCaolán McNamara
2012-04-11Replace deprecated List for std::vector.Rafael Dominguez
2012-04-11String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-10catch by const refCaolán McNamara
2012-04-09s/pathes/paths/Tor Lillqvist
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-05drop methods only used in svdemCaolán McNamara
2012-04-04fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke
2012-04-03ValueSet: reworked key navigationMatteo Casalin
2012-04-03Cleanup some unnecessary #includeMatteo Casalin
2012-04-03ValueSet: simplify calculation of item rectangleMatteo Casalin
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar
2012-04-02Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel 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-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik
2012-03-29emf+ on win: enable emf+ parsingRadek Doulik
2012-03-29no need for a global rtl::OUString hereCaolán McNamara
2012-03-28don't leak pDirMutex and other code janitorialsCaolán McNamara
don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro
2012-03-26Remove unused code in svtools.Santiago Martinez
2012-03-26ditch collection of static OUStringsCaolán McNamara
2012-03-26fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara
2012-03-23weird use of volatileCaolán McNamara
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara