summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-19Removed COMPRESSMODE_FULL support from SvStreamMatteo Casalin
2011-12-19callcatcher: Remove unused codeAugust Sodora
2011-12-19Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTIONCaolán McNamara
typedetection doesn't know about 999 COMMENT, it should really.
2011-12-17gcc-trunk: avoid confusionMatúš Kukan
2011-12-15Removed extra semicolonsJesse
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara
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 Meeks
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-13unused inline RemoveStatusFieldCaolán McNamara
2011-12-13SbTextPortions, etc can completely goCaolán McNamara
2011-12-13callcatcher: remove newly unused codeCaolán McNamara
2011-12-12Resolves: fdo#42694 crash inserting table controlCaolán McNamara
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke
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 Stahl
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 McNamara
2011-12-08Remove unused codeAugust Sodora
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-03svt::ToolboxController: valgrind complained...Michael Stahl
2011-12-03property name spelling s/Visiable/Visible/Michael Stahl
2011-12-03svtools: ImpPeekGraphicFormat: STL assertionMichael Stahl
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-30convert over hidden windows-only ByteStringsCaolán McNamara
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-28need extra libCaolán McNamara
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26Remove unnecessary tools includesAugust Sodora
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-23for mixed script mode use sample latin textCaolán McNamara
2011-11-23impress212: #i81610# fixed animation exporterack
# 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 McNamara
2011-11-23_SVSTDARR_ULONGS not used hereCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22ByteString->rtl::OStringCaolán McNamara
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon