summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/autoform.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-16/+0
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-3/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-3/+3
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-6/+6
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-8/+7
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-62/+62
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-7/+7
2014-03-22Fix the conditionJulien Nabet1-1/+1
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-34/+34
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-17sal_Bool->boolNoel Grandin1-4/+4
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-4/+4
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-37/+37
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-3/+3
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-10/+0
2013-08-14XubString->OUStringCaolán McNamara1-2/+2
2013-04-19just added a big red noticeEike Rathke1-1/+4
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-5/+5
2013-01-192 small fixesJulien Nabet1-4/+10
2013-01-01Fix some 'bRet' is reassigned a value before the old one has been usedJulien Nabet1-8/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-8/+8
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl1-113/+1
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-119/+136
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida1-43/+102
2012-02-06The usual bool & string conversion.Kohei Yoshida1-23/+18
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+2
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-2/+2
2011-12-21tweak for pre language-defect #77Caolán McNamara1-2/+2
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+10
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-10/+4
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+10
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-5/+5
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+1