summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara3-2/+5
2014-10-14valgrind: init GroupLevelsCaolán McNamara1-4/+2
2014-10-14stray ;s all other the placeCaolán McNamara2-76/+18
2014-10-14valgrind: multiple errorsCaolán McNamara2-6/+26
2014-10-14check for short readsCaolán McNamara1-4/+9
2014-10-14sal_True->trueCaolán McNamara1-1/+1
2014-10-14valgrind: Source and destination overlap in memcpyCaolán McNamara1-2/+2
2014-10-14valgrind: Mismatched free() / delete / delete []Caolán McNamara1-5/+1
2014-10-14valgrind: Mismatched free() / delete / delete []Caolán McNamara1-2/+1
2014-10-14Resolves: fdo#84887 TabBar::ImplShowPage crashCaolán McNamara3-5/+407
2014-10-14add cgm loading testCaolán McNamara6-0/+5
2014-10-14coverity#706320 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#1242739 Untrusted loop boundCaolán McNamara1-5/+18
2014-10-14coverity#1242791 Untrusted loop boundCaolán McNamara1-1/+4
2014-10-14coverity#1242918 Untrusted loop boundCaolán McNamara2-1/+10
2014-10-14coverity#735315 Unchecked return valueCaolán McNamara1-2/+2
2014-10-14coverity#982180 Unchecked return valueCaolán McNamara1-1/+1
2014-10-14coverity#1242430 Dereference after null checkCaolán McNamara1-3/+2
2014-10-14make sure the denominator is not 0David Tardon1-2/+6
2014-10-14make sure the denominator is not 0David Tardon1-2/+4
2014-10-14simplify conditionDavid Tardon1-1/+1
2014-10-14just check if the fraction is < 0David Tardon7-17/+15
2014-10-14do not forward-declare templatesDavid Tardon14-22/+24
2014-10-14add missing dep for saxparserDavid Tardon1-0/+1
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