summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Don't need a break after a throwJulien Nabet1-2/+0
2012-01-18remove unused codeThomas Arnhold4-87/+0
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot8-21/+21
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-25Remove unnecessary tools/string includesAugust Sodora1-2/+1
2011-11-22these can be constCaolán McNamara5-9/+9
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-11-16add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara2-3/+3
2011-11-10make sw ByteString freeCaolán McNamara2-22/+22
2011-10-07WaE: win32 cleanupMichael Meeks1-3/+1
2011-10-07WaE: truncation of constant valueTor Lillqvist1-2/+2
2011-10-07WaE: unreachable codeTor Lillqvist3-6/+4
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-4/+3
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara1-1/+1
2011-08-15Fix the parameters in throw RuntimeExceptionJoseph Powers1-2/+12
2011-08-15Fix cppcheck division by 0 detected (thanks Noel and Norbert)Julien Nabet1-0/+4