summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* typoStephan Bergmann2014-12-011-1/+1
* typoStephan Bergmann2014-12-011-1/+1
* typoStephan Bergmann2014-12-011-1/+1
* WaE: -Werror=switchCaolán McNamara2014-12-014-202/+177
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-0118-34/+34
* don't access contents of empty string, e.g. with kde96709-1.htmlCaolán McNamara2014-11-271-2/+2
* HIG fixes for svtoolsAdolfo Jayme Barrientos2014-11-258-705/+471
* Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida2014-11-221-26/+19
* fdo#86573: Impress does not show pictures anymoreZolnai Tamás2014-11-221-1/+2
* coverity#1255389 Dereference null return valueCaolán McNamara2014-11-211-0/+1
* Don't use a hard coded limit for size based auto swap out.Zolnai Tamás2014-11-211-9/+2
* maDocFileURLStr is always emptyZolnai Tamás2014-11-211-3/+0
* Dispose document when doneStephan Bergmann2014-11-201-0/+2
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-188-0/+8
* Missing parenthesesZolnai Tamás2014-11-181-1/+1
* This test become unreferenced by accidentZolnai Tamás2014-11-181-8/+1
* Fix broken GraphicObjectTestZolnai Tamás2014-11-181-1/+1
* Be precise here, maximum value means it is still allowed to haveZolnai Tamás2014-11-181-1/+1
* Be honest about the maximum cache sizeZolnai Tamás2014-11-181-6/+2
* loplugin:unreffunStephan Bergmann2014-11-171-4/+2
* WaE: unused variablesTor Lillqvist2014-11-171-2/+2
* WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist2014-11-171-0/+10
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-175-0/+5
* "#pragma hdrstop" looks quite obsoleteMichael Stahl2014-11-172-8/+0
* Test for size based auto swap out mechanismZolnai Tamás2014-11-163-4/+144
* vcl: let the ModalDialog ctor take an OUStringMiklos Vajna2014-11-161-1/+1
* coverity#1242527 Arguments in wrong orderCaolán McNamara2014-11-141-1/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-146-9/+9
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-149-0/+10
* coverity#1251580 Unchecked return valueCaolán McNamara2014-11-131-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1213-21/+21
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-118-17/+17
* fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos2014-11-091-1/+0
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-074-9/+8
* Update notes about swappingZolnai Tamás2014-11-071-7/+8
* Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás2014-11-071-32/+18
* Why to have this compromise, do that what we say the users we do.Zolnai Tamás2014-11-071-13/+1
* Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás2014-11-072-5/+3
* Paint background images always via drawinglayerZolnai Tamás2014-11-071-63/+0
* Remove these useless static bool variables.Zolnai Tamás2014-11-071-32/+14
* Ignore the swapped in graphic, but use its sizeZolnai Tamás2014-11-071-3/+6
* Assign graphic data also during auto swap inZolnai Tamás2014-11-071-0/+1
* Avoid an image loss situation of auto swappingZolnai Tamás2014-11-072-3/+3
* Make SetSwapState() an internal methodZolnai Tamás2014-11-071-1/+5
* Avoid using null pointer as a special indicatorZolnai Tamás2014-11-071-2/+11
* Always call ImplAfterDataChange() when data is changedZolnai Tamás2014-11-071-8/+4
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-066-8/+10
* coverity#1242570 Untrusted value as argumentCaolán McNamara2014-11-061-1/+11
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-066-10/+8
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1