summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-02-25fdo#74105 : Prservation of Numbered lists-Starting with Value '0'Pallavi Jadhav
2014-02-25warning C4510: default constructor could not be generatedStephan Bergmann
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-24fix MacOSX-x86_49-TDF tinderboxCaolán McNamara
2014-02-24coverity#707304 Uncaught exceptionCaolán McNamara
2014-02-24coverity#707318 Uncaught exceptionCaolán McNamara
2014-02-24sw: Unit test for spreadsheets embedded in docxJacobo Aragunde Pérez
2014-02-24sw: Preserve embedded spreadsheets in docxJacobo Aragunde Pérez
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-24SwXShape: implement reading the Relative*Relation propertiesMiklos Vajna
2014-02-24SwXShape: implement reading the RelativeWidth propertyMiklos Vajna
2014-02-24SwXShape: implement reading of the RelativeHeight propertyMiklos Vajna
2014-02-24Re-introduce code to try to get GDI metafile replacement imageTor Lillqvist
2014-02-24OUString -> const OUString&, Sequence<> -> const Sequence<>&Jan Holesovsky
2014-02-24abi#11739 DOCX export: fix validation error, wrong order of some elementsMiklos Vajna
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-24ooxml export: w14:reflection elementTomaž Vajngerl
2014-02-23ooxml: handle w14:shadow in import/exportTomaž Vajngerl
2014-02-23coverity#735534 Dead default in switchCaolán McNamara
2014-02-23coverity#736165Caolán McNamara
2014-02-23coverity#738077 Uncaught exceptionCaolán McNamara
2014-02-23coverity#738075 Uncaught exceptionCaolán McNamara
2014-02-23coverity#738074 Uncaught exceptionCaolán McNamara
2014-02-23coverity#705021 Dereference after null checkCaolán McNamara
2014-02-23coverity#705003 Dereference after null checkCaolán McNamara
2014-02-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#705435 Improper use of negative valueCaolán McNamara
2014-02-23coverity#704988 Dereference after null checkCaolán McNamara
2014-02-22SwFmtFrmSize: rename member variables missing their prefixesMiklos Vajna
2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann
2014-02-22WaE: IntegralToBooleanTor Lillqvist
2014-02-22Bail out early, avoid some temporariesMatteo Casalin
2014-02-22sal_Bool to boolMatteo Casalin
2014-02-22sal_Bool to boolMatteo Casalin
2014-02-22sal_Bool to boolMatteo Casalin
2014-02-22This function is localMatteo Casalin
2014-02-22Adapt comment to reality (sal_Bool to bool)Matteo Casalin
2014-02-22sal_Bool to boolMatteo Casalin
2014-02-22SwTxtFrm::bFormatted is never usedMatteo Casalin
2014-02-22Fix memory leak a simplify codeMatteo Casalin
2014-02-22Fix regression: execute IsAnyFrm only if bOn is trueMatteo Casalin
2014-02-22Group common code of SwCrsrShell::Goto(Prev|Next)NumMatteo Casalin
2014-02-22sal_Bool to bool and some simplificationsMatteo Casalin
2014-02-22Avoid else after return and make code more readableMatteo Casalin
2014-02-22DOCX export tests: simplify namespaceZolnai Tamás
2014-02-22fix buildMarkus Mohrhard