summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch1-1/+1
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch1-1/+1
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch2-3/+3
2014-10-11vcl: whitespace cleanup.Michael Meeks1-9/+9
2014-10-11Cleanup.Kohei Yoshida1-2/+0
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-13/+10
2014-10-11fdo#84647 : Fixed default value for TickLableSkip value.sushil_shinde3-1/+24
2014-10-11fdo#84912 - MENU: Addition of AutoSpellcheck to Tools menuYousuf Philips3-0/+3
2014-10-11coverity#703952 Unchecked return valueCaolán McNamara1-3/+0
2014-10-11coverity#735621 Division or modulo by zeroCaolán McNamara1-8/+15
2014-10-11coverity#735605 Division or modulo by zeroCaolán McNamara1-2/+8
2014-10-11coverity#735648 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-11coverity#704073 Unchecked return valueCaolán McNamara1-1/+1
2014-10-11coverity#704074 Unchecked return valueCaolán McNamara1-2/+2
2014-10-11coverity#704076 Unchecked return valueCaolán McNamara1-2/+2
2014-10-11initialize nPolyCountCaolán McNamara1-3/+3
2014-10-11coverity#983990 Uncaught exceptionCaolán McNamara2-2/+3
2014-10-11coverity#1130163 Unchecked return valueCaolán McNamara1-2/+3
2014-10-11coverity#1242367 Unchecked return valueCaolán McNamara1-3/+5
2014-10-11coverity#1242425 Dereference after null checkCaolán McNamara1-1/+1
2014-10-11coverity#735353 Unchecked return valueCaolán McNamara1-7/+13
2014-10-11coverity#704113 Unchecked return valueCaolán McNamara1-1/+1
2014-10-11too risky to dlclose basctl once openedCaolán McNamara2-0/+3
2014-10-11fdo#84916 Fix string: Insert Audio/VideoSamuel Mehrbrodt1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin254-690/+717
2014-10-11convert vcl StateChangedType to enum classNoel Grandin105-432/+446
2014-10-11connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch1-8/+5
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe4-12/+29
2014-10-11drop -Wno-long-double compiler flagDouglas Mencken4-25/+3
2014-10-11CppunitTest_sw_rtfexport: enable on WindowsMiklos Vajna1-6/+2
2014-10-11Fix missing quote in environment.pmChris Sherlock1-1/+1
2014-10-11error C2677: binary '*' : no global operator foundMiklos Vajna1-1/+1
2014-10-11writerfilter: drop support for simple list types without constantsMiklos Vajna1-5/+2
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida1-75/+4
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida2-5/+75
2014-10-10installer: populate installer::globals::[os,com,cpuname]Norbert Thiebaud3-0/+9
2014-10-10remove unused $variables{'os'}Norbert Thiebaud1-2/+0
2014-10-11sd: another temp-file leakMichael Stahl1-0/+1
2014-10-11sd: rename test classes to be uniqueMichael Stahl2-43/+43
2014-10-11starmath: close SfxObjectShell in unit test to stop temp file leakageMichael Stahl1-0/+1
2014-10-11connectivity: firebird: recursively delete temp directoriesMichael Stahl2-2/+13
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl1-3/+3
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl3-52/+56
2014-10-11filter: stop leaking temp files in xsltfilter testMichael Stahl1-0/+4
2014-10-10fdo#65864: dont't traverse defs-nodes when in shape writing modeChr. Rossmanith1-5/+11
2014-10-10Print out the timing results unconditionallyTor Lillqvist1-2/+2
2014-10-10Make the variable name shorter and sweeter...Kohei Yoshida2-18/+27
2014-10-10prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida3-4/+4
2014-10-10Hide the 3rd nested looping for clarity.Kohei Yoshida1-36/+35
2014-10-10Make this loop a bit easier to follow...Kohei Yoshida1-38/+69