summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-27coverity#1267678 this is surely backwards (gold)cp-4.4-branch-pointCaolán McNamara1-2/+2
2015-03-07tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet1-1/+2
2015-03-02More improvements of graphic cache size handlingZolnai Tamás4-42/+8
2015-02-11tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl1-3/+10
2015-02-10svtool/GraphicManager: properly decrease mnUsedSize on unregister opsPierre-Eric Pelloux-Prayer1-2/+3
2015-01-19fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane1-0/+7
2014-12-25fdo#87596 Draw tab fill color when selected on the tab bottomTomaž Vajngerl1-0/+17
2014-12-22fdo#56970 Show insert tab at the correct position when RTL is onTomaž Vajngerl1-4/+7
2014-12-17Tab bar: multiply the size of the plus icon if HiDPI is detectedTomaž Vajngerl1-7/+16
2014-12-16OneDrive binding settingsMihai Varga1-1/+5
2014-12-03rulers: Make the numbers a bit smaller, and always with odd size.Jan Holesovsky1-0/+14
2014-11-27don't access contents of empty string, e.g. with kde96709-1.htmlCaolán McNamara1-2/+2
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás1-1/+2
2014-11-22Don't use a hard coded limit for size based auto swap out.Zolnai Tamás1-9/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl8-0/+8
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás1-1/+1
2014-11-18Be honest about the maximum cache sizeZolnai Tamás1-6/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+5
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl2-8/+0
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-14coverity#1242527 Arguments in wrong orderCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-9/+9
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl9-0/+10
2014-11-13coverity#1251580 Unchecked return valueCaolán McNamara1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini13-21/+21
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin8-17/+17
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin4-9/+8
2014-11-07Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás1-32/+18
2014-11-07Why to have this compromise, do that what we say the users we do.Zolnai Tamás1-13/+1
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás2-5/+3
2014-11-07Paint background images always via drawinglayerZolnai Tamás1-63/+0
2014-11-07Remove these useless static bool variables.Zolnai Tamás1-32/+14
2014-11-07Ignore the swapped in graphic, but use its sizeZolnai Tamás1-3/+6
2014-11-07Assign graphic data also during auto swap inZolnai Tamás1-0/+1
2014-11-07Avoid an image loss situation of auto swappingZolnai Tamás2-3/+3
2014-11-07Make SetSwapState() an internal methodZolnai Tamás1-1/+5
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás1-2/+11
2014-11-07Always call ImplAfterDataChange() when data is changedZolnai Tamás1-8/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann6-8/+10
2014-11-06coverity#1242570 Untrusted value as argumentCaolán McNamara1-1/+11
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin6-10/+8
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#60906 - Make color configuration consistentIoan Radu1-10/+10
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-11-04coverity#1242516 reorg to silence Arguments in wrong orderCaolán McNamara1-5/+7
2014-11-03coverity#1250408 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-11-01coverity#1250406 Division or modulo by float zeroCaolán McNamara2-11/+8
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin3-13/+13
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin5-5/+5
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin1-1/+1