summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-2/+2
* convert more SvStream::operator<< callsNoel Grandin2014-01-221-91/+93
* bool improvementsStephan Bergmann2014-01-222-3/+3
* bool improvementsStephan Bergmann2014-01-223-5/+5
* EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-2120-872/+0
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-213-5/+5
* Related: #i56998# use locale rules to format percentageCaolán McNamara2014-01-201-10/+36
* Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino2014-01-203-19/+21
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-165-20/+21
* low hanging xub_StrLen->sal_Int32 in editengCaolán McNamara2014-01-162-5/+5
* Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara2014-01-154-87/+65
* bool improvementsStephan Bergmann2014-01-1410-30/+31
* This shall likely comp. m_eCurrentConversionDirection to HHC::eHangulToHanjaStephan Bergmann2014-01-141-1/+1
* comment is wrong now with conversion to OUStringCaolán McNamara2014-01-141-2/+1
* xub_StrLen->sal_Int32Caolán McNamara2014-01-141-27/+25
* longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full stringCaolán McNamara2014-01-141-2/+2
* longparas: convert ValidateKashidas to sal_Int32Caolán McNamara2014-01-131-0/+1
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-109-36/+36
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-109-198/+201
* Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2014-01-092-3/+3
* Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2014-01-082-3/+3
* Remove unread variableMatteo Casalin2013-12-281-2/+0
* Use OUString constructor for constant ASCIIMatteo Casalin2013-12-281-12/+5
* Use member initialization list in some constructorsMatteo Casalin2013-12-282-35/+62
* Do not use Getters as SettersMatteo Casalin2013-12-288-58/+47
* xub_StrLen to sal_Int32 + some constMatteo Casalin2013-12-288-123/+95
* typo fixesAndras Timar2013-12-205-5/+5
* fix OUString simplifyNoel Grandin2013-12-121-1/+1
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-3/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-126-45/+45
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-116-45/+45
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-116-45/+45
* fdo#70278: editeng: fix Time fields in ImpressMichael Stahl2013-12-101-1/+1
* editeng: fix more 32-bit Time breakageMichael Stahl2013-12-102-7/+7
* Resolves: #i123620# IAccessibleHypertext::hyperlinkIndex returns 0...Steve Yin2013-12-101-1/+1
* Drop duplicate #includeTakeshi Abe2013-12-101-1/+0
* IAccessible2: revert some bounds-checking changes againStephan Bergmann2013-11-271-8/+1
* WaE: unreachable codeTor Lillqvist2013-11-261-0/+2
* rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new styleCaolán McNamara2013-11-261-69/+28
* Integrate branch of IAccessible2Steve Yin2013-11-2617-76/+1256
* replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin2013-11-221-3/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-9/+5
* editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2013-11-202-4/+6
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-201-2/+1
* fdo#67742 Avoid autocorr of "--" before "-"Laurent Balland-Poirier2013-11-201-0/+5
* sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes2013-11-203-73/+73
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-201-59/+57
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-203-4/+4
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1