summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* editeng: fix more 32-bit Time breakageMichael Stahl2013-12-101-3/+3
* fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier2013-09-231-1/+3
* fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl2013-08-131-0/+2
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-1/+3
* SvStream: remove the error prone operator<</>>(sal_Int64)Michael Stahl2013-07-031-1/+1
* use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke2013-06-151-4/+4
* unused svl/source/items/cstitem.src + hrc cleanupAndras Timar2013-05-142-27/+0
* Remove obsolete RestrictedPath env var supportStephan Bergmann2013-05-142-302/+0
* typo fix: s/inavlid/invalid/Andras Timar2013-05-141-1/+1
* fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza2013-05-091-1/+1
* drop commented-out codeTakeshi Abe2013-05-072-100/+0
* i#120015# Let SdrUndoAttrObj remember a reference to the used style to surviveArmin Le Grand2013-04-301-8/+13
* Bin ugly (ab)use of preprocessor in headersTor Lillqvist2013-04-276-18/+21
* sal_Bool to boolTakeshi Abe2013-04-2612-41/+41
* eliminated another unnecessary rString.toString()Eike Rathke2013-04-231-1/+1
* fixed a mess of out of bounds string accessesEike Rathke2013-04-221-23/+40
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-7/+7
* OUString::startsWith() is not equivalent to String::Match()Eike Rathke2013-04-191-2/+2
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-182-3/+3
* spurious warning C4701: potentially uninitialized local variableMichael Stahl2013-04-121-2/+2
* Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand2013-04-101-12/+8
* fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey2013-04-101-1/+1
* Fix Array index "i" is used before limits checkJulien Nabet2013-04-071-2/+2
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0751-620/+618
* new module i18nlangtagEike Rathke2013-04-0511-12/+12
* resolved fdo#63161 out of bounds string accessEike Rathke2013-04-051-0/+4
* Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann2013-04-031-1/+3
* Revert "Revert "reduce some uglyness""Thomas Arnhold2013-04-022-223/+179
* Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith2013-04-013-14/+14
* ResMgr with LanguageTagEike Rathke2013-03-294-11/+8
* -Werror=unused-macrosStephan Bergmann2013-03-271-1/+1
* Cleanup comments and some translations in style.cxxJoren De Cuyper2013-03-261-57/+10
* "atomar" is not a wordTor Lillqvist2013-03-232-3/+3
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-192-11/+11
* renamed method, it determines if symbol combinesEike Rathke2013-03-181-2/+2
* use switch instead of multiple ifsEike Rathke2013-03-181-9/+13
* make empty subformat code work againEike Rathke2013-03-181-3/+3
* avoid Wundef in cases where the usage seems otherwise okLuboš Luňák2013-03-181-2/+2
* janitorial: typo in commentLionel Elie Mamane2013-03-181-1/+1
* i#120055 Prevent crash caused by un-disposed secondary item pool.Andre Fischer2013-03-151-1/+12
* rename methods to something meaningfulEike Rathke2013-03-152-5/+5
* simplify logicEike Rathke2013-03-151-6/+4
* i#119964 - Number displays different from MS with the same format codeWang Lei2013-03-151-0/+3
* resolved fdo#62278 test for LanguageTag equality resolving system localeEike Rathke2013-03-131-1/+1
* Resolves: #i119943 Underline can not work with ";" in format codeWang Lei2013-03-131-1/+17
* fdo#60724: Fix spelling avaliable -> available.Steven Meyer2013-03-131-1/+1
* Revert "reduce some uglyness"Thomas Arnhold2013-03-122-179/+223
* svl: fix buildThomas Arnhold2013-03-111-4/+4
* reduce some uglyness IIThomas Arnhold2013-03-112-91/+87