Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a | |||
2012-06-25 | unnecessary use of UniString::GetBuffer | Caolán McNamara | |
Change-Id: If7d31a649a058a30196e1ed4be28b5c6c42640a0 | |||
2012-06-19 | merge together hand-crafted traditional/simplified chinese tests | Caolán McNamara | |
merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83 | |||
2012-06-19 | reduce amount of static Strings | Caolán McNamara | |
Change-Id: Ic397223332982619d62a30326fa8ceddd59010f3 | |||
2012-06-19 | why on earth are these double null terminated | Caolán McNamara | |
Change-Id: If7246afada76ca078ace48ef6f8bdb6a72adc00a | |||
2012-06-15 | Remove obsolete inetdef.hxx | Thomas Arnhold | |
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8 | |||
2012-06-13 | reduce use of UniString ctor from null-terminated unicodearray | Caolán McNamara | |
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135 | |||
2012-05-30 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I3ef48c34e9e0e1c0e567b013b55a630ee1c7e9c5 | |||
2012-05-24 | removed unused const char[] | Takeshi Abe | |
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-16 | fdo#46074 fdo#49948 Ignore corrupted items in Recent Documents | Stephan Bergmann | |
...following up on 4ccb4bda483eb548eb6efb5e2f1952f094522320 "fdo#46074 Ignore corrupted items in Recent Documents" with another problematic scenario found with fdo#49948. Change-Id: I3e7c803813f09c1f031defc2c18cfab6732b1621 | |||
2012-05-16 | Unwound unhelpful LogHelper::logIt | Stephan Bergmann | |
...where the OSL_FAIL line numbers did not point at the relevant code. Change-Id: I4d12d63782378cbbc446cdcd77c07676ffc81d78 | |||
2012-05-06 | nuke dead code | Takeshi Abe | |
Change-Id: Ic7110a2d589c5be60c2beae1fa8c9e7ed6d63c04 | |||
2012-05-06 | removed unused defines | Takeshi Abe | |
Change-Id: Ibb6141776fc3a418095b7184c7dacfba70dd7238 | |||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | fdo#46074 Ignore corrupted items in Recent Documents | Stephan Bergmann | |
2012-04-10 | add a getBuildVersion helper | Caolán McNamara | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
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-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold historyoptions_const.hxx into historyoptions.cxx | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | fold useroptions_const.hxx into useroptions.cxx | Caolán McNamara | |
2012-03-12 | callcatcher: remove some unused code | Caolán McNamara | |
2012-03-06 | leak in IMHandler::signalIMPreeditChanged early return | Caolán McNamara | |
2012-03-06 | remove TransliterationWrapper::compareSubstring | Caolán McNamara | |
2012-02-09 | utl: delete unused NodeValueAccessor::bind() method | Greg Kroah-Hartman | |
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-27 | drop unnecessary include | Caolán McNamara | |
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | Add configuration wrappers for groups, too (to add listeners etc.). | Stephan Bergmann | |
2012-01-19 | Fix for fdo43460 Part XLII getLength() to isEmpty() | Olivier Hallot | |
Part XLII Modules unotools | |||
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-08 | catch exception by constant reference | Takeshi Abe | |