summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák138-1286/+1285
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-10/+0
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin1-3/+3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold5-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold67-468/+463
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
2013-02-28sal_Bool to boolTakeshi Abe10-31/+31
2013-02-28drop/fix #define suffixed with semicolonTakeshi Abe2-3/+1
2013-02-25sal_Bool to boolTakeshi Abe5-17/+17
2013-02-20typo: allways -> alwaysAndras Timar2-2/+2
2012-12-20incorrect if/for body alignmentLuboš Luňák2-3/+3
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-0/+7
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-39/+0
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks139-3186/+2124
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28De-duplicate _ReadFieldParamsTor Lillqvist1-14/+14
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2-33/+198
2012-11-21unused variablesLuboš Luňák1-1/+0
2012-11-19use LanguageTagEike Rathke1-3/+3
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák6-9/+9
2012-09-16Fix consecutive return, goto... statements are unnecessaryJulien Nabet1-1/+0
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann4-6/+2
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
2012-09-04fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin1-2/+2
2012-07-02Remove unused definesThomas Arnhold1-6/+0
2012-07-01Remove unused definesThomas Arnhold1-2/+0
2012-06-23sw: kill last direct RTL_CONSTASCII_USTRINGPARAM usagesMiklos Vajna2-2/+2
2012-06-22Remove empty or non-called methodsThomas Arnhold2-6/+0
2012-06-21re-base on ALv2 code.Michael Meeks5-98/+80
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-4/+4
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-5/+3
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+3
2012-06-02targeted string re-workNorbert Thiebaud1-37/+37
2012-06-01targeted string re-workNorbert Thiebaud1-5/+5
2012-05-29nuke unused typedefTakeshi Abe1-1/+0
2012-05-24removed unused const char[]Takeshi Abe1-10/+0
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-2/+2
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-8/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-03-26reduce over use of static OUStringsCaolán McNamara128-280/+212
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe3-3/+3
2012-02-10Remove unused codeElton Chung2-16/+0