summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Remove spurious cpu_countStephan Bergmann1-17/+0
2014-10-14Use C++11 std::thread::hardware_concurrency()Stephan Bergmann1-1/+3
2014-10-14Take the current axis alignment state.Kohei Yoshida1-4/+3
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks3-6/+28
2014-10-14sal: cleanup unit tests whitespace.Michael Meeks1-79/+49
2014-10-14Add clarification of --enable-chart-testsStephan Bergmann1-1/+4
2014-10-14Make -1 a valid value of enum MSO_SPTStephan Bergmann1-1/+1
2014-10-14Resolve some unnecessary typedefsStephan Bergmann1-17/+16
2014-10-14reformat ValueChangerNoel Grandin2-936/+980
2014-10-14bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columnsMiklos Vajna4-1/+55
2014-10-14fdo#84236 Remove view modes from sd context menuSamuel Mehrbrodt3-44/+0
2014-10-14remove duplicate definitions of PPT_TRANSITION_TYPE constantsNoel Grandin1-25/+0
2014-10-14java: remove useless javadoc tagsNoel Grandin43-474/+25
2014-10-14fix use of RuntimeException constructorNoel Grandin1-2/+2
2014-10-14svx: fix another temp file leak, from SdrMediaObj's glTF modelsMichael Stahl1-8/+19
2014-10-14vcl: warning C4717: GetCharCount() recursive on all control pathsMichael Stahl1-1/+1
2014-10-14Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann6-83/+100
2014-10-14fdo#81523 Bump the requirement for Mac in the Readme to 10.8Norbert Thiebaud1-1/+1
2014-10-14fix import location of XScriptContextNoel Grandin4-4/+4
2014-10-14coverity#1242426 Dereference after null checkCaolán McNamara1-2/+1
2014-10-14coverity#1078471 Unchecked return valueCaolán McNamara1-1/+1
2014-10-14coverity#735851 Dereference after null checkCaolán McNamara1-1/+1
2014-10-14Reintroduce SFINAE-based selective enablement of &=, |=Stephan Bergmann1-35/+41
2014-10-14need explicit bool conversions hereNoel Grandin1-2/+2
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2-2/+2
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch5-15/+9
2014-10-14jurt: print an array with java.util.Arrays.toStringRobert Antoni Buj i Gelonch1-2/+5
2014-10-14fdo#84938: convert EPP_LAYOUT constants to enumNoel Grandin3-48/+51
2014-10-14vcl: cleanup salframe.hxxChris Sherlock1-5/+5
2014-10-14vcl: change to css alias namespaceChris Sherlock1-13/+8
2014-10-14Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann6-100/+83
2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin3-8/+68
2014-10-14Remove commented out codeStephan Bergmann1-2/+0
2014-10-14No apparent reason to fix underlying type of PushFlagsStephan Bergmann1-1/+1
2014-10-14CppunitTest_sw_odfimport: allow running a single test onlyMiklos Vajna2-2/+3
2014-10-14Wrong unnecessarily deep downcastsStephan Bergmann2-3/+3
2014-10-14bff: terminate on SAXException on malformed inputCaolán McNamara1-1/+22
2014-10-14coverity#706319 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-14coverity#706332 Uncaught exceptionCaolán McNamara1-4/+1
2014-10-14coverity#706327 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#706326 Uncaught exceptionCaolán McNamara9-54/+65
2014-10-14don't execute ScOpenCLTest::testFinacialIRRFormula on OSXNoel Grandin1-0/+10
2014-10-14Work around missing std::underlying_type in GCC 4.6Stephan Bergmann1-38/+47
2014-10-14runner: Null pointer dereferenceRobert Antoni Buj i Gelonch1-5/+5
2014-10-14connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch1-1/+1
2014-10-14Remove confusing TableReference::operator=()Miklos Vajna2-8/+2
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch11-728/+873
2014-10-14fdo#84938 - replace LIST_ACTION constants with enumNoel Grandin4-56/+61
2014-10-14SmViewShell: pImpl must outlive aGraphic memberStephan Bergmann2-2/+5
2014-10-13More on documenting the methods.Kohei Yoshida1-1/+13