summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl5-9/+9
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl21-26/+26
2015-04-28default initialization of object of const type w/o user-provided default ctorStephan Bergmann1-1/+1
2015-04-28Fix --disable-pdfimport buildTor Lillqvist1-0/+10
2015-04-28Check ENABLE_PDFIMPORTTor Lillqvist1-1/+3
2015-04-28sd: fix GCC-4.7 buildMiklos Vajna12-14/+14
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks212-1376/+2210
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks212-1376/+2210
2015-04-28Fix tdf#90911 wrong parameter size on getsocknameJuergen Funk1-1/+1
2015-04-28SfxRequest generically uses an SfxUInt16Item hereStephan Bergmann1-3/+3
2015-04-28nOK var wants to be of type boolStephan Bergmann1-2/+2
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann2-2/+2
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann4-4/+4
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann9-15/+15
2015-04-26Help button on the left in simpress photoalbumOlivier Hallot1-13/+14
2015-04-24tdf#89758 Interactive crop preview shouldn't scale proportionallyTrent MacAlpine1-1/+6
2015-04-24Simplify SVG_DISABLE_FONT_EMBEDDING checkStephan Bergmann2-5/+1
2015-04-24loplugin:simplifyboolStephan Bergmann19-34/+33
2015-04-24CppunitTest_sd_tiledrendering: add search testcaseMiklos Vajna1-6/+68
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann17-27/+27
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin5-7/+7
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-22tdf#90090 - customizing and positioning additional toolbarsYousuf Philips11-84/+96
2015-04-22Related tdf#88056: more UNO stuff was missingKatarina Behrens1-0/+6
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann1-1/+1
2015-04-22fix re-export of novell590442-1.ppt to pptCaolán McNamara1-6/+23
2015-04-22we always open a container, so always close itCaolán McNamara1-164/+161
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert SVLBOX_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2-6/+6
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-1/+1
2015-04-21tdf#90223:PPTX table cell left and right margin is not exported.yogesh.bharate0012-0/+46
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann2-20/+2
2015-04-21tdf#90605 : FILESAVE:PPTX Line shape style was not exportedPriyankaGaikwad2-0/+22
2015-04-21Related tdf#88056: Placeholder needed for ODF export/importKatarina Behrens3-0/+8
2015-04-20sd: convert new to ::Create.Noel Grandin37-95/+99
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin1-10/+10
2015-04-19tdf#90357: Fix crash while pasting into draw from impress.Muthu Subramanian1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks9-29/+29
2015-04-17sfx2: convert new to ::Create.Noel Grandin2-2/+2
2015-04-17svx: convert new to ::Create.Noel Grandin4-4/+4
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann3-14/+14
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin7-13/+13
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks4-9/+7
2015-04-16Revert "make more classes dllpublic"David Tardon5-10/+10