summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-05-06VclPtr: one ref too manyCaolán McNamara2-6/+5
2015-05-06VclPtr: someone needs to dispose this mpWindowCaolán McNamara1-1/+1
2015-05-06VclPtr: one ref too manyCaolán McNamara1-1/+1
2015-05-06VclPtr: one ref too manyCaolán McNamara1-1/+1
2015-05-06impress and draw want to disable the size category with brochure printingCaolán McNamara1-31/+13
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin5-5/+5
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin4-10/+10
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-11/+7
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin2-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin3-5/+5
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann12-39/+31
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann36-83/+50
2015-05-05loplugin:staticmethodsNoel Grandin72-207/+206
2015-05-05loplugin:staticmethodsNoel Grandin2-5/+5
2015-05-05cppcheck: unreadVariableCaolán McNamara1-11/+0
2015-05-05cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann4-6/+6
2015-05-02tdf#34555 Moving SID_OBJECT_CROP out of sdPhilippe Jung2-28/+0
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-21/+12
2015-04-30tdf#90673:FILESAVE:PPTX Paragraph text direction right-to-left is not exportedPriyankaGaikwad2-0/+37
2015-04-30Gradually typed LinkStephan Bergmann64-201/+200
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist7-16/+16
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist7-22/+22
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist61-151/+136
2015-04-29coverity#1078827 Dereference before null checkCaolán McNamara1-13/+10
2015-04-29coverity#1296210 Explicit null dereferencedCaolán McNamara1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann4-12/+6
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29bogus Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-04-29redundant castCaolán McNamara5-14/+14
2015-04-29convert CT_ constants to scoped enumNoel Grandin3-10/+9
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin6-18/+18
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin4-11/+11
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin4-11/+9
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin2-14/+14
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin4-29/+24
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin14-29/+29
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin3-7/+7
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin2-2/+2
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