summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-20android: x86 porting work.Michael Meeks
2012-07-20behind (hinter) -> afterCaolán McNamara
2012-07-20very suspicious combination of used SbxValues and unused aResCaolán McNamara
2012-07-20XubString->rtl::OUStringCaolán McNamara
2012-07-20SwDoc::DeleteRangeImplImpl: avoid crash on undoing comment range insertMiklos Vajna
2012-07-20gdb: add SwIndex pretty-printerMiklos Vajna
2012-07-20gdb: add SwNodeIndex pretty-printerMiklos Vajna
2012-07-20Support for the checkerboard transition animation in SVG export.Horacio Fernandes
2012-07-20new does not return nullStephan Bergmann
2012-07-20Unnecessary sorted_vector_compareStephan Bergmann
2012-07-20saltextenc.map is unncessaryStephan Bergmann
2012-07-20fdo#38244 comment range odf import/export testcaseMiklos Vajna
2012-07-20fdo#52293 Changed "discreet" to "discrete"Kevin Peng
2012-07-20SwXTextField::attachToRange: don't generate new fieldmark id on each importMiklos Vajna
2012-07-20office:annotation-end importMiklos Vajna
2012-07-20TextFieldmark::ReleaseDoc: properly remove text fieldmarks from SwDocMiklos Vajna
2012-07-20office:annotation-end exportMiklos Vajna
2012-07-20SwPostItField: add aName memberMiklos Vajna
2012-07-20fdo#52275: Revert "mysqlcppconn: work around weird gcc issue"Michael Stahl
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-20tubes: fix typo in namesMatúš Kukan
2012-07-20idlcpp was replaced by ucppMatúš Kukan
2012-07-20Fix SAL_LOG area usageStephan Bergmann
2012-07-20fix mdds breakage in mingw buildDavid Tardon
2012-07-20warning C4702: unreachable codeStephan Bergmann
2012-07-20Globally unique symbols missing from some map filesStephan Bergmann
2012-07-20WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'David Tardon
2012-07-20WaE: deprecated conversion from string constant to 'PWCHAR'David Tardon
2012-07-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-19Display blank cell instead of zero in matrix cells with blank text resultDaniel Bankston
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston
2012-07-19catch consistently by const referenceCaolán McNamara
2012-07-19Resolves: fdo#51772 failure to import a specific .rtf fileCaolán McNamara
2012-07-20sal_Bool -> boolTakeshi Abe
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida
2012-07-19Deliver a missing header.Kohei Yoshida
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida
2012-07-19This should be bool.Kohei Yoshida
2012-07-19Added comment.Kohei Yoshida
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida
2012-07-19Less indentations via early bailout.Kohei Yoshida
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida
2012-07-19Use macro to define callbacks.Kohei Yoshida
2012-07-19Reorganized code to remove redundant calls to get_type().Kohei Yoshida
2012-07-19Some cleanup and comments.Kohei Yoshida
2012-07-19Turns out that C++03 doesn't support use of static double inside template.Kohei Yoshida
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida