summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-02-12sal_Bool->boolNoel Grandin2-4/+4
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl1-1/+1
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl5-368/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl1-1/+1
2014-02-05coverity#707765 Uninitialized scalar fieldNorbert Thiebaud1-15/+1
2014-02-05coverity#707761-62 Uninitialized scalar fieldNorbert Thiebaud1-6/+0
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud16-208/+205
2014-01-29Resolves: #i123228# ParagraphData symbols shouldn't be required...Herbert Dürr1-5/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian4-9/+12
2014-01-23bool improvementsStephan Bergmann1-24/+14
2014-01-22bool improvementsStephan Bergmann2-32/+32
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-2/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin6-6/+6
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-20/+20
2014-01-14bool improvementsStephan Bergmann5-33/+33
2014-01-14longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full stringCaolán McNamara1-2/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann33-36/+36
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-66/+66
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-66/+66
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-66/+66
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl1-3/+3
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann1-9/+1
2013-11-26Integrate branch of IAccessible2Steve Yin13-20/+108
2013-11-14SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann1-4/+3
2013-11-14Fixed for spacing between lines in paragraph.Priyanka Gaikwad1-2/+2
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+2
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud51-60/+60
2013-11-05fix some further include guard fooThomas Arnhold1-2/+2
2013-10-23fixincludeguards.sh: include/editengThomas Arnhold128-294/+294
2013-10-23clean up some include guardsThomas Arnhold1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-3/+3
2013-10-21Base class ctors/dtors can be protectedStephan Bergmann1-2/+2
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara3-2/+3
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-2/+2
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-4/+4
2013-10-04Add methods to extract string IDs from edit text object.Kohei Yoshida1-0/+3
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida1-0/+13
2013-10-01convert last bits of include/editeng/svxacorr.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-26Missing #includeStephan Bergmann1-0/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara15-30/+25
2013-09-22remove unused members from OutlinerViewIvan Timofeev1-25/+0
2013-09-21map autocorrection files with LanguageTag keyEike Rathke1-6/+6
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara1-6/+6
2013-09-17convert the SvxAutoCorrect::FindIn* methods from String to OUStringNoel Grandin1-2/+2
2013-09-17convert GetText/PutText in SvxAutoCorrect from String to OUStringNoel Grandin1-4/+4
2013-09-17convert some more methods in SvxAutoCorrect to OUStringNoel Grandin1-2/+2
2013-09-17convert fields in SvxAutoCorrect from String to OUStringNoel Grandin1-3/+3
2013-09-17convert the auto-correction methods in SvxAutoCorrect to OUStringNoel Grandin1-8/+8
2013-09-15Remove unused width members from BorderLine classZolnai Tamás1-3/+0