summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-30fixed typoChr. Rossmanith1-1/+1
2014-10-30use isEmpty() instead of getLength() where appropriateChr. Rossmanith1-2/+2
2014-10-30Log the state as an integer, not as a byte with value 0, 1 or 2Tor Lillqvist1-1/+1
2014-10-30Use more specific log area for the "binary file" messagesTor Lillqvist1-4/+4
2014-10-30Improve SvSimpleTable classPalenik Mihály6-27/+64
2014-10-30java: calling ready() on a BufferedReader is a dodgy way..Noel Grandin1-17/+12
2014-10-30fdo#85046 - Calc name changes didnt show up with entries having ContextLabelYousuf Philips1-6/+12
2014-10-30sw: use new bookmark API in lcl_FillBookmarkArray() for text nodesMiklos Vajna1-50/+81
2014-10-30sw: add API that provides fast access to marks of a text nodeMiklos Vajna3-0/+25
2014-10-30coverity#735298 Unchecked return valueCaolán McNamara1-1/+4
2014-10-30document array_vs_singleton dismissalsCaolán McNamara10-3/+14
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara1-1/+1
2014-10-30coverity#706582 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706583 Uncaught exceptionCaolán McNamara1-2/+10
2014-10-30coverity#706584 Uncaught exceptionCaolán McNamara1-2/+15
2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara1-11/+13
2014-10-30coverity#1244939 Division or modulo by float zeroCaolán McNamara1-15/+21
2014-10-30coverity#735614 Division or modulo by float zeroCaolán McNamara1-3/+9
2014-10-30coverity#735608 Division or modulo by float zeroCaolán McNamara1-2/+6
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara1-0/+3
2014-10-30accessibility: shift by zeroRobert Antoni Buj i Gelonch2-4/+4
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch7-128/+15
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch2-2/+3
2014-10-30runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch1-9/+13
2014-10-30Add includeStephan Bergmann1-0/+4
2014-10-30Unused DocxAttributeOutput::switchHeaderFooter()Miklos Vajna2-42/+0
2014-10-30cleanup: We re-init this member all the time anyway.Jan Holesovsky2-36/+24
2014-10-30Whitespace (and other) cleanup.Jan Holesovsky4-40/+16
2014-10-30Kill some static OUStrings.Jan Holesovsky5-53/+19
2014-10-30vcl button: Avoid a potential crash.Jan Holesovsky1-10/+13
2014-10-29Updated coreAndras Timar1-0/+0
2014-10-29Resolves fdo#85524: OSX Crash Impress with videoclipJulien Nabet1-1/+2
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara2-1/+13
2014-10-29constStephan Bergmann2-2/+2
2014-10-29constStephan Bergmann2-2/+2
2014-10-29Improve framework for callgrind performance unit testsMatúš Kukan5-19/+64
2014-10-29need to initialize mnRefCntCaolán McNamara1-0/+2
2014-10-29Resolves: fdo#85111 put a border around the custom properties boxCaolán McNamara2-7/+22
2014-10-29untaint registry dataCaolán McNamara1-9/+14
2014-10-29sc::opencl::getOpenCLPlatformCount is unneededTor Lillqvist3-20/+0
2014-10-29Avoid pointless thin wrapper layerTor Lillqvist6-70/+53
2014-10-29Need -ldl on Linux nowTor Lillqvist2-0/+14
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist14-255/+55
2014-10-29desktop: do not builid crashrep.com if it's not packagedMichael Stahl1-1/+6
2014-10-29Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann1-1/+1
2014-10-29sw doc model xml dump: show bookmarksMiklos Vajna1-22/+46
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin400-444/+9