summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2014-02-12cid#982633 missing break in switchNoel Grandin
2014-02-12cid#982362 missing break in switchNoel Grandin
2014-02-05coverity#707757 Uninitialized scalar fieldNorbert Thiebaud
2014-02-05coverity#707756 Uninitialized scalar fieldNorbert Thiebaud
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-28Apparently missing "nPos <"Stephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-14bool improvementsStephan Bergmann
2014-01-14xub_StrLen->sal_Int32Caolán McNamara
2014-01-14longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full stringCaolán McNamara
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-10fdo#70278: editeng: fix Time fields in ImpressMichael Stahl
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann
2013-11-14Fixed for spacing between lines in paragraph.Priyanka Gaikwad
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-17this method is not supposed to throw, fdo#66241Markus Mohrhard
2013-10-11Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás
2013-09-12WaE: C4701: potentially uninitialized local variable 'pGraphic' usedTor Lillqvist
2013-09-11String cleanupRicardo Montania
2013-09-11convert some XubString to OUString in editengNoel Grandin
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/numitem.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/paperinf.hxx from String to OUStringNoel Grandin
2013-09-11convert include/editeng/svxfont.hxx from String to OUStringNoel Grandin
2013-09-02XubString->OUStringCaolán McNamara
2013-08-29XubString->OUStringCaolán McNamara
2013-08-28fdo#68648: SvxNumRule: serialize the aFmtsSet flags tooMichael Stahl
2013-08-24sw: add ShadowTransparence UNO property for framesMiklos Vajna
2013-08-23SvxShadowItem: allow setting transparency other than 0% or 100%Miklos Vajna
2013-08-17String to OUStringMatteo Casalin
2013-08-14XubString->OUStringCaolán McNamara
2013-08-12String to OUString and some optimizationsMatteo Casalin
2013-08-10Removed chained appends in SvxAuthorField, as part of Bug 57950.Neil Moore
2013-08-09XubString->OUStringCaolán McNamara
2013-08-08SvxFont: remove duplicate LanguageType memberMichael Stahl
2013-07-27Mark as const/staticTakeshi Abe