summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin1-1/+0
2011-12-19callcatcher: Remove unused codeAugust Sodora10-169/+0
2011-12-19Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTIONCaolán McNamara1-18/+18
typedetection doesn't know about 999 COMMENT, it should really.
2011-12-17gcc-trunk: avoid confusionMatúš Kukan1-1/+1
2011-12-15Removed extra semicolonsJesse3-3/+3
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara1-5/+4
Nobody ever checked the return value anyway, so just return the string and use the stream state bits if necessary to find failures. Doesn't need to be a member, make a standalone function Rename it to read_zeroTerminated_uInt8s_AsO[U]String, stupid perhaps, but *shrug*, unambiguous. Drop misleading overloaded String variants use: read_zeroTerminated_uInt8s_AsOString or read_zeroTerminated_uInt8s_AsOUString added a unit test, valgrinded it, found and fixed invalid read in original implementation.
2011-12-14Cleanup jpeg bitmap creation & loading codeMichael Meeks1-16/+21
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara1-1/+0
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-2/+2
2011-12-13unused inline RemoveStatusFieldCaolán McNamara1-3/+0
2011-12-13SbTextPortions, etc can completely goCaolán McNamara2-26/+0
2011-12-13callcatcher: remove newly unused codeCaolán McNamara9-271/+0
2011-12-12Resolves: fdo#42694 crash inserting table controlCaolán McNamara1-13/+27
2011-12-11Remove ByteStringJulien Nabet1-1/+1
2011-12-11Remove ByteStringJulien Nabet1-3/+2
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke3-3/+10
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again.
2011-12-09svtools: imagemgr.src: use %PRODUCTXMLFILEFORMATNAMEMichael Stahl1-11/+11
Currently on File->Properties we display "LibreOffice 1.0 Text Document" etc. for OpenOffice.org XML format documents, which is wrong: these should not be re-branded.
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara13-538/+0
2011-12-08Remove unused codeAugust Sodora2-41/+0
2011-12-08childs -> childrenMichael T. Whiteley14-185/+185
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+4
2011-12-03svt::ToolboxController: valgrind complained...Michael Stahl1-0/+2
2011-12-03property name spelling s/Visiable/Visible/Michael Stahl2-18/+16
2011-12-03svtools: ImpPeekGraphicFormat: STL assertionMichael Stahl1-2/+7
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke3-6/+8
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara1-8/+9
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke2-5/+5
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28need extra libCaolán McNamara1-0/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara8-36/+40
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara3-4/+6
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann2-9/+7
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-463/+0
2011-11-27remove pch from the include listNorbert Thiebaud5-5/+0
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud216-410/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-26Remove unnecessary tools includesAugust Sodora1-8/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-4/+4
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat7-66/+118
2011-11-23for mixed script mode use sample latin textCaolán McNamara1-8/+7
2011-11-23impress212: #i81610# fixed animation exporterack1-8/+6
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620)
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara5-15/+18
2011-11-23_SVSTDARR_ULONGS not used hereCaolán McNamara1-4/+0
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara2-6/+6
2011-11-22ByteString->rtl::OStringCaolán McNamara4-22/+24
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-1/+1
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara1-4/+2