summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2
2015-05-25tdf#91534: Writer crash using Gallery icon in sidebarJulien Nabet1-3/+4
2015-05-13refactor GalleryPreview to use RenderContextTomaž Vajngerl1-56/+59
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-5/+5
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2-0/+8
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann2-9/+9
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-5/+5
2015-05-07Remove SvStorage aliasStephan Bergmann1-3/+3
2015-05-07Remove SvStorageRef aliasStephan Bergmann1-5/+5
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-5/+5
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-6/+4
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-3/+1
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-29WaE: declaration of ‘FILE’ shadows a global declarationDavid Tardon3-7/+7
2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin4-18/+18
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin3-9/+9
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks7-113/+117
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks7-113/+117
2015-04-28GalleryExplorer::GetSdrObjCount return type is sal_uIntPtrStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin5-15/+15
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-1/+1
2015-04-17svx: convert new to ::Create.Noel Grandin3-14/+16
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-11/+11
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-2/+2
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks2-5/+5
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+13
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-7/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-11/+10
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin5-91/+81
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann7-24/+24
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann7-24/+24
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-3/+3
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara3-6/+6
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin3-48/+48
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-05cppcheck: Returning/dereferencing 'pEntry' after it is deallocated / releasedJulien Nabet1-0/+1
2015-01-15convert sal_uIntPtr to longNoel Grandin1-1/+1