summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unotext.cxx
AgeCommit message (Expand)Author
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-10-23Some clean-upStephan Bergmann
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
2013-09-04String to OUStringThomas Arnhold
2013-08-04Mark as const/staticTakeshi Abe
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-26XubString->OUStringCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-23callcatcher: update listCaolán McNamara
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-13Drop throw clause that was incomplete anywayTor Lillqvist
2012-05-08Use scoped_ptr for this.Kohei Yoshida
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe
2012-03-29callcatcher: update listCaolán McNamara
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2011-11-27remove include of pch header in editengNorbert Thiebaud
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are destro...Stephan Bergmann
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
2011-06-07use the standard template for thisCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-23global uno::Sequences are very problematic at shutdown timeCaolán McNamara
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-16Translation of german comments.Albert Thuswaldner
2011-02-16use osl::DebugBase for debugging live instancesDavid Tardon
2011-01-13removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong /...Carsten Driesner
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-11-09Clean up the codeAlexander O. Anisimov