summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
...
* nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara2012-07-112-5/+1
* Related: rhbz#836937 halve calls to expensive getAvailableServicesCaolán McNamara2012-07-111-16/+9
* remove distracting and unhelpful debugging codeCaolán McNamara2012-07-111-32/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-099-42/+45
* ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl2012-07-051-2/+2
* refactor handling of double border widths:Michael Stahl2012-07-044-21/+172
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-045-114/+71
* removed unnecessary forward declarations of classTakeshi Abe2012-07-045-9/+0
* ditch String::CreateFromAsciiCaolán McNamara2012-07-032-3/+3
* fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida2012-07-021-3/+4
* Remove unused definesThomas Arnhold2012-07-027-21/+0
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
* Remove unused definesThomas Arnhold2012-07-015-24/+0
* Remove some unused defines and controlsThomas Arnhold2012-06-293-10/+0
* some pesky XubStringsCaolán McNamara2012-06-292-8/+8
* Remove some more PCH tracesThomas Arnhold2012-06-2911-119/+28
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-6/+1
* Remove commented out codeThomas Arnhold2012-06-271-6/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-275-139/+0
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-255-34/+36
* Fix prefix ++/-- operators for non-primitive typesJulien Nabet2012-06-231-1/+1
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
* .dxp files don't need executable bitsMichael Stahl2012-06-221-0/+0
* re-base on ALv2 code.Michael Meeks2012-06-223-69/+42
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-2/+2
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-212-8/+6
* re-base on ALv2 code.Michael Meeks2012-06-2137-911/+578
* re-base on ALv2 code.Michael Meeks2012-06-212-46/+28
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-212-14/+1
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-191-6/+4
* move odd IsSimilarChinese debugging thing to local scopeCaolán McNamara2012-06-192-8/+11
* death to some UniStringsCaolán McNamara2012-06-191-3/+2
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-181-1/+1
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-4/+2
* Remove unnecessary size-too-large checkStephan Bergmann2012-06-131-5/+0
* Better fix for those short stringsStephan Bergmann2012-06-131-3/+2
* Drop throw clause that was incomplete anywayTor Lillqvist2012-06-132-2/+2
* Take care of short stringsStephan Bergmann2012-06-131-0/+3
* error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara2012-06-131-1/+1
* Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin2012-06-122-38/+33
* don't need to realloc stringCaolán McNamara2012-06-121-9/+7
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-8/+5
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-10/+0
* Remove superfluous include commentsThomas Arnhold2012-06-0910-26/+0
* valgrind: uninitialized valueCaolán McNamara2012-06-061-0/+1
* fdo#46112: tweak condition to prevent guessing only...Michael Stahl2012-06-041-1/+2
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-5/+4
* fdo#46112: fix Calc ODF border line import:Michael Stahl2012-06-041-1/+10