summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2013-12-12n#753460: Copying slides having same master page name.Muthu Subramanian2-0/+17
2013-04-24fixed a mess of out of bounds string accessesEike Rathke1-21/+40
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke1-0/+4
2013-03-27fdo#61429: Stylist: save selection of "Hierarchical" entryMichael Stahl1-0/+1
2013-03-18make empty subformat code work againEike Rathke1-2/+2
2013-03-13resolved fdo#62278 test for LanguageTag equality resolving system localeEike Rathke1-1/+1
2013-03-13Resolves: #i119943 Underline can not work with ";" in format codeWang Lei1-1/+17
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper1-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-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-7/+7
2012-12-05Bye bye ODMATor Lillqvist1-1/+0
2012-12-04more explicit ctorsDavid Tardon11-20/+20
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 Bosdonnat2-9/+12
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat3-13/+30
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens8-21/+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 Thiebaud2-59/+0
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud2-179/+153
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud5-359/+342
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud3-252/+203
2012-11-27String => OUString conversion of svl's PasswordHelperNorbert Thiebaud3-18/+15
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud3-121/+100
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud2-281/+307
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud4-1307/+1707
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud4-114/+132
2012-11-27more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud2-19/+49
2012-11-27use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud2-3/+3
2012-11-27make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud2-46/+99
2012-11-27String -> OUString prep clean-upNorbert Thiebaud1-493/+619
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud3-19/+20
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud2-20/+12
2012-11-27clean-up few more String out of zformat internalsNorbert Thiebaud2-44/+53
2012-11-27no need for String version of ImpGetOutputStandardNorbert Thiebaud2-8/+0
2012-11-27migrating SvNumberformat::GetOutputString implementation to OUStringBufferNorbert Thiebaud2-72/+70
2012-11-27support OUStringBuffer for ImpGetOutputStandardNorbert Thiebaud2-9/+17
2012-11-27remove String usage from SvNumberformat::SaveNorbert Thiebaud2-12/+12
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
2012-11-27convert ImpGet[Date|Time|DateTime]Output to OUStringBufferNorbert Thiebaud2-148/+162
2012-11-27convert ImpGet[Fraction|Scientific|Number]Output to OUStringBufferNorbert Thiebaud2-100/+120
2012-11-27migrate ImpNumberFill implementation to OUStringBufferNorbert Thiebaud1-17/+23
2012-11-27migrate ImpNumberFillWithThousand implementation to OUString[Buffer]Norbert Thiebaud2-35/+40