summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)AuthorFilesLines
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl1-0/+2
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+3
2013-07-03SvStream: remove the error prone operator<</>>(sal_Int64)Michael Stahl1-1/+1
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke1-4/+4
2013-05-14unused svl/source/items/cstitem.src + hrc cleanupAndras Timar2-27/+0
2013-05-14Remove obsolete RestrictedPath env var supportStephan Bergmann2-302/+0
2013-05-14typo fix: s/inavlid/invalid/Andras Timar1-1/+1
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-1/+1
2013-05-07drop commented-out codeTakeshi Abe2-100/+0
2013-04-30i#120015# Let SdrUndoAttrObj remember a reference to the used style to surviveArmin Le Grand1-8/+13
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist6-18/+21
2013-04-26sal_Bool to boolTakeshi Abe12-41/+41
2013-04-23eliminated another unnecessary rString.toString()Eike Rathke1-1/+1
2013-04-22fixed a mess of out of bounds string accessesEike Rathke1-23/+40
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-7/+7
2013-04-19OUString::startsWith() is not equivalent to String::Match()Eike Rathke1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-3/+3
2013-04-12spurious warning C4701: potentially uninitialized local variableMichael Stahl1-2/+2
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-12/+8
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey1-1/+1
2013-04-07Fix Array index "i" is used before limits checkJulien Nabet1-2/+2
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák51-620/+618
2013-04-05new module i18nlangtagEike Rathke11-12/+12
2013-04-05resolved fdo#63161 out of bounds string accessEike Rathke1-0/+4
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann1-1/+3
2013-04-02Revert "Revert "reduce some uglyness""Thomas Arnhold2-223/+179
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith3-14/+14
2013-03-29ResMgr with LanguageTagEike Rathke4-11/+8
2013-03-27-Werror=unused-macrosStephan Bergmann1-1/+1
2013-03-26Cleanup comments and some translations in style.cxxJoren De Cuyper1-57/+10
2013-03-23"atomar" is not a wordTor Lillqvist2-3/+3
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2-11/+11
2013-03-18renamed method, it determines if symbol combinesEike Rathke1-2/+2
2013-03-18use switch instead of multiple ifsEike Rathke1-9/+13
2013-03-18make empty subformat code work againEike Rathke1-3/+3
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-2/+2
2013-03-18janitorial: typo in commentLionel Elie Mamane1-1/+1
2013-03-15i#120055 Prevent crash caused by un-disposed secondary item pool.Andre Fischer1-1/+12
2013-03-15rename methods to something meaningfulEike Rathke2-5/+5
2013-03-15simplify logicEike Rathke1-6/+4
2013-03-15i#119964 - Number displays different from MS with the same format codeWang Lei1-0/+3
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-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-12Revert "reduce some uglyness"Thomas Arnhold2-179/+223
2013-03-11svl: fix buildThomas Arnhold1-4/+4
2013-03-11reduce some uglyness IIThomas Arnhold2-91/+87
2013-03-11reduce some uglynessThomas Arnhold2-223/+179
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1