summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)AuthorFilesLines
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-22bool improvementsStephan Bergmann1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann3-37/+37
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann3-37/+37
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann3-37/+37
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl1-1/+1
2013-11-26rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new styleCaolán McNamara1-69/+28
2013-11-26Integrate branch of IAccessible2Steve Yin6-24/+181
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-4/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-10-23Some clean-upStephan Bergmann1-4/+4
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza3-6/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-11fix windows build after my OUString changeNoel Grandin1-3/+3
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin3-22/+21
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara2-2/+2
2013-09-04String to OUStringThomas Arnhold4-21/+21
2013-08-04Mark as const/staticTakeshi Abe1-3/+3
2013-07-27Mark as const/staticTakeshi Abe1-14/+14
2013-07-27Drop unused inline functionTakeshi Abe1-5/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke6-159/+159
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-11/+11
2013-04-26XubString->OUStringCaolán McNamara4-5/+5
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo1-1/+2
2013-04-07#120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand1-0/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-24/+23
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-13/+13
2013-03-14i#119907# Numbering type now applied (almost) unconditionally.Andre Fischer1-11/+2
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-2/+2
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-2/+2
2013-03-08simplify some compareToThomas Arnhold1-2/+2
2013-03-04remove unused and commented out codeThomas Arnhold1-9/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-2/+2
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-25/+13
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-5/+5
2012-11-23callcatcher: update listCaolán McNamara1-9/+0
2012-11-15re-base on ALv2 code. Includes:Michael Meeks3-84/+516
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks12-276/+168
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-3/+3