summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv.cxx
AgeCommit message (Expand)Author
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna
2015-07-03fix deselect of textbox on slides with images in underlying masterCaolán McNamara
2015-06-12svx: prefix remaining SdrMarkView membersMiklos Vajna
2015-06-01svx: nObjAnz -> nObjCountMiklos Vajna
2015-05-05tdf#34555 add crop features to svxPhilippe Jung
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-29convert IMPSDR_ constants to scoped enumNoel Grandin
2015-04-29simplify SDRSEARCHPASS_ constantsNoel Grandin
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-30sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky
2015-03-30SdrMarkView tiled rendering: partially disable SdrTableObj graphic selectionMiklos Vajna
2015-03-30SdrMarkView tiled rendering: fix unexpected empty graphic selection eventsMiklos Vajna
2015-03-30SdrMarkView::SetMarkHandles: perform the mm100 -> twip conversion on a copyMiklos Vajna
2015-03-30svx tiled rendering: fix Impress graphic selectionMiklos Vajna
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23SdrMarkView tiled rendering: suppress handles during text editMiklos Vajna
2015-03-22svx: nMarkAnz -> nMarkCountMiklos Vajna
2015-03-16SdrMarkView::SetMarkHandles: when tiled rendering, show non-frame handles, tooMiklos Vajna
2015-03-09LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svxMiklos Vajna
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-16Simplify by early bail-outMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Remove pnMarkNum parameter: either NULL or pointed data is not readMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-04-17coverity#704833 Dereference after null checkCaolán McNamara
2014-04-03svx: sal_Bool->booNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28Resolves: #i123950# Corrected/extended interactive crop feature...Armin Le Grand
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2014-01-21warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operationStephan Bergmann
2013-12-02restore SdrMarkView::HasMarkableObj, etc.Caolán McNamara
2013-11-28we will need getColorConfig, etc. againCaolán McNamara
2013-09-05XubString to OUStringThomas Arnhold
2013-09-05convert include/svx/svdmrkv.hxx from String to OUStringNoel Grandin
2013-08-29Resolves: #i123003# Corrected Handle/Overlay visualization...Armin Le Grand