summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2013-01-28SfxPoolItem: fix annoying -Werror=shadow the hard wayMichael Stahl2-10/+11
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac20-63/+54
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin3-13/+13
2013-01-28fdo#46808, Convert svl/lockfile code to XComponentContextNoel Grandin3-10/+6
2013-01-22silence MacOS X tinderboxDavid Tardon1-1/+2
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon1-0/+5
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac4-6/+4
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-5/+4
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-8/+8
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+1
2012-12-19resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke1-1/+11
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke2-5/+72
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke1-1/+1
2012-12-13Bad compareToIgnoreAsciiCaseAscii result comparison caused endless loopCédric Bosdonnat1-12/+7
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-14/+0
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-7/+7
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl1-1/+2
2012-11-30Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat1-6/+10
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-3/+5
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat1-8/+20
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens7-19/+0
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin2-4/+2
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-8/+5
2012-11-28fix windows miss in svl OUString workNorbert Thiebaud1-2/+3
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud1-48/+0
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud1-149/+135
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud2-341/+327
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud2-242/+202
2012-11-27String => OUString conversion of svl's PasswordHelperNorbert Thiebaud1-11/+10
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud1-84/+72
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud2-281/+307
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud3-1262/+1661
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud3-48/+67
2012-11-27more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud1-14/+36
2012-11-27use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud1-1/+1
2012-11-27make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud1-44/+86
2012-11-27String -> OUString prep clean-upNorbert Thiebaud1-493/+619
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud2-14/+16
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud1-19/+2
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud1-35/+41
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud1-7/+0
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud1-61/+59
2012-11-27support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud1-9/+16
2012-11-27remove String usage from SvNumberformat::SaveNorbert Thiebaud1-9/+9
2012-11-27convert first and replace afterNorbert Thiebaud1-14/+4
2012-11-27no need for String in SvNumberformat::ConvertLanguage anymoreNorbert Thiebaud1-2/+2
2012-11-27remove String use in SvNumberformat::LoadNorbert Thiebaud1-8/+22