summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:25 -0400
commit8dcf22abfc6a07ececcef6bb830fdea825d416ec (patch)
tree7e0b3686991aef9689218ed309f462987f36e273 /svx
parentb91e39cf1b2d0c4201993d768a1b2c686eeff0de (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> (cherry picked from commit a238b1f8d304bf1e2ffb357937f3ec888ee8ac89) Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/galobj.hxx1
-rw-r--r--svx/inc/sdr/attribute/sdrfilltextattribute.hxx2
-rw-r--r--svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx2
-rw-r--r--svx/inc/sdr/contact/viewcontactofe3dcube.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofe3dextrude.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofe3dlathe.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofe3dsphere.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofgroup.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx1
-rw-r--r--svx/inc/sdr/contact/viewcontactofunocontrol.hxx1
-rw-r--r--svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx2
-rw-r--r--svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx1
-rw-r--r--svx/inc/sdr/overlay/overlaycrosshair.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlayhelpline.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlayline.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlaymanagerbuffered.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlayrollingrectangle.hxx2
-rw-r--r--svx/inc/sdr/overlay/overlaytools.hxx1
-rw-r--r--svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx3
-rw-r--r--svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrprimitivetools.hxx1
-rw-r--r--svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx2
-rw-r--r--svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx8
-rw-r--r--svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx2
-rw-r--r--svx/inc/sdr/properties/attributeproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/captionproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/circleproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/connectorproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/customshapeproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dcompoundproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dextrudeproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dlatheproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dsceneproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/e3dsphereproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/emptyproperties.hxx1
-rw-r--r--svx/inc/sdr/properties/graphicproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/groupproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/measureproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/oleproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/pageproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/rectangleproperties.hxx2
-rw-r--r--svx/inc/sdr/properties/textproperties.hxx2
-rw-r--r--svx/inc/xpolyimp.hxx1
-rw-r--r--svx/source/accessibility/AccessibleEmptyEditSource.cxx6
-rw-r--r--svx/source/accessibility/AccessibleFrameSelector.cxx12
-rw-r--r--svx/source/accessibility/AccessibleGraphicShape.cxx12
-rw-r--r--svx/source/accessibility/AccessibleOLEShape.cxx12
-rw-r--r--svx/source/accessibility/AccessibleShapeInfo.cxx2
-rw-r--r--svx/source/accessibility/AccessibleShapeTreeInfo.cxx36
-rw-r--r--svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx1
-rw-r--r--svx/source/accessibility/AccessibleTextEventQueue.cxx2
-rw-r--r--svx/source/accessibility/AccessibleTextHelper.cxx6
-rw-r--r--svx/source/accessibility/ChildrenManager.cxx2
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.cxx51
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx3
-rw-r--r--svx/source/accessibility/DescriptionGenerator.cxx30
-rw-r--r--svx/source/accessibility/GraphCtlAccessibleContext.cxx34
-rw-r--r--svx/source/accessibility/ShapeTypeHandler.cxx15
-rw-r--r--svx/source/accessibility/charmapacc.cxx27
-rw-r--r--svx/source/accessibility/svxrectctaccessiblecontext.cxx9
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx4
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeHandle.cxx4
-rw-r--r--svx/source/dialog/_bmpmask.cxx15
-rw-r--r--svx/source/dialog/charmap.cxx23
-rw-r--r--svx/source/dialog/checklbx.cxx13
-rw-r--r--svx/source/dialog/dialcontrol.cxx5
-rw-r--r--svx/source/dialog/dlgctl3d.cxx1
-rw-r--r--svx/source/dialog/dlgutil.cxx1
-rw-r--r--svx/source/dialog/fntctrl.cxx1
-rw-r--r--svx/source/dialog/fontlb.cxx3
-rw-r--r--svx/source/dialog/framelink.cxx14
-rw-r--r--svx/source/dialog/framelinkarray.cxx11
-rw-r--r--svx/source/dialog/frmdirlbox.cxx2
-rw-r--r--svx/source/dialog/frmsel.cxx2
-rw-r--r--svx/source/dialog/grfflt.cxx1
-rw-r--r--svx/source/dialog/hdft.cxx5
-rw-r--r--svx/source/dialog/langbox.cxx2
-rw-r--r--svx/source/dialog/optgrid.cxx4
-rw-r--r--svx/source/dialog/orienthelper.cxx5
-rw-r--r--svx/source/dialog/pagectrl.cxx2
-rw-r--r--svx/source/dialog/passwd.cxx2
-rw-r--r--svx/source/dialog/relfld.cxx2
-rw-r--r--svx/source/dialog/rlrcitem.cxx5
-rw-r--r--svx/source/dialog/rulritem.cxx6
-rw-r--r--svx/source/dialog/srchctrl.cxx1
-rw-r--r--svx/source/dialog/srchdlg.cxx36
-rw-r--r--svx/source/dialog/strarray.cxx5
-rw-r--r--svx/source/dialog/txencbox.cxx7
-rw-r--r--svx/source/dialog/txenctab.cxx1
-rw-r--r--svx/source/engine3d/e3dsceneupdater.cxx1
-rw-r--r--svx/source/engine3d/extrud3d.cxx3
-rw-r--r--svx/source/engine3d/float3d.cxx4
-rw-r--r--svx/source/engine3d/helperhittest3d.cxx6
-rw-r--r--svx/source/engine3d/helperminimaldepth3d.cxx1
-rw-r--r--svx/source/engine3d/helperminimaldepth3d.hxx1
-rw-r--r--svx/source/engine3d/lathe3d.cxx3
-rw-r--r--svx/source/engine3d/obj3d.cxx6
-rw-r--r--svx/source/engine3d/polygn3d.cxx1
-rw-r--r--svx/source/engine3d/scene3d.cxx3
-rw-r--r--svx/source/engine3d/sphere3d.cxx4
-rw-r--r--svx/source/engine3d/svx3ditems.cxx3
-rw-r--r--svx/source/engine3d/view3d.cxx1
-rw-r--r--svx/source/fmcomp/dbaexchange.cxx1
-rw-r--r--svx/source/fmcomp/dbaobjectex.cxx2
-rw-r--r--svx/source/fmcomp/fmgridif.cxx4
-rw-r--r--svx/source/fmcomp/gridcell.cxx4
-rw-r--r--svx/source/form/ParseContext.cxx2
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx1
-rw-r--r--svx/source/form/datanavi.cxx2
-rw-r--r--svx/source/form/dbcharsethelper.cxx2
-rw-r--r--svx/source/form/filtnav.cxx5
-rw-r--r--svx/source/form/fmdmod.cxx1
-rw-r--r--svx/source/form/fmdocumentclassification.cxx1
-rw-r--r--svx/source/form/fmexch.cxx1
-rw-r--r--svx/source/form/fmexpl.cxx3
-rw-r--r--svx/source/form/fmitems.cxx3
-rw-r--r--svx/source/form/fmobjfac.cxx1
-rw-r--r--svx/source/form/fmpage.cxx1
-rw-r--r--svx/source/form/fmshimp.cxx4
-rw-r--r--svx/source/form/fmsrcimp.cxx2
-rw-r--r--svx/source/form/fmtextcontrolshell.cxx1
-rw-r--r--svx/source/form/fmtools.cxx1
-rw-r--r--svx/source/form/fmundo.cxx7
-rw-r--r--svx/source/form/fmview.cxx3
-rw-r--r--svx/source/form/formcontroller.cxx1
-rw-r--r--svx/source/form/navigatortree.cxx3
-rw-r--r--svx/source/form/navigatortreemodel.cxx2
-rw-r--r--svx/source/form/sqlparserclient.cxx1
-rw-r--r--svx/source/form/tabwin.cxx1
-rw-r--r--svx/source/gallery2/codec.cxx1
-rw-r--r--svx/source/gallery2/galbrws2.cxx1
-rw-r--r--svx/source/gallery2/galtheme.cxx1
-rw-r--r--svx/source/inc/AccessibleFrameSelector.hxx2
-rw-r--r--svx/source/inc/charmapacc.hxx1
-rw-r--r--svx/source/inc/datanavi.hxx2
-rw-r--r--svx/source/inc/delayedevent.hxx1
-rw-r--r--svx/source/inc/filtnav.hxx1
-rw-r--r--svx/source/inc/fmexch.hxx3
-rw-r--r--svx/source/inc/fmexpl.hxx3
-rw-r--r--svx/source/inc/fmitems.hxx1
-rw-r--r--svx/source/inc/fmscriptingenv.hxx1
-rw-r--r--svx/source/inc/fmvwimp.hxx1
-rw-r--r--svx/source/inc/frmselimpl.hxx2
-rw-r--r--svx/source/inc/gridcell.hxx1
-rw-r--r--svx/source/inc/sdbdatacolumn.hxx1
-rw-r--r--svx/source/items/SmartTagItem.cxx4
-rw-r--r--svx/source/items/algitem.cxx22
-rw-r--r--svx/source/items/chrtitem.cxx31
-rw-r--r--svx/source/items/drawitem.cxx2
-rw-r--r--svx/source/items/e3ditem.cxx10
-rw-r--r--svx/source/items/galleryitem.cxx1
-rw-r--r--svx/source/items/grfitem.cxx3
-rw-r--r--svx/source/items/hlnkitem.cxx2
-rw-r--r--svx/source/items/numfmtsh.cxx26
-rw-r--r--svx/source/items/numinf.cxx13
-rw-r--r--svx/source/items/pageitem.cxx4
-rw-r--r--svx/source/items/postattr.cxx11
-rw-r--r--svx/source/items/rotmodit.cxx1
-rw-r--r--svx/source/items/viewlayoutitem.cxx8
-rw-r--r--svx/source/items/zoomslideritem.cxx9
-rw-r--r--svx/source/mnuctrls/clipboardctl.cxx3
-rw-r--r--svx/source/mnuctrls/fntctl.cxx5
-rw-r--r--svx/source/mnuctrls/fntszctl.cxx5
-rw-r--r--svx/source/sdr/animation/animationstate.cxx1
-rw-r--r--svx/source/sdr/animation/objectanimator.cxx1
-rw-r--r--svx/source/sdr/attribute/sdrfilltextattribute.cxx1
-rw-r--r--svx/source/sdr/attribute/sdrformtextattribute.cxx1
-rw-r--r--svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx1
-rw-r--r--svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx1
-rw-r--r--svx/source/sdr/attribute/sdrshadowtextattribute.cxx1
-rw-r--r--svx/source/sdr/contact/displayinfo.cxx1
-rw-r--r--svx/source/sdr/contact/sdrmediawindow.cxx10
-rw-r--r--svx/source/sdr/contact/viewcontactofgroup.cxx1
-rw-r--r--svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx1
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrcircobj.cxx1
-rw-r--r--svx/source/sdr/contact/viewcontactofsdredgeobj.cxx1
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx1
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx1
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx3
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofgraphic.cxx1
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofgroup.cxx1
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx1
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx5
-rw-r--r--svx/source/sdr/event/eventhandler.cxx2
-rw-r--r--svx/source/sdr/overlay/overlayanimatedbitmapex.cxx1
-rw-r--r--svx/source/sdr/overlay/overlaybitmapex.cxx1
-rw-r--r--svx/source/sdr/overlay/overlaycrosshair.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayhelpline.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayline.cxx1
-rw-r--r--svx/source/sdr/overlay/overlaymanager.cxx1
-rw-r--r--svx/source/sdr/overlay/overlaymanagerbuffered.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayobject.cxx2
-rw-r--r--svx/source/sdr/overlay/overlaypolypolygon.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayrectangle.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayrollingrectangle.cxx1
-rw-r--r--svx/source/sdr/overlay/overlayselection.cxx1
-rw-r--r--svx/source/sdr/overlay/overlaytools.cxx4
-rw-r--r--svx/source/sdr/overlay/overlaytriangle.cxx1
-rw-r--r--svx/source/sdr/primitive2d/sdrattributecreator.cxx1
-rw-r--r--svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrdecompositiontools.cxx1
-rw-r--r--svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx3
-rw-r--r--svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx1
-rw-r--r--svx/source/sdr/primitive2d/sdrole2primitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx1
-rw-r--r--svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx7
-rw-r--r--svx/source/sdr/primitive3d/sdrattributecreator3d.cxx1
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx1
-rw-r--r--svx/source/sdr/properties/captionproperties.cxx1
-rw-r--r--svx/source/sdr/properties/circleproperties.cxx1
-rw-r--r--svx/source/sdr/properties/connectorproperties.cxx1
-rw-r--r--svx/source/sdr/properties/customshapeproperties.cxx1
-rw-r--r--svx/source/sdr/properties/defaultproperties.cxx1
-rw-r--r--svx/source/sdr/properties/e3dcompoundproperties.cxx1
-rw-r--r--svx/source/sdr/properties/e3dextrudeproperties.cxx1
-rw-r--r--svx/source/sdr/properties/e3dlatheproperties.cxx1
-rw-r--r--svx/source/sdr/properties/e3dproperties.cxx1
-rw-r--r--svx/source/sdr/properties/e3dsphereproperties.cxx1
-rw-r--r--svx/source/sdr/properties/graphicproperties.cxx1
-rw-r--r--svx/source/sdr/properties/groupproperties.cxx1
-rw-r--r--svx/source/sdr/properties/itemsettools.cxx1
-rw-r--r--svx/source/sdr/properties/oleproperties.cxx1
-rw-r--r--svx/source/sdr/properties/rectangleproperties.cxx1
-rw-r--r--svx/source/sidebar/ContextChangeEventMultiplexer.cxx4
-rw-r--r--svx/source/sidebar/EmptyPanel.cxx2
-rw-r--r--svx/source/sidebar/PanelFactory.cxx4
-rw-r--r--svx/source/sidebar/SelectionAnalyzer.cxx17
-rw-r--r--svx/source/sidebar/SelectionChangeHandler.cxx12
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.hxx1
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.cxx21
-rw-r--r--svx/source/sidebar/insert/InsertPropertyPanel.cxx2
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx22
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.hxx1
-rw-r--r--svx/source/sidebar/shadow/ShadowPropertyPanel.hxx1
-rw-r--r--svx/source/sidebar/tools/Popup.cxx1
-rw-r--r--svx/source/stbctrls/modctrl.cxx4
-rw-r--r--svx/source/stbctrls/pszctrl.cxx8
-rw-r--r--svx/source/stbctrls/selctrl.cxx3
-rw-r--r--svx/source/stbctrls/zoomctrl.cxx2
-rw-r--r--svx/source/svdraw/gradtrns.cxx1
-rw-r--r--svx/source/svdraw/sdrhittesthelper.cxx2
-rw-r--r--svx/source/svdraw/sdrpagewindow.cxx2
-rw-r--r--svx/source/svdraw/sdrpaintwindow.cxx1
-rw-r--r--svx/source/svdraw/sdrundomanager.cxx1
-rw-r--r--svx/source/svdraw/svdattr.cxx8
-rw-r--r--svx/source/svdraw/svdcrtv.cxx4
-rw-r--r--svx/source/svdraw/svddrgmt.cxx29
-rw-r--r--svx/source/svdraw/svddrgv.cxx4
-rw-r--r--svx/source/svdraw/svdedtv.cxx4
-rw-r--r--svx/source/svdraw/svdedtv1.cxx6
-rw-r--r--svx/source/svdraw/svdedxv.cxx4
-rw-r--r--svx/source/svdraw/svdetc.cxx3
-rw-r--r--svx/source/svdraw/svdfmtf.cxx3
-rw-r--r--svx/source/svdraw/svdglev.cxx10
-rw-r--r--svx/source/svdraw/svdglue.cxx1
-rw-r--r--svx/source/svdraw/svdhdl.cxx13
-rw-r--r--svx/source/svdraw/svdhlpln.cxx1
-rw-r--r--svx/source/svdraw/svdmark.cxx4
-rw-r--r--svx/source/svdraw/svdmodel.cxx9
-rw-r--r--svx/source/svdraw/svdmrkv.cxx11
-rw-r--r--svx/source/svdraw/svdmrkv1.cxx1
-rw-r--r--svx/source/svdraw/svdoashp.cxx8
-rw-r--r--svx/source/svdraw/svdoattr.cxx2
-rw-r--r--svx/source/svdraw/svdobj.cxx30
-rw-r--r--svx/source/svdraw/svdocapt.cxx5
-rw-r--r--svx/source/svdraw/svdocirc.cxx5
-rw-r--r--svx/source/svdraw/svdoedge.cxx4
-rw-r--r--svx/source/svdraw/svdograf.cxx1
-rw-r--r--svx/source/svdraw/svdogrp.cxx3
-rw-r--r--svx/source/svdraw/svdomeas.cxx5
-rw-r--r--svx/source/svdraw/svdomedia.cxx2
-rw-r--r--svx/source/svdraw/svdoole2.cxx42
-rw-r--r--svx/source/svdraw/svdopage.cxx2
-rw-r--r--svx/source/svdraw/svdopath.cxx1
-rw-r--r--svx/source/svdraw/svdorect.cxx4
-rw-r--r--svx/source/svdraw/svdotext.cxx6
-rw-r--r--svx/source/svdraw/svdotextpathdecomposition.cxx1
-rw-r--r--svx/source/svdraw/svdotxdr.cxx1
-rw-r--r--svx/source/svdraw/svdotxtr.cxx2
-rw-r--r--svx/source/svdraw/svdouno.cxx2
-rw-r--r--svx/source/svdraw/svdovirt.cxx18
-rw-r--r--svx/source/svdraw/svdpage.cxx29
-rw-r--r--svx/source/svdraw/svdpagv.cxx4
-rw-r--r--svx/source/svdraw/svdpntv.cxx15
-rw-r--r--svx/source/svdraw/svdpoev.cxx2
-rw-r--r--svx/source/svdraw/svdsnpv.cxx3
-rw-r--r--svx/source/svdraw/svdtrans.cxx10
-rw-r--r--svx/source/svdraw/svdundo.cxx19
-rw-r--r--svx/source/svdraw/svdview.cxx2
-rw-r--r--svx/source/svdraw/svdviter.cxx6
-rw-r--r--svx/source/svdraw/svdxcgv.cxx9
-rw-r--r--svx/source/svdraw/textchaincursor.cxx1
-rw-r--r--svx/source/table/accessiblecell.cxx21
-rw-r--r--svx/source/table/accessibletableshape.cxx36
-rw-r--r--svx/source/table/cell.cxx65
-rw-r--r--svx/source/table/cell.hxx4
-rw-r--r--svx/source/table/cellcursor.cxx17
-rw-r--r--svx/source/table/cellcursor.hxx1
-rw-r--r--svx/source/table/cellrange.cxx6
-rw-r--r--svx/source/table/cellrange.hxx1
-rw-r--r--svx/source/table/propertyset.cxx17
-rw-r--r--svx/source/table/propertyset.hxx1
-rw-r--r--svx/source/table/svdotable.cxx41
-rw-r--r--svx/source/table/tablecolumn.cxx12
-rw-r--r--svx/source/table/tablecolumn.hxx1
-rw-r--r--svx/source/table/tablecolumns.cxx9
-rw-r--r--svx/source/table/tablecolumns.hxx1
-rw-r--r--svx/source/table/tablecontroller.cxx48
-rw-r--r--svx/source/table/tabledesign.cxx27
-rw-r--r--svx/source/table/tablehandles.cxx4
-rw-r--r--svx/source/table/tablehandles.hxx1
-rw-r--r--svx/source/table/tablelayouter.cxx28
-rw-r--r--svx/source/table/tablelayouter.hxx1
-rw-r--r--svx/source/table/tablemodel.cxx43
-rw-r--r--svx/source/table/tablemodel.hxx1
-rw-r--r--svx/source/table/tablerow.cxx15
-rw-r--r--svx/source/table/tablerow.hxx1
-rw-r--r--svx/source/table/tablerows.cxx9
-rw-r--r--svx/source/table/tablerows.hxx1
-rw-r--r--svx/source/table/tableundo.cxx31
-rw-r--r--svx/source/table/tableundo.hxx7
-rw-r--r--svx/source/table/viewcontactoftableobj.cxx4
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.cxx30
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.hxx7
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx18
-rw-r--r--svx/source/tbxctrls/formatpaintbrushctrl.cxx1
-rw-r--r--svx/source/tbxctrls/itemwin.cxx14
-rw-r--r--svx/source/tbxctrls/layctrl.cxx19
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx1
-rw-r--r--svx/source/tbxctrls/linectrl.cxx17
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx4
-rw-r--r--svx/source/tbxctrls/tbxdrctl.cxx4
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx3
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx1
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx1
-rw-r--r--svx/source/unodraw/UnoNameItemTable.cxx1
-rw-r--r--svx/source/unodraw/UnoNamespaceMap.cxx3
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx6
-rw-r--r--svx/source/unodraw/recoveryui.cxx3
-rw-r--r--svx/source/unodraw/shapeimpl.hxx2
-rw-r--r--svx/source/unodraw/tableshape.cxx3
-rw-r--r--svx/source/unodraw/unodtabl.cxx1
-rw-r--r--svx/source/unodraw/unogtabl.cxx1
-rw-r--r--svx/source/unodraw/unohtabl.cxx1
-rw-r--r--svx/source/unodraw/unomod.cxx1
-rw-r--r--svx/source/unodraw/unomtabl.cxx1
-rw-r--r--svx/source/unodraw/unoprov.cxx4
-rw-r--r--svx/source/unodraw/unoshap2.cxx20
-rw-r--r--svx/source/unodraw/unoshap3.cxx9
-rw-r--r--svx/source/unodraw/unoshap4.cxx4
-rw-r--r--svx/source/unodraw/unoshape.cxx54
-rw-r--r--svx/source/unodraw/unoshtxt.cxx21
-rw-r--r--svx/source/unodraw/unottabl.cxx1
-rw-r--r--svx/source/unogallery/unogalitem.cxx16
-rw-r--r--svx/source/unogallery/unogaltheme.cxx20
-rw-r--r--svx/source/unogallery/unogalthemeprovider.cxx7
-rw-r--r--svx/source/xml/xmleohlp.cxx1
-rw-r--r--svx/source/xml/xmlexport.cxx2
-rw-r--r--svx/source/xml/xmlxtexp.cxx8
-rw-r--r--svx/source/xml/xmlxtimp.cxx4
-rw-r--r--svx/source/xoutdev/xattr.cxx1
382 files changed, 0 insertions, 2166 deletions
diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx
index 720446d699a6..d04958b3b26c 100644
--- a/svx/inc/galobj.hxx
+++ b/svx/inc/galobj.hxx
@@ -27,7 +27,6 @@
#define S_THUMB 80
-
enum GalSoundType
{
SOUND_STANDARD = 0,
diff --git a/svx/inc/sdr/attribute/sdrfilltextattribute.hxx b/svx/inc/sdr/attribute/sdrfilltextattribute.hxx
index 4b9dc9947d20..672277cda1dc 100644
--- a/svx/inc/sdr/attribute/sdrfilltextattribute.hxx
+++ b/svx/inc/sdr/attribute/sdrfilltextattribute.hxx
@@ -26,7 +26,6 @@
#include <svx/sdr/attribute/sdrtextattribute.hxx>
-
namespace drawinglayer
{
namespace attribute
@@ -59,7 +58,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_ATTRIBUTE_SDRFILLTEXTATTRIBUTE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx b/svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx
index 121f45b91f00..e2e4aaac60c7 100644
--- a/svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx
+++ b/svx/inc/sdr/attribute/sdrformtextoutlineattribute.hxx
@@ -32,7 +32,6 @@ namespace drawinglayer { namespace attribute {
}}
-
namespace drawinglayer
{
namespace attribute
@@ -71,7 +70,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_ATTRIBUTE_SDRFORMTEXTOUTLINEATTRIBUTE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofe3dcube.hxx b/svx/inc/sdr/contact/viewcontactofe3dcube.hxx
index ab97e4896914..7a7f30140d21 100644
--- a/svx/inc/sdr/contact/viewcontactofe3dcube.hxx
+++ b/svx/inc/sdr/contact/viewcontactofe3dcube.hxx
@@ -49,7 +49,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFE3DCUBE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofe3dextrude.hxx b/svx/inc/sdr/contact/viewcontactofe3dextrude.hxx
index 20a73ae946fa..1538a18c983e 100644
--- a/svx/inc/sdr/contact/viewcontactofe3dextrude.hxx
+++ b/svx/inc/sdr/contact/viewcontactofe3dextrude.hxx
@@ -50,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFE3DEXTRUDE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofe3dlathe.hxx b/svx/inc/sdr/contact/viewcontactofe3dlathe.hxx
index cedaa2563d00..04df07a143b5 100644
--- a/svx/inc/sdr/contact/viewcontactofe3dlathe.hxx
+++ b/svx/inc/sdr/contact/viewcontactofe3dlathe.hxx
@@ -50,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFE3DLATHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx b/svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx
index 2544414ab665..5c867e40a90c 100644
--- a/svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx
+++ b/svx/inc/sdr/contact/viewcontactofe3dpolygon.hxx
@@ -49,7 +49,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFE3DPOLYGON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofe3dsphere.hxx b/svx/inc/sdr/contact/viewcontactofe3dsphere.hxx
index 1ea99d3f461e..1669c67d5d6f 100644
--- a/svx/inc/sdr/contact/viewcontactofe3dsphere.hxx
+++ b/svx/inc/sdr/contact/viewcontactofe3dsphere.hxx
@@ -50,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFE3DSPHERE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofgroup.hxx b/svx/inc/sdr/contact/viewcontactofgroup.hxx
index db910e40d090..af20acec7391 100644
--- a/svx/inc/sdr/contact/viewcontactofgroup.hxx
+++ b/svx/inc/sdr/contact/viewcontactofgroup.hxx
@@ -56,7 +56,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFGROUP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx b/svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx
index 7dfea4e176d2..fd8eb73c5755 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrcaptionobj.hxx
@@ -51,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDRCAPTIONOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx b/svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx
index d64615a36d00..6d39c7f0582d 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrcircobj.hxx
@@ -51,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDRCIRCOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx b/svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx
index 87b432ebf889..29e76f32a8fa 100644
--- a/svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdredgeobj.hxx
@@ -51,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDREDGEOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx b/svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx
index 6d2ab6645231..5e4fef89b39c 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrmeasureobj.hxx
@@ -51,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDRMEASUREOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx b/svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx
index df30d0f9f2fb..c01aa0ccdac2 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrobjcustomshape.hxx
@@ -54,7 +54,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDROBJCUSTOMSHAPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
index 13ab44e81c38..b72f25db13f3 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
@@ -73,7 +73,6 @@ protected:
}}
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDROLE2OBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx b/svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx
index b45444507598..c1ab456d0f99 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrpathobj.hxx
@@ -51,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFSDRPATHOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewcontactofunocontrol.hxx b/svx/inc/sdr/contact/viewcontactofunocontrol.hxx
index a2d8d3173d13..4e02fe3ec70a 100644
--- a/svx/inc/sdr/contact/viewcontactofunocontrol.hxx
+++ b/svx/inc/sdr/contact/viewcontactofunocontrol.hxx
@@ -40,7 +40,6 @@ namespace com { namespace sun { namespace star {
namespace sdr { namespace contact {
-
//= ViewContactOfUnoControl
class ViewContactOfUnoControl_Impl;
diff --git a/svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx b/svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx
index 1745ff987a0c..13d6e58abead 100644
--- a/svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx
+++ b/svx/inc/sdr/contact/viewobjectcontactofe3dscene.hxx
@@ -24,7 +24,6 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
-
namespace sdr
{
namespace contact
@@ -48,7 +47,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWOBJECTCONTACTOFE3DSCENE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx b/svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx
index a7f5bf9cb0a7..9feef60759d9 100644
--- a/svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx
+++ b/svx/inc/sdr/contact/viewobjectcontactofsdrmediaobj.hxx
@@ -60,7 +60,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWOBJECTCONTACTOFSDRMEDIAOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlaycrosshair.hxx b/svx/inc/sdr/overlay/overlaycrosshair.hxx
index afe49f76849a..33eca67f97c7 100644
--- a/svx/inc/sdr/overlay/overlaycrosshair.hxx
+++ b/svx/inc/sdr/overlay/overlaycrosshair.hxx
@@ -23,7 +23,6 @@
#include <svx/sdr/overlay/overlayobject.hxx>
-
namespace sdr
{
namespace overlay
@@ -45,7 +44,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYCROSSHAIR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlayhelpline.hxx b/svx/inc/sdr/overlay/overlayhelpline.hxx
index 054d348b24cd..b7f2a32bbf7e 100644
--- a/svx/inc/sdr/overlay/overlayhelpline.hxx
+++ b/svx/inc/sdr/overlay/overlayhelpline.hxx
@@ -24,7 +24,6 @@
#include <svx/svdhlpln.hxx>
-
namespace sdr
{
namespace overlay
@@ -54,7 +53,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYHELPLINE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlayline.hxx b/svx/inc/sdr/overlay/overlayline.hxx
index 9738a8d0a936..629d4929fb2b 100644
--- a/svx/inc/sdr/overlay/overlayline.hxx
+++ b/svx/inc/sdr/overlay/overlayline.hxx
@@ -23,7 +23,6 @@
#include <svx/sdr/overlay/overlayobject.hxx>
-
namespace sdr
{
namespace overlay
@@ -53,7 +52,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYLINE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
index 4a16c80fb890..dcebfce2e91c 100644
--- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
+++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx
@@ -26,7 +26,6 @@
#include <vcl/idle.hxx>
-
namespace sdr
{
namespace overlay
@@ -92,7 +91,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYMANAGERBUFFERED_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
index ffc3eeceb195..72c9b5dcf18b 100644
--- a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
+++ b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx
@@ -23,7 +23,6 @@
#include <svx/sdr/overlay/overlayobject.hxx>
-
namespace sdr
{
namespace overlay
@@ -69,7 +68,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYROLLINGRECTANGLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/overlay/overlaytools.hxx b/svx/inc/sdr/overlay/overlaytools.hxx
index f5b8c96de422..93b341d90af8 100644
--- a/svx/inc/sdr/overlay/overlaytools.hxx
+++ b/svx/inc/sdr/overlay/overlaytools.hxx
@@ -305,7 +305,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_OVERLAY_OVERLAYTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
index 2fd8ac5e9839..3a844c21f988 100644
--- a/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrcaptionprimitive2d.hxx
@@ -29,7 +29,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -72,7 +71,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRCAPTIONPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx
index 6a3ef322b0bf..f3a503e37a8f 100644
--- a/svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrconnectorprimitive2d.hxx
@@ -28,7 +28,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -62,7 +61,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRCONNECTORPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx
index f1780e817141..45107acaf65e 100644
--- a/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx
@@ -28,7 +28,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -83,7 +82,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRCUSTOMSHAPEPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
index bc17ca962768..f049710a02bb 100644
--- a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx
@@ -28,7 +28,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -62,7 +61,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -100,7 +98,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRELLIPSEPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
index 4275261ce202..a6489664c131 100644
--- a/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
@@ -29,7 +29,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -70,7 +69,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRGRAFPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx
index 483a623d2d39..72bb1a029c1b 100644
--- a/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx
@@ -41,7 +41,6 @@ namespace drawinglayer { namespace attribute {
}}
-
namespace drawinglayer
{
namespace primitive2d
@@ -119,7 +118,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRMEASUREPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx b/svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx
index 14a42031ed3e..623cd7576796 100644
--- a/svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrole2primitive2d.hxx
@@ -28,7 +28,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -64,7 +63,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDROLE2PRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx
index c8e6e54fb844..5c8799d9cbbd 100644
--- a/svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrolecontentprimitive2d.hxx
@@ -30,7 +30,6 @@
class SdrOle2Obj;
-
namespace drawinglayer
{
namespace primitive2d
@@ -74,7 +73,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDROLECONTENTPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
index b997cace727b..c9f8b84a657d 100644
--- a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx
@@ -29,7 +29,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -66,7 +65,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRPATHPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrprimitivetools.hxx b/svx/inc/sdr/primitive2d/sdrprimitivetools.hxx
index 969cfd20a70c..41217d3c2d5c 100644
--- a/svx/inc/sdr/primitive2d/sdrprimitivetools.hxx
+++ b/svx/inc/sdr/primitive2d/sdrprimitivetools.hxx
@@ -43,7 +43,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRPRIMITIVETOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
index eb4bd91c14c4..fa3a3706192d 100644
--- a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx
@@ -28,7 +28,6 @@
// predefines
-
namespace drawinglayer
{
namespace primitive2d
@@ -74,7 +73,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRRECTANGLEPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx
index eced60a7849a..7e6a453351ed 100644
--- a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx
@@ -35,7 +35,6 @@
class SdrText;
-
namespace drawinglayer
{
namespace primitive2d
@@ -103,7 +102,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -145,7 +143,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -187,7 +184,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -249,7 +245,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -291,7 +286,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -368,8 +362,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRTEXTPRIMITIVE2D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx b/svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx
index f0b8d8f3e635..cf5ee75689ae 100644
--- a/svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx
+++ b/svx/inc/sdr/primitive3d/sdrattributecreator3d.hxx
@@ -35,7 +35,6 @@ namespace basegfx {
}
-
namespace drawinglayer
{
namespace primitive2d
@@ -49,7 +48,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE3D_SDRATTRIBUTECREATOR3D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/attributeproperties.hxx b/svx/inc/sdr/properties/attributeproperties.hxx
index 8f2431717c39..d8a9bc54b88a 100644
--- a/svx/inc/sdr/properties/attributeproperties.hxx
+++ b/svx/inc/sdr/properties/attributeproperties.hxx
@@ -25,7 +25,6 @@
#include <svx/sdr/properties/defaultproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -89,7 +88,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_SDR_PROPERTIES_ATTRIBUTEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/captionproperties.hxx b/svx/inc/sdr/properties/captionproperties.hxx
index a9b26f266c6f..973741ecedfe 100644
--- a/svx/inc/sdr/properties/captionproperties.hxx
+++ b/svx/inc/sdr/properties/captionproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/rectangleproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -61,7 +60,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_CAPTIONPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/circleproperties.hxx b/svx/inc/sdr/properties/circleproperties.hxx
index 50d315cc9168..ec06c55cf459 100644
--- a/svx/inc/sdr/properties/circleproperties.hxx
+++ b/svx/inc/sdr/properties/circleproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/rectangleproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -61,7 +60,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_CIRCLEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/connectorproperties.hxx b/svx/inc/sdr/properties/connectorproperties.hxx
index d5ff377e6179..821d7ea3fb18 100644
--- a/svx/inc/sdr/properties/connectorproperties.hxx
+++ b/svx/inc/sdr/properties/connectorproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/textproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -57,7 +56,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_CONNECTORPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/customshapeproperties.hxx b/svx/inc/sdr/properties/customshapeproperties.hxx
index 62821a5d6e1e..457398408cb4 100644
--- a/svx/inc/sdr/properties/customshapeproperties.hxx
+++ b/svx/inc/sdr/properties/customshapeproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/textproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -85,7 +84,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_CUSTOMSHAPEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dcompoundproperties.hxx b/svx/inc/sdr/properties/e3dcompoundproperties.hxx
index 788ce8323ab6..a26dd4b0815a 100644
--- a/svx/inc/sdr/properties/e3dcompoundproperties.hxx
+++ b/svx/inc/sdr/properties/e3dcompoundproperties.hxx
@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h>
-
namespace sdr
{
namespace properties
@@ -65,7 +64,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_SDR_PROPERTIES_E3DCOMPOUNDPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dextrudeproperties.hxx b/svx/inc/sdr/properties/e3dextrudeproperties.hxx
index 1f3d9bf2ab1c..e846203b90db 100644
--- a/svx/inc/sdr/properties/e3dextrudeproperties.hxx
+++ b/svx/inc/sdr/properties/e3dextrudeproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/e3dcompoundproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -51,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_E3DEXTRUDEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dlatheproperties.hxx b/svx/inc/sdr/properties/e3dlatheproperties.hxx
index 9221816a10df..7ed1c77952c7 100644
--- a/svx/inc/sdr/properties/e3dlatheproperties.hxx
+++ b/svx/inc/sdr/properties/e3dlatheproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/e3dcompoundproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -51,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_E3DLATHEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dproperties.hxx b/svx/inc/sdr/properties/e3dproperties.hxx
index aee3be1e784e..34f554b1cfa5 100644
--- a/svx/inc/sdr/properties/e3dproperties.hxx
+++ b/svx/inc/sdr/properties/e3dproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/attributeproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -57,7 +56,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_SDR_PROPERTIES_E3DPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dsceneproperties.hxx b/svx/inc/sdr/properties/e3dsceneproperties.hxx
index 732259522dca..3a2e98a9ddb7 100644
--- a/svx/inc/sdr/properties/e3dsceneproperties.hxx
+++ b/svx/inc/sdr/properties/e3dsceneproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/e3dproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -82,7 +81,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_E3DSCENEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/e3dsphereproperties.hxx b/svx/inc/sdr/properties/e3dsphereproperties.hxx
index 7fecf0cb42cd..0a08f57c3abd 100644
--- a/svx/inc/sdr/properties/e3dsphereproperties.hxx
+++ b/svx/inc/sdr/properties/e3dsphereproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/e3dcompoundproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -51,7 +50,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_E3DSPHEREPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx
index dc5126216b3b..202807759775 100644
--- a/svx/inc/sdr/properties/emptyproperties.hxx
+++ b/svx/inc/sdr/properties/emptyproperties.hxx
@@ -23,7 +23,6 @@
#include <svx/sdr/properties/properties.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/inc/sdr/properties/graphicproperties.hxx b/svx/inc/sdr/properties/graphicproperties.hxx
index c8d7b1fa3603..768ef386dfc4 100644
--- a/svx/inc/sdr/properties/graphicproperties.hxx
+++ b/svx/inc/sdr/properties/graphicproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/rectangleproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -61,7 +60,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_GRAPHICPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/groupproperties.hxx b/svx/inc/sdr/properties/groupproperties.hxx
index 22c1b2c86356..a9f44817b162 100644
--- a/svx/inc/sdr/properties/groupproperties.hxx
+++ b/svx/inc/sdr/properties/groupproperties.hxx
@@ -23,7 +23,6 @@
#include <svx/sdr/properties/defaultproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -115,7 +114,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_GROUPPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/measureproperties.hxx b/svx/inc/sdr/properties/measureproperties.hxx
index 4fce2bb48beb..908aa2128c86 100644
--- a/svx/inc/sdr/properties/measureproperties.hxx
+++ b/svx/inc/sdr/properties/measureproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/textproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -61,7 +60,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_MEASUREPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/oleproperties.hxx b/svx/inc/sdr/properties/oleproperties.hxx
index d6791cc3f11d..00cdb4045ed3 100644
--- a/svx/inc/sdr/properties/oleproperties.hxx
+++ b/svx/inc/sdr/properties/oleproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/rectangleproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -52,7 +51,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_OLEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/pageproperties.hxx b/svx/inc/sdr/properties/pageproperties.hxx
index c503d3bf8f84..c6e9d303856d 100644
--- a/svx/inc/sdr/properties/pageproperties.hxx
+++ b/svx/inc/sdr/properties/pageproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/emptyproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -67,7 +66,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_INC_SDR_PROPERTIES_PAGEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/rectangleproperties.hxx b/svx/inc/sdr/properties/rectangleproperties.hxx
index 925c5c4b53e7..9e50b549f0f3 100644
--- a/svx/inc/sdr/properties/rectangleproperties.hxx
+++ b/svx/inc/sdr/properties/rectangleproperties.hxx
@@ -23,7 +23,6 @@
#include <sdr/properties/textproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -54,7 +53,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_SDR_PROPERTIES_RECTANGLEPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/sdr/properties/textproperties.hxx b/svx/inc/sdr/properties/textproperties.hxx
index 4bbcf5e81e41..a7f88280706d 100644
--- a/svx/inc/sdr/properties/textproperties.hxx
+++ b/svx/inc/sdr/properties/textproperties.hxx
@@ -24,7 +24,6 @@
#include <sdr/properties/attributeproperties.hxx>
-
namespace sdr
{
namespace properties
@@ -86,7 +85,6 @@ namespace sdr
} // end of namespace sdr
-
#endif // INCLUDED_SVX_SDR_PROPERTIES_TEXTPROPERTIES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index aa0cf766c32b..afff950c6d9a 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -75,7 +75,6 @@ public:
};
-
#endif // INCLUDED_SVX_INC_XPOLYIMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/AccessibleEmptyEditSource.cxx b/svx/source/accessibility/AccessibleEmptyEditSource.cxx
index 58ce8a299b06..3d70db02ae8a 100644
--- a/svx/source/accessibility/AccessibleEmptyEditSource.cxx
+++ b/svx/source/accessibility/AccessibleEmptyEditSource.cxx
@@ -18,8 +18,6 @@
*/
-
-
// Global header
@@ -31,11 +29,9 @@
#include <svx/svdpool.hxx>
-
// Project-local header
-
#include "AccessibleEmptyEditSource.hxx"
#include <svx/unoshtxt.hxx>
@@ -215,7 +211,6 @@ namespace accessibility
}
-
// Implementing AccessibleEmptyEditSource
@@ -338,5 +333,4 @@ namespace accessibility
} // end of namespace accessibility
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx
index 3a85aa885a4d..c4ccc90d43a8 100644
--- a/svx/source/accessibility/AccessibleFrameSelector.cxx
+++ b/svx/source/accessibility/AccessibleFrameSelector.cxx
@@ -75,14 +75,12 @@ AccFrameSelector::AccFrameSelector( FrameSelector& rFrameSel, FrameBorderType eB
}
-
AccFrameSelector::~AccFrameSelector()
{
RemoveFrameSelEventListener();
}
-
void AccFrameSelector::RemoveFrameSelEventListener()
{
if ( mpFrameSel )
@@ -92,7 +90,6 @@ void AccFrameSelector::RemoveFrameSelEventListener()
}
-
Reference< XAccessibleContext > AccFrameSelector::getAccessibleContext( )
throw (RuntimeException, std::exception)
{
@@ -100,7 +97,6 @@ Reference< XAccessibleContext > AccFrameSelector::getAccessibleContext( )
}
-
sal_Int32 AccFrameSelector::getAccessibleChildCount( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -305,7 +301,6 @@ css::awt::Rectangle AccFrameSelector::getBounds( ) throw (RuntimeException, std
}
-
css::awt::Point AccFrameSelector::getLocation( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -325,7 +320,6 @@ css::awt::Point AccFrameSelector::getLocation( ) throw (RuntimeException, std::
}
-
css::awt::Point AccFrameSelector::getLocationOnScreen( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -346,7 +340,6 @@ css::awt::Point AccFrameSelector::getLocationOnScreen( ) throw (RuntimeExceptio
}
-
css::awt::Size AccFrameSelector::getSize( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -487,7 +480,6 @@ void AccFrameSelector::NotifyFocusListeners(bool bGetFocus)
}
-
IMPL_LINK_TYPED( AccFrameSelector, WindowEventListener, VclWindowEvent&, rEvent, void )
{
vcl::Window* pWindow = rEvent.GetWindow();
@@ -499,7 +491,6 @@ IMPL_LINK_TYPED( AccFrameSelector, WindowEventListener, VclWindowEvent&, rEvent,
}
-
void AccFrameSelector::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent )
{
switch ( rVclWindowEvent.GetId() )
@@ -532,7 +523,6 @@ void AccFrameSelector::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent
}
-
void AccFrameSelector::NotifyAccessibleEvent( const sal_Int16 _nEventId,
const Any& _rOldValue, const Any& _rNewValue )
{
@@ -545,7 +535,6 @@ void AccFrameSelector::NotifyAccessibleEvent( const sal_Int16 _nEventId,
}
-
void AccFrameSelector::Invalidate()
{
RemoveFrameSelEventListener();
@@ -558,7 +547,6 @@ void AccFrameSelector::Invalidate()
}
-
}
}
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx
index c75bad34685c..49cdd0e21ddd 100644
--- a/svx/source/accessibility/AccessibleGraphicShape.cxx
+++ b/svx/source/accessibility/AccessibleGraphicShape.cxx
@@ -39,8 +39,6 @@ AccessibleGraphicShape::AccessibleGraphicShape (
}
-
-
AccessibleGraphicShape::~AccessibleGraphicShape()
{
}
@@ -55,8 +53,6 @@ OUString SAL_CALL AccessibleGraphicShape::getAccessibleImageDescription()
}
-
-
sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageHeight()
throw (css::uno::RuntimeException, std::exception)
{
@@ -64,8 +60,6 @@ sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageHeight()
}
-
-
sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageWidth()
throw (css::uno::RuntimeException, std::exception)
{
@@ -85,7 +79,6 @@ css::uno::Any SAL_CALL
}
-
void SAL_CALL
AccessibleGraphicShape::acquire()
throw ()
@@ -94,7 +87,6 @@ void SAL_CALL
}
-
void SAL_CALL
AccessibleGraphicShape::release()
throw ()
@@ -111,8 +103,6 @@ OUString SAL_CALL
}
-
-
css::uno::Sequence< OUString> SAL_CALL
AccessibleGraphicShape::getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception)
@@ -148,8 +138,6 @@ uno::Sequence<uno::Type> SAL_CALL
}
-
-
/// Create the base name of this object, i.e. the name without appended number.
OUString
AccessibleGraphicShape::CreateAccessibleBaseName()
diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx
index 4577ccf6bb1a..e41fa8f1af61 100644
--- a/svx/source/accessibility/AccessibleOLEShape.cxx
+++ b/svx/source/accessibility/AccessibleOLEShape.cxx
@@ -39,8 +39,6 @@ AccessibleOLEShape::AccessibleOLEShape (
}
-
-
AccessibleOLEShape::~AccessibleOLEShape()
{
}
@@ -53,8 +51,6 @@ sal_Int32 SAL_CALL AccessibleOLEShape::getAccessibleActionCount()
}
-
-
sal_Bool SAL_CALL AccessibleOLEShape::doAccessibleAction (sal_Int32 /*nIndex*/)
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -62,8 +58,6 @@ sal_Bool SAL_CALL AccessibleOLEShape::doAccessibleAction (sal_Int32 /*nIndex*/)
}
-
-
OUString SAL_CALL AccessibleOLEShape::getAccessibleActionDescription (sal_Int32 /*nIndex*/)
throw (css::lang::IndexOutOfBoundsException,
css::uno::RuntimeException, std::exception)
@@ -72,8 +66,6 @@ OUString SAL_CALL AccessibleOLEShape::getAccessibleActionDescription (sal_Int32
}
-
-
Reference<XAccessibleKeyBinding> SAL_CALL AccessibleOLEShape::getAccessibleActionKeyBinding (sal_Int32 /*nIndex*/)
throw (css::lang::IndexOutOfBoundsException,
css::uno::RuntimeException, std::exception)
@@ -94,7 +86,6 @@ css::uno::Any SAL_CALL
}
-
void SAL_CALL
AccessibleOLEShape::acquire()
throw ()
@@ -103,7 +94,6 @@ void SAL_CALL
}
-
void SAL_CALL
AccessibleOLEShape::release()
throw ()
@@ -120,8 +110,6 @@ OUString SAL_CALL
}
-
-
css::uno::Sequence< OUString> SAL_CALL
AccessibleOLEShape::getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception)
diff --git a/svx/source/accessibility/AccessibleShapeInfo.cxx b/svx/source/accessibility/AccessibleShapeInfo.cxx
index bc681c08324d..a83ac75b11c2 100644
--- a/svx/source/accessibility/AccessibleShapeInfo.cxx
+++ b/svx/source/accessibility/AccessibleShapeInfo.cxx
@@ -36,8 +36,6 @@ AccessibleShapeInfo::AccessibleShapeInfo (
}
-
-
AccessibleShapeInfo::AccessibleShapeInfo (
const css::uno::Reference<css::drawing::XShape>& rxShape,
const css::uno::Reference<css::accessibility::XAccessible>& rxParent,
diff --git a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
index 1576ecf72c01..66521432973e 100644
--- a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
+++ b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
@@ -37,8 +37,6 @@ AccessibleShapeTreeInfo::AccessibleShapeTreeInfo()
}
-
-
AccessibleShapeTreeInfo::AccessibleShapeTreeInfo (const AccessibleShapeTreeInfo& rInfo)
: mxDocumentWindow (rInfo.mxDocumentWindow),
mxModelBroadcaster (rInfo.mxModelBroadcaster),
@@ -51,8 +49,6 @@ AccessibleShapeTreeInfo::AccessibleShapeTreeInfo (const AccessibleShapeTreeInfo&
}
-
-
AccessibleShapeTreeInfo& AccessibleShapeTreeInfo::operator= (const AccessibleShapeTreeInfo& rInfo)
{
if ( this != &rInfo )
@@ -68,8 +64,6 @@ AccessibleShapeTreeInfo& AccessibleShapeTreeInfo::operator= (const AccessibleSha
}
-
-
AccessibleShapeTreeInfo::~AccessibleShapeTreeInfo()
{
SolarMutexGuard g;
@@ -77,8 +71,6 @@ AccessibleShapeTreeInfo::~AccessibleShapeTreeInfo()
}
-
-
void AccessibleShapeTreeInfo::SetDocumentWindow (
const Reference<XAccessibleComponent>& rxDocumentWindow)
{
@@ -93,24 +85,12 @@ void AccessibleShapeTreeInfo::SetModelBroadcaster (
}
-
-
-
-
-
-
void AccessibleShapeTreeInfo::SetSdrView (SdrView* pView)
{
mpView = pView;
}
-
-
-
-
-
-
void AccessibleShapeTreeInfo::SetController (
const Reference<frame::XController>& rxController)
{
@@ -118,34 +98,18 @@ void AccessibleShapeTreeInfo::SetController (
}
-
-
-
-
-
-
void AccessibleShapeTreeInfo::SetWindow (vcl::Window* pWindow)
{
mpWindow = pWindow;
}
-
-
-
-
-
-
void AccessibleShapeTreeInfo::SetViewForwarder (const IAccessibleViewForwarder* pViewForwarder)
{
mpViewForwarder = pViewForwarder;
}
-
-
-
-
} // end of namespace accessibility
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx b/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
index 3f683bce1310..72bc10adc988 100644
--- a/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
+++ b/svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx
@@ -88,7 +88,6 @@ OUString VCLXAccessibleSvxFindReplaceDialog::getImplementationName() throw (Runt
}
-
Sequence< OUString > VCLXAccessibleSvxFindReplaceDialog::getSupportedServiceNames() throw (RuntimeException, std::exception)
{
Sequence< OUString > aNames { "VCLXAccessibleSvxFindReplaceDialog" };
diff --git a/svx/source/accessibility/AccessibleTextEventQueue.cxx b/svx/source/accessibility/AccessibleTextEventQueue.cxx
index 05ace5f490f3..4adc293c1b9f 100644
--- a/svx/source/accessibility/AccessibleTextEventQueue.cxx
+++ b/svx/source/accessibility/AccessibleTextEventQueue.cxx
@@ -37,7 +37,6 @@ namespace accessibility
// EventQueue implementation
-
AccessibleTextEventQueue::AccessibleTextEventQueue()
{
}
@@ -89,5 +88,4 @@ namespace accessibility
} // end of namespace accessibility
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx
index 03570b0fdf38..a5eec150f638 100644
--- a/svx/source/accessibility/AccessibleTextHelper.cxx
+++ b/svx/source/accessibility/AccessibleTextHelper.cxx
@@ -18,12 +18,9 @@
*/
-
-
// Global header
-
#include <limits.h>
#include <memory>
#include <utility>
@@ -50,7 +47,6 @@
#include <sfx2/viewsh.hxx>
-
// Project-local header
@@ -1641,7 +1637,6 @@ namespace accessibility
}
-
// AccessibleTextHelper implementation (simply forwards to impl)
AccessibleTextHelper::AccessibleTextHelper( ::std::unique_ptr< SvxEditSource > && pEditSource ) :
@@ -1902,5 +1897,4 @@ namespace accessibility
} // end of namespace accessibility
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx
index be9dae16dc8a..1caeea682580 100644
--- a/svx/source/accessibility/ChildrenManager.cxx
+++ b/svx/source/accessibility/ChildrenManager.cxx
@@ -44,8 +44,6 @@ ChildrenManager::ChildrenManager (
}
-
-
ChildrenManager::~ChildrenManager()
{
if (mpImpl != nullptr)
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx
index 7c1e4491b75d..62925b936ea7 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.cxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.cxx
@@ -71,8 +71,6 @@ ChildrenManagerImpl::ChildrenManagerImpl (
}
-
-
ChildrenManagerImpl::~ChildrenManagerImpl()
{
DBG_ASSERT (rBHelper.bDisposed || rBHelper.bInDispose,
@@ -80,8 +78,6 @@ ChildrenManagerImpl::~ChildrenManagerImpl()
}
-
-
void ChildrenManagerImpl::Init()
{
// Register as view::XSelectionChangeListener.
@@ -104,8 +100,6 @@ void ChildrenManagerImpl::Init()
}
-
-
long ChildrenManagerImpl::GetChildCount() const throw ()
{
return maVisibleChildren.size();
@@ -144,8 +138,6 @@ uno::Reference<XAccessible>
}
-
-
/** Return the requested accessible child object. Create it if it is not
yet in the cache.
*/
@@ -186,8 +178,6 @@ uno::Reference<XAccessible>
}
-
-
uno::Reference<XAccessible>
ChildrenManagerImpl::GetChild (const uno::Reference<drawing::XShape>& xShape)
throw (uno::RuntimeException)
@@ -202,8 +192,6 @@ uno::Reference<XAccessible>
}
-
-
/** Find all shapes among the specified shapes that lie fully or partially
inside the visible area. Put those shapes into the cleared cache. The
corresponding accessible objects will be created on demand.
@@ -349,8 +337,6 @@ void ChildrenManagerImpl::CreateListOfVisibleShapes (
}
-
-
void ChildrenManagerImpl::RemoveNonVisibleChildren (
const ChildDescriptorListType& rNewChildList,
ChildDescriptorListType& rOldChildList)
@@ -383,8 +369,6 @@ void ChildrenManagerImpl::RemoveNonVisibleChildren (
}
-
-
void ChildrenManagerImpl::MergeAccessibilityInformation (
ChildDescriptorListType& raNewChildList)
{
@@ -409,8 +393,6 @@ void ChildrenManagerImpl::MergeAccessibilityInformation (
}
-
-
void ChildrenManagerImpl::SendVisibleAreaEvents (
ChildDescriptorListType& raNewChildList)
{
@@ -429,8 +411,6 @@ void ChildrenManagerImpl::SendVisibleAreaEvents (
}
-
-
void ChildrenManagerImpl::CreateAccessibilityObjects (
ChildDescriptorListType& raNewChildList)
{
@@ -454,8 +434,6 @@ void ChildrenManagerImpl::CreateAccessibilityObjects (
}
-
-
void ChildrenManagerImpl::AddShape (const Reference<drawing::XShape>& rxShape)
{
if (rxShape.is())
@@ -504,8 +482,6 @@ void ChildrenManagerImpl::AddShape (const Reference<drawing::XShape>& rxShape)
}
-
-
void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape)
{
if (rxShape.is())
@@ -535,16 +511,12 @@ void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape
}
-
-
void ChildrenManagerImpl::SetShapeList (const css::uno::Reference<css::drawing::XShapes>& xShapeList)
{
mxShapeList = xShapeList;
}
-
-
void ChildrenManagerImpl::AddAccessibleShape (css::uno::Reference<css::accessibility::XAccessible> const & shape)
{
assert(shape.is());
@@ -552,8 +524,6 @@ void ChildrenManagerImpl::AddAccessibleShape (css::uno::Reference<css::accessibi
}
-
-
void ChildrenManagerImpl::ClearAccessibleShapeList()
{
// Copy the list of (visible) shapes to local lists and clear the
@@ -598,8 +568,6 @@ void ChildrenManagerImpl::ClearAccessibleShapeList()
}
-
-
/** If the broadcasters change at which this object is registered then
unregister at old and register at new broadcasters.
*/
@@ -716,8 +684,6 @@ void SAL_CALL
}
-
-
void ChildrenManagerImpl::impl_dispose()
{
Reference<frame::XController> xController(maShapeTreeInfo.GetController());
@@ -762,7 +728,6 @@ void ChildrenManagerImpl::impl_dispose()
}
-
void SAL_CALL ChildrenManagerImpl::disposing()
{
impl_dispose();
@@ -1044,16 +1009,12 @@ void ChildrenManagerImpl::UpdateSelection()
}
-
-
bool ChildrenManagerImpl::HasFocus()
{
return mpFocusedShape != nullptr;
}
-
-
void ChildrenManagerImpl::RemoveFocus()
{
if (mpFocusedShape != nullptr)
@@ -1064,7 +1025,6 @@ void ChildrenManagerImpl::RemoveFocus()
}
-
void ChildrenManagerImpl::RegisterAsDisposeListener (
const Reference<drawing::XShape>& xShape)
{
@@ -1075,8 +1035,6 @@ void ChildrenManagerImpl::RegisterAsDisposeListener (
}
-
-
void ChildrenManagerImpl::UnregisterAsDisposeListener (
const Reference<drawing::XShape>& xShape)
{
@@ -1096,8 +1054,6 @@ ChildDescriptor::ChildDescriptor (const Reference<drawing::XShape>& xShape)
}
-
-
ChildDescriptor::ChildDescriptor (const Reference<XAccessible>& rxAccessibleShape)
: mxShape (nullptr),
mxAccessibleShape (rxAccessibleShape),
@@ -1110,15 +1066,11 @@ ChildDescriptor::ChildDescriptor (const Reference<XAccessible>& rxAccessibleShap
}
-
-
ChildDescriptor::~ChildDescriptor()
{
}
-
-
AccessibleShape* ChildDescriptor::GetAccessibleShape() const
{
return static_cast<AccessibleShape*> (mxAccessibleShape.get());
@@ -1132,9 +1084,6 @@ void ChildDescriptor::setIndexAtAccessibleShape(sal_Int32 _nIndex)
}
-
-
-
void ChildDescriptor::disposeAccessibleObject (AccessibleContextBase& rParent)
{
if (mxAccessibleShape.is())
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index c6a94c65bfe8..1222d99ac784 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -436,8 +436,6 @@ private:
};
-
-
/** A child descriptor holds a reference to a UNO shape and the
corresponding accessible object. There are two use cases:
<ol><li>The accessible object is only created on demand and is then
@@ -531,7 +529,6 @@ public:
};
-
} // end of namespace accessibility
#endif
diff --git a/svx/source/accessibility/DescriptionGenerator.cxx b/svx/source/accessibility/DescriptionGenerator.cxx
index 9b2ad6bc067c..518a7961ea09 100644
--- a/svx/source/accessibility/DescriptionGenerator.cxx
+++ b/svx/source/accessibility/DescriptionGenerator.cxx
@@ -62,15 +62,11 @@ DescriptionGenerator::DescriptionGenerator (
}
-
-
DescriptionGenerator::~DescriptionGenerator()
{
}
-
-
void DescriptionGenerator::Initialize (sal_Int32 nResourceId)
{
// Get the string from the resource for the specified id.
@@ -85,8 +81,6 @@ void DescriptionGenerator::Initialize (sal_Int32 nResourceId)
}
-
-
void DescriptionGenerator::Initialize (const OUString& sPrefix)
{
msDescription = sPrefix;
@@ -123,8 +117,6 @@ void DescriptionGenerator::Initialize (const OUString& sPrefix)
}
-
-
OUString DescriptionGenerator::operator() (void)
{
msDescription.append('.');
@@ -132,8 +124,6 @@ OUString DescriptionGenerator::operator() (void)
}
-
-
void DescriptionGenerator::AddProperty (
const OUString& sPropertyName,
PropertyType aType,
@@ -149,8 +139,6 @@ void DescriptionGenerator::AddProperty (
}
-
-
void DescriptionGenerator::AddProperty (const OUString& sPropertyName,
PropertyType aType, const OUString& sLocalizedName, long nWhichId)
{
@@ -192,16 +180,12 @@ void DescriptionGenerator::AddProperty (const OUString& sPropertyName,
}
-
-
void DescriptionGenerator::AppendString (const OUString& sString)
{
msDescription.append (sString);
}
-
-
void DescriptionGenerator::AddLineProperties()
{
AddProperty ("LineColor", DescriptionGenerator::COLOR, SIP_XA_LINECOLOR);
@@ -211,8 +195,6 @@ void DescriptionGenerator::AddLineProperties()
}
-
-
/** The fill style is described by the property "FillStyle". Depending on
its value a hatch-, gradient-, or bitmap name is appended.
*/
@@ -222,8 +204,6 @@ void DescriptionGenerator::AddFillProperties()
}
-
-
void DescriptionGenerator::Add3DProperties()
{
AddProperty ("D3DMaterialColor", DescriptionGenerator::COLOR,
@@ -233,8 +213,6 @@ void DescriptionGenerator::Add3DProperties()
}
-
-
void DescriptionGenerator::AddTextProperties()
{
AddProperty ("CharColor", DescriptionGenerator::COLOR);
@@ -242,8 +220,6 @@ void DescriptionGenerator::AddTextProperties()
}
-
-
/** Search for the given color in the global color table. If found append
its name to the description. Otherwise append its RGB tuple.
*/
@@ -272,8 +248,6 @@ void DescriptionGenerator::AddColor (const OUString& sPropertyName,
}
-
-
void DescriptionGenerator::AddInteger (const OUString& sPropertyName,
const OUString& sLocalizedName)
{
@@ -297,8 +271,6 @@ void DescriptionGenerator::AddInteger (const OUString& sPropertyName,
}
-
-
void DescriptionGenerator::AddString (const OUString& sPropertyName,
const OUString& sLocalizedName, long nWhichId)
{
@@ -332,8 +304,6 @@ void DescriptionGenerator::AddString (const OUString& sPropertyName,
}
-
-
void DescriptionGenerator::AddFillStyle (const OUString& sPropertyName,
const OUString& sLocalizedName)
{
diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx
index 0aa17dbce2df..2e4462dc9137 100644
--- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx
+++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx
@@ -120,7 +120,6 @@ SvxGraphCtrlAccessibleContext::SvxGraphCtrlAccessibleContext(
}
-
/** on destruction, this component is disposed and all dispose listeners
are called, except if this component was already disposed */
SvxGraphCtrlAccessibleContext::~SvxGraphCtrlAccessibleContext()
@@ -129,7 +128,6 @@ SvxGraphCtrlAccessibleContext::~SvxGraphCtrlAccessibleContext()
}
-
/** returns the XAccessible interface for a given SdrObject.
Multiple calls for the same SdrObject return the same XAccessible.
*/
@@ -189,7 +187,6 @@ sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::containsPoint( const awt::Point
}
-
Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleAtPoint( const awt::Point& rPoint ) throw( RuntimeException, std::exception )
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -220,7 +217,6 @@ Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleAt
}
-
awt::Rectangle SAL_CALL SvxGraphCtrlAccessibleContext::getBounds() throw( RuntimeException, std::exception )
{
// no guard -> done in GetBoundingBox()
@@ -234,7 +230,6 @@ awt::Rectangle SAL_CALL SvxGraphCtrlAccessibleContext::getBounds() throw( Runtim
}
-
awt::Point SAL_CALL SvxGraphCtrlAccessibleContext::getLocation() throw( RuntimeException, std::exception )
{
// no guard -> done in GetBoundingBox()
@@ -243,7 +238,6 @@ awt::Point SAL_CALL SvxGraphCtrlAccessibleContext::getLocation() throw( RuntimeE
}
-
awt::Point SAL_CALL SvxGraphCtrlAccessibleContext::getLocationOnScreen() throw( RuntimeException, std::exception )
{
// no guard -> done in GetBoundingBoxOnScreen()
@@ -252,7 +246,6 @@ awt::Point SAL_CALL SvxGraphCtrlAccessibleContext::getLocationOnScreen() throw(
}
-
awt::Size SAL_CALL SvxGraphCtrlAccessibleContext::getSize() throw( RuntimeException, std::exception )
{
// no guard -> done in GetBoundingBox()
@@ -272,7 +265,6 @@ sal_Int32 SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleChildCount() thro
}
-
/** returns the SdrObject at index nIndex from the model of this graph */
SdrObject* SvxGraphCtrlAccessibleContext::getSdrObject( sal_Int32 nIndex )
throw( RuntimeException, lang::IndexOutOfBoundsException )
@@ -289,7 +281,6 @@ SdrObject* SvxGraphCtrlAccessibleContext::getSdrObject( sal_Int32 nIndex )
}
-
/** sends an AccessibleEventObject to all added XAccessibleEventListeners */
void SvxGraphCtrlAccessibleContext::CommitChange (
sal_Int16 nEventId,
@@ -313,7 +304,6 @@ void SvxGraphCtrlAccessibleContext::FireEvent (const AccessibleEventObject& aEve
}
-
Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleChild( sal_Int32 nIndex )
throw( RuntimeException, lang::IndexOutOfBoundsException, std::exception )
{
@@ -323,14 +313,12 @@ Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleCh
}
-
Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleParent() throw( RuntimeException, std::exception )
{
return mxParent;
}
-
sal_Int32 SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleIndexInParent() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -362,14 +350,12 @@ sal_Int32 SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleIndexInParent() t
}
-
sal_Int16 SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleRole() throw( RuntimeException, std::exception )
{
return AccessibleRole::PANEL;
}
-
OUString SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleDescription() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -377,7 +363,6 @@ OUString SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleDescription() thro
}
-
OUString SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleName() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -385,7 +370,6 @@ OUString SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleName() throw( Runt
}
-
/** Return empty reference to indicate that the relation set is not
supported.
*/
@@ -395,7 +379,6 @@ Reference< XAccessibleRelationSet > SAL_CALL SvxGraphCtrlAccessibleContext::getA
}
-
Reference< XAccessibleStateSet > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleStateSet() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -420,7 +403,6 @@ Reference< XAccessibleStateSet > SAL_CALL SvxGraphCtrlAccessibleContext::getAcce
}
-
lang::Locale SAL_CALL SvxGraphCtrlAccessibleContext::getLocale() throw( IllegalAccessibleComponentStateException, RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -450,7 +432,6 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::addAccessibleEventListener( const R
}
-
void SAL_CALL SvxGraphCtrlAccessibleContext::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
throw( RuntimeException, std::exception )
{
@@ -545,7 +526,6 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::selectAccessibleChild( sal_Int32 nI
}
-
sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::isAccessibleChildSelected( sal_Int32 nIndex ) throw( lang::IndexOutOfBoundsException, RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -557,7 +537,6 @@ sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::isAccessibleChildSelected( sal_
}
-
void SAL_CALL SvxGraphCtrlAccessibleContext::clearAccessibleSelection() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -569,7 +548,6 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::clearAccessibleSelection() throw( R
}
-
void SAL_CALL SvxGraphCtrlAccessibleContext::selectAllAccessibleChildren() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -581,7 +559,6 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::selectAllAccessibleChildren() throw
}
-
sal_Int32 SAL_CALL SvxGraphCtrlAccessibleContext::getSelectedAccessibleChildCount() throw( RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -594,7 +571,6 @@ sal_Int32 SAL_CALL SvxGraphCtrlAccessibleContext::getSelectedAccessibleChildCoun
}
-
Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getSelectedAccessibleChild( sal_Int32 nIndex )
throw( lang::IndexOutOfBoundsException, RuntimeException, std::exception )
{
@@ -613,7 +589,6 @@ Reference< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getSelectedAcce
}
-
void SAL_CALL SvxGraphCtrlAccessibleContext::deselectAccessibleChild( sal_Int32 nIndex ) throw( lang::IndexOutOfBoundsException, RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -650,7 +625,6 @@ void SvxGraphCtrlAccessibleContext::checkChildIndexOnSelection( long nIndex ) th
}
-
/** Replace the model, page, and view pointers by the ones provided
(explicitly and implicitly).
*/
@@ -680,9 +654,6 @@ void SvxGraphCtrlAccessibleContext::setModelAndView (
}
-
-
-
void SAL_CALL SvxGraphCtrlAccessibleContext::disposing()
{
::SolarMutexGuard aGuard;
@@ -719,7 +690,6 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::disposing()
}
-
Rectangle SvxGraphCtrlAccessibleContext::GetBoundingBoxOnScreen() throw( RuntimeException )
{
::SolarMutexGuard aGuard;
@@ -734,7 +704,6 @@ Rectangle SvxGraphCtrlAccessibleContext::GetBoundingBoxOnScreen() throw( Runtime
}
-
/** Calculate the relative coordinates of the bounding box as difference
between the absolute coordinates of the bounding boxes of this control
and its parent in the accessibility tree.
@@ -825,7 +794,6 @@ Rectangle SvxGraphCtrlAccessibleContext::GetVisibleArea() const
}
-
Point SvxGraphCtrlAccessibleContext::LogicToPixel (const Point& rPoint) const
{
if( mpControl )
@@ -840,7 +808,6 @@ Point SvxGraphCtrlAccessibleContext::LogicToPixel (const Point& rPoint) const
}
-
Size SvxGraphCtrlAccessibleContext::LogicToPixel (const Size& rSize) const
{
if( mpControl )
@@ -850,5 +817,4 @@ Size SvxGraphCtrlAccessibleContext::LogicToPixel (const Size& rSize) const
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/ShapeTypeHandler.cxx b/svx/source/accessibility/ShapeTypeHandler.cxx
index c6e27664044d..ffc149f59e71 100644
--- a/svx/source/accessibility/ShapeTypeHandler.cxx
+++ b/svx/source/accessibility/ShapeTypeHandler.cxx
@@ -52,8 +52,6 @@ AccessibleShape*
}
-
-
ShapeTypeHandler& ShapeTypeHandler::Instance()
{
// Using double check pattern to make sure that exactly one instance of
@@ -75,8 +73,6 @@ ShapeTypeHandler& ShapeTypeHandler::Instance()
}
-
-
/** The given service name is first transformed into a slot id that
identifies the place of the type descriptor. From that descriptor the
shape type id is returned.
@@ -93,7 +89,6 @@ ShapeTypeId ShapeTypeHandler::GetTypeId (const OUString& aServiceName) const
}
-
/** Extract the specified shape's service name and forward the request to
the appropriate method.
*/
@@ -107,8 +102,6 @@ ShapeTypeId ShapeTypeHandler::GetTypeId (const uno::Reference<drawing::XShape>&
}
-
-
/** This factory method determines the type descriptor for the type of the
given shape, then calls the descriptor's create function, and finally
initializes the new object.
@@ -128,8 +121,6 @@ rtl::Reference<AccessibleShape>
}
-
-
/** Create the single instance of this class and initialize its list of
type descriptors with an entry of an unknown type.
*/
@@ -145,8 +136,6 @@ ShapeTypeHandler::ShapeTypeHandler()
}
-
-
ShapeTypeHandler::~ShapeTypeHandler()
{
// Because this class is a singleton and the only instance, whose
@@ -191,8 +180,6 @@ bool ShapeTypeHandler::AddShapeTypeList (int nDescriptorCount,
}
-
-
long ShapeTypeHandler::GetSlotId (const OUString& aServiceName) const
{
tServiceNameToSlotId::iterator I (maServiceNameToSlotId.find (aServiceName));
@@ -203,8 +190,6 @@ long ShapeTypeHandler::GetSlotId (const OUString& aServiceName) const
}
-
-
// Extract the given shape's service name and forward request to appropriate
// method.
long ShapeTypeHandler::GetSlotId (const uno::Reference<drawing::XShape>& rxShape) const
diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx
index 9be840d2f054..3e5ec9e0f34d 100644
--- a/svx/source/accessibility/charmapacc.cxx
+++ b/svx/source/accessibility/charmapacc.cxx
@@ -54,7 +54,6 @@ SvxShowCharSetVirtualAcc::SvxShowCharSetVirtualAcc( SvxShowCharSet* pParent ) :
}
-
SvxShowCharSetVirtualAcc::~SvxShowCharSetVirtualAcc()
{
ensureDisposed();
@@ -247,7 +246,6 @@ SvxShowCharSetItem::~SvxShowCharSetItem()
}
-
uno::Reference< css::accessibility::XAccessible > SvxShowCharSetItem::GetAccessible()
{
if( !m_xAcc.is() )
@@ -260,7 +258,6 @@ uno::Reference< css::accessibility::XAccessible > SvxShowCharSetItem::GetAccessi
}
-
void SvxShowCharSetItem::ClearAccessible()
{
if ( m_xAcc.is() )
@@ -286,7 +283,6 @@ SvxShowCharSetAcc::SvxShowCharSetAcc( SvxShowCharSetVirtualAcc* _pParent ) : OAc
}
-
SvxShowCharSetAcc::~SvxShowCharSetAcc()
{
ensureDisposed();
@@ -357,7 +353,6 @@ sal_Int32 SAL_CALL SvxShowCharSetAcc::getAccessibleChildCount()
}
-
uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleChild( sal_Int32 i )
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -379,7 +374,6 @@ uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::ge
}
-
uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleParent()
throw (uno::RuntimeException, std::exception)
{
@@ -389,7 +383,6 @@ uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetAcc::ge
}
-
sal_Int16 SAL_CALL SvxShowCharSetAcc::getAccessibleRole()
throw (uno::RuntimeException, std::exception)
{
@@ -397,7 +390,6 @@ sal_Int16 SAL_CALL SvxShowCharSetAcc::getAccessibleRole()
}
-
OUString SAL_CALL SvxShowCharSetAcc::getAccessibleDescription()
throw (uno::RuntimeException, std::exception)
{
@@ -406,7 +398,6 @@ OUString SAL_CALL SvxShowCharSetAcc::getAccessibleDescription()
}
-
OUString SAL_CALL SvxShowCharSetAcc::getAccessibleName()
throw (uno::RuntimeException, std::exception)
{
@@ -416,7 +407,6 @@ OUString SAL_CALL SvxShowCharSetAcc::getAccessibleName()
}
-
uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetAcc::getAccessibleRelationSet()
throw (uno::RuntimeException, std::exception)
{
@@ -424,7 +414,6 @@ uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCha
}
-
uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetAcc::getAccessibleStateSet()
throw (uno::RuntimeException, std::exception)
{
@@ -618,7 +607,6 @@ SvxShowCharSetItemAcc::SvxShowCharSetItemAcc( SvxShowCharSetItem* pParent ) : OA
}
-
SvxShowCharSetItemAcc::~SvxShowCharSetItemAcc()
{
ensureDisposed();
@@ -636,7 +624,6 @@ void SvxShowCharSetItemAcc::ParentDestroyed()
}
-
sal_Int32 SAL_CALL SvxShowCharSetItemAcc::getAccessibleChildCount()
throw (uno::RuntimeException, std::exception)
{
@@ -644,7 +631,6 @@ sal_Int32 SAL_CALL SvxShowCharSetItemAcc::getAccessibleChildCount()
}
-
uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleChild( sal_Int32 /*i*/ )
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -652,7 +638,6 @@ uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc
}
-
uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc::getAccessibleParent()
throw (uno::RuntimeException, std::exception)
{
@@ -662,7 +647,6 @@ uno::Reference< css::accessibility::XAccessible > SAL_CALL SvxShowCharSetItemAcc
}
-
sal_Int16 SAL_CALL SvxShowCharSetItemAcc::getAccessibleRole()
throw (uno::RuntimeException, std::exception)
{
@@ -670,7 +654,6 @@ sal_Int16 SAL_CALL SvxShowCharSetItemAcc::getAccessibleRole()
}
-
OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
throw (uno::RuntimeException, std::exception)
{
@@ -698,7 +681,6 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
}
-
OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleName()
throw (uno::RuntimeException, std::exception)
{
@@ -718,7 +700,6 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleName()
}
-
uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleRelationSet()
throw (uno::RuntimeException, std::exception)
{
@@ -726,7 +707,6 @@ uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL SvxShowCha
}
-
uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSetItemAcc::getAccessibleStateSet()
throw (uno::RuntimeException, std::exception)
{
@@ -763,14 +743,12 @@ uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSe
}
-
sal_Int32 SvxShowCharSetItemAcc::getAccessibleActionCount() throw (RuntimeException, std::exception)
{
return 1;
}
-
sal_Bool SvxShowCharSetItemAcc::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -784,7 +762,6 @@ sal_Bool SvxShowCharSetItemAcc::doAccessibleAction ( sal_Int32 nIndex ) throw (I
}
-
OUString SvxShowCharSetItemAcc::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
if( nIndex == 0 )
@@ -793,7 +770,6 @@ OUString SvxShowCharSetItemAcc::getAccessibleActionDescription ( sal_Int32 nInde
}
-
Reference< css::accessibility::XAccessibleKeyBinding > SvxShowCharSetItemAcc::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (css::lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
if( nIndex == 0 )
@@ -802,7 +778,6 @@ Reference< css::accessibility::XAccessibleKeyBinding > SvxShowCharSetItemAcc::ge
}
-
void SAL_CALL SvxShowCharSetItemAcc::grabFocus()
throw (uno::RuntimeException, std::exception)
{
@@ -894,9 +869,7 @@ sal_Int32 SAL_CALL SvxShowCharSetAcc::getBackground( ) throw (RuntimeException,
}
-
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
index b25774e763c4..69288d85e542 100644
--- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx
+++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
@@ -708,10 +708,6 @@ void SvxRectCtlAccessibleContext::ThrowExceptionIfNotAlive() throw( lang::Dispos
}
-
-
-
-
SvxRectCtlChildAccessibleContext::SvxRectCtlChildAccessibleContext(
const Reference<XAccessible>& rxParent,
const vcl::Window& rParentWindow,
@@ -916,8 +912,6 @@ void SAL_CALL SvxRectCtlChildAccessibleContext::addAccessibleEventListener( cons
}
-
-
void SAL_CALL SvxRectCtlChildAccessibleContext::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
throw( RuntimeException, std::exception )
{
@@ -979,7 +973,6 @@ sal_Int32 SvxRectCtlChildAccessibleContext::getAccessibleActionCount( ) throw (R
}
-
sal_Bool SvxRectCtlChildAccessibleContext::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( maMutex );
@@ -995,7 +988,6 @@ sal_Bool SvxRectCtlChildAccessibleContext::doAccessibleAction ( sal_Int32 nIndex
}
-
OUString SvxRectCtlChildAccessibleContext::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( maMutex );
@@ -1007,7 +999,6 @@ OUString SvxRectCtlChildAccessibleContext::getAccessibleActionDescription ( sal_
}
-
Reference< XAccessibleKeyBinding > SvxRectCtlChildAccessibleContext::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( maMutex );
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index 5360a9ea067a..672d04bcd9bf 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -88,7 +88,6 @@ namespace
{
-
// EXPRESSION NODES
@@ -761,11 +760,9 @@ public:
};
-
// FUNCTION PARSER
-
typedef const sal_Char* StringIteratorT;
struct ParserContext
@@ -1160,7 +1157,6 @@ const ParserContextSharedPtr& getParserContext()
namespace EnhancedCustomShape {
-
ExpressionNodeSharedPtr FunctionParser::parseFunction( const OUString& rFunction, const EnhancedCustomShape2d& rCustoShape )
{
// TODO(Q1): Check if a combination of the RTL_UNICODETOTEXT_FLAGS_*
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
index d3e66f06d8ce..230f489f8062 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
@@ -22,7 +22,6 @@
#include "svx/unoapi.hxx"
-
EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::drawing::XShape >& xCustomShape, sal_uInt32 nIndex ) :
mnIndex ( nIndex ),
mxCustomShape ( xCustomShape )
@@ -30,20 +29,17 @@ EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::
}
-
EnhancedCustomShapeHandle::~EnhancedCustomShapeHandle()
{
}
-
void SAL_CALL EnhancedCustomShapeHandle::acquire() throw()
{
OWeakObject::acquire();
}
-
void SAL_CALL EnhancedCustomShapeHandle::release() throw()
{
OWeakObject::release();
diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx
index 5433cbd035df..a2455646741a 100644
--- a/svx/source/dialog/_bmpmask.cxx
+++ b/svx/source/dialog/_bmpmask.cxx
@@ -38,7 +38,6 @@
#define OWN_CALLMODE SfxCallMode::ASYNCHRON | SfxCallMode::RECORD
-
#define TEST_COLS() \
{ \
nR = aCol.GetRed(); nG = aCol.GetGreen(); nB = aCol.GetBlue(); \
@@ -156,7 +155,6 @@ void MaskSet::onEditColor()
}
-
class MaskData
{
VclPtr<SvxBmpMask> pMask;
@@ -179,7 +177,6 @@ public:
};
-
MaskData::MaskData( SvxBmpMask* pBmpMask, SfxBindings& rBind ) :
pMask ( pBmpMask ),
@@ -232,7 +229,6 @@ IMPL_LINK_TYPED( MaskData, CbxHdl, Button*, pButton, void )
}
-
IMPL_LINK_TYPED( MaskData, CbxTransHdl, Button*, pButton, void )
{
CheckBox* pCbx = static_cast<CheckBox*>(pButton);
@@ -294,7 +290,6 @@ IMPL_LINK_TYPED( MaskData, CbxTransHdl, Button*, pButton, void )
}
-
IMPL_LINK_TYPED( MaskData, FocusLbHdl, Control&, rControl, void )
{
ColorLB* pLb = static_cast<ColorLB*>(&rControl);
@@ -306,7 +301,6 @@ IMPL_LINK_TYPED( MaskData, FocusLbHdl, Control&, rControl, void )
}
-
IMPL_LINK_NOARG_TYPED(MaskData, ExecHdl, Button*, void)
{
SfxBoolItem aBItem( SID_BMPMASK_EXEC, true );
@@ -605,7 +599,6 @@ void SvxBmpMask::SetExecState( bool bEnable )
}
-
sal_uInt16 SvxBmpMask::InitColorArrays( Color* pSrcCols, Color* pDstCols, sal_uIntPtr* pTols )
{
sal_uInt16 nCount = 0;
@@ -642,7 +635,6 @@ sal_uInt16 SvxBmpMask::InitColorArrays( Color* pSrcCols, Color* pDstCols, sal_uI
}
-
Bitmap SvxBmpMask::ImpMask( const Bitmap& rBitmap )
{
Bitmap aBitmap( rBitmap );
@@ -659,7 +651,6 @@ Bitmap SvxBmpMask::ImpMask( const Bitmap& rBitmap )
}
-
BitmapEx SvxBmpMask::ImpMaskTransparent( const BitmapEx& rBitmapEx, const Color& rColor, const long nTol )
{
EnterWait();
@@ -677,7 +668,6 @@ BitmapEx SvxBmpMask::ImpMaskTransparent( const BitmapEx& rBitmapEx, const Color&
}
-
Animation SvxBmpMask::ImpMask( const Animation& rAnimation )
{
Animation aAnimation( rAnimation );
@@ -698,7 +688,6 @@ Animation SvxBmpMask::ImpMask( const Animation& rAnimation )
}
-
GDIMetaFile SvxBmpMask::ImpMask( const GDIMetaFile& rMtf )
{
GDIMetaFile aMtf;
@@ -955,7 +944,6 @@ GDIMetaFile SvxBmpMask::ImpMask( const GDIMetaFile& rMtf )
}
-
BitmapEx SvxBmpMask::ImpReplaceTransparency( const BitmapEx& rBmpEx, const Color& rColor )
{
if( rBmpEx.IsTransparent() )
@@ -969,7 +957,6 @@ BitmapEx SvxBmpMask::ImpReplaceTransparency( const BitmapEx& rBmpEx, const Color
}
-
Animation SvxBmpMask::ImpReplaceTransparency( const Animation& rAnim, const Color& rColor )
{
Animation aAnimation( rAnim );
@@ -986,7 +973,6 @@ Animation SvxBmpMask::ImpReplaceTransparency( const Animation& rAnim, const Colo
}
-
GDIMetaFile SvxBmpMask::ImpReplaceTransparency( const GDIMetaFile& rMtf, const Color& rColor )
{
ScopedVclPtrInstance< VirtualDevice > pVDev;
@@ -1020,7 +1006,6 @@ GDIMetaFile SvxBmpMask::ImpReplaceTransparency( const GDIMetaFile& rMtf, const C
}
-
Graphic SvxBmpMask::Mask( const Graphic& rGraphic )
{
Graphic aGraphic( rGraphic );
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 5c34df44a31a..2a7599902956 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -100,7 +100,6 @@ void SvxShowCharSet::GetFocus()
}
-
void SvxShowCharSet::LoseFocus()
{
Control::LoseFocus();
@@ -108,7 +107,6 @@ void SvxShowCharSet::LoseFocus()
}
-
void SvxShowCharSet::StateChanged(StateChangedType nType)
{
if (nType == StateChangedType::ControlForeground)
@@ -123,7 +121,6 @@ void SvxShowCharSet::StateChanged(StateChangedType nType)
}
-
void SvxShowCharSet::DataChanged( const DataChangedEvent& rDCEvt )
{
if ((rDCEvt.GetType() == DataChangedEventType::SETTINGS)
@@ -139,7 +136,6 @@ void SvxShowCharSet::DataChanged( const DataChangedEvent& rDCEvt )
}
-
void SvxShowCharSet::MouseButtonDown( const MouseEvent& rMEvt )
{
if ( rMEvt.IsLeft() )
@@ -161,7 +157,6 @@ void SvxShowCharSet::MouseButtonDown( const MouseEvent& rMEvt )
}
-
void SvxShowCharSet::MouseButtonUp( const MouseEvent& rMEvt )
{
if ( bDrag && rMEvt.IsLeft() )
@@ -175,7 +170,6 @@ void SvxShowCharSet::MouseButtonUp( const MouseEvent& rMEvt )
}
-
void SvxShowCharSet::MouseMove( const MouseEvent& rMEvt )
{
if ( rMEvt.IsLeft() && bDrag )
@@ -199,7 +193,6 @@ void SvxShowCharSet::MouseMove( const MouseEvent& rMEvt )
}
-
void SvxShowCharSet::Command( const CommandEvent& rCEvt )
{
if( !HandleScrollCommand( rCEvt, nullptr, aVscrollSB.get() ) )
@@ -207,21 +200,18 @@ void SvxShowCharSet::Command( const CommandEvent& rCEvt )
}
-
sal_uInt16 SvxShowCharSet::GetRowPos(sal_uInt16 _nPos)
{
return _nPos / COLUMN_COUNT ;
}
-
sal_uInt16 SvxShowCharSet::GetColumnPos(sal_uInt16 _nPos)
{
return _nPos % COLUMN_COUNT ;
}
-
int SvxShowCharSet::FirstInView() const
{
int nIndex = 0;
@@ -231,7 +221,6 @@ int SvxShowCharSet::FirstInView() const
}
-
int SvxShowCharSet::LastInView() const
{
sal_uIntPtr nIndex = FirstInView();
@@ -243,7 +232,6 @@ int SvxShowCharSet::LastInView() const
}
-
inline Point SvxShowCharSet::MapIndexToPixel( int nIndex ) const
{
const int nBase = FirstInView();
@@ -260,7 +248,6 @@ int SvxShowCharSet::PixelToMapIndex( const Point& point) const
}
-
void SvxShowCharSet::KeyInput(const KeyEvent& rKEvt)
{
vcl::KeyCode aCode = rKEvt.GetKeyCode();
@@ -329,7 +316,6 @@ void SvxShowCharSet::KeyInput(const KeyEvent& rKEvt)
}
-
void SvxShowCharSet::Paint( vcl::RenderContext& rRenderContext, const Rectangle& )
{
InitSettings(rRenderContext);
@@ -495,7 +481,6 @@ void SvxShowCharSet::DrawChars_Impl(vcl::RenderContext& rRenderContext, int n1,
}
-
void SvxShowCharSet::InitSettings(vcl::RenderContext& rRenderContext)
{
const StyleSettings& rStyleSettings = rRenderContext.GetSettings().GetStyleSettings();
@@ -530,7 +515,6 @@ void SvxShowCharSet::InitSettings(vcl::RenderContext& rRenderContext)
}
-
sal_UCS4 SvxShowCharSet::GetSelectCharacter() const
{
if( nSelectedIndex >= 0 )
@@ -539,7 +523,6 @@ sal_UCS4 SvxShowCharSet::GetSelectCharacter() const
}
-
void SvxShowCharSet::RecalculateFont(vcl::RenderContext& rRenderContext)
{
if (!mbRecalculateFont)
@@ -588,7 +571,6 @@ void SvxShowCharSet::RecalculateFont(vcl::RenderContext& rRenderContext)
}
-
void SvxShowCharSet::SelectIndex( int nNewIndex, bool bFocus )
{
if( !aVscrollSB )
@@ -662,7 +644,6 @@ void SvxShowCharSet::SelectIndex( int nNewIndex, bool bFocus )
}
-
void SvxShowCharSet::OutputIndex( int nNewIndex )
{
SelectIndex( nNewIndex, true );
@@ -671,7 +652,6 @@ void SvxShowCharSet::OutputIndex( int nNewIndex )
}
-
void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew, bool bFocus )
{
if (mpFontCharMap == nullptr)
@@ -691,7 +671,6 @@ void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew, bool bFocus )
}
-
IMPL_LINK_NOARG_TYPED(SvxShowCharSet, VscrollHdl, ScrollBar*, void)
{
if( nSelectedIndex < FirstInView() )
@@ -717,7 +696,6 @@ IMPL_LINK_NOARG_TYPED(SvxShowCharSet, VscrollHdl, ScrollBar*, void)
}
-
SvxShowCharSet::~SvxShowCharSet()
{
disposeOnce();
@@ -766,7 +744,6 @@ svx::SvxShowCharSetItem* SvxShowCharSet::ImplGetItem( int _nPos )
}
-
sal_Int32 SvxShowCharSet::getMaxCharCount() const
{
return mpFontCharMap->GetCharCount();
diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx
index 0faa72feb39e..ae321b006820 100644
--- a/svx/source/dialog/checklbx.cxx
+++ b/svx/source/dialog/checklbx.cxx
@@ -71,7 +71,6 @@ void SvxCheckListBox::InsertEntry( const OUString& rStr, sal_uLong nPos,
}
-
void SvxCheckListBox::RemoveEntry( sal_uLong nPos )
{
if ( nPos < GetEntryCount() )
@@ -79,7 +78,6 @@ void SvxCheckListBox::RemoveEntry( sal_uLong nPos )
}
-
void SvxCheckListBox::SelectEntryPos( sal_uLong nPos, bool bSelect )
{
if ( nPos < GetEntryCount() )
@@ -87,7 +85,6 @@ void SvxCheckListBox::SelectEntryPos( sal_uLong nPos, bool bSelect )
}
-
sal_uLong SvxCheckListBox::GetSelectEntryPos() const
{
SvTreeListEntry* pEntry = GetCurEntry();
@@ -98,7 +95,6 @@ sal_uLong SvxCheckListBox::GetSelectEntryPos() const
}
-
OUString SvxCheckListBox::GetText( sal_uLong nPos ) const
{
SvTreeListEntry* pEntry = GetEntry( nPos );
@@ -109,7 +105,6 @@ OUString SvxCheckListBox::GetText( sal_uLong nPos ) const
}
-
sal_uLong SvxCheckListBox::GetCheckedEntryCount() const
{
sal_uLong nCheckCount = 0;
@@ -124,7 +119,6 @@ sal_uLong SvxCheckListBox::GetCheckedEntryCount() const
}
-
void SvxCheckListBox::CheckEntryPos( sal_uLong nPos, bool bCheck )
{
if ( nPos < GetEntryCount() )
@@ -134,7 +128,6 @@ void SvxCheckListBox::CheckEntryPos( sal_uLong nPos, bool bCheck )
}
-
bool SvxCheckListBox::IsChecked( sal_uLong nPos ) const
{
if ( nPos < GetEntryCount() )
@@ -144,7 +137,6 @@ bool SvxCheckListBox::IsChecked( sal_uLong nPos ) const
}
-
void* SvxCheckListBox::SetEntryData ( sal_uLong nPos, void* pNewData )
{
void* pOld = nullptr;
@@ -158,7 +150,6 @@ void* SvxCheckListBox::SetEntryData ( sal_uLong nPos, void* pNewData )
}
-
void* SvxCheckListBox::GetEntryData( sal_uLong nPos ) const
{
if ( nPos < GetEntryCount() )
@@ -168,7 +159,6 @@ void* SvxCheckListBox::GetEntryData( sal_uLong nPos ) const
}
-
void SvxCheckListBox::ToggleCheckButton( SvTreeListEntry* pEntry )
{
if ( pEntry )
@@ -181,7 +171,6 @@ void SvxCheckListBox::ToggleCheckButton( SvTreeListEntry* pEntry )
}
-
void SvxCheckListBox::MouseButtonDown( const MouseEvent& rMEvt )
{
if ( rMEvt.IsLeft() )
@@ -221,7 +210,6 @@ void SvxCheckListBox::MouseButtonDown( const MouseEvent& rMEvt )
}
-
void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt )
{
const vcl::KeyCode& rKey = rKEvt.GetKeyCode();
@@ -243,7 +231,6 @@ void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt )
}
-
SvTreeListEntry* SvxCheckListBox::InsertEntry( const OUString& rText, SvTreeListEntry* pParent, bool bChildrenOnDemand, sal_uIntPtr nPos, void* pUserData, SvLBoxButtonKind eButtonKind )
{
return SvTreeListBox::InsertEntry( rText, pParent, bChildrenOnDemand, nPos, pUserData, eButtonKind );
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx
index 77f62b1b4fc4..8a01d28fb9a2 100644
--- a/svx/source/dialog/dialcontrol.cxx
+++ b/svx/source/dialog/dialcontrol.cxx
@@ -218,7 +218,6 @@ void DialControlBmp::DrawBackground()
}
-
DialControl::DialControl_Impl::DialControl_Impl ( vcl::Window& rParent ) :
mxBmpEnabled(VclPtr<DialControlBmp>::Create(rParent)),
mxBmpDisabled(VclPtr<DialControlBmp>::Create(rParent)),
@@ -259,7 +258,6 @@ void DialControl::DialControl_Impl::SetSize( const Size& rWinSize )
}
-
DialControl::DialControl( vcl::Window* pParent, WinBits nBits ) :
Control( pParent, nBits ),
mpImpl( new DialControl_Impl( *this ) )
@@ -437,8 +435,6 @@ void DialControl::LinkedFieldModifyHdl()
}
-
-
void DialControl::SaveValue()
{
mpImpl->mnInitialAngle = mpImpl->mnAngle;
@@ -559,7 +555,6 @@ void DialControlWrapper::SetControlValue( sal_Int32 nValue )
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 2dbd53e6f72b..8de7620f004f 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -243,7 +243,6 @@ void Svx3DPreviewControl::Set3DAttributes( const SfxItemSet& rAttr )
}
-
#define RADIUS_LAMP_PREVIEW_SIZE (4500.0)
#define RADIUS_LAMP_SMALL (600.0)
#define RADIUS_LAMP_BIG (1000.0)
diff --git a/svx/source/dialog/dlgutil.cxx b/svx/source/dialog/dlgutil.cxx
index 330925d4938c..f97ad97c71c2 100644
--- a/svx/source/dialog/dlgutil.cxx
+++ b/svx/source/dialog/dlgutil.cxx
@@ -27,7 +27,6 @@
#include <sfx2/objsh.hxx>
-
FieldUnit GetModuleFieldUnit( const SfxItemSet& rSet )
{
FieldUnit eUnit = FUNIT_INCH;
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 8511dc0190c9..c781d07440c4 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -425,7 +425,6 @@ void FontPrevWin_Impl::DrawPrev(vcl::RenderContext& rRenderContext, Printer* _pP
}
-
bool FontPrevWin_Impl::SetFontWidthScale(sal_uInt16 nScale)
{
if (mnFontWidthScale != nScale)
diff --git a/svx/source/dialog/fontlb.cxx b/svx/source/dialog/fontlb.cxx
index 12c5c2fd81d1..30a521a5afeb 100644
--- a/svx/source/dialog/fontlb.cxx
+++ b/svx/source/dialog/fontlb.cxx
@@ -77,8 +77,6 @@ void SvLBoxFontString::InitViewData( SvTreeListBox* pView, SvTreeListEntry* pEnt
}
-
-
SvxFontListBox::SvxFontListBox(vcl::Window* pParent, WinBits nStyle)
: SvTabListBox(pParent, nStyle)
, maStdFont(GetFont())
@@ -149,5 +147,4 @@ void SvxFontListBox::InitEntry(
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index fd85200dbca5..d8f0a189c014 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -43,7 +43,6 @@ namespace svx {
namespace frame {
-
namespace {
typedef std::vector< Point > PointVec;
@@ -171,7 +170,6 @@ struct DiagBordersResult
};
-
/** A helper struct containing two points of a line.
*/
struct LinePoints
@@ -187,7 +185,6 @@ struct LinePoints
};
-
/** Rounds and casts a double value to a long value. */
inline long lclD2L( double fValue )
{
@@ -344,7 +341,6 @@ inline long lclGetBehindEnd( const Style& rBorder )
// Linking functions
-
// Linking of single horizontal line ends.
/** Calculates X offsets for the left end of a single horizontal frame border.
@@ -612,8 +608,6 @@ void lclLinkVerFrameBorder(
}
-
-
// Linking of diagonal frame borders.
/** Calculates clipping offsets for a top-left to bottom-right frame border.
@@ -697,7 +691,6 @@ void lclLinkDiagFrameBorders(
// Drawing functions
-
// Simple helper functions
/** Converts sub units to OutputDevice map units. */
@@ -752,7 +745,6 @@ void lclSetColorToOutDev( OutputDevice& rDev, const Color& rColor, const Color*
}
-
// Drawing of horizontal frame borders.
/** Draws a horizontal thin or thick line into the passed output device.
@@ -1119,7 +1111,6 @@ void lclDrawDiagFrameBorders(
}
-
} // namespace
@@ -1311,7 +1302,6 @@ double GetHorDiagAngle( long nWidth, long nHeight )
}
-
long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle )
{
return lclD2L( nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) );
@@ -1333,7 +1323,6 @@ long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle )
}
-
bool CheckFrameBorderConnectable( const Style& rLBorder, const Style& rRBorder,
const Style& rTFromTL, const Style& rTFromT, const Style& rTFromTR,
const Style& rBFromBL, const Style& rBFromB, const Style& rBFromBR )
@@ -1489,7 +1478,6 @@ void DrawHorFrameBorder( OutputDevice& rDev,
}
-
void DrawVerFrameBorder( OutputDevice& rDev,
const Point& rTPos, const Point& rBPos, const Style& rBorder,
const DiagStyle& rTFromBL, const Style& rTFromL, const Style& rTFromT, const Style& rTFromR, const DiagStyle& rTFromBR,
@@ -1507,7 +1495,6 @@ void DrawVerFrameBorder( OutputDevice& rDev,
}
-
void DrawDiagFrameBorders(
OutputDevice& rDev, const Rectangle& rRect, const Style& rTLBR, const Style& rBLTR,
const Style& rTLFromB, const Style& rTLFromR, const Style& rBRFromT, const Style& rBRFromL,
@@ -1524,7 +1511,6 @@ void DrawDiagFrameBorders(
}
-
}
}
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 615970dbcfc5..548ba97c5df9 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -85,8 +85,6 @@ void Cell::MirrorSelfX( bool bMirrorStyles, bool bSwapDiag )
}
-
-
void lclRecalcCoordVec( LongVec& rCoords, const LongVec& rSizes )
{
DBG_ASSERT( rCoords.size() == rSizes.size() + 1, "lclRecalcCoordVec - inconsistent vectors" );
@@ -112,7 +110,6 @@ void lclSetMergedRange( CellVec& rCells, size_t nWidth, size_t nFirstCol, size_t
}
-
static const Style OBJ_STYLE_NONE;
static const Cell OBJ_CELL_NONE;
@@ -333,7 +330,6 @@ double ArrayImpl::GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple ) cons
}
-
class MergedCellIterator
{
public:
@@ -355,7 +351,6 @@ private:
};
-
MergedCellIterator::MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow )
{
DBG_ASSERT( rArray.IsMerged( nCol, nRow ), "svx::frame::MergedCellIterator::MergedCellIterator - not in merged range" );
@@ -376,7 +371,6 @@ MergedCellIterator& MergedCellIterator::operator++()
}
-
#define DBG_FRAME_CHECK( cond, funcname, error ) DBG_ASSERT( cond, "svx::frame::Array::" funcname " - " error )
#define DBG_FRAME_CHECK_COL( col, funcname ) DBG_FRAME_CHECK( (col) < GetColCount(), funcname, "invalid column index" )
#define DBG_FRAME_CHECK_ROW( row, funcname ) DBG_FRAME_CHECK( (row) < GetRowCount(), funcname, "invalid row index" )
@@ -385,13 +379,11 @@ MergedCellIterator& MergedCellIterator::operator++()
#define DBG_FRAME_CHECK_ROW_1( row, funcname ) DBG_FRAME_CHECK( (row) <= GetRowCount(), funcname, "invalid row index" )
-
#define CELL( col, row ) mxImpl->GetCell( col, row )
#define CELLACC( col, row ) mxImpl->GetCellAcc( col, row )
#define ORIGCELL( col, row ) mxImpl->GetMergedOriginCell( col, row )
-
Array::Array()
{
Initialize( 0, 0 );
@@ -1327,13 +1319,11 @@ void Array::DrawArray( OutputDevice& rDev, const Color* pForceColor ) const
}
-
#undef ORIGCELL
#undef CELLACC
#undef CELL
-
#undef DBG_FRAME_CHECK_ROW_1
#undef DBG_FRAME_CHECK_COL_1
#undef DBG_FRAME_CHECK_COLROW
@@ -1342,7 +1332,6 @@ void Array::DrawArray( OutputDevice& rDev, const Color* pForceColor ) const
#undef DBG_FRAME_CHECK
-
}
}
diff --git a/svx/source/dialog/frmdirlbox.cxx b/svx/source/dialog/frmdirlbox.cxx
index bc2239f70942..49093a93d391 100644
--- a/svx/source/dialog/frmdirlbox.cxx
+++ b/svx/source/dialog/frmdirlbox.cxx
@@ -81,7 +81,6 @@ SvxFrameDirection FrameDirectionListBox::GetSelectEntryValue() const
}
-
FrameDirListBoxWrapper::FrameDirListBoxWrapper( FrameDirListBox& rListBox ) :
SingleControlWrapperType( rListBox )
{
@@ -109,7 +108,6 @@ void FrameDirListBoxWrapper::SetControlValue( SvxFrameDirection eValue )
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 0c7583f8bf61..7a67870b548e 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -1247,7 +1247,6 @@ Size FrameSelector::GetOptimalSize() const
}
-
template< typename Cont, typename Iter, typename Pred >
FrameBorderIterBase< Cont, Iter, Pred >::FrameBorderIterBase( container_type& rCont ) :
maIt( rCont.begin() ),
@@ -1264,7 +1263,6 @@ FrameBorderIterBase< Cont, Iter, Pred >& FrameBorderIterBase< Cont, Iter, Pred >
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/dialog/grfflt.cxx b/svx/source/dialog/grfflt.cxx
index 25e82dea2b97..f609fec3a405 100644
--- a/svx/source/dialog/grfflt.cxx
+++ b/svx/source/dialog/grfflt.cxx
@@ -276,7 +276,6 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
-
void SvxGraphicFilter::DisableGraphicFilterSlots( SfxItemSet& rSet )
{
if( SfxItemState::DEFAULT <= rSet.GetItemState( SID_GRFFILTER ) )
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 7af5341e2ebb..08585b9f3760 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -121,14 +121,12 @@ VclPtr<SfxTabPage> SvxHeaderPage::Create( vcl::Window* pParent, const SfxItemSet
}
-
VclPtr<SfxTabPage> SvxFooterPage::Create( vcl::Window* pParent, const SfxItemSet* rSet )
{
return VclPtr<SvxFooterPage>::Create( pParent, *rSet );
}
-
SvxHeaderPage::SvxHeaderPage( vcl::Window* pParent, const SfxItemSet& rAttr ) :
SvxHFPage( pParent, rAttr, SID_ATTR_PAGE_HEADERSET )
@@ -137,7 +135,6 @@ SvxHeaderPage::SvxHeaderPage( vcl::Window* pParent, const SfxItemSet& rAttr ) :
}
-
SvxFooterPage::SvxFooterPage( vcl::Window* pParent, const SfxItemSet& rAttr ) :
SvxHFPage( pParent, rAttr, SID_ATTR_PAGE_FOOTERSET )
@@ -200,7 +197,6 @@ SvxHFPage::SvxHFPage( vcl::Window* pParent, const SfxItemSet& rSet, sal_uInt16 n
}
-
SvxHFPage::~SvxHFPage()
{
disposeOnce();
@@ -229,7 +225,6 @@ void SvxHFPage::dispose()
}
-
bool SvxHFPage::FillItemSet( SfxItemSet* rSet )
{
const sal_uInt16 nWSize = GetWhich(SID_ATTR_PAGE_SIZE);
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index 533c9f82a377..8e4e190416a4 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -758,8 +758,6 @@ IMPL_LINK_NOARG_TYPED( SvxLanguageComboBox, EditModifyHdl, Edit&, void )
}
-
-
sal_Int32 SvxLanguageComboBox::SaveEditedAsEntry()
{
if (meEditedAndValid != EDITED_VALID)
diff --git a/svx/source/dialog/optgrid.cxx b/svx/source/dialog/optgrid.cxx
index fb10253e2461..848949e8e9d1 100644
--- a/svx/source/dialog/optgrid.cxx
+++ b/svx/source/dialog/optgrid.cxx
@@ -206,7 +206,6 @@ VclPtr<SfxTabPage> SvxGridTabPage::Create( vcl::Window* pParent, const SfxItemSe
}
-
bool SvxGridTabPage::FillItemSet( SfxItemSet* rCoreSet )
{
if ( bAttrModified )
@@ -233,7 +232,6 @@ bool SvxGridTabPage::FillItemSet( SfxItemSet* rCoreSet )
}
-
void SvxGridTabPage::Reset( const SfxItemSet* rSet )
{
const SfxPoolItem* pAttr = nullptr;
@@ -260,7 +258,6 @@ void SvxGridTabPage::Reset( const SfxItemSet* rSet )
}
-
void SvxGridTabPage::ActivatePage( const SfxItemSet& rSet )
{
const SfxPoolItem* pAttr = nullptr;
@@ -334,7 +331,6 @@ IMPL_LINK_NOARG_TYPED(SvxGridTabPage, ClickRotateHdl_Impl, Button*, void)
}
-
IMPL_LINK_TYPED( SvxGridTabPage, ChangeDivisionHdl_Impl, Edit&, rField, void )
{
bAttrModified = true;
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx
index 1bae8481e15e..3c40a1589d47 100644
--- a/svx/source/dialog/orienthelper.cxx
+++ b/svx/source/dialog/orienthelper.cxx
@@ -28,7 +28,6 @@
namespace svx {
-
struct OrientationHelper_Impl
{
typedef std::pair< VclPtr<vcl::Window>, TriState > WindowPair;
@@ -53,7 +52,6 @@ struct OrientationHelper_Impl
};
-
OrientationHelper_Impl::OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked ) :
mrCtrlDial( rCtrlDial ),
mrCbStacked( rCbStacked ),
@@ -103,7 +101,6 @@ IMPL_LINK_NOARG_TYPED(OrientationHelper_Impl, ClickHdl, Button*, void)
}
-
OrientationHelper::OrientationHelper( DialControl& rCtrlDial, NumericField& rNfRotation, CheckBox& rCbStacked ) :
mpImpl( new OrientationHelper_Impl( rCtrlDial, rCbStacked ) )
{
@@ -153,7 +150,6 @@ void OrientationHelper::EnableStackedTriState( bool bEnable )
}
-
OrientStackedWrapper::OrientStackedWrapper( OrientationHelper& rOrientHlp ) :
SingleControlWrapperType( rOrientHlp )
{
@@ -181,7 +177,6 @@ void OrientStackedWrapper::SetControlValue( bool bValue )
}
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index 65a31f216f5d..b5a6b16769ab 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -402,7 +402,6 @@ void SvxPageWindow::drawFillAttributes(vcl::RenderContext& rRenderContext,
}
-
void SvxPageWindow::SetBorder(const SvxBoxItem& rNew)
{
delete pBorder;
@@ -410,7 +409,6 @@ void SvxPageWindow::SetBorder(const SvxBoxItem& rNew)
}
-
void SvxPageWindow::SetHdBorder(const SvxBoxItem& rNew)
{
delete pHdBorder;
diff --git a/svx/source/dialog/passwd.cxx b/svx/source/dialog/passwd.cxx
index 8455f7fcdb92..6a1430dcabae 100644
--- a/svx/source/dialog/passwd.cxx
+++ b/svx/source/dialog/passwd.cxx
@@ -50,7 +50,6 @@ IMPL_LINK_NOARG_TYPED(SvxPasswordDialog, ButtonHdl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(SvxPasswordDialog, EditModifyHdl, Edit&, void)
{
if ( !bEmpty )
@@ -66,7 +65,6 @@ IMPL_LINK_NOARG_TYPED(SvxPasswordDialog, EditModifyHdl, Edit&, void)
}
-
SvxPasswordDialog::SvxPasswordDialog(vcl::Window* pParent, bool bAllowEmptyPasswords, bool bDisableOldPassword)
: SfxModalDialog(pParent, "PasswordDialog", "svx/ui/passwd.ui")
, aOldPasswdErrStr(SVX_RESSTR(RID_SVXSTR_ERR_OLD_PASSWD))
diff --git a/svx/source/dialog/relfld.cxx b/svx/source/dialog/relfld.cxx
index 96267d955761..59cd731a80f5 100644
--- a/svx/source/dialog/relfld.cxx
+++ b/svx/source/dialog/relfld.cxx
@@ -85,7 +85,6 @@ void SvxRelativeField::Modify()
}
-
void SvxRelativeField::EnableRelativeMode( sal_uInt16 nMin,
sal_uInt16 nMax, sal_uInt16 nStep )
{
@@ -97,7 +96,6 @@ void SvxRelativeField::EnableRelativeMode( sal_uInt16 nMin,
}
-
void SvxRelativeField::SetRelative( bool bNewRelative )
{
Selection aSelection = GetSelection();
diff --git a/svx/source/dialog/rlrcitem.cxx b/svx/source/dialog/rlrcitem.cxx
index 35b0435209f2..06ad0da4a9db 100644
--- a/svx/source/dialog/rlrcitem.cxx
+++ b/svx/source/dialog/rlrcitem.cxx
@@ -20,10 +20,6 @@
#include <svl/rectitem.hxx>
-
-
-
-
#include <svx/dialogs.hrc>
#include <svx/ruler.hxx>
@@ -42,7 +38,6 @@ SvxRulerItem::SvxRulerItem(sal_uInt16 _nId, SvxRuler &rRul, SfxBindings &rBindin
}
-
void SvxRulerItem::StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState)
{
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index 9fbdcf49c73d..c5f8987dce60 100644
--- a/svx/source/dialog/rulritem.cxx
+++ b/svx/source/dialog/rulritem.cxx
@@ -149,7 +149,6 @@ SvxLongLRSpaceItem::SvxLongLRSpaceItem(const SvxLongLRSpaceItem &rCpy) :
{}
-
void SvxLongLRSpaceItem::SetLeft(long lArgLeft)
{
mlLeft = lArgLeft;
@@ -276,7 +275,6 @@ SvxLongULSpaceItem::SvxLongULSpaceItem() :
{}
-
void SvxLongULSpaceItem::SetUpper(long lArgLeft)
{
mlLeft = lArgLeft;
@@ -784,10 +782,6 @@ bool SvxObjectItem::PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId )
}
-
-
-
-
void SvxObjectItem::SetStartX(long lValue)
{
nStartX = lValue;
diff --git a/svx/source/dialog/srchctrl.cxx b/svx/source/dialog/srchctrl.cxx
index 3bc463b0f30d..421623684396 100644
--- a/svx/source/dialog/srchctrl.cxx
+++ b/svx/source/dialog/srchctrl.cxx
@@ -39,7 +39,6 @@ SvxSearchController::SvxSearchController
}
-
void SvxSearchController::StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState )
{
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 5741e29eeeda..20ea8eaec237 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -79,7 +79,6 @@ using namespace com::sun::star;
using namespace comphelper;
-
#define REMEMBER_SIZE 10
#define MODIFY_SEARCH 0x00000001
@@ -166,14 +165,12 @@ SearchAttrItemList::SearchAttrItemList( const SearchAttrItemList& rList ) :
}
-
SearchAttrItemList::~SearchAttrItemList()
{
Clear();
}
-
void SearchAttrItemList::Put( const SfxItemSet& rSet )
{
if ( !rSet.Count() )
@@ -209,7 +206,6 @@ void SearchAttrItemList::Put( const SfxItemSet& rSet )
}
-
SfxItemSet& SearchAttrItemList::Get( SfxItemSet& rSet )
{
SfxItemPool* pPool = rSet.GetPool();
@@ -223,7 +219,6 @@ SfxItemSet& SearchAttrItemList::Get( SfxItemSet& rSet )
}
-
void SearchAttrItemList::Clear()
{
for ( size_t i = 0; i < size(); ++i )
@@ -233,7 +228,6 @@ void SearchAttrItemList::Clear()
}
-
// Deletes the pointer to the items
void SearchAttrItemList::Remove(size_t nPos, size_t nLen)
{
@@ -343,7 +337,6 @@ SvxSearchDialog::SvxSearchDialog( vcl::Window* pParent, SfxChildWindow* pChildWi
}
-
SvxSearchDialog::~SvxSearchDialog()
{
disposeOnce();
@@ -545,7 +538,6 @@ void SvxSearchDialog::Construct_Impl()
}
-
bool SvxSearchDialog::Close()
{
// remember strings speichern
@@ -577,7 +569,6 @@ bool SvxSearchDialog::Close()
}
-
sal_Int32 SvxSearchDialog::GetTransliterationFlags() const
{
if (!m_pMatchCaseCB->IsChecked())
@@ -597,7 +588,6 @@ void SvxSearchDialog::SetSaveToModule(bool b)
}
-
void SvxSearchDialog::ApplyTransliterationFlags_Impl( sal_Int32 nSettings )
{
nTransliterationFlags = nSettings;
@@ -608,7 +598,6 @@ void SvxSearchDialog::ApplyTransliterationFlags_Impl( sal_Int32 nSettings )
}
-
void SvxSearchDialog::Activate()
{
// apply possible transliteration changes of the SvxSearchItem member
@@ -621,7 +610,6 @@ void SvxSearchDialog::Activate()
}
-
void SvxSearchDialog::InitControls_Impl()
{
// CaseSensitives AutoComplete
@@ -747,7 +735,6 @@ void SvxSearchDialog::ShowOptionalControls_Impl()
}
-
namespace {
class ToggleSaveToModule
@@ -1049,7 +1036,6 @@ void SvxSearchDialog::Init_Impl( bool bSearchPattern )
}
-
void SvxSearchDialog::InitAttrList_Impl( const SfxItemSet* pSSet,
const SfxItemSet* pRSet )
{
@@ -1109,7 +1095,6 @@ void SvxSearchDialog::InitAttrList_Impl( const SfxItemSet* pSSet,
}
-
IMPL_LINK_TYPED( SvxSearchDialog, LBSelectHdl_Impl, ListBox&, rCtrl, void )
{
ClickHdl_Impl(&rCtrl);
@@ -1238,7 +1223,6 @@ void SvxSearchDialog::ClickHdl_Impl(void* pCtrl)
}
-
IMPL_LINK_TYPED( SvxSearchDialog, CommandHdl_Impl, Button *, pBtn, void )
{
bool bInclusive = ( m_pLayoutBtn->GetText() == aLayoutStr );
@@ -1402,7 +1386,6 @@ IMPL_LINK_TYPED( SvxSearchDialog, CommandHdl_Impl, Button *, pBtn, void )
}
-
IMPL_LINK_TYPED( SvxSearchDialog, ModifyHdl_Impl, Edit&, rEd, void )
{
if ( !bSet )
@@ -1443,7 +1426,6 @@ IMPL_LINK_TYPED( SvxSearchDialog, ModifyHdl_Impl, Edit&, rEd, void )
}
-
IMPL_LINK_NOARG_TYPED(SvxSearchDialog, TemplateHdl_Impl, Button*, void)
{
if ( pImpl->bSaveToModule )
@@ -1530,7 +1512,6 @@ IMPL_LINK_NOARG_TYPED(SvxSearchDialog, TemplateHdl_Impl, Button*, void)
}
-
void SvxSearchDialog::Remember_Impl( const OUString &rStr, bool _bSearch )
{
if ( rStr.isEmpty() )
@@ -1559,7 +1540,6 @@ void SvxSearchDialog::Remember_Impl( const OUString &rStr, bool _bSearch )
}
-
void SvxSearchDialog::TemplatesChanged_Impl( SfxStyleSheetBasePool& rPool )
{
OUString aOldSrch( m_pSearchTmplLB->GetSelectEntry() );
@@ -1599,7 +1579,6 @@ void SvxSearchDialog::TemplatesChanged_Impl( SfxStyleSheetBasePool& rPool )
}
-
void SvxSearchDialog::EnableControls_Impl( const SearchOptionFlags nFlags )
{
if ( nFlags == nOptions )
@@ -1715,7 +1694,6 @@ void SvxSearchDialog::EnableControls_Impl( const SearchOptionFlags nFlags )
}
-
void SvxSearchDialog::EnableControl_Impl( Control* pCtrl )
{
if (m_pSearchBtn == pCtrl && ( SearchOptionFlags::SEARCH & nOptions ) )
@@ -1805,7 +1783,6 @@ void SvxSearchDialog::EnableControl_Impl( Control* pCtrl )
}
-
void SvxSearchDialog::SetItem_Impl( const SvxSearchItem* pItem )
{
if ( pItem )
@@ -1818,7 +1795,6 @@ void SvxSearchDialog::SetItem_Impl( const SvxSearchItem* pItem )
}
-
IMPL_LINK_TYPED( SvxSearchDialog, FocusHdl_Impl, Control&, rControl, void )
{
sal_Int32 nTxtLen = m_pSearchAttrText->GetText().getLength();
@@ -1878,14 +1854,12 @@ IMPL_LINK_TYPED( SvxSearchDialog, FocusHdl_Impl, Control&, rControl, void )
}
-
IMPL_LINK_NOARG_TYPED(SvxSearchDialog, LoseFocusHdl_Impl, Control&, void)
{
SaveToModule_Impl();
}
-
IMPL_LINK_NOARG_TYPED(SvxSearchDialog, FormatHdl_Impl, Button*, void)
{
SfxObjectShell* pSh = SfxObjectShell::Current();
@@ -1977,7 +1951,6 @@ IMPL_LINK_NOARG_TYPED(SvxSearchDialog, FormatHdl_Impl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(SvxSearchDialog, NoFormatHdl_Impl, Button*, void)
{
SvtModuleOptions::EFactory eFactory = getModule(rBindings);
@@ -2017,7 +1990,6 @@ IMPL_LINK_NOARG_TYPED(SvxSearchDialog, NoFormatHdl_Impl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(SvxSearchDialog, AttributeHdl_Impl, Button*, void)
{
if ( !pSearchList || !pImpl->pRanges )
@@ -2034,7 +2006,6 @@ IMPL_LINK_NOARG_TYPED(SvxSearchDialog, AttributeHdl_Impl, Button*, void)
}
-
IMPL_LINK_TYPED( SvxSearchDialog, TimeoutHdl_Impl, Timer *, pTimer, void )
{
SfxViewShell* pViewShell = SfxViewShell::Current();
@@ -2054,7 +2025,6 @@ IMPL_LINK_TYPED( SvxSearchDialog, TimeoutHdl_Impl, Timer *, pTimer, void )
}
-
OUString& SvxSearchDialog::BuildAttrText_Impl( OUString& rStr,
bool bSrchFlag ) const
{
@@ -2123,7 +2093,6 @@ OUString& SvxSearchDialog::BuildAttrText_Impl( OUString& rStr,
}
-
void SvxSearchDialog::PaintAttrText_Impl()
{
OUString aDesc;
@@ -2145,7 +2114,6 @@ void SvxSearchDialog::PaintAttrText_Impl()
}
-
void SvxSearchDialog::SetModifyFlag_Impl( const Control* pCtrl )
{
if ( m_pSearchLB == pCtrl )
@@ -2183,7 +2151,6 @@ void SvxSearchDialog::SetModifyFlag_Impl( const Control* pCtrl )
}
-
void SvxSearchDialog::SaveToModule_Impl()
{
if ( !pSearchItem )
@@ -2263,7 +2230,6 @@ css::uno::Reference< css::awt::XWindowPeer >
SFX_IMPL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper, SID_SEARCH_DLG);
-
SvxSearchDialogWrapper::SvxSearchDialogWrapper( vcl::Window* _pParent, sal_uInt16 nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo )
@@ -2285,8 +2251,6 @@ SvxSearchDialogWrapper::~SvxSearchDialogWrapper ()
}
-
-
SfxChildWinInfo SvxSearchDialogWrapper::GetInfo() const
{
SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();
diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx
index 4e540c36edda..6b2b319fade8 100644
--- a/svx/source/dialog/strarray.cxx
+++ b/svx/source/dialog/strarray.cxx
@@ -22,7 +22,6 @@
#include <svx/strarray.hxx>
-
SvxStringArray::SvxStringArray( sal_uInt32 nResId ) :
ResStringArray( SVX_RES( nResId ) )
@@ -31,21 +30,17 @@ SvxStringArray::SvxStringArray( sal_uInt32 nResId ) :
}
-
SvxStringArray::SvxStringArray( const ResId& rResId ) :
ResStringArray( rResId )
{
}
-
-
SvxStringArray::~SvxStringArray()
{
}
-
const OUString SvxStringArray::GetStringByPos( sal_uInt32 nPos ) const
{
if ( RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count() )
diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx
index 6d6ff38f9dca..b91442bc7b42 100644
--- a/svx/source/dialog/txencbox.cxx
+++ b/svx/source/dialog/txencbox.cxx
@@ -77,7 +77,6 @@ sal_Int32 SvxTextEncodingBox::EncodingToPos_Impl( rtl_TextEncoding nEnc ) const
}
-
void SvxTextEncodingBox::FillFromTextEncodingTable(
bool bExcludeImportSubsets, sal_uInt32 nExcludeInfoFlags,
sal_uInt32 nButIncludeInfoFlags )
@@ -127,7 +126,6 @@ void SvxTextEncodingBox::FillFromTextEncodingTable(
}
-
void SvxTextEncodingBox::FillFromDbTextEncodingMap(
bool bExcludeImportSubsets, sal_uInt32 nExcludeInfoFlags,
sal_uInt32 nButIncludeInfoFlags )
@@ -187,7 +185,6 @@ void SvxTextEncodingBox::FillFromDbTextEncodingMap(
}
-
void SvxTextEncodingBox::FillWithMimeAndSelectBest()
{
FillFromTextEncodingTable( false, 0xffffffff, RTL_TEXTENCODING_INFO_MIME );
@@ -196,7 +193,6 @@ void SvxTextEncodingBox::FillWithMimeAndSelectBest()
}
-
void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc,
const OUString& rEntry, sal_Int32 nPos )
{
@@ -205,7 +201,6 @@ void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc,
}
-
void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc, sal_Int32 nPos )
{
const OUString& rEntry = m_pEncTable->GetTextString( nEnc );
@@ -216,7 +211,6 @@ void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc, sal_In
}
-
rtl_TextEncoding SvxTextEncodingBox::GetSelectTextEncoding() const
{
sal_Int32 nPos = GetSelectEntryPos();
@@ -228,7 +222,6 @@ rtl_TextEncoding SvxTextEncodingBox::GetSelectTextEncoding() const
}
-
void SvxTextEncodingBox::SelectTextEncoding( const rtl_TextEncoding nEnc, bool bSelect )
{
sal_Int32 nAt = EncodingToPos_Impl( nEnc );
diff --git a/svx/source/dialog/txenctab.cxx b/svx/source/dialog/txenctab.cxx
index 0240d1992ba5..4da766fa9ef6 100644
--- a/svx/source/dialog/txenctab.cxx
+++ b/svx/source/dialog/txenctab.cxx
@@ -43,7 +43,6 @@ const OUString SvxTextEncodingTable::GetTextString( const rtl_TextEncoding nEnc
}
-
rtl_TextEncoding SvxTextEncodingTable::GetTextEncoding( const OUString& rStr ) const
{
sal_uInt32 nCount = Count();
diff --git a/svx/source/engine3d/e3dsceneupdater.cxx b/svx/source/engine3d/e3dsceneupdater.cxx
index e37e7a17b48d..0db7d98613ba 100644
--- a/svx/source/engine3d/e3dsceneupdater.cxx
+++ b/svx/source/engine3d/e3dsceneupdater.cxx
@@ -24,7 +24,6 @@
#include <svx/sdr/contact/viewcontactofe3dscene.hxx>
-
E3DModifySceneSnapRectUpdater::E3DModifySceneSnapRectUpdater(const SdrObject* pObject)
: mpScene(nullptr),
mpViewInformation3D(nullptr)
diff --git a/svx/source/engine3d/extrud3d.cxx b/svx/source/engine3d/extrud3d.cxx
index 84f71a4d4105..26f371ea174f 100644
--- a/svx/source/engine3d/extrud3d.cxx
+++ b/svx/source/engine3d/extrud3d.cxx
@@ -46,15 +46,12 @@ sdr::contact::ViewContact* E3dExtrudeObj::CreateObjectSpecificViewContact()
}
-
sdr::properties::BaseProperties* E3dExtrudeObj::CreateObjectSpecificProperties()
{
return new sdr::properties::E3dExtrudeProperties(*this);
}
-
-
// Constructor creates a two cover surface tools::PolyPolygon and (point-count 1) side
// surfaces rectangles from the passed PolyPolygon
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index 10c780b61bfe..edaec94b8ab1 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -2174,7 +2174,6 @@ IMPL_LINK_NOARG_TYPED(Svx3DWin, ClickAssignHdl, Button*, void)
}
-
IMPL_LINK_TYPED( Svx3DWin, ClickViewTypeHdl, Button*, pBtn, void )
{
@@ -2441,7 +2440,6 @@ IMPL_LINK_TYPED( Svx3DWin, ClickHdl, Button *, pButton, void )
}
-
IMPL_LINK_TYPED( Svx3DWin, ClickColorHdl, Button *, pBtn, void)
{
SvColorDialog aColorDlg( this );
@@ -2594,7 +2592,6 @@ IMPL_LINK_TYPED( Svx3DWin, ModifyHdl, Edit&, rField, void )
}
-
void Svx3DWin::ClickLight(PushButton& rBtn)
{
sal_uInt16 nLightSource = GetLightSource( &rBtn );
@@ -2622,7 +2619,6 @@ void Svx3DWin::ClickLight(PushButton& rBtn)
}
-
IMPL_LINK_NOARG_TYPED(Svx3DWin, ChangeSelectionCallbackHdl, SvxLightCtl3D*, void)
{
const sal_uInt32 nLight(m_pCtlLightPreview->GetSvx3DLightControl().GetSelectedLight());
diff --git a/svx/source/engine3d/helperhittest3d.cxx b/svx/source/engine3d/helperhittest3d.cxx
index 935a0906d6ca..ce9915e737bd 100644
--- a/svx/source/engine3d/helperhittest3d.cxx
+++ b/svx/source/engine3d/helperhittest3d.cxx
@@ -29,11 +29,9 @@
#include <com/sun/star/uno/Sequence.h>
-
using namespace com::sun::star;
-
class ImplPairDephAndObject
{
private:
@@ -57,7 +55,6 @@ public:
};
-
void getAllHit3DObjectWithRelativePoint(
const basegfx::B3DPoint& rFront,
const basegfx::B3DPoint& rBack,
@@ -96,7 +93,6 @@ void getAllHit3DObjectWithRelativePoint(
}
-
E3dScene* fillViewInformation3DForCompoundObject(drawinglayer::geometry::ViewInformation3D& o_rViewInformation3D, const E3dCompoundObject& rCandidate)
{
// Search for root scene (outmost scene) of the 3d object since e.g. in chart, multiple scenes may
@@ -158,7 +154,6 @@ E3dScene* fillViewInformation3DForCompoundObject(drawinglayer::geometry::ViewInf
}
-
void getAllHit3DObjectsSortedFrontToBack(
const basegfx::B2DPoint& rPoint,
const E3dScene& rScene,
@@ -235,7 +230,6 @@ void getAllHit3DObjectsSortedFrontToBack(
}
-
bool checkHitSingle3DObject(
const basegfx::B2DPoint& rPoint,
const E3dCompoundObject& rCandidate)
diff --git a/svx/source/engine3d/helperminimaldepth3d.cxx b/svx/source/engine3d/helperminimaldepth3d.cxx
index 44deea0546dc..1605ea4cc05e 100644
--- a/svx/source/engine3d/helperminimaldepth3d.cxx
+++ b/svx/source/engine3d/helperminimaldepth3d.cxx
@@ -30,7 +30,6 @@
#include <svx/scene3d.hxx>
-
namespace drawinglayer
{
namespace processor3d
diff --git a/svx/source/engine3d/helperminimaldepth3d.hxx b/svx/source/engine3d/helperminimaldepth3d.hxx
index 93896707b58a..b5d5b4b56d28 100644
--- a/svx/source/engine3d/helperminimaldepth3d.hxx
+++ b/svx/source/engine3d/helperminimaldepth3d.hxx
@@ -45,7 +45,6 @@ class E3dCompoundObject;
double getMinimalDepthInViewCoordinates(const E3dCompoundObject& rObject);
-
#endif // INCLUDED_SVX_SOURCE_ENGINE3D_HELPERMINIMALDEPTH3D_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx
index bc4e87f0970a..186e922e7177 100644
--- a/svx/source/engine3d/lathe3d.cxx
+++ b/svx/source/engine3d/lathe3d.cxx
@@ -44,15 +44,12 @@ sdr::contact::ViewContact* E3dLatheObj::CreateObjectSpecificViewContact()
}
-
sdr::properties::BaseProperties* E3dLatheObj::CreateObjectSpecificProperties()
{
return new sdr::properties::E3dLatheProperties(*this);
}
-
-
// Constructor from 3D polygon, scale is the conversion factor for the coordinates
E3dLatheObj::E3dLatheObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon& rPoly2D)
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 9d67c722261b..85018b965e68 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -78,7 +78,6 @@
#include <svx/e3dsceneupdater.hxx>
-
using namespace com::sun::star;
@@ -172,15 +171,12 @@ SdrObject* E3dObjList::RemoveObject(size_t nObjNum)
}
-
sdr::properties::BaseProperties* E3dObject::CreateObjectSpecificProperties()
{
return new sdr::properties::E3dProperties(*this);
}
-
-
E3dObject::E3dObject()
: maSubList(),
maLocalBoundVol(),
@@ -773,8 +769,6 @@ sdr::properties::BaseProperties* E3dCompoundObject::CreateObjectSpecificProperti
}
-
-
E3dCompoundObject::E3dCompoundObject()
: E3dObject(),
aMaterialAmbientColor(),
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx
index df5d6a45bea1..1a39932674bc 100644
--- a/svx/source/engine3d/polygn3d.cxx
+++ b/svx/source/engine3d/polygn3d.cxx
@@ -26,7 +26,6 @@
#include <basegfx/polygon/b3dpolygontools.hxx>
-
// DrawContact section
sdr::contact::ViewContact* E3dPolygonObj::CreateObjectSpecificViewContact()
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 911aca6e1820..f37e4d4a209c 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -48,7 +48,6 @@
#include <svx/svdmodel.hxx>
-
class ImpRemap3DDepth
{
sal_uInt32 mnOrdNum;
@@ -181,8 +180,6 @@ sdr::contact::ViewContact* E3dScene::CreateObjectSpecificViewContact()
}
-
-
E3dScene::E3dScene()
: E3dObject(),
aCamera(basegfx::B3DPoint(0.0, 0.0, 4.0), basegfx::B3DPoint()),
diff --git a/svx/source/engine3d/sphere3d.cxx b/svx/source/engine3d/sphere3d.cxx
index b7d6cc935245..17a776e91172 100644
--- a/svx/source/engine3d/sphere3d.cxx
+++ b/svx/source/engine3d/sphere3d.cxx
@@ -42,16 +42,12 @@ sdr::contact::ViewContact* E3dSphereObj::CreateObjectSpecificViewContact()
}
-
sdr::properties::BaseProperties* E3dSphereObj::CreateObjectSpecificProperties()
{
return new sdr::properties::E3dSphereProperties(*this);
}
-
-
-
// Build Sphere from polygon facets in latitude and longitude
E3dSphereObj::E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const basegfx::B3DVector& r3DSize)
diff --git a/svx/source/engine3d/svx3ditems.cxx b/svx/source/engine3d/svx3ditems.cxx
index 6345748396a2..a17f4ccb7b82 100644
--- a/svx/source/engine3d/svx3ditems.cxx
+++ b/svx/source/engine3d/svx3ditems.cxx
@@ -26,8 +26,6 @@
#include <com/sun/star/drawing/ShadeMode.hpp>
-
-
using namespace ::com::sun::star;
// #i28528#
@@ -89,7 +87,6 @@ Svx3DShadeModeItem::Svx3DShadeModeItem(sal_uInt16 nVal)
{}
-
Svx3DSmoothNormalsItem::Svx3DSmoothNormalsItem(bool bVal)
: SfxBoolItem(SDRATTR_3DOBJ_SMOOTH_NORMALS, bVal)
{}
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx
index 1044492d5ceb..da83bf92ef30 100644
--- a/svx/source/engine3d/view3d.cxx
+++ b/svx/source/engine3d/view3d.cxx
@@ -71,7 +71,6 @@ using namespace com::sun::star;
#define ITEMVALUE(ItemSet,Id,Cast) (static_cast<const Cast&>((ItemSet).Get(Id))).GetValue()
-
// Migrate Marking
class Impl3DMirrorConstructOverlay
diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx
index 265f89498fdb..88f888aaed25 100644
--- a/svx/source/fmcomp/dbaexchange.cxx
+++ b/svx/source/fmcomp/dbaexchange.cxx
@@ -677,5 +677,4 @@ namespace svx
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx
index 699d17a378f7..59d0bbcef3bf 100644
--- a/svx/source/fmcomp/dbaobjectex.cxx
+++ b/svx/source/fmcomp/dbaobjectex.cxx
@@ -51,7 +51,6 @@ namespace svx
}
-
SotClipboardFormatId OComponentTransferable::getDescriptorFormatId(bool _bExtractForm)
{
static SotClipboardFormatId s_nReportFormat = static_cast<SotClipboardFormatId>(-1);
@@ -143,5 +142,4 @@ namespace svx
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index b6f99bf42344..48a4f7c31278 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -78,7 +78,6 @@ using ::com::sun::star::sdb::XRowSetSupplier;
using ::com::sun::star::awt::XVclWindowPeer;
-
css::awt::FontDescriptor ImplCreateFontDescriptor( const vcl::Font& rFont )
{
css::awt::FontDescriptor aFD;
@@ -283,7 +282,6 @@ void FmXContainerMultiplexer::elementRemoved(const ContainerEvent& e) throw( Run
}
-
void FmXContainerMultiplexer::elementReplaced(const ContainerEvent& e) throw( RuntimeException, std::exception )
{
ContainerEvent aMulti( e );
@@ -328,7 +326,6 @@ void SAL_CALL FmXGridControlMultiplexer::columnChanged( const EventObject& _even
//= FmXGridControl
-
Reference< XInterface > SAL_CALL FmXGridControl_NewInstance_Impl(const Reference< XMultiServiceFactory>& _rxFactory)
throw (css::uno::Exception)
{
@@ -1514,7 +1511,6 @@ sal_Bool FmXGridPeer::commit() throw( RuntimeException, std::exception )
}
-
void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException, std::exception )
{
VclPtr< FmGridControl > pGrid = GetAs< FmGridControl >();
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index ac2b744ad6e1..52679d3085ab 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -528,7 +528,6 @@ void DbGridColumn::ImplInitWindow( vcl::Window& rParent, const InitWindowFacet _
//= cell controls
-
DbCellControl::DbCellControl( DbGridColumn& _rColumn, bool /*_bText*/ )
:OPropertyChangeListener(m_aMutex)
,m_pModelChangeBroadcaster(nullptr)
@@ -3127,8 +3126,6 @@ IMPL_LINK_NOARG_TYPED(DbFilterField, OnClick, VclPtr<CheckBox>, void)
}
-
-
FmXGridCell::FmXGridCell( DbGridColumn* pColumn, DbCellControl* _pControl )
:OComponentHelper(m_aMutex)
,m_pColumn(pColumn)
@@ -4321,7 +4318,6 @@ void FmXListBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const vcl::Wind
}
-
IMPL_LINK_NOARG_TYPED(FmXListBoxCell, OnDoubleClick, ListBox&, void)
{
if (m_pBox)
diff --git a/svx/source/form/ParseContext.cxx b/svx/source/form/ParseContext.cxx
index 56e68c269f8e..3333f797771d 100644
--- a/svx/source/form/ParseContext.cxx
+++ b/svx/source/form/ParseContext.cxx
@@ -144,8 +144,6 @@ IParseContext::InternationalKeyCode OSystemParseContext::getIntlKeyCode(const OS
}
-
-
namespace
{
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index c7b1d1caa1f0..3f67bc63f832 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -402,5 +402,4 @@ namespace svx
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index e28f9bf3814e..53b5f50de11c 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2234,11 +2234,9 @@ namespace svxform
}
-
// class NavigatorFrameManager
-
SFX_IMPL_DOCKINGWINDOW( DataNavigatorManager, SID_FM_SHOW_DATANAVIGATOR )
diff --git a/svx/source/form/dbcharsethelper.cxx b/svx/source/form/dbcharsethelper.cxx
index fe88160c9457..184be709c7de 100644
--- a/svx/source/form/dbcharsethelper.cxx
+++ b/svx/source/form/dbcharsethelper.cxx
@@ -47,6 +47,4 @@ namespace svxform { namespace charset_helper
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 2f413e65c552..6134e956100a 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -141,7 +141,6 @@ Image FmFilterData::GetImage() const
}
-
FmParentData::~FmParentData()
{
for (::std::vector<FmFilterData*>::const_iterator i = m_aChildren.begin();
@@ -150,7 +149,6 @@ FmParentData::~FmParentData()
}
-
Image FmFormItem::GetImage() const
{
ImageList aNavigatorImages( SVX_RES( RID_SVXIMGLIST_FMEXPL ) );
@@ -158,7 +156,6 @@ Image FmFormItem::GetImage() const
}
-
FmFilterItem* FmFilterItems::Find( const ::sal_Int32 _nFilterComponentIndex ) const
{
for ( ::std::vector< FmFilterData* >::const_iterator i = m_aChildren.begin();
@@ -182,7 +179,6 @@ Image FmFilterItems::GetImage() const
}
-
FmFilterItem::FmFilterItem( FmFilterItems* pParent,
const OUString& aFieldName,
const OUString& aText,
@@ -1253,7 +1249,6 @@ IMPL_LINK_NOARG_TYPED(FmFilterNavigator, OnDropActionTimer, Timer *, void)
}
-
sal_Int8 FmFilterNavigator::AcceptDrop( const AcceptDropEvent& rEvt )
{
Point aDropPos = rEvt.maPosPixel;
diff --git a/svx/source/form/fmdmod.cxx b/svx/source/form/fmdmod.cxx
index bb63fed3b326..ec6aabfee384 100644
--- a/svx/source/form/fmdmod.cxx
+++ b/svx/source/form/fmdmod.cxx
@@ -47,7 +47,6 @@ using namespace ::svxform;
}
-
// Encapsulation violation: We *know* that
// SvxUnoDrawMSFactory::createInstanceWithArguments() always throws.
diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx
index a61abcfb923d..ec8c171c8f42 100644
--- a/svx/source/form/fmdocumentclassification.cxx
+++ b/svx/source/form/fmdocumentclassification.cxx
@@ -74,7 +74,6 @@ namespace svxform
using namespace ::com::sun::star::sdbc;
-
namespace
{
diff --git a/svx/source/form/fmexch.cxx b/svx/source/form/fmexch.cxx
index 58428a6ced0a..0880968c309e 100644
--- a/svx/source/form/fmexch.cxx
+++ b/svx/source/form/fmexch.cxx
@@ -28,7 +28,6 @@
#include <tools/diagnose_ex.h>
-
namespace svxform
{
diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx
index 53bb185cbe8c..316f951c5dcb 100644
--- a/svx/source/form/fmexpl.cxx
+++ b/svx/source/form/fmexpl.cxx
@@ -82,7 +82,6 @@ FmNavInsertedHint::~FmNavInsertedHint()
}
-
// class FmNavInsertedHint
FmNavModelReplacedHint::FmNavModelReplacedHint( FmEntryData* pAffectedEntryData )
@@ -599,11 +598,9 @@ namespace svxform
}
-
// class NavigatorFrameManager
-
SFX_IMPL_DOCKINGWINDOW( NavigatorFrameManager, SID_FM_SHOW_FMEXPLORER )
diff --git a/svx/source/form/fmitems.cxx b/svx/source/form/fmitems.cxx
index e8f319c5380e..aed2077ddac6 100644
--- a/svx/source/form/fmitems.cxx
+++ b/svx/source/form/fmitems.cxx
@@ -26,7 +26,6 @@
// class FmInterfaceItem
-
bool FmInterfaceItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
@@ -54,6 +53,4 @@ SfxPoolItem* FmInterfaceItem::Create( SvStream& /*rStrm*/, sal_uInt16 ) const
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx
index 4f8e5e363dd3..115dfa0d739c 100644
--- a/svx/source/form/fmobjfac.cxx
+++ b/svx/source/form/fmobjfac.cxx
@@ -235,5 +235,4 @@ IMPL_STATIC_LINK_TYPED(
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx
index 41a1aef3b029..cf4d5919a6fd 100644
--- a/svx/source/form/fmpage.cxx
+++ b/svx/source/form/fmpage.cxx
@@ -53,7 +53,6 @@ using com::sun::star::container::XChild;
using com::sun::star::container::XNameContainer;
-
FmFormPage::FmFormPage(FmFormModel& rModel, bool bMasterPage)
:SdrPage(rModel, bMasterPage)
,m_pImpl( new FmFormPageImpl( *this ) )
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 746ed8f73bac..c3ac0373e72a 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3970,7 +3970,6 @@ bool FmXFormShell::HasControlFocus() const
}
-
SearchableControlIterator::SearchableControlIterator(Reference< XInterface> xStartingPoint)
:IndexAccessIterator(xStartingPoint)
{
@@ -4015,8 +4014,6 @@ bool SearchableControlIterator::ShouldStepInto(const Reference< XInterface>& /*x
}
-
-
SFX_IMPL_MENU_CONTROL(ControlConversionMenuController, SfxBoolItem);
@@ -4091,5 +4088,4 @@ void ControlConversionMenuController::StateChanged(sal_uInt16 nSID, SfxItemState
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index ac5f78dbd59f..75fe9ef63ab4 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -65,7 +65,6 @@ using namespace ::com::sun::star::beans;
using namespace ::svxform;
-
// = FmSearchThread
void FmSearchThread::run()
@@ -663,7 +662,6 @@ FmSearchEngine::SEARCH_RESULT FmSearchEngine::SearchRegularApprox(const OUString
}
-
FmSearchEngine::FmSearchEngine(const Reference< XComponentContext >& _rxContext,
const Reference< XResultSet > & xCursor, const OUString& sVisibleFields,
const Reference< XNumberFormatsSupplier > & xFormatSupplier, FMSEARCH_MODE eMode)
diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx
index 9b787da6af25..0f10576c636f 100644
--- a/svx/source/form/fmtextcontrolshell.cxx
+++ b/svx/source/form/fmtextcontrolshell.cxx
@@ -183,7 +183,6 @@ namespace svx
};
-
FmFocusListenerAdapter::FmFocusListenerAdapter( const Reference< css::awt::XControl >& _rxControl, IFocusObserver* _pObserver )
:m_pObserver( _pObserver )
,m_xWindow( _rxControl, UNO_QUERY )
diff --git a/svx/source/form/fmtools.cxx b/svx/source/form/fmtools.cxx
index 497bdeafd629..22c812daaa59 100644
--- a/svx/source/form/fmtools.cxx
+++ b/svx/source/form/fmtools.cxx
@@ -341,7 +341,6 @@ void FmXDisposeMultiplexer::dispose()
}
-
sal_Int16 getControlTypeByObject(const Reference< css::lang::XServiceInfo>& _rxObject)
{
// ask for the persistent service name
diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx
index 0be8b170021d..e07570a14778 100644
--- a/svx/source/form/fmundo.cxx
+++ b/svx/source/form/fmundo.cxx
@@ -164,7 +164,6 @@ struct PropertySetInfo
typedef std::map<Reference< XPropertySet >, PropertySetInfo> PropertySetInfoCache;
-
OUString static_STR_UNDO_PROPERTY;
@@ -827,7 +826,6 @@ void FmXUndoEnvironment::TogglePropertyListening(const Reference< XInterface > &
}
-
void FmXUndoEnvironment::switchListening( const Reference< XIndexContainer >& _rxContainer, bool _bStartListening )
{
OSL_PRECOND( _rxContainer.is(), "FmXUndoEnvironment::switchListening: invalid container!" );
@@ -963,7 +961,6 @@ void FmXUndoEnvironment::RemoveElement(const Reference< XInterface >& _rxElement
}
-
FmUndoPropertyAction::FmUndoPropertyAction(FmFormModel& rNewMod, const PropertyChangeEvent& evt)
:SdrUndoAction(rNewMod)
,xObj(evt.Source, UNO_QUERY)
@@ -978,7 +975,6 @@ FmUndoPropertyAction::FmUndoPropertyAction(FmFormModel& rNewMod, const PropertyC
}
-
void FmUndoPropertyAction::Undo()
{
FmXUndoEnvironment& rEnv = static_cast<FmFormModel&>(rMod).GetUndoEnv();
@@ -1028,7 +1024,6 @@ OUString FmUndoPropertyAction::GetComment() const
}
-
FmUndoContainerAction::FmUndoContainerAction(FmFormModel& _rMod,
Action _eAction,
const Reference< XIndexContainer > & xCont,
@@ -1072,7 +1067,6 @@ FmUndoContainerAction::~FmUndoContainerAction()
}
-
void FmUndoContainerAction::DisposeElement( const Reference< XInterface > & xElem )
{
Reference< XComponent > xComp( xElem, UNO_QUERY );
@@ -1216,7 +1210,6 @@ FmUndoModelReplaceAction::~FmUndoModelReplaceAction()
}
-
void FmUndoModelReplaceAction::DisposeElement( const css::uno::Reference< css::awt::XControlModel>& xReplaced )
{
Reference< XComponent > xComp(xReplaced, UNO_QUERY);
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index d3ff3b1ef636..5c84e2ac1303 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -79,9 +79,6 @@ using namespace ::svxform;
using namespace ::svx;
-
-
-
FmFormView::FmFormView( FmFormModel* pModel, OutputDevice* pOut )
:E3dView(pModel,pOut)
{
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index ce7fa4d60649..e72141ac66c7 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -2380,7 +2380,6 @@ void FormController::stopListening()
}
-
Reference< XControl > FormController::findControl(Sequence< Reference< XControl > >& _rControls, const Reference< XControlModel > & xCtrlModel ,bool _bRemove,bool _bOverWrite) const
{
OSL_ENSURE( !impl_isDisposed_nofail(), "FormController: already disposed!" );
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 02a1f9cf70ad..df966602450c 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -1362,7 +1362,6 @@ namespace svxform
}
-
// insert form
GetNavModel()->Insert( pNewFormData, TREELIST_APPEND, true );
@@ -1548,7 +1547,6 @@ namespace svxform
}
-
IMPL_LINK_NOARG_TYPED(NavigatorTree, OnClipboardAction, OLocalExchange&, void)
{
if ( !m_aControlExchange.isClipboardOwner() )
@@ -2178,5 +2176,4 @@ namespace svxform
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx
index f949bd35019f..05d6c73bd798 100644
--- a/svx/source/form/navigatortreemodel.cxx
+++ b/svx/source/form/navigatortreemodel.cxx
@@ -219,7 +219,6 @@ namespace svxform
}
-
void NavigatorTreeModel::SetModified( bool bMod )
{
if( !m_pFormShell ) return;
@@ -965,5 +964,4 @@ namespace svxform
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/sqlparserclient.cxx b/svx/source/form/sqlparserclient.cxx
index 3d6e58b62235..8665ab4639c0 100644
--- a/svx/source/form/sqlparserclient.cxx
+++ b/svx/source/form/sqlparserclient.cxx
@@ -50,5 +50,4 @@ namespace svxform
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index bc3ee5784134..5bb570f33bbb 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -398,7 +398,6 @@ void FmFieldWin::Resize()
Size aOutputSize( GetOutputSizePixel() );
-
// adapt size of css::form::ListBox
Point aLBPos( LISTBOX_BORDER, LISTBOX_BORDER );
Size aLBSize( aOutputSize );
diff --git a/svx/source/gallery2/codec.cxx b/svx/source/gallery2/codec.cxx
index 40412ed1270f..4c5872c81f7b 100644
--- a/svx/source/gallery2/codec.cxx
+++ b/svx/source/gallery2/codec.cxx
@@ -25,7 +25,6 @@
// - GalleryCodec -
-
GalleryCodec::GalleryCodec( SvStream& rIOStm ) :
rStm( rIOStm )
{
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index cfbb7dcfe7fb..5f9913852c34 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -1312,7 +1312,6 @@ OUString GalleryBrowser2::GetFilterName() const
}
-
IMPL_LINK_NOARG_TYPED(GalleryBrowser2, SelectObjectValueSetHdl, ValueSet*, void)
{
ImplUpdateInfoBar();
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index a54d30e1e041..ec1641db3c18 100644
--- a/svx/source/gallery2/galtheme.cxx
+++ b/svx/source/gallery2/galtheme.cxx
@@ -61,7 +61,6 @@ using namespace ::com::sun::star;
// - SgaTheme -
-
GalleryTheme::GalleryTheme( Gallery* pGallery, GalleryThemeEntry* pThemeEntry )
: m_bDestDirRelative(false)
, pParent(pGallery)
diff --git a/svx/source/inc/AccessibleFrameSelector.hxx b/svx/source/inc/AccessibleFrameSelector.hxx
index aff5046e2510..c027e75ef90b 100644
--- a/svx/source/inc/AccessibleFrameSelector.hxx
+++ b/svx/source/inc/AccessibleFrameSelector.hxx
@@ -46,7 +46,6 @@ class FrameSelector;
namespace a11y {
-
class AccFrameSelector :
public ::cppu::WeakImplHelper<
css::accessibility::XAccessible,
@@ -126,7 +125,6 @@ private:
};
-
}
}
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx
index 330002007863..9826f91b5970 100644
--- a/svx/source/inc/charmapacc.hxx
+++ b/svx/source/inc/charmapacc.hxx
@@ -113,7 +113,6 @@ namespace svx
};
-
typedef ::cppu::ImplHelper2 < css::accessibility::XAccessible,
css::accessibility::XAccessibleTable
> OAccessibleHelper_Base;
diff --git a/svx/source/inc/datanavi.hxx b/svx/source/inc/datanavi.hxx
index 531c67661efc..c22b00800d6a 100644
--- a/svx/source/inc/datanavi.hxx
+++ b/svx/source/inc/datanavi.hxx
@@ -59,7 +59,6 @@
class FmFormShell;
-
namespace svxform
{
@@ -306,7 +305,6 @@ namespace svxform
};
-
typedef std::vector< VclPtr<XFormsPage> > PageList;
typedef ::rtl::Reference < DataListener > DataListener_ref;
diff --git a/svx/source/inc/delayedevent.hxx b/svx/source/inc/delayedevent.hxx
index 4ebaff8eb0e6..7fb6dcbd6bcc 100644
--- a/svx/source/inc/delayedevent.hxx
+++ b/svx/source/inc/delayedevent.hxx
@@ -28,7 +28,6 @@ namespace svxform
{
-
//= DelayedEvent
/** small class which encapsulates posting a Link instance as ApplicationUserEvent
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 42ba89a242ad..f0ed25cfc09d 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -190,7 +190,6 @@ protected:
};
-
class OFilterItemExchange : public OLocalExchange
{
::std::vector<FmFilterItem*> m_aDraggedEntries;
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx
index 8440b999767d..6bdad805813d 100644
--- a/svx/source/inc/fmexch.hxx
+++ b/svx/source/inc/fmexch.hxx
@@ -39,8 +39,6 @@ namespace svxform
{
-
-
typedef ::std::set< SvTreeListEntry* > ListBoxEntrySet;
@@ -231,7 +229,6 @@ namespace svxform
};
-
inline bool OControlExchange::hasFieldExchangeFormat( const DataFlavorExVector& _rFormats )
{
return hasFormat( _rFormats, getFieldExchangeFormatId() );
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index c3d225123c28..7ea2e9829e2d 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -257,7 +257,6 @@ public:
};
-
class FmControlData : public FmEntryData
{
css::uno::Reference< css::form::XFormComponent > m_xFormComponent;
@@ -285,8 +284,6 @@ public:
};
-
-
namespace svxform
{
diff --git a/svx/source/inc/fmitems.hxx b/svx/source/inc/fmitems.hxx
index 9167569f4c06..7e3dbd3b128f 100644
--- a/svx/source/inc/fmitems.hxx
+++ b/svx/source/inc/fmitems.hxx
@@ -55,7 +55,6 @@ inline FmInterfaceItem& FmInterfaceItem::operator=( const FmInterfaceItem &rCpy
}
-
#endif // INCLUDED_SVX_SOURCE_INC_FMITEMS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/inc/fmscriptingenv.hxx b/svx/source/inc/fmscriptingenv.hxx
index de9841d4f218..bca6f69bcd9a 100644
--- a/svx/source/inc/fmscriptingenv.hxx
+++ b/svx/source/inc/fmscriptingenv.hxx
@@ -30,7 +30,6 @@ namespace svxform
{
-
//= IFormScriptingEnvironment
/** describes the interface implemented by a component which handles scripting requirements
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 77d60fa08479..d4010f7385db 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -303,7 +303,6 @@ private:
};
-
#endif // INCLUDED_SVX_SOURCE_INC_FMVWIMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx
index 073b9100701a..e3fbb3259e70 100644
--- a/svx/source/inc/frmselimpl.hxx
+++ b/svx/source/inc/frmselimpl.hxx
@@ -93,7 +93,6 @@ private:
};
-
typedef std::vector< FrameBorder* > FrameBorderPtrVec;
struct FrameSelectorImpl : public Resource
@@ -223,7 +222,6 @@ struct FrameSelectorImpl : public Resource
};
-
/** Dummy predicate for frame border iterators to use all borders in a container. */
struct FrameBorderDummy_Pred
{
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 04082d3ca5e6..3080ab730b1d 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -336,7 +336,6 @@ private:
};
-
inline bool DbCellControl::isValuePropertyLocked() const
{
return m_bAccessingValueProperty;
diff --git a/svx/source/inc/sdbdatacolumn.hxx b/svx/source/inc/sdbdatacolumn.hxx
index 3ab1663ed2d9..5bfe6e1bd4bd 100644
--- a/svx/source/inc/sdbdatacolumn.hxx
+++ b/svx/source/inc/sdbdatacolumn.hxx
@@ -30,7 +30,6 @@ namespace svxform
{
-
//= DataColumn - a class wrapping an object implementing a sdb::DataColumn service
class DataColumn
diff --git a/svx/source/items/SmartTagItem.cxx b/svx/source/items/SmartTagItem.cxx
index 565174ef6e1c..fc13f378425e 100644
--- a/svx/source/items/SmartTagItem.cxx
+++ b/svx/source/items/SmartTagItem.cxx
@@ -64,7 +64,6 @@ bool SvxSmartTagItem::PutValue( const uno::Any& /*rVal*/, sal_uInt8 /* nMemberId
}
-
bool SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
@@ -81,21 +80,18 @@ bool SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const
}
-
SfxPoolItem* SvxSmartTagItem::Clone( SfxItemPool * ) const
{
return new SvxSmartTagItem( *this );
}
-
SvStream& SvxSmartTagItem::Store( SvStream& rStream, sal_uInt16 /*nItemVersion*/ ) const
{
return rStream;
}
-
SfxPoolItem* SvxSmartTagItem::Create(SvStream& , sal_uInt16) const
{
return nullptr;
diff --git a/svx/source/items/algitem.cxx b/svx/source/items/algitem.cxx
index 54720b99e83e..ec1f4e47e9f9 100644
--- a/svx/source/items/algitem.cxx
+++ b/svx/source/items/algitem.cxx
@@ -57,7 +57,6 @@ SvxOrientationItem::SvxOrientationItem( sal_Int32 nRotation, bool bStacked, cons
}
-
bool SvxOrientationItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
@@ -70,7 +69,6 @@ bool SvxOrientationItem::GetPresentation
}
-
bool SvxOrientationItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const
{
table::CellOrientation eUno = table::CellOrientation_STANDARD;
@@ -109,7 +107,6 @@ bool SvxOrientationItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/
}
-
OUString SvxOrientationItem::GetValueText( sal_uInt16 nVal )
{
DBG_ASSERT( nVal <= SVX_ORIENTATION_STACKED, "enum overflow!" );
@@ -117,14 +114,12 @@ OUString SvxOrientationItem::GetValueText( sal_uInt16 nVal )
}
-
SfxPoolItem* SvxOrientationItem::Clone( SfxItemPool* ) const
{
return new SvxOrientationItem( *this );
}
-
SfxPoolItem* SvxOrientationItem::Create( SvStream& rStream, sal_uInt16 ) const
{
sal_uInt16 nVal;
@@ -133,14 +128,12 @@ SfxPoolItem* SvxOrientationItem::Create( SvStream& rStream, sal_uInt16 ) const
}
-
sal_uInt16 SvxOrientationItem::GetValueCount() const
{
return SVX_ORIENTATION_STACKED + 1; // letzter Enum-Wert + 1
}
-
bool SvxOrientationItem::IsStacked() const
{
return static_cast< SvxCellOrientation >( GetValue() ) == SVX_ORIENTATION_STACKED;
@@ -184,7 +177,6 @@ SvxMarginItem::SvxMarginItem( const sal_uInt16 nId ) :
}
-
SvxMarginItem::SvxMarginItem( sal_Int16 nLeft,
sal_Int16 nTop,
sal_Int16 nRight,
@@ -200,8 +192,6 @@ SvxMarginItem::SvxMarginItem( sal_Int16 nLeft,
}
-
-
SvxMarginItem::SvxMarginItem( const SvxMarginItem& rItem ) :
SfxPoolItem( rItem.Which() )
@@ -213,7 +203,6 @@ SvxMarginItem::SvxMarginItem( const SvxMarginItem& rItem ) :
}
-
bool SvxMarginItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -262,7 +251,6 @@ bool SvxMarginItem::GetPresentation
}
-
bool SvxMarginItem::operator==( const SfxPoolItem& rItem ) const
{
DBG_ASSERT( SfxPoolItem::operator==( rItem ), "unequal type" );
@@ -274,14 +262,12 @@ bool SvxMarginItem::operator==( const SfxPoolItem& rItem ) const
}
-
SfxPoolItem* SvxMarginItem::Clone( SfxItemPool* ) const
{
return new SvxMarginItem(*this);
}
-
SfxPoolItem* SvxMarginItem::Create( SvStream& rStream, sal_uInt16 ) const
{
sal_Int16 nLeft;
@@ -296,7 +282,6 @@ SfxPoolItem* SvxMarginItem::Create( SvStream& rStream, sal_uInt16 ) const
}
-
SvStream& SvxMarginItem::Store( SvStream &rStream, sal_uInt16 /*nItemVersion*/) const
{
rStream.WriteInt16( nLeftMargin );
@@ -307,8 +292,6 @@ SvStream& SvxMarginItem::Store( SvStream &rStream, sal_uInt16 /*nItemVersion*/)
}
-
-
bool SvxMarginItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
{
bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
@@ -336,7 +319,6 @@ bool SvxMarginItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
}
-
bool SvxMarginItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
{
bool bConvert = ( ( nMemberId & CONVERT_TWIPS ) != 0 );
@@ -367,28 +349,24 @@ bool SvxMarginItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
}
-
void SvxMarginItem::SetLeftMargin( sal_Int16 nLeft )
{
nLeftMargin = nLeft;
}
-
void SvxMarginItem::SetTopMargin( sal_Int16 nTop )
{
nTopMargin = nTop;
}
-
void SvxMarginItem::SetRightMargin( sal_Int16 nRight )
{
nRightMargin = nRight;
}
-
void SvxMarginItem::SetBottomMargin( sal_Int16 nBottom )
{
nBottomMargin = nBottom;
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index 0815388e96a4..429e2834dc48 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -31,7 +31,6 @@
using namespace ::com::sun::star;
-
SfxPoolItem* SvxDoubleItem::CreateDefault() { return new SvxDoubleItem(0.0, 0);}
SvxChartStyleItem::SvxChartStyleItem(SvxChartStyle eStyle, sal_uInt16 nId) :
@@ -40,21 +39,18 @@ SvxChartStyleItem::SvxChartStyleItem(SvxChartStyle eStyle, sal_uInt16 nId) :
}
-
SvxChartStyleItem::SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId) :
SfxEnumItem(nId, rIn)
{
}
-
SfxPoolItem* SvxChartStyleItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartStyleItem(*this);
}
-
SfxPoolItem* SvxChartStyleItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartStyleItem(rIn, Which());
@@ -66,14 +62,12 @@ SvxChartDataDescrItem::SvxChartDataDescrItem(SvStream& rIn, sal_uInt16 nId) :
}
-
SfxPoolItem* SvxChartDataDescrItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartDataDescrItem(*this);
}
-
SfxPoolItem* SvxChartDataDescrItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartDataDescrItem(rIn, Which());
@@ -86,28 +80,24 @@ SvxChartTextOrderItem::SvxChartTextOrderItem(SvxChartTextOrder eOrder,
}
-
SvxChartTextOrderItem::SvxChartTextOrderItem(SvStream& rIn, sal_uInt16 nId) :
SfxEnumItem(nId, rIn)
{
}
-
SfxPoolItem* SvxChartTextOrderItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartTextOrderItem(*this);
}
-
SfxPoolItem* SvxChartTextOrderItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartTextOrderItem(rIn, Which());
}
-
bool SvxChartTextOrderItem::QueryValue( css::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const
{
// the order of the two enums is not equal, so a mapping is required
@@ -132,7 +122,6 @@ bool SvxChartTextOrderItem::QueryValue( css::uno::Any& rVal, sal_uInt8 /*nMember
}
-
bool SvxChartTextOrderItem::PutValue( const css::uno::Any& rVal, sal_uInt8 /*nMemberId*/ )
{
// the order of the two enums is not equal, so a mapping is required
@@ -173,14 +162,12 @@ SvxChartTextOrientItem::SvxChartTextOrientItem(SvStream& rIn, sal_uInt16 nId) :
}
-
SfxPoolItem* SvxChartTextOrientItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartTextOrientItem(*this);
}
-
SfxPoolItem* SvxChartTextOrientItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartTextOrientItem(rIn, Which());
@@ -193,7 +180,6 @@ SvxDoubleItem::SvxDoubleItem(double fValue, sal_uInt16 nId) :
}
-
SvxDoubleItem::SvxDoubleItem(const SvxDoubleItem& rItem) :
SfxPoolItem(rItem),
fVal(rItem.fVal)
@@ -201,14 +187,12 @@ SvxDoubleItem::SvxDoubleItem(const SvxDoubleItem& rItem) :
}
-
OUString SvxDoubleItem::GetValueText() const
{
return rtl::math::doubleToUString( fVal, rtl_math_StringFormat_E, 4, '.' );
}
-
bool SvxDoubleItem::GetPresentation
( SfxItemPresentation /*ePresentation*/, SfxMapUnit /*eCoreMetric*/,
SfxMapUnit /*ePresentationMetric*/, OUString& rText,
@@ -226,21 +210,18 @@ bool SvxDoubleItem::GetPresentation
}
-
bool SvxDoubleItem::operator == (const SfxPoolItem& rItem) const
{
return static_cast<const SvxDoubleItem&>(rItem).fVal == fVal;
}
-
SfxPoolItem* SvxDoubleItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxDoubleItem(*this);
}
-
SfxPoolItem* SvxDoubleItem::Create(SvStream& rIn, sal_uInt16 /*nVersion*/) const
{
double _fVal;
@@ -272,28 +253,24 @@ SvxChartKindErrorItem::SvxChartKindErrorItem(SvxChartKindError eOrient,
}
-
SvxChartKindErrorItem::SvxChartKindErrorItem(SvStream& rIn, sal_uInt16 nId) :
SfxEnumItem(nId, rIn)
{
}
-
SfxPoolItem* SvxChartKindErrorItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartKindErrorItem(*this);
}
-
SfxPoolItem* SvxChartKindErrorItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartKindErrorItem(rIn, Which());
}
-
sal_uInt16 SvxChartKindErrorItem::GetVersion (sal_uInt16 nFileFormatVersion) const
{
return (nFileFormatVersion == SOFFICE_FILEFORMAT_31)
@@ -308,28 +285,24 @@ SvxChartIndicateItem::SvxChartIndicateItem(SvxChartIndicate eOrient,
}
-
SvxChartIndicateItem::SvxChartIndicateItem(SvStream& rIn, sal_uInt16 nId) :
SfxEnumItem(nId, rIn)
{
}
-
SfxPoolItem* SvxChartIndicateItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartIndicateItem(*this);
}
-
SfxPoolItem* SvxChartIndicateItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartIndicateItem(rIn, Which());
}
-
sal_uInt16 SvxChartIndicateItem::GetVersion (sal_uInt16 nFileFormatVersion) const
{
return (nFileFormatVersion == SOFFICE_FILEFORMAT_31)
@@ -344,28 +317,24 @@ SvxChartRegressItem::SvxChartRegressItem(SvxChartRegress eOrient,
}
-
SvxChartRegressItem::SvxChartRegressItem(SvStream& rIn, sal_uInt16 nId) :
SfxEnumItem(nId, rIn)
{
}
-
SfxPoolItem* SvxChartRegressItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SvxChartRegressItem(*this);
}
-
SfxPoolItem* SvxChartRegressItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const
{
return new SvxChartRegressItem(rIn, Which());
}
-
sal_uInt16 SvxChartRegressItem::GetVersion (sal_uInt16 nFileFormatVersion) const
{
return (nFileFormatVersion == SOFFICE_FILEFORMAT_31)
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx
index 213189d8028a..a0aec77420b3 100644
--- a/svx/source/items/drawitem.cxx
+++ b/svx/source/items/drawitem.cxx
@@ -111,7 +111,6 @@ SvxGradientListItem::SvxGradientListItem( const SvxGradientListItem& rItem ) :
}
-
bool SvxGradientListItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
@@ -159,7 +158,6 @@ SvxHatchListItem::SvxHatchListItem( const SvxHatchListItem& rItem ) :
}
-
bool SvxHatchListItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx
index 634070377bed..9604bcecd2bc 100644
--- a/svx/source/items/e3ditem.cxx
+++ b/svx/source/items/e3ditem.cxx
@@ -26,7 +26,6 @@
using namespace ::com::sun::star;
-
SvxB3DVectorItem::SvxB3DVectorItem()
{
}
@@ -36,7 +35,6 @@ SvxB3DVectorItem::~SvxB3DVectorItem()
}
-
SvxB3DVectorItem::SvxB3DVectorItem( sal_uInt16 _nWhich, const basegfx::B3DVector& rVal ) :
SfxPoolItem( _nWhich ),
aVal( rVal )
@@ -44,7 +42,6 @@ SvxB3DVectorItem::SvxB3DVectorItem( sal_uInt16 _nWhich, const basegfx::B3DVector
}
-
SvxB3DVectorItem::SvxB3DVectorItem( const SvxB3DVectorItem& rItem ) :
SfxPoolItem( rItem ),
aVal( rItem.aVal )
@@ -52,7 +49,6 @@ SvxB3DVectorItem::SvxB3DVectorItem( const SvxB3DVectorItem& rItem ) :
}
-
bool SvxB3DVectorItem::operator==( const SfxPoolItem &rItem ) const
{
DBG_ASSERT( SfxPoolItem::operator==( rItem ), "unequal type" );
@@ -60,14 +56,12 @@ bool SvxB3DVectorItem::operator==( const SfxPoolItem &rItem ) const
}
-
SfxPoolItem* SvxB3DVectorItem::Clone( SfxItemPool* /*pPool*/ ) const
{
return new SvxB3DVectorItem( *this );
}
-
SfxPoolItem* SvxB3DVectorItem::Create(SvStream &rStream, sal_uInt16 /*nVersion*/) const
{
basegfx::B3DVector aStr;
@@ -79,7 +73,6 @@ SfxPoolItem* SvxB3DVectorItem::Create(SvStream &rStream, sal_uInt16 /*nVersion*/
}
-
SvStream& SvxB3DVectorItem::Store(SvStream &rStream, sal_uInt16 /*nItemVersion*/) const
{
@@ -93,7 +86,6 @@ SvStream& SvxB3DVectorItem::Store(SvStream &rStream, sal_uInt16 /*nItemVersion*/
}
-
bool SvxB3DVectorItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const
{
assert(!rtl::math::isNan(aVal.getX()) && !rtl::math::isNan(aVal.getY()) && !rtl::math::isNan(aVal.getZ()));
@@ -110,7 +102,6 @@ bool SvxB3DVectorItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) con
}
-
bool SvxB3DVectorItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ )
{
drawing::Direction3D aDirection;
@@ -127,7 +118,6 @@ bool SvxB3DVectorItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ )
}
-
sal_uInt16 SvxB3DVectorItem::GetVersion (sal_uInt16 nFileFormatVersion) const
{
return (nFileFormatVersion == SOFFICE_FILEFORMAT_31) ? USHRT_MAX : 0;
diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx
index 51d0cf7f1ba8..212cded5d461 100644
--- a/svx/source/items/galleryitem.cxx
+++ b/svx/source/items/galleryitem.cxx
@@ -23,7 +23,6 @@
#include <com/sun/star/uno/Sequence.hxx>
-
SfxPoolItem* SvxGalleryItem::CreateDefault() { return new SvxGalleryItem; }
SvxGalleryItem::SvxGalleryItem()
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx
index 4e485f04f052..b033f8fe8bbb 100644
--- a/svx/source/items/grfitem.cxx
+++ b/svx/source/items/grfitem.cxx
@@ -80,7 +80,6 @@ SvStream& SvxGrfCrop::Store( SvStream& rStrm, sal_uInt16 nVersion ) const
}
-
bool SvxGrfCrop::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
{
bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
@@ -149,6 +148,4 @@ bool SvxGrfCrop::GetPresentation(
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx
index 8b8f1852f35f..5ff6e27ca847 100644
--- a/svx/source/items/hlnkitem.cxx
+++ b/svx/source/items/hlnkitem.cxx
@@ -25,8 +25,6 @@
#include "svx/hlnkitem.hxx"
-
-
SfxPoolItem* SvxHyperlinkItem::CreateDefault() { return new SvxHyperlinkItem(0);}
#define HYPERLINKFF_MARKER 0x599401FE
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index b7be0282428b..12dc40982188 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -38,9 +38,6 @@
const double SvxNumberFormatShell::DEFAULT_NUMVALUE = 1234.56789;
-
-
-
SvxNumberFormatShell* SvxNumberFormatShell::Create( SvNumberFormatter* pNumFormatter,
sal_uInt32 nFormatKey,
SvxNumberValueType eNumValType,
@@ -61,7 +58,6 @@ SvxNumberFormatShell* SvxNumberFormatShell::Create( SvNumberFormatter* pNumForma
}
-
SvxNumberFormatShell::SvxNumberFormatShell( SvNumberFormatter* pNumFormatter,
sal_uInt32 nFormatKey,
SvxNumberValueType eNumValType,
@@ -93,7 +89,6 @@ SvxNumberFormatShell::SvxNumberFormatShell( SvNumberFormatter* pNumFormatter,
}
-
SvxNumberFormatShell::SvxNumberFormatShell( SvNumberFormatter* pNumFormatter,
sal_uInt32 nFormatKey,
SvxNumberValueType eNumValType,
@@ -130,7 +125,6 @@ SvxNumberFormatShell::SvxNumberFormatShell( SvNumberFormatter* pNumFormatter,
}
-
SvxNumberFormatShell::~SvxNumberFormatShell()
{
/*
@@ -153,14 +147,12 @@ SvxNumberFormatShell::~SvxNumberFormatShell()
}
-
size_t SvxNumberFormatShell::GetUpdateDataCount() const
{
return aDelList.size();
}
-
void SvxNumberFormatShell::GetUpdateData( sal_uInt32* pDelArray, const sal_uInt32 nSize )
{
const size_t nListSize = aDelList.size();
@@ -173,7 +165,6 @@ void SvxNumberFormatShell::GetUpdateData( sal_uInt32* pDelArray, const sal_uInt3
}
-
void SvxNumberFormatShell::CategoryChanged( sal_uInt16 nCatLbPos,
short& rFmtSelPos,
std::vector<OUString>& rFmtEntries )
@@ -190,7 +181,6 @@ void SvxNumberFormatShell::CategoryChanged( sal_uInt16 nCatLbPos,
}
-
void SvxNumberFormatShell::LanguageChanged( LanguageType eLangType,
short& rFmtSelPos,
std::vector<OUString>& rFmtEntries )
@@ -203,7 +193,6 @@ void SvxNumberFormatShell::LanguageChanged( LanguageType eLangType,
}
-
void SvxNumberFormatShell::FormatChanged( sal_uInt16 nFmtLbPos,
OUString& rPreviewStr,
Color*& rpFontColor )
@@ -299,7 +288,6 @@ bool SvxNumberFormatShell::AddFormat( OUString& rFormat, sal_Int32& rErrPos,
}
-
bool SvxNumberFormatShell::RemoveFormat( const OUString& rFormat,
sal_uInt16& rCatLbSelPos,
short& rFmtSelPos,
@@ -335,7 +323,6 @@ bool SvxNumberFormatShell::RemoveFormat( const OUString& rFormat,
}
-
void SvxNumberFormatShell::MakeFormat( OUString& rFormat,
bool bThousand, bool bNegRed,
sal_uInt16 nPrecision, sal_uInt16 nLeadingZeroes,
@@ -418,7 +405,6 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
}
-
void SvxNumberFormatShell::MakePreviewString( const OUString& rFormatStr,
OUString& rPreviewStr,
Color*& rpFontColor )
@@ -453,7 +439,6 @@ void SvxNumberFormatShell::MakePreviewString( const OUString& rFormatStr,
}
-
bool SvxNumberFormatShell::IsUserDefined( const OUString& rFmtString )
{
sal_uInt32 nFound = pFormatter->GetEntryKey( rFmtString, eCurLanguage );
@@ -479,7 +464,6 @@ bool SvxNumberFormatShell::IsUserDefined( const OUString& rFmtString )
}
-
bool SvxNumberFormatShell::FindEntry( const OUString& rFmtString, sal_uInt32* pAt /* = NULL */ )
{
bool bRes=false;
@@ -508,8 +492,6 @@ bool SvxNumberFormatShell::FindEntry( const OUString& rFmtString, sal_uInt32* pA
}
-
-
void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos,
LanguageType& rLangType,
sal_uInt16& nFmtLbSelPos,
@@ -534,7 +516,6 @@ void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos,
eCurLanguage ));
-
CategoryToPos_Impl( nCurCategory, nCatLbPos );
rLangType = eCurLanguage;
@@ -547,7 +528,6 @@ void SvxNumberFormatShell::GetInitSettings( sal_uInt16& nCatLbPos,
}
-
short SvxNumberFormatShell::FillEntryList_Impl( std::vector<OUString>& rList )
{
/* Erstellen einer aktuellen Liste von Format-Eintraegen.
@@ -1101,8 +1081,6 @@ short SvxNumberFormatShell::FillEListWithUsD_Impl( std::vector<OUString>& rList,
}
-
-
void SvxNumberFormatShell::GetPreviewString_Impl( OUString& rString, Color*& rpColor )
{
rpColor = nullptr;
@@ -1122,28 +1100,24 @@ void SvxNumberFormatShell::GetPreviewString_Impl( OUString& rString, Color*& rpC
}
-
::std::vector<sal_uInt32>::iterator SvxNumberFormatShell::GetRemoved_Impl( size_t nKey )
{
return ::std::find(aDelList.begin(), aDelList.end(), nKey);
}
-
bool SvxNumberFormatShell::IsRemoved_Impl( size_t nKey )
{
return GetRemoved_Impl( nKey ) != aDelList.end();
}
-
::std::vector<sal_uInt32>::iterator SvxNumberFormatShell::GetAdded_Impl( size_t nKey )
{
return ::std::find(aAddList.begin(), aAddList.end(), nKey);
}
-
bool SvxNumberFormatShell::IsAdded_Impl( size_t nKey )
{
return GetAdded_Impl( nKey ) != aAddList.end();
diff --git a/svx/source/items/numinf.cxx b/svx/source/items/numinf.cxx
index 630218127468..31c3374bb601 100644
--- a/svx/source/items/numinf.cxx
+++ b/svx/source/items/numinf.cxx
@@ -20,8 +20,6 @@
#include <svx/numinf.hxx>
-
-
#define INIT(pNum,eVal,nDouble,rStr) \
SfxPoolItem ( nId ), \
\
@@ -40,7 +38,6 @@ SvxNumberInfoItem::SvxNumberInfoItem( const sal_uInt16 nId ) :
}
-
SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
const sal_uInt16 nId ) :
@@ -50,7 +47,6 @@ SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
}
-
SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
const OUString& rVal, const sal_uInt16 nId ) :
@@ -60,7 +56,6 @@ SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
}
-
SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
const double& rVal, const sal_uInt16 nId ) :
@@ -70,7 +65,6 @@ SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
}
-
SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
const double& rVal, const OUString& rValueStr,
const sal_uInt16 nId ) :
@@ -83,7 +77,6 @@ SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
#undef INIT
-
SvxNumberInfoItem::SvxNumberInfoItem( const SvxNumberInfoItem& rItem ) :
SfxPoolItem( rItem.Which() ),
@@ -106,14 +99,12 @@ SvxNumberInfoItem::SvxNumberInfoItem( const SvxNumberInfoItem& rItem ) :
}
-
SvxNumberInfoItem::~SvxNumberInfoItem()
{
delete [] pDelFormatArr;
}
-
bool SvxNumberInfoItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
@@ -127,7 +118,6 @@ bool SvxNumberInfoItem::GetPresentation
}
-
bool SvxNumberInfoItem::operator==( const SfxPoolItem& rItem ) const
{
DBG_ASSERT( SfxPoolItem::operator==( rItem ), "unequal which or type" );
@@ -161,7 +151,6 @@ bool SvxNumberInfoItem::operator==( const SfxPoolItem& rItem ) const
}
-
SfxPoolItem* SvxNumberInfoItem::Clone( SfxItemPool * ) const
{
return new SvxNumberInfoItem( *this );
@@ -176,14 +165,12 @@ SfxPoolItem* SvxNumberInfoItem::Create( SvStream& /*rStream*/, sal_uInt16 ) cons
}
-
SvStream& SvxNumberInfoItem::Store( SvStream &rStream, sal_uInt16 /*nItemVersion*/ ) const
{
return rStream;
}
-
void SvxNumberInfoItem::SetDelFormatArray( const sal_uInt32* pData,
const sal_uInt32 nCount )
{
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index 6153f0e75776..c6de545ccba3 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -80,7 +80,6 @@ inline OUString GetUsageText( const sal_uInt16 eU )
}
-
bool SvxPageItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -218,7 +217,6 @@ bool SvxPageItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
}
-
SfxPoolItem* SvxPageItem::Create( SvStream& rStream, sal_uInt16 ) const
{
sal_uInt8 eType;
@@ -241,7 +239,6 @@ SfxPoolItem* SvxPageItem::Create( SvStream& rStream, sal_uInt16 ) const
}
-
SvStream& SvxPageItem::Store( SvStream &rStrm, sal_uInt16 /*nItemVersion*/ ) const
{
// UNICODE: rStrm << aDescName;
@@ -276,7 +273,6 @@ SfxPoolItem* SvxSetItem::Clone( SfxItemPool * ) const
}
-
bool SvxSetItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index 97cc424b3f70..1741b8f3f580 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -23,8 +23,6 @@
#include <svx/dialmgr.hxx>
-
-
SfxPoolItem* SvxPostItAuthorItem::CreateDefault() { return new SvxPostItAuthorItem(0); }
SfxPoolItem* SvxPostItDateItem::CreateDefault() { return new SvxPostItDateItem(0); }
SfxPoolItem* SvxPostItTextItem::CreateDefault() { return new SvxPostItTextItem(0); }
@@ -35,7 +33,6 @@ SvxPostItAuthorItem::SvxPostItAuthorItem( sal_uInt16 _nWhich )
}
-
SvxPostItAuthorItem::SvxPostItAuthorItem( const OUString& rAuthor,
sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rAuthor )
@@ -43,7 +40,6 @@ SvxPostItAuthorItem::SvxPostItAuthorItem( const OUString& rAuthor,
}
-
bool SvxPostItAuthorItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -66,7 +62,6 @@ bool SvxPostItAuthorItem::GetPresentation
}
-
SfxPoolItem* SvxPostItAuthorItem::Clone( SfxItemPool * ) const
{
return new SvxPostItAuthorItem( *this );
@@ -78,7 +73,6 @@ SvxPostItDateItem::SvxPostItDateItem( sal_uInt16 _nWhich )
}
-
SvxPostItDateItem::SvxPostItDateItem( const OUString& rDate, sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rDate )
@@ -86,7 +80,6 @@ SvxPostItDateItem::SvxPostItDateItem( const OUString& rDate, sal_uInt16 _nWhich
}
-
bool SvxPostItDateItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -109,7 +102,6 @@ bool SvxPostItDateItem::GetPresentation
}
-
SfxPoolItem* SvxPostItDateItem::Clone( SfxItemPool * ) const
{
return new SvxPostItDateItem( *this );
@@ -121,7 +113,6 @@ SvxPostItTextItem::SvxPostItTextItem( sal_uInt16 _nWhich )
}
-
SvxPostItTextItem::SvxPostItTextItem( const OUString& rText, sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rText )
@@ -129,7 +120,6 @@ SvxPostItTextItem::SvxPostItTextItem( const OUString& rText, sal_uInt16 _nWhich
}
-
bool SvxPostItTextItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -152,7 +142,6 @@ bool SvxPostItTextItem::GetPresentation
}
-
SfxPoolItem* SvxPostItTextItem::Clone( SfxItemPool * ) const
{
return new SvxPostItTextItem( *this );
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index c3fa82b4bd50..11c76c6aceb7 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -138,5 +138,4 @@ bool SvxRotateModeItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/items/viewlayoutitem.cxx b/svx/source/items/viewlayoutitem.cxx
index ea349097cd44..986348466f47 100644
--- a/svx/source/items/viewlayoutitem.cxx
+++ b/svx/source/items/viewlayoutitem.cxx
@@ -26,7 +26,6 @@
#include <osl/diagnose.h>
-
SfxPoolItem* SvxViewLayoutItem::CreateDefault() { return new SvxViewLayoutItem; }
#define VIEWLAYOUT_PARAM_COLUMNS "Columns"
@@ -34,7 +33,6 @@ SfxPoolItem* SvxViewLayoutItem::CreateDefault() { return new SvxViewLayoutItem;
#define VIEWLAYOUT_PARAMS 2
-
SvxViewLayoutItem::SvxViewLayoutItem
(
sal_uInt16 nColumns,
@@ -47,7 +45,6 @@ SvxViewLayoutItem::SvxViewLayoutItem
}
-
SvxViewLayoutItem::SvxViewLayoutItem( const SvxViewLayoutItem& rOrig )
: SfxUInt16Item( rOrig.Which(), rOrig.GetValue() ),
mbBookMode( rOrig.IsBookMode() )
@@ -55,34 +52,29 @@ SvxViewLayoutItem::SvxViewLayoutItem( const SvxViewLayoutItem& rOrig )
}
-
SvxViewLayoutItem::~SvxViewLayoutItem()
{
}
-
SfxPoolItem* SvxViewLayoutItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SvxViewLayoutItem( *this );
}
-
SfxPoolItem* SvxViewLayoutItem::Create( SvStream& /*rStrm*/, sal_uInt16 /*nVersion*/ ) const
{
return nullptr;
}
-
SvStream& SvxViewLayoutItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const
{
return rStrm;
}
-
bool SvxViewLayoutItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
diff --git a/svx/source/items/zoomslideritem.cxx b/svx/source/items/zoomslideritem.cxx
index 6b8cb85617a7..a4db8d27b872 100644
--- a/svx/source/items/zoomslideritem.cxx
+++ b/svx/source/items/zoomslideritem.cxx
@@ -25,8 +25,6 @@
#include <com/sun/star/beans/PropertyValue.hpp>
-
-
SfxPoolItem* SvxZoomSliderItem::CreateDefault() { return new SvxZoomSliderItem; }
#define ZOOMSLIDER_PARAM_CURRENTZOOM "Columns"
@@ -36,14 +34,12 @@ SfxPoolItem* SvxZoomSliderItem::CreateDefault() { return new SvxZoomSliderItem;
#define ZOOMSLIDER_PARAMS 4
-
SvxZoomSliderItem::SvxZoomSliderItem( sal_uInt16 nCurrentZoom, sal_uInt16 nMinZoom, sal_uInt16 nMaxZoom, sal_uInt16 _nWhich )
: SfxUInt16Item( _nWhich, nCurrentZoom ), mnMinZoom( nMinZoom ), mnMaxZoom( nMaxZoom )
{
}
-
SvxZoomSliderItem::SvxZoomSliderItem( const SvxZoomSliderItem& rOrig )
: SfxUInt16Item( rOrig.Which(), rOrig.GetValue() )
, maValues( rOrig.maValues )
@@ -53,34 +49,29 @@ SvxZoomSliderItem::SvxZoomSliderItem( const SvxZoomSliderItem& rOrig )
}
-
SvxZoomSliderItem::~SvxZoomSliderItem()
{
}
-
SfxPoolItem* SvxZoomSliderItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SvxZoomSliderItem( *this );
}
-
SfxPoolItem* SvxZoomSliderItem::Create( SvStream& /*rStrm*/, sal_uInt16 /*nVersion*/ ) const
{
return nullptr;
}
-
SvStream& SvxZoomSliderItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const
{
return rStrm;
}
-
bool SvxZoomSliderItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx
index f514f8061dcf..fe6a91cf922b 100644
--- a/svx/source/mnuctrls/clipboardctl.cxx
+++ b/svx/source/mnuctrls/clipboardctl.cxx
@@ -35,7 +35,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
-
SFX_IMPL_TOOLBOX_CONTROL( SvxClipBoardControl, SfxVoidItem /*SfxUInt16Item*/ );
@@ -141,6 +140,4 @@ void SvxClipBoardControl::DelPopup()
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx
index 38b1b763e5ca..ea92075faff7 100644
--- a/svx/source/mnuctrls/fntctl.cxx
+++ b/svx/source/mnuctrls/fntctl.cxx
@@ -32,7 +32,6 @@
SFX_IMPL_MENU_CONTROL(SvxFontMenuControl, SvxFontItem);
-
/* [Beschreibung]
Ctor; setzt den Select-Handler am Men"u und tr"agt das Men"u
@@ -55,7 +54,6 @@ SvxFontMenuControl::SvxFontMenuControl
}
-
/* [Beschreibung]
F"ullt das Men"u mit den aktuellen Fonts aus der Fontlist
@@ -77,7 +75,6 @@ void SvxFontMenuControl::FillMenu()
}
-
/* [Beschreibung]
Statusbenachrichtigung;
@@ -109,7 +106,6 @@ void SvxFontMenuControl::StateChanged(
}
-
/* [Beschreibung]
Statusbenachrichtigung "uber Bindings; bei DOCCHANGED
@@ -126,7 +122,6 @@ void SvxFontMenuControl::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
-
/* [Beschreibung]
Select-Handler des Men"us; der Name des selektierten Fonts
diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx
index 984391e91c40..0c7266f1532c 100644
--- a/svx/source/mnuctrls/fntszctl.cxx
+++ b/svx/source/mnuctrls/fntszctl.cxx
@@ -41,7 +41,6 @@
SFX_IMPL_MENU_CONTROL(SvxFontSizeMenuControl, SvxFontHeightItem);
-
/* [Beschreibung]
Select-Handler des Men"us; die aktuelle Fontgr"o\se
@@ -65,7 +64,6 @@ IMPL_LINK_TYPED( SvxFontSizeMenuControl, MenuSelect, FontSizeMenu*, pMen, void )
}
-
/* [Beschreibung]
Statusbenachrichtigung;
@@ -149,7 +147,6 @@ void SvxFontSizeMenuControl::StateChanged(
}
-
/* [Beschreibung]
Ctor; setzt den Select-Handler am Men"u und tr"agt Men"u
@@ -174,7 +171,6 @@ SvxFontSizeMenuControl::SvxFontSizeMenuControl
}
-
/* [Beschreibung]
Dtor; gibt das Men"u frei.
@@ -186,5 +182,4 @@ SvxFontSizeMenuControl::~SvxFontSizeMenuControl()
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sdr/animation/animationstate.cxx b/svx/source/sdr/animation/animationstate.cxx
index bc7b573fcc16..d2320578e039 100644
--- a/svx/source/sdr/animation/animationstate.cxx
+++ b/svx/source/sdr/animation/animationstate.cxx
@@ -27,7 +27,6 @@
#include <comphelper/lok.hxx>
-
namespace sdr
{
namespace animation
diff --git a/svx/source/sdr/animation/objectanimator.cxx b/svx/source/sdr/animation/objectanimator.cxx
index 10d79563b3ef..830056fa0993 100644
--- a/svx/source/sdr/animation/objectanimator.cxx
+++ b/svx/source/sdr/animation/objectanimator.cxx
@@ -21,7 +21,6 @@
#include <svx/sdr/animation/animationstate.hxx>
-
namespace sdr
{
namespace animation
diff --git a/svx/source/sdr/attribute/sdrfilltextattribute.cxx b/svx/source/sdr/attribute/sdrfilltextattribute.cxx
index 8ecad40b6dd4..7d53ec205d3b 100644
--- a/svx/source/sdr/attribute/sdrfilltextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrfilltextattribute.cxx
@@ -21,7 +21,6 @@
#include <sdr/attribute/sdrfilltextattribute.hxx>
-
namespace drawinglayer
{
namespace attribute
diff --git a/svx/source/sdr/attribute/sdrformtextattribute.cxx b/svx/source/sdr/attribute/sdrformtextattribute.cxx
index 723986f62ab4..e5191cf07693 100644
--- a/svx/source/sdr/attribute/sdrformtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrformtextattribute.cxx
@@ -143,7 +143,6 @@ namespace
} // end of anonymous namespace
-
namespace drawinglayer
{
namespace attribute
diff --git a/svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx
index 9f52a9d747b5..22022e8f432c 100644
--- a/svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrlinefillshadowtextattribute.cxx
@@ -21,7 +21,6 @@
#include <svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx>
-
namespace drawinglayer
{
namespace attribute
diff --git a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
index 4268c8bff26c..fb232e3c677a 100644
--- a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
@@ -21,7 +21,6 @@
#include <svx/sdr/attribute/sdrlineshadowtextattribute.hxx>
-
namespace drawinglayer
{
namespace attribute
diff --git a/svx/source/sdr/attribute/sdrshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
index 44b084a2e76a..fd4f12ff3293 100644
--- a/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrshadowtextattribute.cxx
@@ -21,7 +21,6 @@
#include <svx/sdr/attribute/sdrshadowtextattribute.hxx>
-
namespace drawinglayer
{
namespace attribute
diff --git a/svx/source/sdr/contact/displayinfo.cxx b/svx/source/sdr/contact/displayinfo.cxx
index 4b9f2f41ee91..fd6fc102ae61 100644
--- a/svx/source/sdr/contact/displayinfo.cxx
+++ b/svx/source/sdr/contact/displayinfo.cxx
@@ -20,7 +20,6 @@
#include <svx/sdr/contact/displayinfo.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/sdrmediawindow.cxx b/svx/source/sdr/contact/sdrmediawindow.cxx
index 09adf9835a88..3abc208c3df7 100644
--- a/svx/source/sdr/contact/sdrmediawindow.cxx
+++ b/svx/source/sdr/contact/sdrmediawindow.cxx
@@ -37,13 +37,11 @@ SdrMediaWindow::SdrMediaWindow( vcl::Window* pParent, ViewObjectContactOfSdrMedi
}
-
SdrMediaWindow::~SdrMediaWindow()
{
}
-
void SdrMediaWindow::MouseMove( const MouseEvent& rMEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -59,7 +57,6 @@ void SdrMediaWindow::MouseMove( const MouseEvent& rMEvt )
}
-
void SdrMediaWindow::MouseButtonDown( const MouseEvent& rMEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -74,7 +71,6 @@ void SdrMediaWindow::MouseButtonDown( const MouseEvent& rMEvt )
}
-
void SdrMediaWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -89,7 +85,6 @@ void SdrMediaWindow::MouseButtonUp( const MouseEvent& rMEvt )
}
-
void SdrMediaWindow::KeyInput( const KeyEvent& rKEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -99,7 +94,6 @@ void SdrMediaWindow::KeyInput( const KeyEvent& rKEvt )
}
-
void SdrMediaWindow::KeyUp( const KeyEvent& rKEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -109,7 +103,6 @@ void SdrMediaWindow::KeyUp( const KeyEvent& rKEvt )
}
-
void SdrMediaWindow::Command( const CommandEvent& rCEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -124,7 +117,6 @@ void SdrMediaWindow::Command( const CommandEvent& rCEvt )
}
-
sal_Int8 SdrMediaWindow::AcceptDrop( const AcceptDropEvent& rEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -144,7 +136,6 @@ sal_Int8 SdrMediaWindow::AcceptDrop( const AcceptDropEvent& rEvt )
}
-
sal_Int8 SdrMediaWindow::ExecuteDrop( const ExecuteDropEvent& rEvt )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
@@ -164,7 +155,6 @@ sal_Int8 SdrMediaWindow::ExecuteDrop( const ExecuteDropEvent& rEvt )
}
-
void SdrMediaWindow::StartDrag( sal_Int8 nAction, const Point& rPosPixel )
{
vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
diff --git a/svx/source/sdr/contact/viewcontactofgroup.cxx b/svx/source/sdr/contact/viewcontactofgroup.cxx
index af037e58dcb3..1a9f1006ea16 100644
--- a/svx/source/sdr/contact/viewcontactofgroup.cxx
+++ b/svx/source/sdr/contact/viewcontactofgroup.cxx
@@ -29,7 +29,6 @@
#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx b/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx
index a9893045d222..d839c2fcda5b 100644
--- a/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx
+++ b/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx
@@ -37,7 +37,6 @@
#include <drawinglayer/attribute/fillgradientattribute.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewcontactofsdrcircobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcircobj.cxx
index 8e84436b6be3..1078ae49eeb7 100644
--- a/svx/source/sdr/contact/viewcontactofsdrcircobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrcircobj.cxx
@@ -27,7 +27,6 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewcontactofsdredgeobj.cxx b/svx/source/sdr/contact/viewcontactofsdredgeobj.cxx
index 8ce64caa6d13..a47f1eaf61e6 100644
--- a/svx/source/sdr/contact/viewcontactofsdredgeobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdredgeobj.cxx
@@ -25,7 +25,6 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx b/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
index ed1dc0cd6990..863f9dea3012 100644
--- a/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrmeasureobj.cxx
@@ -30,7 +30,6 @@
#include <svx/sxmtpitm.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
index d620346797db..b0237255a892 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
@@ -30,7 +30,6 @@
#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx b/svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx
index 8e8e24fb1458..90333ca078f3 100644
--- a/svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofe3dscene.cxx
@@ -30,11 +30,9 @@
#include <basegfx/tools/canvastools.hxx>
-
using namespace com::sun::star;
-
namespace
{
// Helper method to recursively travel the DrawHierarchy for 3D objects contained in
@@ -54,7 +52,6 @@ namespace
} // end of anonymous namespace
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
index dd68629779e6..9632e98849fe 100644
--- a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
@@ -66,7 +66,6 @@ namespace sdr
} // end of namespace sdr
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewobjectcontactofgroup.cxx b/svx/source/sdr/contact/viewobjectcontactofgroup.cxx
index 8d9fd7ba96a7..60e49cc9abd2 100644
--- a/svx/source/sdr/contact/viewobjectcontactofgroup.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofgroup.cxx
@@ -32,7 +32,6 @@
using namespace com::sun::star;
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx b/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx
index 437319b6ab39..993251266fef 100644
--- a/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx
@@ -30,7 +30,6 @@
#include <basegfx/polygon/b2dpolygon.hxx>
-
namespace sdr
{
namespace contact
diff --git a/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx b/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx
index cdc5cc2a4112..1c095b02af69 100644
--- a/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx
@@ -59,7 +59,6 @@ ViewObjectContactOfSdrMediaObj::~ViewObjectContactOfSdrMediaObj()
}
-
vcl::Window* ViewObjectContactOfSdrMediaObj::getWindow() const
{
vcl::Window* pRetval = nullptr;
@@ -77,7 +76,6 @@ vcl::Window* ViewObjectContactOfSdrMediaObj::getWindow() const
}
-
Size ViewObjectContactOfSdrMediaObj::getPreferredSize() const
{
Size aRet;
@@ -89,7 +87,6 @@ Size ViewObjectContactOfSdrMediaObj::getPreferredSize() const
}
-
void ViewObjectContactOfSdrMediaObj::updateMediaItem( ::avmedia::MediaItem& rItem ) const
{
if( mpMediaWindow )
@@ -117,7 +114,6 @@ void ViewObjectContactOfSdrMediaObj::updateMediaItem( ::avmedia::MediaItem& rIte
}
-
void ViewObjectContactOfSdrMediaObj::executeMediaItem( const ::avmedia::MediaItem& rItem )
{
if( mpMediaWindow )
@@ -133,7 +129,6 @@ void ViewObjectContactOfSdrMediaObj::executeMediaItem( const ::avmedia::MediaIte
}
-
}} // end of namespace sdr::contact
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sdr/event/eventhandler.cxx b/svx/source/sdr/event/eventhandler.cxx
index 50625289caff..ebc36b8e4f0b 100644
--- a/svx/source/sdr/event/eventhandler.cxx
+++ b/svx/source/sdr/event/eventhandler.cxx
@@ -42,7 +42,6 @@ namespace sdr
} // end of namespace sdr
-
namespace sdr
{
namespace event
@@ -116,7 +115,6 @@ namespace sdr
} // end of namespace sdr
-
namespace sdr
{
namespace event
diff --git a/svx/source/sdr/overlay/overlayanimatedbitmapex.cxx b/svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
index bc26abeefab4..5cd9f00ca9dc 100644
--- a/svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
+++ b/svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
@@ -24,7 +24,6 @@
#include <sdr/overlay/overlaytools.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaybitmapex.cxx b/svx/source/sdr/overlay/overlaybitmapex.cxx
index cf24af631a97..110e7af5afbb 100644
--- a/svx/source/sdr/overlay/overlaybitmapex.cxx
+++ b/svx/source/sdr/overlay/overlaybitmapex.cxx
@@ -24,7 +24,6 @@
#include <sdr/overlay/overlaytools.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaycrosshair.cxx b/svx/source/sdr/overlay/overlaycrosshair.cxx
index c3fa5189919d..0640bb5e5fb3 100644
--- a/svx/source/sdr/overlay/overlaycrosshair.cxx
+++ b/svx/source/sdr/overlay/overlaycrosshair.cxx
@@ -23,7 +23,6 @@
#include <svx/sdr/overlay/overlaymanager.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayhelpline.cxx b/svx/source/sdr/overlay/overlayhelpline.cxx
index 95958b277c6e..5b98c5a70acd 100644
--- a/svx/source/sdr/overlay/overlayhelpline.cxx
+++ b/svx/source/sdr/overlay/overlayhelpline.cxx
@@ -24,7 +24,6 @@
#include <svx/sdr/overlay/overlaymanager.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayline.cxx b/svx/source/sdr/overlay/overlayline.cxx
index 17da890f3ce9..d1e8f08c7bda 100644
--- a/svx/source/sdr/overlay/overlayline.cxx
+++ b/svx/source/sdr/overlay/overlayline.cxx
@@ -27,7 +27,6 @@
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaymanager.cxx b/svx/source/sdr/overlay/overlaymanager.cxx
index 27faabd67acb..a742e87c7984 100644
--- a/svx/source/sdr/overlay/overlaymanager.cxx
+++ b/svx/source/sdr/overlay/overlaymanager.cxx
@@ -32,7 +32,6 @@
using namespace com::sun::star;
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
index ddc49ae5592b..65f6cfbf4c39 100644
--- a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
+++ b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx
@@ -31,7 +31,6 @@
#include <vcl/dibtools.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayobject.cxx b/svx/source/sdr/overlay/overlayobject.cxx
index 09d1d948687f..1ca9ddabc972 100644
--- a/svx/source/sdr/overlay/overlayobject.cxx
+++ b/svx/source/sdr/overlay/overlayobject.cxx
@@ -29,7 +29,6 @@
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
-
namespace sdr
{
namespace overlay
@@ -184,7 +183,6 @@ namespace sdr
} // end of namespace sdr
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaypolypolygon.cxx b/svx/source/sdr/overlay/overlaypolypolygon.cxx
index cacb03f52b93..a784eccc4dae 100644
--- a/svx/source/sdr/overlay/overlaypolypolygon.cxx
+++ b/svx/source/sdr/overlay/overlaypolypolygon.cxx
@@ -25,7 +25,6 @@
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx b/svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx
index c62234355dd0..d6e786467bb4 100644
--- a/svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx
+++ b/svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx
@@ -23,7 +23,6 @@
#include <svx/sdr/overlay/overlaymanager.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayrectangle.cxx b/svx/source/sdr/overlay/overlayrectangle.cxx
index 92932f50af51..c7dbb414c784 100644
--- a/svx/source/sdr/overlay/overlayrectangle.cxx
+++ b/svx/source/sdr/overlay/overlayrectangle.cxx
@@ -29,7 +29,6 @@
#include <vcl/settings.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayrollingrectangle.cxx b/svx/source/sdr/overlay/overlayrollingrectangle.cxx
index a633ab7f0d50..9a1e55398e50 100644
--- a/svx/source/sdr/overlay/overlayrollingrectangle.cxx
+++ b/svx/source/sdr/overlay/overlayrollingrectangle.cxx
@@ -27,7 +27,6 @@
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlayselection.cxx b/svx/source/sdr/overlay/overlayselection.cxx
index 3c308af8ea09..e0f1c2d3645f 100644
--- a/svx/source/sdr/overlay/overlayselection.cxx
+++ b/svx/source/sdr/overlay/overlayselection.cxx
@@ -31,7 +31,6 @@
#include <svx/sdr/overlay/overlaymanager.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/overlay/overlaytools.cxx b/svx/source/sdr/overlay/overlaytools.cxx
index b333ce212179..07dcd95f6d69 100644
--- a/svx/source/sdr/overlay/overlaytools.cxx
+++ b/svx/source/sdr/overlay/overlaytools.cxx
@@ -213,7 +213,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -286,7 +285,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -420,7 +418,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -538,7 +535,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/overlay/overlaytriangle.cxx b/svx/source/sdr/overlay/overlaytriangle.cxx
index 1785ce8fde30..088c8eacdea2 100644
--- a/svx/source/sdr/overlay/overlaytriangle.cxx
+++ b/svx/source/sdr/overlay/overlaytriangle.cxx
@@ -28,7 +28,6 @@
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
-
namespace sdr
{
namespace overlay
diff --git a/svx/source/sdr/primitive2d/sdrattributecreator.cxx b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
index e25d6346a02d..86b72a6b43ac 100644
--- a/svx/source/sdr/primitive2d/sdrattributecreator.cxx
+++ b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
@@ -211,7 +211,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx
index 56eeb3012cb0..9bb8bbe761f3 100644
--- a/svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrcaptionprimitive2d.cxx
@@ -25,11 +25,9 @@
#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx
index 89e390eb2c91..42a1c77f2c38 100644
--- a/svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrconnectorprimitive2d.cxx
@@ -26,11 +26,9 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
index e0f9386f915b..9ef411eb71d3 100644
--- a/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
@@ -26,11 +26,9 @@
#include <drawinglayer/attribute/sdrlineattribute.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index 7d41b77eb2ed..df16a3af0d9c 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -50,7 +50,6 @@
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx
index 7838393d63a9..03a0ede39ba3 100644
--- a/svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrellipseprimitive2d.cxx
@@ -28,11 +28,9 @@
#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
@@ -143,7 +141,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
index d9b7a4365b67..8c0b0d9a0b96 100644
--- a/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
@@ -33,7 +33,6 @@
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx b/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
index 20b01401b756..c243436a4f4f 100644
--- a/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrole2primitive2d.cxx
@@ -25,11 +25,9 @@
#include <basegfx/polygon/b2dpolygon.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
index 0594716fd427..95087a9d8737 100644
--- a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
@@ -29,7 +29,6 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx
index 8e5d2cffe3dc..0eb983750cce 100644
--- a/svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrpathprimitive2d.cxx
@@ -25,11 +25,9 @@
#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx
index 2e0187bd3aad..e8baae150d7d 100644
--- a/svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrrectangleprimitive2d.cxx
@@ -26,11 +26,9 @@
#include <basegfx/polygon/b2dpolygon.hxx>
-
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
index d1b8a003474e..ededd4d16609 100644
--- a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
@@ -33,11 +33,9 @@
#include <com/sun/star/beans/XPropertySet.hpp>
-
using namespace com::sun::star;
-
namespace
{
sal_Int16 getPageNumber(const uno::Reference< drawing::XDrawPage >& rxDrawPage)
@@ -85,7 +83,6 @@ namespace
} // end of anonymous namespace
-
namespace drawinglayer
{
namespace primitive2d
@@ -246,7 +243,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -299,7 +295,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -355,7 +350,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -432,7 +426,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx b/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx
index 25ec9740305e..bb8ab021274a 100644
--- a/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx
+++ b/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx
@@ -29,7 +29,6 @@
#include <drawinglayer/attribute/sdrobjectattribute3d.hxx>
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index ea0ffce344cd..a9955c21df14 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -43,7 +43,6 @@
#include <svl/smplhint.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/captionproperties.cxx b/svx/source/sdr/properties/captionproperties.cxx
index b1fd15c9b737..85cd0099311c 100644
--- a/svx/source/sdr/properties/captionproperties.cxx
+++ b/svx/source/sdr/properties/captionproperties.cxx
@@ -25,7 +25,6 @@
#include <svx/svdocapt.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx
index af9aaf623365..1da3816b498a 100644
--- a/svx/source/sdr/properties/circleproperties.cxx
+++ b/svx/source/sdr/properties/circleproperties.cxx
@@ -27,7 +27,6 @@
#include <svx/sxciaitm.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/connectorproperties.cxx b/svx/source/sdr/properties/connectorproperties.cxx
index 122034324811..7ab5fc431ebf 100644
--- a/svx/source/sdr/properties/connectorproperties.cxx
+++ b/svx/source/sdr/properties/connectorproperties.cxx
@@ -25,7 +25,6 @@
#include <svx/svdoedge.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/customshapeproperties.cxx b/svx/source/sdr/properties/customshapeproperties.cxx
index 3dd95d1ea784..ac387cc747f5 100644
--- a/svx/source/sdr/properties/customshapeproperties.cxx
+++ b/svx/source/sdr/properties/customshapeproperties.cxx
@@ -27,7 +27,6 @@
#include <svl/smplhint.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/defaultproperties.cxx b/svx/source/sdr/properties/defaultproperties.cxx
index 338cfedf1ec3..e06e66714607 100644
--- a/svx/source/sdr/properties/defaultproperties.cxx
+++ b/svx/source/sdr/properties/defaultproperties.cxx
@@ -30,7 +30,6 @@
#include <editeng/eeitem.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/e3dcompoundproperties.cxx b/svx/source/sdr/properties/e3dcompoundproperties.cxx
index 0361ab6e9d30..c454a6b9a2f5 100644
--- a/svx/source/sdr/properties/e3dcompoundproperties.cxx
+++ b/svx/source/sdr/properties/e3dcompoundproperties.cxx
@@ -23,7 +23,6 @@
#include <svx/scene3d.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/e3dextrudeproperties.cxx b/svx/source/sdr/properties/e3dextrudeproperties.cxx
index f17414c99d1a..c511471a4f1c 100644
--- a/svx/source/sdr/properties/e3dextrudeproperties.cxx
+++ b/svx/source/sdr/properties/e3dextrudeproperties.cxx
@@ -22,7 +22,6 @@
#include <svx/extrud3d.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/e3dlatheproperties.cxx b/svx/source/sdr/properties/e3dlatheproperties.cxx
index 83f3f0190efa..b8847d061eab 100644
--- a/svx/source/sdr/properties/e3dlatheproperties.cxx
+++ b/svx/source/sdr/properties/e3dlatheproperties.cxx
@@ -22,7 +22,6 @@
#include <svx/lathe3d.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/e3dproperties.cxx b/svx/source/sdr/properties/e3dproperties.cxx
index 8b8ffde8dde8..fd49afc1c13f 100644
--- a/svx/source/sdr/properties/e3dproperties.cxx
+++ b/svx/source/sdr/properties/e3dproperties.cxx
@@ -23,7 +23,6 @@
#include <svx/obj3d.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/e3dsphereproperties.cxx b/svx/source/sdr/properties/e3dsphereproperties.cxx
index f4f30c0aca1f..6190b4bcbaa0 100644
--- a/svx/source/sdr/properties/e3dsphereproperties.cxx
+++ b/svx/source/sdr/properties/e3dsphereproperties.cxx
@@ -22,7 +22,6 @@
#include <svx/sphere3d.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/graphicproperties.cxx b/svx/source/sdr/properties/graphicproperties.cxx
index 8dac8e14558e..09a0f7cab5a7 100644
--- a/svx/source/sdr/properties/graphicproperties.cxx
+++ b/svx/source/sdr/properties/graphicproperties.cxx
@@ -26,7 +26,6 @@
#include <svx/sdgcpitm.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index f902c05aef6f..6e7e82890f9c 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -27,7 +27,6 @@
#include <svx/svdpage.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/itemsettools.cxx b/svx/source/sdr/properties/itemsettools.cxx
index 6a34946099f2..bef396c1ec41 100644
--- a/svx/source/sdr/properties/itemsettools.cxx
+++ b/svx/source/sdr/properties/itemsettools.cxx
@@ -90,7 +90,6 @@ namespace sdr
} // end of namespace sdr
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/oleproperties.cxx b/svx/source/sdr/properties/oleproperties.cxx
index 585b28eb65b0..634ca771b441 100644
--- a/svx/source/sdr/properties/oleproperties.cxx
+++ b/svx/source/sdr/properties/oleproperties.cxx
@@ -24,7 +24,6 @@
#include <svx/xlineit0.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sdr/properties/rectangleproperties.cxx b/svx/source/sdr/properties/rectangleproperties.cxx
index bf93438fc2ff..c1d9c381737f 100644
--- a/svx/source/sdr/properties/rectangleproperties.cxx
+++ b/svx/source/sdr/properties/rectangleproperties.cxx
@@ -21,7 +21,6 @@
#include <svx/svdorect.hxx>
-
namespace sdr
{
namespace properties
diff --git a/svx/source/sidebar/ContextChangeEventMultiplexer.cxx b/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
index 3a70fa51b94c..53f40f4b3bbb 100644
--- a/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
+++ b/svx/source/sidebar/ContextChangeEventMultiplexer.cxx
@@ -51,8 +51,6 @@ void ContextChangeEventMultiplexer::NotifyContextChange (
}
-
-
void ContextChangeEventMultiplexer::NotifyContextChange (
SfxViewShell* pViewShell,
const ::sfx2::sidebar::EnumContext::Context eContext)
@@ -62,8 +60,6 @@ void ContextChangeEventMultiplexer::NotifyContextChange (
}
-
-
::rtl::OUString ContextChangeEventMultiplexer::GetModuleName (
const css::uno::Reference<css::frame::XFrame>& rxFrame)
{
diff --git a/svx/source/sidebar/EmptyPanel.cxx b/svx/source/sidebar/EmptyPanel.cxx
index 10cfb3c606fb..c5ef64750cb2 100644
--- a/svx/source/sidebar/EmptyPanel.cxx
+++ b/svx/source/sidebar/EmptyPanel.cxx
@@ -44,8 +44,6 @@ EmptyPanel::EmptyPanel (vcl::Window* pParent)
}
-
-
EmptyPanel::~EmptyPanel()
{
disposeOnce();
diff --git a/svx/source/sidebar/PanelFactory.cxx b/svx/source/sidebar/PanelFactory.cxx
index 8cc30e697b0a..28e67c8acca6 100644
--- a/svx/source/sidebar/PanelFactory.cxx
+++ b/svx/source/sidebar/PanelFactory.cxx
@@ -98,15 +98,11 @@ PanelFactory::PanelFactory()
}
-
-
PanelFactory::~PanelFactory()
{
}
-
-
Reference<ui::XUIElement> SAL_CALL PanelFactory::createUIElement (
const ::rtl::OUString& rsResourceURL,
const ::css::uno::Sequence<css::beans::PropertyValue>& rArguments)
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx
index 2e05c379162f..a4c6dbf4d007 100644
--- a/svx/source/sidebar/SelectionAnalyzer.cxx
+++ b/svx/source/sidebar/SelectionAnalyzer.cxx
@@ -90,8 +90,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForSelection_SC (const SdrMark
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD (
const SdrMarkList& rMarkList,
const ViewType eViewType)
@@ -198,8 +196,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD (
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SC (const sal_uInt16 nObjectId)
{
switch (nObjectId)
@@ -245,8 +241,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SC (const sal_uInt
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD (
const sal_uInt16 nObjectId,
const ViewType eViewType)
@@ -311,8 +305,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD (
}
-
-
sal_uInt32 SelectionAnalyzer::GetInventorTypeFromMark (const SdrMarkList& rMarkList)
{
const size_t nMarkCount (rMarkList.GetMarkCount());
@@ -338,8 +330,6 @@ sal_uInt32 SelectionAnalyzer::GetInventorTypeFromMark (const SdrMarkList& rMarkL
}
-
-
sal_uInt16 SelectionAnalyzer::GetObjectTypeFromGroup (const SdrObject* pObj)
{
SdrObjList* pObjList = pObj->GetSubList();
@@ -393,8 +383,6 @@ sal_uInt16 SelectionAnalyzer::GetObjectTypeFromGroup (const SdrObject* pObj)
}
-
-
sal_uInt16 SelectionAnalyzer::GetObjectTypeFromMark (const SdrMarkList& rMarkList)
{
const size_t nMarkCount (rMarkList.GetMarkCount());
@@ -444,8 +432,6 @@ sal_uInt16 SelectionAnalyzer::GetObjectTypeFromMark (const SdrMarkList& rMarkLi
}
-
-
bool SelectionAnalyzer::IsShapeType (const sal_uInt16 nType)
{
switch (nType)
@@ -478,8 +464,6 @@ bool SelectionAnalyzer::IsShapeType (const sal_uInt16 nType)
}
-
-
bool SelectionAnalyzer::IsTextObjType (const sal_uInt16 nType)
{
switch(nType)
@@ -496,7 +480,6 @@ bool SelectionAnalyzer::IsTextObjType (const sal_uInt16 nType)
}
-
} } // end of namespace svx::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/SelectionChangeHandler.cxx b/svx/source/sidebar/SelectionChangeHandler.cxx
index 2c852ac21001..2cc8cc9b9a84 100644
--- a/svx/source/sidebar/SelectionChangeHandler.cxx
+++ b/svx/source/sidebar/SelectionChangeHandler.cxx
@@ -45,15 +45,11 @@ SelectionChangeHandler::SelectionChangeHandler (
}
-
-
SelectionChangeHandler::~SelectionChangeHandler()
{
}
-
-
void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&)
throw (uno::RuntimeException, std::exception)
{
@@ -70,16 +66,12 @@ void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&
}
-
-
void SAL_CALL SelectionChangeHandler::disposing (const lang::EventObject&)
throw (uno::RuntimeException, std::exception)
{
}
-
-
void SAL_CALL SelectionChangeHandler::disposing()
throw (uno::RuntimeException)
{
@@ -88,8 +80,6 @@ void SAL_CALL SelectionChangeHandler::disposing()
}
-
-
void SelectionChangeHandler::Connect()
{
uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY);
@@ -101,8 +91,6 @@ void SelectionChangeHandler::Connect()
}
-
-
void SelectionChangeHandler::Disconnect()
{
uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY);
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hxx b/svx/source/sidebar/area/AreaPropertyPanel.hxx
index cecea95d8c5a..5d2878fb0637 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.hxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.hxx
@@ -95,7 +95,6 @@ private:
} } // end of namespace svx::sidebar
-
#endif // INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
index b43fd3f04d5f..11364f05d6bb 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
@@ -38,7 +38,6 @@ using ::sfx2::sidebar::Theme;
namespace svx { namespace sidebar {
-
GraphicPropertyPanel::GraphicPropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -145,10 +144,6 @@ void GraphicPropertyPanel::Initialize()
}
-
-
-
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyBrightnessHdl, Edit&, void )
{
const sal_Int16 nBright = mpMtrBrightness->GetValue();
@@ -157,7 +152,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyBrightnessHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyContrastHdl, Edit&, void )
{
const sal_Int16 nContrast = mpMtrContrast->GetValue();
@@ -166,7 +160,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyContrastHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyTransHdl, Edit&, void )
{
const sal_Int16 nTrans = mpMtrTrans->GetValue();
@@ -175,7 +168,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ModifyTransHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ClickColorModeHdl, ListBox&, void )
{
const sal_Int16 nTrans = mpLBColorMode->GetSelectEntryPos();
@@ -184,7 +176,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, ClickColorModeHdl, ListBox&, void )
}
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, RedHdl, Edit&, void )
{
const sal_Int16 nRed = mpMtrRed->GetValue();
@@ -193,7 +184,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, RedHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, GreenHdl, Edit&, void )
{
const sal_Int16 nGreen = mpMtrGreen->GetValue();
@@ -202,7 +192,6 @@ IMPL_LINK_NOARG_TYPED( GraphicPropertyPanel, GreenHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED(GraphicPropertyPanel, BlueHdl, Edit&, void)
{
const sal_Int16 nBlue = mpMtrBlue->GetValue();
@@ -211,7 +200,6 @@ IMPL_LINK_NOARG_TYPED(GraphicPropertyPanel, BlueHdl, Edit&, void)
}
-
IMPL_LINK_NOARG_TYPED(GraphicPropertyPanel, GammaHdl, Edit&, void)
{
const sal_Int32 nGamma = mpMtrGamma->GetValue();
@@ -220,7 +208,6 @@ IMPL_LINK_NOARG_TYPED(GraphicPropertyPanel, GammaHdl, Edit&, void)
}
-
VclPtr<vcl::Window> GraphicPropertyPanel::Create (
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -240,14 +227,12 @@ VclPtr<vcl::Window> GraphicPropertyPanel::Create (
}
-
void GraphicPropertyPanel::DataChanged(
const DataChangedEvent& /*rEvent*/)
{
}
-
void GraphicPropertyPanel::NotifyItemUpdate(
sal_uInt16 nSID,
SfxItemState eState,
@@ -454,12 +439,6 @@ void GraphicPropertyPanel::NotifyItemUpdate(
}
-
-
-
-
-
-
// namespace close
}} // end of namespace svx::sidebar
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.cxx b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
index 131e98959c9c..9ea856e1d0a3 100644
--- a/svx/source/sidebar/insert/InsertPropertyPanel.cxx
+++ b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
@@ -88,8 +88,6 @@ void InsertPropertyPanel::dispose()
}
-
-
IMPL_LINK_TYPED(InsertPropertyPanel, WindowEventListener, VclWindowEvent&, rEvent, void)
{
// We will be getting a lot of window events (well, basically all
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index bc3d30e02ff0..c63f5587019b 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -51,7 +51,6 @@ const char USERITEM_NAME[] = "FitItem";
namespace svx { namespace sidebar {
-
PosSizePropertyPanel::PosSizePropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -182,7 +181,6 @@ namespace
} // end of anonymous namespace
-
void PosSizePropertyPanel::Initialize()
{
//Position : Horizontal / Vertical
@@ -252,7 +250,6 @@ VclPtr<vcl::Window> PosSizePropertyPanel::Create (
}
-
void PosSizePropertyPanel::DataChanged(
const DataChangedEvent& /*rEvent*/)
{
@@ -331,7 +328,6 @@ void PosSizePropertyPanel::HandleContextChange(
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangeWidthHdl, Edit&, void )
{
if( mpCbxScale->IsChecked() &&
@@ -354,7 +350,6 @@ IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangeWidthHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangeHeightHdl, Edit&, void )
{
if( mpCbxScale->IsChecked() &&
@@ -377,21 +372,18 @@ IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangeHeightHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangePosXHdl, Edit&, void )
{
executePosX();
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ChangePosYHdl, Edit&, void )
{
executePosY();
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ClickAutoHdl, Button*, void )
{
if ( mpCbxScale->IsChecked() )
@@ -406,7 +398,6 @@ IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, ClickAutoHdl, Button*, void )
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, AngleModifiedHdl, Edit&, void )
{
OUString sTmp = mpMtrAngle->GetText();
@@ -452,7 +443,6 @@ IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, AngleModifiedHdl, Edit&, void )
}
-
IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, RotationHdl, DialControl*, void )
{
sal_Int32 nTmp = mpDial->GetRotation();
@@ -468,7 +458,6 @@ IMPL_LINK_NOARG_TYPED( PosSizePropertyPanel, RotationHdl, DialControl*, void )
}
-
IMPL_LINK_TYPED( PosSizePropertyPanel, FlipHdl, ToolBox*, pBox, void )
{
const OUString aCommand(pBox->GetItemCommand(pBox->GetCurItemId()));
@@ -488,7 +477,6 @@ IMPL_LINK_TYPED( PosSizePropertyPanel, FlipHdl, ToolBox*, pBox, void )
}
-
void PosSizePropertyPanel::NotifyItemUpdate(
sal_uInt16 nSID,
SfxItemState eState,
@@ -817,11 +805,6 @@ void PosSizePropertyPanel::NotifyItemUpdate(
}
-
-
-
-
-
void PosSizePropertyPanel::executeSize()
{
if ( mpMtrWidth->IsValueModified() || mpMtrHeight->IsValueModified())
@@ -867,7 +850,6 @@ void PosSizePropertyPanel::executeSize()
}
-
void PosSizePropertyPanel::executePosX()
{
if ( mpMtrPosX->IsValueModified())
@@ -892,7 +874,6 @@ void PosSizePropertyPanel::executePosX()
}
-
void PosSizePropertyPanel::executePosY()
{
if ( mpMtrPosY->IsValueModified() )
@@ -915,7 +896,6 @@ void PosSizePropertyPanel::executePosY()
}
-
void PosSizePropertyPanel::MetricState( SfxItemState eState, const SfxPoolItem* pState )
{
bool bPosXBlank = false;
@@ -954,7 +934,6 @@ void PosSizePropertyPanel::MetricState( SfxItemState eState, const SfxPoolItem*
}
-
FieldUnit PosSizePropertyPanel::GetCurrentUnit( SfxItemState eState, const SfxPoolItem* pState )
{
FieldUnit eUnit = FUNIT_NONE;
@@ -989,7 +968,6 @@ FieldUnit PosSizePropertyPanel::GetCurrentUnit( SfxItemState eState, const SfxPo
}
-
void PosSizePropertyPanel::DisableControls()
{
if( mbPositionProtected )
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
index 34a646d10ffc..4d0eb466ba32 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
@@ -187,7 +187,6 @@ private:
} } // end of namespace svx::sidebar
-
#endif // INCLUDED_SVX_SOURCE_SIDEBAR_POSSIZE_POSSIZEPROPERTYPANEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
index 6b28a252bbe2..e25dc9ae23e6 100644
--- a/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
+++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
@@ -26,7 +26,6 @@
#include <svx/dlgctrl.hxx>
-
namespace svx { namespace sidebar {
class ShadowPropertyPanel
diff --git a/svx/source/sidebar/tools/Popup.cxx b/svx/source/sidebar/tools/Popup.cxx
index ba03dd5335b1..1ab29dcda1bf 100644
--- a/svx/source/sidebar/tools/Popup.cxx
+++ b/svx/source/sidebar/tools/Popup.cxx
@@ -132,7 +132,6 @@ IMPL_LINK_NOARG_TYPED(Popup, PopupModeEndHandler, FloatingWindow*, void)
}
-
} } // end of namespace svx::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/stbctrls/modctrl.cxx b/svx/source/stbctrls/modctrl.cxx
index 72a1baac0b56..b11a8324f903 100644
--- a/svx/source/stbctrls/modctrl.cxx
+++ b/svx/source/stbctrls/modctrl.cxx
@@ -81,7 +81,6 @@ SvxModifyControl::SvxModifyControl( sal_uInt16 _nSlotId, sal_uInt16 _nId, Status
}
-
void SvxModifyControl::StateChanged( sal_uInt16, SfxItemState eState,
const SfxPoolItem* pState )
{
@@ -107,7 +106,6 @@ void SvxModifyControl::StateChanged( sal_uInt16, SfxItemState eState,
}
-
IMPL_LINK_TYPED( SvxModifyControl, OnTimer, Idle *, pTimer, void )
{
if (pTimer == nullptr)
@@ -120,7 +118,6 @@ IMPL_LINK_TYPED( SvxModifyControl, OnTimer, Idle *, pTimer, void )
}
-
void SvxModifyControl::_repaint()
{
if ( GetStatusBar().AreItemsVisible() )
@@ -169,5 +166,4 @@ void SvxModifyControl::Click()
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index dc8a766bfdeb..861efa122a1a 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -45,7 +45,6 @@
#include <comphelper/processfactory.hxx>
-
/* [Description]
Function used to create a text representation of
@@ -88,7 +87,6 @@ OUString SvxPosSizeStatusBarControl::GetMetricStr_Impl( long nVal )
}
-
SFX_IMPL_STATUSBAR_CONTROL(SvxPosSizeStatusBarControl, SvxSizeItem);
class FunctionPopup_Impl : public PopupMenu
@@ -105,7 +103,6 @@ private:
};
-
FunctionPopup_Impl::FunctionPopup_Impl( sal_uInt16 nCheck ) :
PopupMenu( ResId( RID_SVXMNU_PSZ_FUNC, DIALOG_MGR() ) ),
nSelected( 0 )
@@ -115,7 +112,6 @@ FunctionPopup_Impl::FunctionPopup_Impl( sal_uInt16 nCheck ) :
}
-
void FunctionPopup_Impl::Select()
{
nSelected = GetCurItemId();
@@ -188,7 +184,6 @@ SvxPosSizeStatusBarControl::SvxPosSizeStatusBarControl( sal_uInt16 _nSlotId,
}
-
/* [Description]
Dtor():
@@ -202,7 +197,6 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl()
}
-
/* [Description]
SID_PSZ_FUNCTION activates the popup menu for Calc:
@@ -302,7 +296,6 @@ void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
}
-
/* [Description]
execute popup menu, when the status enables this
@@ -342,7 +335,6 @@ void SvxPosSizeStatusBarControl::Command( const CommandEvent& rCEvt )
}
-
/* [Description]
Depending on the type to be shown, the value us shown. First the
diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx
index 586d628a49f8..b68dd7961884 100644
--- a/svx/source/stbctrls/selctrl.cxx
+++ b/svx/source/stbctrls/selctrl.cxx
@@ -89,7 +89,6 @@ SvxSelectionModeControl::SvxSelectionModeControl( sal_uInt16 _nSlotId,
}
-
void SvxSelectionModeControl::StateChanged( sal_uInt16, SfxItemState eState,
const SfxPoolItem* pState )
{
@@ -105,7 +104,6 @@ void SvxSelectionModeControl::StateChanged( sal_uInt16, SfxItemState eState,
}
-
bool SvxSelectionModeControl::MouseButtonDown( const MouseEvent& rEvt )
{
SelectionTypePopup aPop( mnState );
@@ -135,7 +133,6 @@ bool SvxSelectionModeControl::MouseButtonDown( const MouseEvent& rEvt )
}
-
void SvxSelectionModeControl::Paint( const UserDrawEvent& rUsrEvt )
{
const Rectangle aControlRect = getControlRect();
diff --git a/svx/source/stbctrls/zoomctrl.cxx b/svx/source/stbctrls/zoomctrl.cxx
index a477eebac098..88714ebfc06a 100644
--- a/svx/source/stbctrls/zoomctrl.cxx
+++ b/svx/source/stbctrls/zoomctrl.cxx
@@ -52,7 +52,6 @@ private:
};
-
ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, SvxZoomEnableFlags nValueSet )
: PopupMenu(ResId(RID_SVXMNU_ZOOM, DIALOG_MGR()))
, nZoom(nZ)
@@ -75,7 +74,6 @@ ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, SvxZoomEnableFlags nValueSet )
}
-
void ZoomPopup_Impl::Select()
{
nCurId = GetCurItemId();
diff --git a/svx/source/svdraw/gradtrns.cxx b/svx/source/svdraw/gradtrns.cxx
index ac9804db37ef..e9cbb38a1c0c 100644
--- a/svx/source/svdraw/gradtrns.cxx
+++ b/svx/source/svdraw/gradtrns.cxx
@@ -179,7 +179,6 @@ void GradTransformer::GradToVec(GradTransGradient& rG, GradTransVector& rV, cons
}
-
void GradTransformer::VecToGrad(GradTransVector& rV, GradTransGradient& rG, GradTransGradient& rGOld, const SdrObject* pObj,
bool bMoveSingle, bool bMoveFirst)
{
diff --git a/svx/source/svdraw/sdrhittesthelper.cxx b/svx/source/svdraw/sdrhittesthelper.cxx
index 4ea659954b60..8d2ef4f3e5dd 100644
--- a/svx/source/svdraw/sdrhittesthelper.cxx
+++ b/svx/source/svdraw/sdrhittesthelper.cxx
@@ -90,7 +90,6 @@ SdrObject* SdrObjectPrimitiveHit(
}
-
SdrObject* SdrObjListPrimitiveHit(
const SdrObjList& rList,
const Point& rPnt,
@@ -114,7 +113,6 @@ SdrObject* SdrObjListPrimitiveHit(
}
-
bool ViewObjectContactPrimitiveHit(
const SdrObject& rObject,
const sdr::contact::ViewObjectContact& rVOC,
diff --git a/svx/source/svdraw/sdrpagewindow.cxx b/svx/source/svdraw/sdrpagewindow.cxx
index 9b8f4aa3790d..642c86769d12 100644
--- a/svx/source/svdraw/sdrpagewindow.cxx
+++ b/svx/source/svdraw/sdrpagewindow.cxx
@@ -38,7 +38,6 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
-
using namespace ::com::sun::star;
struct SdrPageWindow::Impl
@@ -303,7 +302,6 @@ namespace
#endif // CLIPPER_TEST
-
void SdrPageWindow::RedrawAll( sdr::contact::ViewObjectContactRedirector* pRedirector )
{
// set Redirector
diff --git a/svx/source/svdraw/sdrpaintwindow.cxx b/svx/source/svdraw/sdrpaintwindow.cxx
index c35207e1049d..c18bfa5f3a46 100644
--- a/svx/source/svdraw/sdrpaintwindow.cxx
+++ b/svx/source/svdraw/sdrpaintwindow.cxx
@@ -186,7 +186,6 @@ void SdrPreRenderDevice::OutputPreRenderDevice(const vcl::Region& rExpandedRegio
}
-
void SdrPaintWindow::impCreateOverlayManager()
{
// not yet one created?
diff --git a/svx/source/svdraw/sdrundomanager.cxx b/svx/source/svdraw/sdrundomanager.cxx
index 374cb8f05f7c..4d020c8f0779 100644
--- a/svx/source/svdraw/sdrundomanager.cxx
+++ b/svx/source/svdraw/sdrundomanager.cxx
@@ -20,7 +20,6 @@
#include <svx/sdrundomanager.hxx>
-
SdrUndoManager::SdrUndoManager(sal_uInt16 nMaxUndoActionCount)
: EditUndoManager(nMaxUndoActionCount)
, maEndTextEditHdl()
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx
index 5f0978d4d136..252e0810e135 100644
--- a/svx/source/svdraw/svdattr.cxx
+++ b/svx/source/svdraw/svdattr.cxx
@@ -625,7 +625,6 @@ void SdrItemPool::TakeItemName(sal_uInt16 nWhich, OUString& rItemName)
// FractionItem
-
SdrFractionItem::SdrFractionItem(sal_uInt16 nId, SvStream& rIn):
SfxPoolItem(nId)
{
@@ -695,7 +694,6 @@ SfxPoolItem* SdrFractionItem::Clone(SfxItemPool * /*pPool*/) const
// ScaleItem
-
bool SdrScaleItem::GetPresentation(
SfxItemPresentation ePresentation, SfxMapUnit /*eCoreMetric*/,
SfxMapUnit /*ePresentationMetric*/, OUString &rText, const IntlWrapper *) const
@@ -736,7 +734,6 @@ SfxPoolItem* SdrScaleItem::Clone(SfxItemPool * /*pPool*/) const
// OnOffItem
-
SfxPoolItem* SdrOnOffItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SdrOnOffItem(Which(),GetValue());
@@ -802,7 +799,6 @@ bool SdrYesNoItem::GetPresentation(SfxItemPresentation ePres,
// class SdrPercentItem
-
SfxPoolItem* SdrPercentItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SdrPercentItem(Which(),GetValue());
@@ -835,7 +831,6 @@ bool SdrPercentItem::GetPresentation(
// class SdrAngleItem
-
SfxPoolItem* SdrAngleItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SdrAngleItem(Which(),GetValue());
@@ -923,7 +918,6 @@ bool SdrAngleItem::GetPresentation(
// class SdrMetricItem
-
SfxPoolItem* SdrMetricItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SdrMetricItem(Which(),GetValue());
@@ -973,7 +967,6 @@ bool SdrMetricItem::GetPresentation(SfxItemPresentation ePres,
// items of the legend object
-
SfxPoolItem* SdrCaptionTypeItem::Clone(SfxItemPool* /*pPool*/) const { return new SdrCaptionTypeItem(*this); }
SfxPoolItem* SdrCaptionTypeItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const { return new SdrCaptionTypeItem(rIn); }
@@ -1972,7 +1965,6 @@ bool SdrCircKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/)
// class SdrSignedPercentItem
-
SfxPoolItem* SdrSignedPercentItem::Clone(SfxItemPool* /*pPool*/) const
{
return new SdrSignedPercentItem( Which(), GetValue() );
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx
index 89f7c3fb3772..8866bd4cf193 100644
--- a/svx/source/svdraw/svdcrtv.cxx
+++ b/svx/source/svdraw/svdcrtv.cxx
@@ -118,7 +118,6 @@ ImplConnectMarkerOverlay::~ImplConnectMarkerOverlay()
}
-
class ImpSdrCreateViewExtraData
{
// The OverlayObjects for XOR replacement
@@ -179,11 +178,9 @@ void ImpSdrCreateViewExtraData::HideOverlay()
}
-
// CreateView
-
void SdrCreateView::ImpClearConnectMarker()
{
if(mpCoMaOverlay)
@@ -875,7 +872,6 @@ void SdrCreateView::HideCreateObj()
}
-
bool SdrCreateView::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const
{
if(pAktCreate)
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 9d70c20a48b8..4ef94671eec7 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -74,7 +74,6 @@
#include <vector>
-
SdrDragEntry::SdrDragEntry()
: mbAddToTransparent(false)
{
@@ -85,7 +84,6 @@ SdrDragEntry::~SdrDragEntry()
}
-
SdrDragEntryPolyPolygon::SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygon)
: SdrDragEntry(),
maOriginalPolyPolygon(rOriginalPolyPolygon)
@@ -138,7 +136,6 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPolyPolygon::createPr
}
-
SdrDragEntrySdrObject::SdrDragEntrySdrObject(const SdrObject& rOriginal, sdr::contact::ObjectContact& rObjectContact, bool bModify)
: SdrDragEntry(),
maOriginal(rOriginal),
@@ -205,7 +202,6 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragEntrySdrObject::createPrim
}
-
SdrDragEntryPrimitive2DSequence::SdrDragEntryPrimitive2DSequence(
const drawinglayer::primitive2d::Primitive2DSequence& rSequence,
bool bAddToTransparent)
@@ -231,7 +227,6 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPrimitive2DSequence::
}
-
SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPositions, bool bIsPointDrag)
: maPositions(rPositions),
mbIsPointDrag(bIsPointDrag)
@@ -301,8 +296,6 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPointGlueDrag::create
}
-
-
void SdrDragMethod::resetSdrDragEntries()
{
// clear entries; creation is on demand
@@ -963,8 +956,6 @@ drawinglayer::primitive2d::Primitive2DSequence SdrDragMethod::AddConnectorOverla
}
-
-
SdrDragMovHdl::SdrDragMovHdl(SdrDragView& rNewView)
: SdrDragMethod(rNewView)
{
@@ -1178,8 +1169,6 @@ Pointer SdrDragMovHdl::GetSdrDragPointer() const
}
-
-
SdrDragObjOwn::SdrDragObjOwn(SdrDragView& rNewView)
: SdrDragMethod(rNewView),
mpClone(nullptr)
@@ -1490,8 +1479,6 @@ Pointer SdrDragObjOwn::GetSdrDragPointer() const
}
-
-
void SdrDragMove::createSdrDragEntryForSdrObject(const SdrObject& rOriginal, sdr::contact::ObjectContact& rObjectContact, bool /*bModify*/)
{
// for SdrDragMove, use current Primitive2DSequence of SdrObject visualization
@@ -1768,8 +1755,6 @@ Pointer SdrDragMove::GetSdrDragPointer() const
}
-
-
SdrDragResize::SdrDragResize(SdrDragView& rNewView)
: SdrDragMethod(rNewView),
aXFact(1,1),
@@ -2104,8 +2089,6 @@ Pointer SdrDragResize::GetSdrDragPointer() const
}
-
-
void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget)
{
rTarget.Rotate(DragStat().GetRef1(), nAngle, sin(nAngle*nPi180), cos(nAngle*nPi180));
@@ -2240,8 +2223,6 @@ Pointer SdrDragRotate::GetSdrDragPointer() const
}
-
-
SdrDragShear::SdrDragShear(SdrDragView& rNewView, bool bSlant1)
: SdrDragMethod(rNewView),
aFact(1,1),
@@ -2521,8 +2502,6 @@ Pointer SdrDragShear::GetSdrDragPointer() const
}
-
-
void SdrDragMirror::applyCurrentTransformationToSdrObject(SdrObject& rTarget)
{
if(bMirrored)
@@ -2651,8 +2630,6 @@ Pointer SdrDragMirror::GetSdrDragPointer() const
}
-
-
SdrDragGradient::SdrDragGradient(SdrDragView& rNewView, bool bGrad)
: SdrDragMethod(rNewView),
pIAOHandle(nullptr),
@@ -2811,8 +2788,6 @@ Pointer SdrDragGradient::GetSdrDragPointer() const
}
-
-
SdrDragCrook::SdrDragCrook(SdrDragView& rNewView)
: SdrDragMethod(rNewView),
aFact(1,1),
@@ -3447,8 +3422,6 @@ Pointer SdrDragCrook::GetSdrDragPointer() const
}
-
-
SdrDragDistort::SdrDragDistort(SdrDragView& rNewView)
: SdrDragMethod(rNewView),
nPolyPt(0),
@@ -3600,8 +3573,6 @@ void SdrDragDistort::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPol
}
-
-
SdrDragCrop::SdrDragCrop(SdrDragView& rNewView)
: SdrDragObjOwn(rNewView)
{
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx
index 88dc38a92243..acc28ac97c0c 100644
--- a/svx/source/svdraw/svddrgv.cxx
+++ b/svx/source/svdraw/svddrgv.cxx
@@ -44,11 +44,9 @@
using namespace sdr;
-
// DragView
-
void SdrDragView::ImpClearVars()
{
mbFramDrag=false;
@@ -200,7 +198,6 @@ bool SdrDragView::TakeDragObjAnchorPos(Point& rPos, bool bTR ) const
}
-
bool SdrDragView::TakeDragLimit(SdrDragMode /*eMode*/, Rectangle& /*rRect*/) const
{
return false;
@@ -831,7 +828,6 @@ void SdrDragView::HideDragObj()
}
-
void SdrDragView::SetNoDragXorPolys(bool bOn)
{
if (IsNoDragXorPolys()!=bOn)
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index c2d705c17ff0..b974e89cbaa1 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -283,7 +283,6 @@ void SdrEditView::DeleteLayer(const OUString& rName)
}
-
void SdrEditView::EndUndo()
{
// #i13033#
@@ -661,7 +660,6 @@ void SdrEditView::CheckPossibilities()
}
-
void SdrEditView::ForceMarkedObjToAnotherPage()
{
bool bFlg=false;
@@ -959,7 +957,6 @@ void SdrEditView::CopyMarkedObj()
}
-
bool SdrEditView::InsertObjectAtView(SdrObject* pObj, SdrPageView& rPV, SdrInsertFlags nOptions)
{
if (nOptions & SdrInsertFlags::SETDEFLAYER) {
@@ -1034,7 +1031,6 @@ void SdrEditView::ReplaceObjectAtView(SdrObject* pOldObj, SdrPageView& rPV, SdrO
}
-
bool SdrEditView::IsUndoEnabled() const
{
return mpModel->IsUndoEnabled();
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index 961e084b125d..20fa36595097 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -63,11 +63,9 @@
#include <svx/xlnwtit.hxx>
-
// EditView
-
void SdrEditView::SetMarkedObjRect(const Rectangle& rRect, bool bCopy)
{
DBG_ASSERT(!rRect.IsEmpty(),"SetMarkedObjRect() with an empty Rect does not make sense.");
@@ -704,7 +702,6 @@ void SdrEditView::DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDisto
}
-
void SdrEditView::SetNotPersistAttrToMarked(const SfxItemSet& rAttr, bool /*bReplaceAll*/)
{
// bReplaceAll has no effect here
@@ -1239,7 +1236,6 @@ void SdrEditView::SetStyleSheetToMarked(SfxStyleSheet* pStyleSheet, bool bDontRe
}
-
bool SdrEditView::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const
{
if(GetMarkedObjectCount())
@@ -1283,7 +1279,6 @@ bool SdrEditView::SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHard
}
-
SfxItemSet SdrEditView::GetGeoAttrFromMarked() const
{
SfxItemSet aRetSet(mpModel->GetItemPool(), // SID_ATTR_TRANSFORM_... from s:svxids.hrc
@@ -1748,7 +1743,6 @@ void SdrEditView::SetGeoAttrToMarked(const SfxItemSet& rAttr)
}
-
bool SdrEditView::IsAlignPossible() const
{ // at least two selected objects, at least one of them movable
ForcePossibilities();
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 3bbccf99ce58..1685cf88d557 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -103,7 +103,6 @@ SdrObjEditView::~SdrObjEditView()
}
-
bool SdrObjEditView::IsAction() const
{
return IsMacroObj() || SdrGlueEditView::IsAction();
@@ -1185,7 +1184,6 @@ SdrPageView* SdrObjEditView::GetTextEditPageView() const
}
-
OutlinerView* SdrObjEditView::ImpFindOutlinerView(vcl::Window* pWin) const
{
if (pWin==nullptr) return nullptr;
@@ -1484,7 +1482,6 @@ bool SdrObjEditView::Command(const CommandEvent& rCEvt, vcl::Window* pWin)
}
-
bool SdrObjEditView::ImpIsTextEditAllSelected() const
{
bool bRet=false;
@@ -1793,7 +1790,6 @@ bool SdrObjEditView::SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveH
}
-
void SdrObjEditView::AddWindowToPaintView(OutputDevice* pNewWin, vcl::Window *pWindow)
{
SdrGlueEditView::AddWindowToPaintView(pNewWin, pWindow);
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 1912588117ba..25b8809a6906 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -255,7 +255,6 @@ IMPL_LINK_NOARG_TYPED(OLEObjCache, UnloadCheckHdl, Timer*, void)
}
-
void SdrLinkList::Clear()
{
aList.clear();
@@ -298,7 +297,6 @@ void SdrLinkList::RemoveLink(const Link<SdrObjFactory*,void>& rLink)
}
-
bool GetDraftFillColor(const SfxItemSet& rSet, Color& rCol)
{
drawing::FillStyle eFill=static_cast<const XFillStyleItem&>(rSet.Get(XATTR_FILLSTYLE)).GetValue();
@@ -550,7 +548,6 @@ sal_uInt16* RemoveWhichRange(const sal_uInt16* pOldWhichTable, sal_uInt16 nRange
}
-
SvdProgressInfo::SvdProgressInfo( const Link<void*,bool>&_rLink )
{
maLink = _rLink;
diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx
index 04d97c7c59a5..ce8e2d44a0a8 100644
--- a/svx/source/svdraw/svdfmtf.cxx
+++ b/svx/source/svdraw/svdfmtf.cxx
@@ -1115,7 +1115,6 @@ void ImpSdrGDIMetaFileImport::DoAction(MetaBmpExScaleAction& rAct)
}
-
void ImpSdrGDIMetaFileImport::DoAction( MetaHatchAction& rAct )
{
// #i73407# reformulation to use new B2DPolygon classes
@@ -1166,7 +1165,6 @@ void ImpSdrGDIMetaFileImport::DoAction( MetaHatchAction& rAct )
}
-
void ImpSdrGDIMetaFileImport::DoAction(MetaLineColorAction& rAct)
{
rAct.Execute(mpVD);
@@ -1201,7 +1199,6 @@ void ImpSdrGDIMetaFileImport::MapScaling()
}
-
void ImpSdrGDIMetaFileImport::DoAction( MetaCommentAction& rAct, GDIMetaFile& rMtf, sal_uLong& a) // GDIMetaFile* pMtf )
{
bool aSkipComment = false;
diff --git a/svx/source/svdraw/svdglev.cxx b/svx/source/svdraw/svdglev.cxx
index 3b603b332ce3..12d74a1e7667 100644
--- a/svx/source/svdraw/svdglev.cxx
+++ b/svx/source/svdraw/svdglev.cxx
@@ -30,7 +30,6 @@
#include <svx/svdobj.hxx>
-
SdrGlueEditView::SdrGlueEditView(SdrModel* pModel1, OutputDevice* pOut):
SdrPolyEditView(pModel1,pOut)
{
@@ -41,7 +40,6 @@ SdrGlueEditView::~SdrGlueEditView()
}
-
void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, bool bConst, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5)
{
const size_t nMarkCount=GetMarkedObjectCount();
@@ -85,7 +83,6 @@ void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, bool bConst, co
}
-
static void ImpGetEscDir(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnRet, const void*, const void*)
{
sal_uInt16& nRet=*const_cast<sal_uInt16 *>(static_cast<sal_uInt16 const *>(pnRet));
@@ -129,7 +126,6 @@ void SdrGlueEditView::SetMarkedGluePointsEscDir(SdrEscapeDirection nThisEsc, boo
}
-
static void ImpGetPercent(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnRet, const void*, const void*, const void*)
{
sal_uInt16& nRet=*const_cast<sal_uInt16 *>(static_cast<sal_uInt16 const *>(pnRet));
@@ -166,7 +162,6 @@ void SdrGlueEditView::SetMarkedGluePointsPercent(bool bOn)
}
-
static void ImpGetAlign(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pbDontCare, const void* pbVert, const void* pnRet, const void*)
{
SdrAlign& nRet=*const_cast<SdrAlign *>(static_cast<SdrAlign const *>(pnRet));
@@ -266,7 +261,6 @@ void SdrGlueEditView::DeleteMarkedGluePoints()
}
-
void SdrGlueEditView::ImpCopyMarkedGluePoints()
{
const bool bUndo = IsUndoEnabled();
@@ -316,7 +310,6 @@ void SdrGlueEditView::ImpCopyMarkedGluePoints()
}
-
void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5)
{
const size_t nMarkCount=GetMarkedObjectCount();
@@ -352,7 +345,6 @@ void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const vo
}
-
static void ImpMove(Point& rPt, const void* p1, const void* /*p2*/, const void* /*p3*/, const void* /*p4*/, const void* /*p5*/)
{
rPt.X()+=static_cast<const Size*>(p1)->Width();
@@ -372,7 +364,6 @@ void SdrGlueEditView::MoveMarkedGluePoints(const Size& rSiz, bool bCopy)
}
-
static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*/, const void* /*p5*/)
{
ResizePoint(rPt,*static_cast<const Point*>(p1),*static_cast<const Fraction*>(p2),*static_cast<const Fraction*>(p3));
@@ -391,7 +382,6 @@ void SdrGlueEditView::ResizeMarkedGluePoints(const Point& rRef, const Fraction&
}
-
static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p4, const void* /*p5*/)
{
RotatePoint(rPt,*static_cast<const Point*>(p1),*static_cast<const double*>(p3),*static_cast<const double*>(p4));
diff --git a/svx/source/svdraw/svdglue.cxx b/svx/source/svdraw/svdglue.cxx
index 4ec986e7f336..946b26dd7966 100644
--- a/svx/source/svdraw/svdglue.cxx
+++ b/svx/source/svdraw/svdglue.cxx
@@ -276,7 +276,6 @@ bool SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrO
}
-
void SdrGluePointList::Clear()
{
sal_uInt16 nCount=GetCount();
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx
index af2be461da15..1bd09a3d3f5f 100644
--- a/svx/source/svdraw/svdhdl.cxx
+++ b/svx/source/svdraw/svdhdl.cxx
@@ -268,7 +268,6 @@ const BitmapEx& SdrHdlBitmapSet::GetBitmapEx(BitmapMarkerKind eKindOfMarker, sal
}
-
SdrHdl::SdrHdl():
pObj(nullptr),
pPV(nullptr),
@@ -1308,7 +1307,6 @@ void SdrHdlGradient::FromIAOToItem(SdrObject* _pObj, bool bSetItemOnObject, bool
}
-
SdrHdlLine::~SdrHdlLine() {}
void SdrHdlLine::CreateB2dIAObject()
@@ -1364,7 +1362,6 @@ Pointer SdrHdlLine::GetPointer() const
}
-
SdrHdlBezWgt::~SdrHdlBezWgt() {}
void SdrHdlBezWgt::CreateB2dIAObject()
@@ -1421,7 +1418,6 @@ void SdrHdlBezWgt::CreateB2dIAObject()
}
-
E3dVolumeMarker::E3dVolumeMarker(const basegfx::B2DPolyPolygon& rWireframePoly)
{
aWireframePoly = rWireframePoly;
@@ -1467,7 +1463,6 @@ void E3dVolumeMarker::CreateB2dIAObject()
}
-
ImpEdgeHdl::~ImpEdgeHdl()
{
}
@@ -1592,7 +1587,6 @@ bool ImpEdgeHdl::IsHorzDrag() const
}
-
ImpMeasureHdl::~ImpMeasureHdl()
{
}
@@ -1668,7 +1662,6 @@ Pointer ImpMeasureHdl::GetPointer() const
}
-
ImpTextframeHdl::ImpTextframeHdl(const Rectangle& rRect) :
SdrHdl(rRect.TopLeft(),HDL_MOVE),
maRect(rRect)
@@ -1729,7 +1722,6 @@ void ImpTextframeHdl::CreateB2dIAObject()
}
-
static bool ImpSdrHdlListSorter(SdrHdl* const& lhs, SdrHdl* const& rhs)
{
SdrHdlKind eKind1=lhs->GetKind();
@@ -1874,7 +1866,6 @@ extern "C" int SAL_CALL ImplSortHdlFunc( const void* pVoid1, const void* pVoid2
}
-
void SdrHdlList::TravelFocusHdl(bool bForward)
{
// security correction
@@ -2051,7 +2042,6 @@ void SdrHdlList::ResetFocusHdl()
}
-
SdrHdlList::SdrHdlList(SdrMarkView* pV)
: mnFocusIndex(SAL_MAX_SIZE),
pView(pV),
@@ -2247,14 +2237,12 @@ SdrCropHdl::SdrCropHdl(
}
-
BitmapEx SdrCropHdl::GetHandlesBitmap()
{
return BitmapEx(ResId(SIP_SA_CROP_MARKERS, *ImpGetResMgr()));
}
-
BitmapEx SdrCropHdl::GetBitmapForHandle( const BitmapEx& rBitmap, int nSize )
{
int nPixelSize = 0, nX = 0, nY = 0, nOffset = 0;
@@ -2296,7 +2284,6 @@ BitmapEx SdrCropHdl::GetBitmapForHandle( const BitmapEx& rBitmap, int nSize )
}
-
void SdrCropHdl::CreateB2dIAObject()
{
// first throw away old one
diff --git a/svx/source/svdraw/svdhlpln.cxx b/svx/source/svdraw/svdhlpln.cxx
index 0204b580e7c7..851016e8cc33 100644
--- a/svx/source/svdraw/svdhlpln.cxx
+++ b/svx/source/svdraw/svdhlpln.cxx
@@ -26,7 +26,6 @@
#include <vcl/lineinfo.hxx>
-
Pointer SdrHelpLine::GetPointer() const
{
switch (eKind) {
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index a17bc051e037..0d16464b8120 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -18,8 +18,6 @@
*/
-
-
#include <svx/svdmark.hxx>
#include <svx/svdetc.hxx>
#include <svx/svdobj.hxx>
@@ -246,7 +244,6 @@ static bool ImpSdrMarkListSorter(SdrMark* const& lhs, SdrMark* const& rhs)
}
-
void SdrMarkList::ForceSort() const
{
if(!mbSorted)
@@ -773,7 +770,6 @@ bool SdrMarkList::TakeSnapRect(SdrPageView* pPV, Rectangle& rRect) const
}
-
namespace sdr
{
ViewSelection::ViewSelection()
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 97eb3a4a69e3..2c89cec99046 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -97,7 +97,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-
struct SdrModelImpl
{
SfxUndoManager* mpUndoManager;
@@ -105,7 +104,6 @@ struct SdrModelImpl
};
-
void SdrModel::ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* _pEmbeddedHelper,
bool bUseExtColorTable, bool bLoadRefCounts)
{
@@ -339,7 +337,6 @@ void SdrModel::SetReadOnly(bool bYes)
}
-
void SdrModel::SetMaxUndoActionCount(sal_uIntPtr nCount)
{
if (nCount<1) nCount=1;
@@ -1575,7 +1572,6 @@ void SdrModel::MoveMasterPage(sal_uInt16 nPgNum, sal_uInt16 nNewPos)
}
-
void SdrModel::CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum,
sal_uInt16 nDestPos,
bool bUndo, bool bMoveNoCopy)
@@ -1875,7 +1871,6 @@ void SdrModel::setLock( bool bLock )
}
-
void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSet, SdrModel* pNewModel )
{
assert(pNewModel != nullptr);
@@ -1932,7 +1927,6 @@ void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSe
}
-
void SdrModel::SetForbiddenCharsTable( rtl::Reference<SvxForbiddenCharactersTable> xForbiddenChars )
{
if( mpForbiddenCharactersTable )
@@ -2116,7 +2110,6 @@ const css::uno::Sequence< sal_Int8 >& SdrModel::getUnoTunnelImplementationId()
}
-
SdrHint::SdrHint(SdrHintKind eNewHint)
: mpPage(nullptr),
mpObj(nullptr),
@@ -2148,6 +2141,4 @@ void SdrHint::SetKind(SdrHintKind eNewKind)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 76eb72d27626..85001e06f46a 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -122,11 +122,9 @@ void ImplMarkingOverlay::SetSecondPosition(const basegfx::B2DPoint& rNewPosition
}
-
// MarkView
-
void SdrMarkView::ImpClearVars()
{
meDragMode=SDRDRAG_MOVE;
@@ -243,7 +241,6 @@ void SdrMarkView::ModelHasChanged()
}
-
bool SdrMarkView::IsAction() const
{
return SdrSnapView::IsAction() || IsMarkObj() || IsMarkPoints() || IsMarkGluePoints();
@@ -314,7 +311,6 @@ void SdrMarkView::TakeActionRect(Rectangle& rRect) const
}
-
void SdrMarkView::ClearPageView()
{
UnmarkAllObj();
@@ -345,7 +341,6 @@ void SdrMarkView::HideSdrPage()
}
-
bool SdrMarkView::BegMarkObj(const Point& rPnt, bool bUnmark)
{
BrkAction();
@@ -404,7 +399,6 @@ void SdrMarkView::BrkMarkObj()
}
-
bool SdrMarkView::BegMarkPoints(const Point& rPnt, bool bUnmark)
{
if(HasMarkablePoints())
@@ -470,7 +464,6 @@ void SdrMarkView::BrkMarkPoints()
}
-
bool SdrMarkView::BegMarkGluePoints(const Point& rPnt, bool bUnmark)
{
if(HasMarkableGluePoints())
@@ -1382,7 +1375,6 @@ void SdrMarkView::SetEditMode(SdrViewEditMode eMode)
}
-
bool SdrMarkView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
{
if (pObj)
@@ -2085,7 +2077,6 @@ const Rectangle& SdrMarkView::GetMarkedObjRect() const
}
-
void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, OUString& rStr, sal_uInt16 nVal, ImpTakeDescriptionOptions nOpt) const
{
rStr = ImpGetResStr(nStrCacheID);
@@ -2142,7 +2133,6 @@ bool SdrMarkView::EnterMarkedGroup()
}
-
void SdrMarkView::MarkListHasChanged()
{
GetMarkedObjectListWriteAccess().SetNameDirty();
@@ -2165,7 +2155,6 @@ void SdrMarkView::MarkListHasChanged()
}
-
void SdrMarkView::SetMoveOutside(bool bOn)
{
maHdlList.SetMoveOutside(bOn);
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx
index beb13620e84d..298a12a1295a 100644
--- a/svx/source/svdraw/svdmrkv1.cxx
+++ b/svx/source/svdraw/svdmrkv1.cxx
@@ -374,7 +374,6 @@ void SdrMarkView::UndirtyMrkPnt() const
}
-
bool SdrMarkView::HasMarkableGluePoints() const
{
bool bRet=false;
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 6304c471dd5d..9d322122fd30 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -405,7 +405,6 @@ SdrObject* ImpCreateShadowObjectClone(const SdrObject& rOriginal, const SfxItemS
}
-
Reference< XCustomShapeEngine > SdrObjCustomShape::GetCustomShapeEngine() const
{
if (mxCustomShapeEngine.is())
@@ -1410,7 +1409,6 @@ sal_uInt16 SdrObjCustomShape::GetObjIdentifier() const
}
-
void SdrObjCustomShape::RecalcSnapRect()
{
SdrTextObj::RecalcSnapRect();
@@ -1728,7 +1726,6 @@ void SdrObjCustomShape::NbcShear( const Point& rRef, long nAngle, double tn, boo
}
-
SdrGluePoint SdrObjCustomShape::GetVertexGluePoint(sal_uInt16 nPosNum) const
{
sal_Int32 nWdt = ImpGetLineWdt(); // #i25616#
@@ -1756,7 +1753,6 @@ SdrGluePoint SdrObjCustomShape::GetVertexGluePoint(sal_uInt16 nPosNum) const
}
-
// #i38892#
void SdrObjCustomShape::ImpCheckCustomGluePointsAreAdded()
{
@@ -1879,7 +1875,6 @@ SdrGluePointList* SdrObjCustomShape::ForceGluePointList()
}
-
sal_uInt32 SdrObjCustomShape::GetHdlCount() const
{
const sal_uInt32 nBasicHdlCount(SdrTextObj::GetHdlCount());
@@ -1920,7 +1915,6 @@ SdrHdl* SdrObjCustomShape::GetHdl( sal_uInt32 nHdlNum ) const
}
-
bool SdrObjCustomShape::hasSpecialDrag() const
{
return true;
@@ -2142,7 +2136,6 @@ bool SdrObjCustomShape::applySpecialDrag(SdrDragStat& rDrag)
}
-
void SdrObjCustomShape::DragCreateObject( SdrDragStat& rStat )
{
Rectangle aRect1;
@@ -2220,7 +2213,6 @@ basegfx::B2DPolyPolygon SdrObjCustomShape::TakeCreatePoly(const SdrDragStat& /*r
}
-
// in context with the SdrObjCustomShape the SdrTextAutoGrowHeightItem == true -> Resize Shape to fit text,
// the SdrTextAutoGrowWidthItem == true -> Word wrap text in Shape
bool SdrObjCustomShape::IsAutoGrowHeight() const
diff --git a/svx/source/svdraw/svdoattr.cxx b/svx/source/svdraw/svdoattr.cxx
index e6102e9e21b4..ffcb005cb7ca 100644
--- a/svx/source/svdraw/svdoattr.cxx
+++ b/svx/source/svdraw/svdoattr.cxx
@@ -80,8 +80,6 @@ sdr::properties::BaseProperties* SdrAttrObj::CreateObjectSpecificProperties()
}
-
-
SdrAttrObj::SdrAttrObj()
{
}
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 3dd1449632a5..4e931a9888d8 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -141,8 +141,6 @@
using namespace ::com::sun::star;
-
-
SdrObjUserCall::~SdrObjUserCall()
{
}
@@ -159,7 +157,6 @@ SdrObjMacroHitRec::SdrObjMacroHitRec() :
bDown(false) {}
-
SdrObjUserData::SdrObjUserData(sal_uInt32 nInv, sal_uInt16 nId, sal_uInt16 nVer) :
nInventor(nInv),
nIdentifier(nId),
@@ -288,15 +285,12 @@ void SdrObject::ActionChanged() const
}
-
void SdrObject::SetBoundRectDirty()
{
aOutRect = Rectangle();
}
-
-
SdrObject::SdrObject() :
mpImpl(new Impl),
mpProperties(nullptr)
@@ -831,16 +825,12 @@ sal_uInt32 SdrObject::GetNavigationPosition()
}
-
-
void SdrObject::SetNavigationPosition (const sal_uInt32 nNewPosition)
{
mnNavigationPosition = nNewPosition;
}
-
-
// To make clearer that this method may trigger RecalcBoundRect and thus may be
// expensive and sometimes problematic (inside a bigger object change you will get
// non-useful BoundRects sometimes) I rename that method from GetBoundRect() to
@@ -1295,7 +1285,6 @@ Rectangle SdrObject::ImpDragCalcRect(const SdrDragStat& rDrag) const
}
-
bool SdrObject::hasSpecialDrag() const
{
return false;
@@ -1877,7 +1866,6 @@ bool SdrObject::IsMacroHit(const SdrObjMacroHitRec& rRec) const
}
-
SdrObjGeoData* SdrObject::NewGeoData() const
{
return new SdrObjGeoData;
@@ -2369,7 +2357,6 @@ SdrObject* SdrObject::GetConnectedNode(bool /*bTail1*/) const
}
-
void extractLineContourFromPrimitive2DSequence(
const drawinglayer::primitive2d::Primitive2DSequence& rxSequence,
basegfx::B2DPolygonVector& rExtractedHairlines,
@@ -2396,7 +2383,6 @@ void extractLineContourFromPrimitive2DSequence(
}
-
SdrObject* SdrObject::ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDash)
{
bool bNoChange(true);
@@ -2561,21 +2547,12 @@ SdrObject* SdrObject::ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDas
}
-
-
-
-
void SdrObject::SetMarkProtect(bool bProt)
{
bMarkProt = bProt;
}
-
-
-
-
-
void SdrObject::SetEmptyPresObj(bool bEpt)
{
bEmptyPresObj = bEpt;
@@ -2588,8 +2565,6 @@ void SdrObject::SetNotVisibleAsMaster(bool bFlg)
}
-
-
// convert this path object to contour object, even when it is a group
SdrObject* SdrObject::ConvertToContourObj(SdrObject* pRet, bool bForceLineDash) const
{
@@ -2630,7 +2605,6 @@ SdrObject* SdrObject::ConvertToContourObj(SdrObject* pRet, bool bForceLineDash)
}
-
SdrObject* SdrObject::ConvertToPolyObj(bool bBezier, bool bLineToArea) const
{
SdrObject* pRet = DoConvertToPolyObj(bBezier, true);
@@ -2652,14 +2626,12 @@ SdrObject* SdrObject::ConvertToPolyObj(bool bBezier, bool bLineToArea) const
}
-
SdrObject* SdrObject::DoConvertToPolyObj(bool /*bBezier*/, bool /*bAddText*/) const
{
return nullptr;
}
-
void SdrObject::SetInserted(bool bIns)
{
if (bIns!=IsInserted()) {
@@ -2727,7 +2699,6 @@ void SdrObject::SetVisible(bool bVisible)
}
-
sal_uInt16 SdrObject::GetUserDataCount() const
{
if (pPlusData==nullptr || pPlusData->pUserDataList==nullptr) return 0;
@@ -2973,7 +2944,6 @@ void SdrObject::notifyShapePropertyChange( const svx::ShapeProperty _eProperty )
}
-
// transformation interface for StarOfficeAPI. This implements support for
// homogeneous 3x3 matrices containing the transformation of the SdrObject. At the
// moment it contains a shearX, rotation and translation, but for setting all linear
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx
index fc3b0f03ebd1..238fe2a81465 100644
--- a/svx/source/svdraw/svdocapt.cxx
+++ b/svx/source/svdraw/svdocapt.cxx
@@ -61,7 +61,6 @@
#include <svx/xpool.hxx>
-
enum EscDir {LKS,RTS,OBN,UNT};
class ImpCaptParams
@@ -192,8 +191,6 @@ sdr::contact::ViewContact* SdrCaptionObj::CreateObjectSpecificViewContact()
}
-
-
SdrCaptionObj::SdrCaptionObj():
SdrRectObj(OBJ_TEXT),
aTailPoly(3), // default size: 3 points = 2 lines
@@ -307,7 +304,6 @@ SdrHdl* SdrCaptionObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrCaptionObj::hasSpecialDrag() const
{
return true;
@@ -419,7 +415,6 @@ OUString SdrCaptionObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
void SdrCaptionObj::ImpGetCaptParams(ImpCaptParams& rPara) const
{
const SfxItemSet& rSet = GetObjectItemSet();
diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx
index 0ceaab15c04c..f273a4ef4df5 100644
--- a/svx/source/svdraw/svdocirc.cxx
+++ b/svx/source/svdraw/svdocirc.cxx
@@ -105,8 +105,6 @@ sdr::contact::ViewContact* SdrCircObj::CreateObjectSpecificViewContact()
}
-
-
SdrCircObj::SdrCircObj(SdrObjKind eNewKind)
{
nStartAngle=0;
@@ -467,7 +465,6 @@ SdrHdl* SdrCircObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrCircObj::hasSpecialDrag() const
{
return true;
@@ -613,7 +610,6 @@ OUString SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
void ImpCircUser::SetCreateParams(SdrDragStat& rStat)
{
rStat.TakeCreateRect(aR);
@@ -1065,7 +1061,6 @@ void SdrCircObj::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
}
-
void SdrCircObj::ImpSetAttrToCircInfo()
{
const SfxItemSet& rSet = GetObjectItemSet();
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index 8e7749a1b3fe..b5d0c0e5e03d 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -49,7 +49,6 @@
#include <svx/xpool.hxx>
-
SdrObjConnection::~SdrObjConnection()
{
}
@@ -164,7 +163,6 @@ sdr::contact::ViewContact* SdrEdgeObj::CreateObjectSpecificViewContact()
}
-
SdrEdgeObj::SdrEdgeObj()
: SdrTextObj(),
nNotifyingCount(0),
@@ -1809,7 +1807,6 @@ SdrHdl* SdrEdgeObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrEdgeObj::hasSpecialDrag() const
{
return true;
@@ -1960,7 +1957,6 @@ OUString SdrEdgeObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
basegfx::B2DPolygon SdrEdgeObj::ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, bool bDetail) const
{
basegfx::B2DPolygon aResult;
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 9c37084504fa..bcc4769f92e2 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -640,7 +640,6 @@ bool SdrGrafObj::IsLinkedGraphic() const
}
-
void SdrGrafObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const
{
bool bNoPresGrf = ( pGraphic->GetType() != GRAPHIC_NONE ) && !bEmptyPresObj;
diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx
index 7cbaf43f1dce..4bbd9b518377 100644
--- a/svx/source/svdraw/svdogrp.cxx
+++ b/svx/source/svdraw/svdogrp.cxx
@@ -67,8 +67,6 @@ sdr::contact::ViewContact* SdrObjGroup::CreateObjectSpecificViewContact()
}
-
-
SdrObjGroup::SdrObjGroup()
{
pSub=new SdrObjList(nullptr,nullptr);
@@ -714,7 +712,6 @@ void SdrObjGroup::SetAnchorPos(const Point& rPnt)
}
-
void SdrObjGroup::NbcSetRelativePos(const Point& rPnt)
{
Point aRelPos0(GetSnapRect().TopLeft()-aAnchor);
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx
index 3dc86c494113..23fa3aef6b93 100644
--- a/svx/source/svdraw/svdomeas.cxx
+++ b/svx/source/svdraw/svdomeas.cxx
@@ -72,7 +72,6 @@
#include <unotools/syslocale.hxx>
-
SdrMeasureObjGeoData::SdrMeasureObjGeoData() {}
SdrMeasureObjGeoData::~SdrMeasureObjGeoData() {}
@@ -210,8 +209,6 @@ sdr::contact::ViewContact* SdrMeasureObj::CreateObjectSpecificViewContact()
}
-
-
SdrMeasureObj::SdrMeasureObj():
bTextDirty(false)
{
@@ -797,7 +794,6 @@ SdrHdl* SdrMeasureObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrMeasureObj::hasSpecialDrag() const
{
return true;
@@ -968,7 +964,6 @@ void SdrMeasureObj::ImpEvalDrag(ImpMeasureRec& rRec, const SdrDragStat& rDrag) c
}
-
bool SdrMeasureObj::BegCreate(SdrDragStat& rStat)
{
rStat.SetOrtho8Possible();
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index 939ac77b4abe..3825a1dcc600 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -78,8 +78,6 @@ struct SdrMediaObj::Impl
};
-
-
SdrMediaObj::SdrMediaObj()
: SdrRectObj()
, m_xImpl( new Impl() )
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index e786dbfb56e3..49fdf63c58c3 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -589,7 +589,6 @@ void SdrLightEmbeddedClient_Impl::setWindow(const uno::Reference< awt::XWindow >
}
-
class SdrEmbedObjectLink : public sfx2::SvBaseLink
{
SdrOle2Obj* pObj;
@@ -606,7 +605,6 @@ public:
};
-
SdrEmbedObjectLink::SdrEmbedObjectLink(SdrOle2Obj* pObject):
::sfx2::SvBaseLink( ::SfxLinkUpdateMode::ONCALL, SotClipboardFormatId::SVXB ),
pObj(pObject)
@@ -615,13 +613,11 @@ SdrEmbedObjectLink::SdrEmbedObjectLink(SdrOle2Obj* pObject):
}
-
SdrEmbedObjectLink::~SdrEmbedObjectLink()
{
}
-
::sfx2::SvBaseLink::UpdateResult SdrEmbedObjectLink::DataChanged(
const OUString& /*rMimeType*/, const css::uno::Any & /*rValue*/ )
{
@@ -658,7 +654,6 @@ SdrEmbedObjectLink::~SdrEmbedObjectLink()
}
-
void SdrEmbedObjectLink::Closed()
{
pObj->BreakFileLink_Impl();
@@ -666,7 +661,6 @@ void SdrEmbedObjectLink::Closed()
}
-
class SdrOle2ObjImpl
{
public:
@@ -741,7 +735,6 @@ public:
};
-
// Predicate determining whether the given OLE is an internal math
// object
static bool ImplIsMathObj( const uno::Reference < embed::XEmbeddedObject >& rObjRef )
@@ -781,8 +774,6 @@ sdr::contact::ViewContact* SdrOle2Obj::CreateObjectSpecificViewContact()
}
-
-
SdrOle2Obj::SdrOle2Obj( bool bFrame_ ) :
mpImpl(new SdrOle2ObjImpl(bFrame_))
{
@@ -812,7 +803,6 @@ OUString SdrOle2Obj::GetStyleString()
}
-
SdrOle2Obj::~SdrOle2Obj()
{
mpImpl->mbInDestruction = true;
@@ -899,7 +889,6 @@ bool SdrOle2Obj::IsEmpty() const
}
-
void SdrOle2Obj::Connect()
{
if( IsEmptyPresObj() )
@@ -918,7 +907,6 @@ void SdrOle2Obj::Connect()
}
-
bool SdrOle2Obj::UpdateLinkURL_Impl()
{
bool bResult = false;
@@ -978,7 +966,6 @@ bool SdrOle2Obj::UpdateLinkURL_Impl()
}
-
void SdrOle2Obj::BreakFileLink_Impl()
{
uno::Reference<document::XStorageBasedDocument> xDoc;
@@ -1011,7 +998,6 @@ void SdrOle2Obj::BreakFileLink_Impl()
}
-
void SdrOle2Obj::DisconnectFileLink_Impl()
{
sfx2::LinkManager* pLinkManager = pModel ? pModel->GetLinkManager() : nullptr;
@@ -1023,7 +1009,6 @@ void SdrOle2Obj::DisconnectFileLink_Impl()
}
-
void SdrOle2Obj::CheckFileLink_Impl()
{
if (pModel && mpImpl->mxObjRef.GetObject().is() && !mpImpl->mpObjectLink)
@@ -1061,7 +1046,6 @@ void SdrOle2Obj::CheckFileLink_Impl()
}
-
void SdrOle2Obj::Reconnect_Impl()
{
DBG_ASSERT( mpImpl->mbConnected, "Assigned unconnected object?!" );
@@ -1186,7 +1170,6 @@ void SdrOle2Obj::AddListeners_Impl()
}
-
void SdrOle2Obj::Disconnect()
{
if( IsEmptyPresObj() )
@@ -1315,7 +1298,6 @@ void SdrOle2Obj::Disconnect_Impl()
}
-
SdrObject* SdrOle2Obj::createSdrGrafObjReplacement(bool bAddText, bool /* bUseHCGraphic */) const
{
const Graphic* pOLEGraphic = GetGraphic();
@@ -1393,7 +1375,6 @@ SdrObject* SdrOle2Obj::DoConvertToPolyObj(bool bBezier, bool bAddText) const
}
-
void SdrOle2Obj::SetModel(SdrModel* pNewModel)
{
::comphelper::IEmbeddedHelper* pDestPers = pNewModel ? pNewModel->GetPersist() : nullptr;
@@ -1469,7 +1450,6 @@ void SdrOle2Obj::SetModel(SdrModel* pNewModel)
}
-
void SdrOle2Obj::SetPage(SdrPage* pNewPage)
{
bool bRemove=pNewPage==nullptr && pPage!=nullptr;
@@ -1505,7 +1485,6 @@ void SdrOle2Obj::SetPage(SdrPage* pNewPage)
}
-
void SdrOle2Obj::SetObjRef( const css::uno::Reference < css::embed::XEmbeddedObject >& rNewObjRef )
{
DBG_ASSERT( !rNewObjRef.is() || !mpImpl->mxObjRef.GetObject().is(), "SetObjRef called on already initialized object!");
@@ -1545,7 +1524,6 @@ void SdrOle2Obj::SetObjRef( const css::uno::Reference < css::embed::XEmbeddedObj
}
-
void SdrOle2Obj::SetClosedObj( bool bIsClosed )
{
// TODO/LATER: do we still need this hack?
@@ -1554,7 +1532,6 @@ void SdrOle2Obj::SetClosedObj( bool bIsClosed )
}
-
SdrObject* SdrOle2Obj::getFullDragClone() const
{
// #i118485# use central replacement generator
@@ -1562,7 +1539,6 @@ SdrObject* SdrOle2Obj::getFullDragClone() const
}
-
void SdrOle2Obj::SetPersistName( const OUString& rPersistName )
{
DBG_ASSERT( mpImpl->aPersistName.isEmpty(), "Persist name changed!");
@@ -1582,14 +1558,12 @@ void SdrOle2Obj::AbandonObject()
}
-
OUString SdrOle2Obj::GetPersistName() const
{
return mpImpl->aPersistName;
}
-
void SdrOle2Obj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const
{
// #i118485# Allowing much more attributes for OLEs
@@ -1611,14 +1585,12 @@ void SdrOle2Obj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const
}
-
sal_uInt16 SdrOle2Obj::GetObjIdentifier() const
{
return mpImpl->mbFrame ? sal_uInt16(OBJ_FRAME) : sal_uInt16(OBJ_OLE2);
}
-
OUString SdrOle2Obj::TakeObjNameSingul() const
{
OUStringBuffer sName(ImpGetResStr(mpImpl->mbFrame ? STR_ObjNameSingulFrame : STR_ObjNameSingulOLE2));
@@ -1636,7 +1608,6 @@ OUString SdrOle2Obj::TakeObjNameSingul() const
}
-
OUString SdrOle2Obj::TakeObjNamePlural() const
{
return ImpGetResStr(mpImpl->mbFrame ? STR_ObjNamePluralFrame : STR_ObjNamePluralOLE2);
@@ -1861,7 +1832,6 @@ void SdrOle2Obj::ImpSetVisAreaSize()
}
-
void SdrOle2Obj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact)
{
if( pModel && !pModel->isLocked() )
@@ -1882,7 +1852,6 @@ void SdrOle2Obj::NbcResize(const Point& rRef, const Fraction& xFact, const Fract
}
-
void SdrOle2Obj::SetGeoData(const SdrObjGeoData& rGeo)
{
SdrRectObj::SetGeoData(rGeo);
@@ -1892,7 +1861,6 @@ void SdrOle2Obj::SetGeoData(const SdrObjGeoData& rGeo)
}
-
void SdrOle2Obj::NbcSetSnapRect(const Rectangle& rRect)
{
SdrRectObj::NbcSetSnapRect(rRect);
@@ -1910,7 +1878,6 @@ void SdrOle2Obj::NbcSetSnapRect(const Rectangle& rRect)
}
-
void SdrOle2Obj::NbcSetLogicRect(const Rectangle& rRect)
{
SdrRectObj::NbcSetLogicRect(rRect);
@@ -1933,7 +1900,6 @@ void SdrOle2Obj::GetNewReplacement()
}
-
Size SdrOle2Obj::GetOrigObjSize( MapMode* pTargetMapMode ) const
{
return mpImpl->mxObjRef.GetSize( pTargetMapMode );
@@ -1953,7 +1919,6 @@ void SdrOle2Obj::NbcMove(const Size& rSize)
}
-
bool SdrOle2Obj::CanUnloadRunningObj( const uno::Reference< embed::XEmbeddedObject >& xObj, sal_Int64 nAspect )
{
uno::Reference<embed::XEmbedPersist2> xPersist(xObj, uno::UNO_QUERY);
@@ -1995,7 +1960,6 @@ bool SdrOle2Obj::CanUnloadRunningObj( const uno::Reference< embed::XEmbeddedObje
}
-
bool SdrOle2Obj::Unload( const uno::Reference< embed::XEmbeddedObject >& xObj, sal_Int64 nAspect )
{
bool bResult = false;
@@ -2022,7 +1986,6 @@ bool SdrOle2Obj::Unload( const uno::Reference< embed::XEmbeddedObject >& xObj, s
}
-
bool SdrOle2Obj::Unload()
{
if (!mpImpl->mxObjRef.is())
@@ -2039,7 +2002,6 @@ bool SdrOle2Obj::Unload()
}
-
void SdrOle2Obj::GetObjRef_Impl()
{
if ( !mpImpl->mxObjRef.is() && !mpImpl->aPersistName.isEmpty() && pModel && pModel->GetPersist() )
@@ -2131,7 +2093,6 @@ uno::Reference < embed::XEmbeddedObject > SdrOle2Obj::GetObjRef_NoInit() const
}
-
uno::Reference< frame::XModel > SdrOle2Obj::getXModel() const
{
GetObjRef();
@@ -2142,7 +2103,6 @@ uno::Reference< frame::XModel > SdrOle2Obj::getXModel() const
}
-
bool SdrOle2Obj::IsChart() const
{
if (!mpImpl->mbTypeAsked)
@@ -2262,14 +2222,12 @@ bool SdrOle2Obj::AddOwnLightClient()
}
-
Graphic SdrOle2Obj::GetEmptyOLEReplacementGraphic()
{
return Graphic(BitmapEx(ResId(BMP_SVXOLEOBJ, *ImpGetResMgr())));
}
-
void SdrOle2Obj::SetWindow(const css::uno::Reference < css::awt::XWindow >& _xWindow)
{
if ( mpImpl->mxObjRef.is() && mpImpl->pLightClient )
diff --git a/svx/source/svdraw/svdopage.cxx b/svx/source/svdraw/svdopage.cxx
index 1b3f0edc36e0..02f2dfcbceaf 100644
--- a/svx/source/svdraw/svdopage.cxx
+++ b/svx/source/svdraw/svdopage.cxx
@@ -65,8 +65,6 @@ void SdrPageObj::PageInDestruction(const SdrPage& rPage)
}
-
-
SdrPageObj::SdrPageObj(SdrPage* pNewPage)
: mpShownPage(pNewPage)
{
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index 42a0edba9ca1..0a0ee30862af 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -2856,7 +2856,6 @@ void SdrPathObj::impDeleteDAC() const
}
-
// transformation interface for StarOfficeAPI. This implements support for
// homogeneous 3x3 matrices containing the transformation of the SdrObject. At the
// moment it contains a shearX, rotation and translation, but for setting all linear
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 56a491229705..b1692206c6b5 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -62,8 +62,6 @@ sdr::contact::ViewContact* SdrRectObj::CreateObjectSpecificViewContact()
}
-
-
SdrRectObj::SdrRectObj()
: mpXPoly(nullptr)
{
@@ -382,7 +380,6 @@ SdrHdl* SdrRectObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrRectObj::hasSpecialDrag() const
{
return true;
@@ -473,7 +470,6 @@ OUString SdrRectObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
basegfx::B2DPolyPolygon SdrRectObj::TakeCreatePoly(const SdrDragStat& rDrag) const
{
Rectangle aRect1;
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 0159d382326a..49e11c898918 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -81,8 +81,6 @@ sdr::contact::ViewContact* SdrTextObj::CreateObjectSpecificViewContact()
}
-
-
SdrTextObj::SdrTextObj()
: SdrAttrObj(),
mpText(nullptr),
@@ -1398,7 +1396,6 @@ void SdrTextObj::UpdateOutlinerFormatting( SdrOutliner& rOutl, Rectangle& rPaint
}
-
OutlinerParaObject* SdrTextObj::GetOutlinerParaObject() const
{
SdrText* pText = getActiveText();
@@ -1636,7 +1633,6 @@ void SdrTextObj::SetVerticalWriting(bool bVertical)
}
-
// transformation interface for StarOfficeAPI. This implements support for
// homogeneous 3x3 matrices containing the transformation of the SdrObject. At the
// moment it contains a shearX, rotation and translation, but for setting all linear
@@ -2209,7 +2205,6 @@ void SdrTextObj::SetObjectItemNoBroadcast(const SfxPoolItem& rItem)
}
-
// The concept of the text object:
// ~~~~~~~~~~~~~~~~~~~~~~~~
// Attributes/Variations:
@@ -2273,5 +2268,4 @@ void SdrTextObj::SetObjectItemNoBroadcast(const SfxPoolItem& rItem)
// - and many more...
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx
index 78fc7e796708..a3be649f56d3 100644
--- a/svx/source/svdraw/svdotextpathdecomposition.cxx
+++ b/svx/source/svdraw/svdotextpathdecomposition.cxx
@@ -58,7 +58,6 @@
#include <sdr/attribute/sdrformtextoutlineattribute.hxx>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::i18n;
diff --git a/svx/source/svdraw/svdotxdr.cxx b/svx/source/svdraw/svdotxdr.cxx
index 004453006a86..a813da95de73 100644
--- a/svx/source/svdraw/svdotxdr.cxx
+++ b/svx/source/svdraw/svdotxdr.cxx
@@ -63,7 +63,6 @@ SdrHdl* SdrTextObj::GetHdl(sal_uInt32 nHdlNum) const
}
-
bool SdrTextObj::hasSpecialDrag() const
{
return true;
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx
index 79dfcf938fe9..ce118bc49f8e 100644
--- a/svx/source/svdraw/svdotxtr.cxx
+++ b/svx/source/svdraw/svdotxtr.cxx
@@ -284,7 +284,6 @@ void SdrTextObj::NbcMirror(const Point& rRef1, const Point& rRef2)
}
-
SdrObject* SdrTextObj::ImpConvertContainedTextToSdrPathObjs(bool bToPoly) const
{
SdrObject* pRetval = nullptr;
@@ -407,7 +406,6 @@ SdrObject* SdrTextObj::ImpConvertContainedTextToSdrPathObjs(bool bToPoly) const
}
-
SdrObject* SdrTextObj::DoConvertToPolyObj(bool bBezier, bool bAddText) const
{
if(bAddText)
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 1f2b33e909f0..319d5599240f 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -57,7 +57,6 @@ using namespace sdr::contact;
// Defines
-
// Helper class SdrControlEventListenerImpl
#include <com/sun/star/lang/XEventListener.hpp>
@@ -335,7 +334,6 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti
}
-
bool SdrUnoObj::hasSpecialDrag() const
{
// no special drag; we have no rounding rect and
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 9c16a472a3f8..587363daf1dc 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -30,7 +30,6 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
{
return rRefObj.GetProperties();
@@ -44,8 +43,6 @@ sdr::contact::ViewContact* SdrVirtObj::CreateObjectSpecificViewContact()
}
-
-
SdrVirtObj::SdrVirtObj(SdrObject& rNewObj):
rRefObj(rNewObj)
{
@@ -60,7 +57,6 @@ SdrVirtObj::~SdrVirtObj()
}
-
const SdrObject& SdrVirtObj::GetReferencedObj() const
{
return rRefObj;
@@ -86,7 +82,6 @@ void SdrVirtObj::NbcSetAnchorPos(const Point& rAnchorPos)
}
-
void SdrVirtObj::SetModel(SdrModel* pNewModel)
{
SdrObject::SetModel(pNewModel);
@@ -189,7 +184,6 @@ basegfx::B2DPolyPolygon SdrVirtObj::TakeXorPoly() const
}
-
sal_uInt32 SdrVirtObj::GetHdlCount() const
{
return rRefObj.GetHdlCount();
@@ -259,7 +253,6 @@ void SdrVirtObj::AddToHdlList(SdrHdlList& rHdlList) const
}
-
bool SdrVirtObj::hasSpecialDrag() const
{
return rRefObj.hasSpecialDrag();
@@ -314,7 +307,6 @@ OUString SdrVirtObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
bool SdrVirtObj::BegCreate(SdrDragStat& rStat)
{
return rRefObj.BegCreate(rStat);
@@ -347,7 +339,6 @@ basegfx::B2DPolyPolygon SdrVirtObj::TakeCreatePoly(const SdrDragStat& rDrag) con
}
-
void SdrVirtObj::NbcMove(const Size& rSiz)
{
MovePoint(aAnchor,rSiz);
@@ -379,7 +370,6 @@ void SdrVirtObj::NbcShear(const Point& rRef, long nAngle, double tn, bool bVShea
}
-
void SdrVirtObj::Move(const Size& rSiz)
{
if (rSiz.Width()!=0 || rSiz.Height()!=0) {
@@ -430,7 +420,6 @@ void SdrVirtObj::Shear(const Point& rRef, long nAngle, double tn, bool bVShear)
}
-
void SdrVirtObj::RecalcSnapRect()
{
aSnapRect=rRefObj.GetSnapRect();
@@ -465,7 +454,6 @@ void SdrVirtObj::NbcSetSnapRect(const Rectangle& rRect)
}
-
const Rectangle& SdrVirtObj::GetLogicRect() const
{
const_cast<SdrVirtObj*>(this)->aSnapRect=rRefObj.GetLogicRect(); // An abuse of aSnapRect!
@@ -492,7 +480,6 @@ void SdrVirtObj::NbcSetLogicRect(const Rectangle& rRect)
}
-
long SdrVirtObj::GetRotateAngle() const
{
return rRefObj.GetRotateAngle();
@@ -504,7 +491,6 @@ long SdrVirtObj::GetShearAngle(bool bVertical) const
}
-
sal_uInt32 SdrVirtObj::GetSnapPointCount() const
{
return rRefObj.GetSnapPointCount();
@@ -541,7 +527,6 @@ void SdrVirtObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i)
}
-
SdrObjGeoData* SdrVirtObj::NewGeoData() const
{
return rRefObj.NewGeoData();
@@ -559,7 +544,6 @@ void SdrVirtObj::RestGeoData(const SdrObjGeoData& rGeo)
}
-
SdrObjGeoData* SdrVirtObj::GetGeoData() const
{
return rRefObj.GetGeoData();
@@ -574,7 +558,6 @@ void SdrVirtObj::SetGeoData(const SdrObjGeoData& rGeo)
}
-
void SdrVirtObj::NbcReformatText()
{
rRefObj.NbcReformatText();
@@ -586,7 +569,6 @@ void SdrVirtObj::ReformatText()
}
-
bool SdrVirtObj::HasMacro() const
{
return rRefObj.HasMacro();
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index 432648dc6a59..4406cd79b69a 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -68,7 +68,6 @@ public:
};
-
static const sal_Int32 InitialObjectContainerCapacity (64);
@@ -679,8 +678,6 @@ size_t SdrObjList::GetObjCount() const
}
-
-
SdrObject* SdrObjList::GetObj(size_t nNum) const
{
if (nNum >= maList.size())
@@ -693,8 +690,6 @@ SdrObject* SdrObjList::GetObj(size_t nNum) const
}
-
-
bool SdrObjList::IsReadOnly() const
{
bool bRet = false;
@@ -760,16 +755,12 @@ void SdrObjList::UnGroupObj( size_t nObjNum )
}
-
-
bool SdrObjList::HasObjectNavigationOrder() const
{
return mxNavigationOrder.get() != nullptr;
}
-
-
void SdrObjList::SetObjectNavigationPosition (
SdrObject& rObject,
const sal_uInt32 nNewPosition)
@@ -824,8 +815,6 @@ void SdrObjList::SetObjectNavigationPosition (
}
-
-
SdrObject* SdrObjList::GetObjectForNavigationPosition (const sal_uInt32 nNavigationPosition) const
{
if (HasObjectNavigationOrder())
@@ -854,8 +843,6 @@ SdrObject* SdrObjList::GetObjectForNavigationPosition (const sal_uInt32 nNavigat
}
-
-
void SdrObjList::ClearObjectNavigationOrder()
{
mxNavigationOrder.reset();
@@ -863,8 +850,6 @@ void SdrObjList::ClearObjectNavigationOrder()
}
-
-
bool SdrObjList::RecalcNavigationPositions()
{
if (mbIsNavigationOrderDirty)
@@ -885,8 +870,6 @@ bool SdrObjList::RecalcNavigationPositions()
}
-
-
void SdrObjList::SetNavigationOrder (const uno::Reference<container::XIndexAccess>& rxOrder)
{
if (rxOrder.is())
@@ -914,8 +897,6 @@ void SdrObjList::SetNavigationOrder (const uno::Reference<container::XIndexAcces
}
-
-
void SdrObjList::InsertObjectIntoContainer (
SdrObject& rObject,
const sal_uInt32 nInsertPosition)
@@ -942,8 +923,6 @@ void SdrObjList::InsertObjectIntoContainer (
}
-
-
void SdrObjList::ReplaceObjectInContainer (
SdrObject& rNewObject,
const sal_uInt32 nObjectPosition)
@@ -979,8 +958,6 @@ void SdrObjList::ReplaceObjectInContainer (
}
-
-
void SdrObjList::RemoveObjectFromContainer (
const sal_uInt32 nObjectPosition)
{
@@ -1024,9 +1001,6 @@ void SdrObjList::dumpAsXml(xmlTextWriterPtr pWriter) const
}
-
-
-
void SdrPageGridFrameList::Clear()
{
sal_uInt16 nCount=GetCount();
@@ -1192,8 +1166,6 @@ void SdrPageProperties::SetStyleSheet(SfxStyleSheet* pStyleSheet)
}
-
-
SdrPage::SdrPage(SdrModel& rNewModel, bool bMasterPage)
: SdrObjList(&rNewModel, this),
mpViewContact(nullptr),
@@ -1550,7 +1522,6 @@ void SdrPage::SetModel(SdrModel* pNewModel)
}
-
// #i68775# React on PageNum changes (from Model in most cases)
void SdrPage::SetPageNum(sal_uInt16 nNew)
{
diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx
index 4d38c950c858..fe3c045b9445 100644
--- a/svx/source/svdraw/svdpagv.cxx
+++ b/svx/source/svdraw/svdpagv.cxx
@@ -135,7 +135,6 @@ SdrPageWindow* SdrPageView::RemovePageWindow(SdrPageWindow& rOld)
}
-
SdrPageView::SdrPageView(SdrPage* pPage1, SdrView& rNewView)
: mrView(rNewView),
// col_auto color lets the view takes the default SvxColorConfig entry
@@ -267,7 +266,6 @@ void SdrPageView::InvalidateAllWin()
}
-
void SdrPageView::PrePaint()
{
const sal_uInt32 nCount(PageWindowCount());
@@ -418,7 +416,6 @@ void SdrPageView::SetDesignMode( bool _bDesignMode ) const
}
-
void SdrPageView::DrawPageViewGrid(OutputDevice& rOut, const Rectangle& rRect, Color aColor)
{
if (GetPage()==nullptr)
@@ -961,5 +958,4 @@ void SdrPageView::SetApplicationDocumentColor(Color aDocumentColor)
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index 34cc2e0f8d8a..382455f8e153 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -119,16 +119,12 @@ OutputDevice* SdrPaintView::GetFirstOutputDevice() const
}
-
SvxViewHint::SvxViewHint (HintType eHintType)
: meHintType(eHintType)
{
}
-
-
-
BitmapEx convertMetafileToBitmapEx(
const GDIMetaFile& rMtf,
const basegfx::B2DRange& rTargetRange,
@@ -154,9 +150,6 @@ BitmapEx convertMetafileToBitmapEx(
}
-
-
-
void SdrPaintView::ImpClearVars()
{
#ifdef DBG_UTIL
@@ -247,7 +240,6 @@ SdrPaintView::~SdrPaintView()
}
-
void SdrPaintView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
{
//If the stylesheet has been destroyed
@@ -333,7 +325,6 @@ void SdrPaintView::ModelHasChanged()
}
-
bool SdrPaintView::IsAction() const
{
return false;
@@ -373,7 +364,6 @@ SdrPageView* SdrPaintView::GetTextEditPageView() const
}
-
sal_uInt16 SdrPaintView::ImpGetMinMovLogic(short nMinMov, const OutputDevice* pOut) const
{
if (nMinMov>=0) return sal_uInt16(nMinMov);
@@ -417,7 +407,6 @@ void SdrPaintView::SetActualWin(const OutputDevice* pWin)
}
-
void SdrPaintView::ClearPageView()
{
BrkAction();
@@ -769,7 +758,6 @@ void SdrPaintView::EndCompleteRedraw(SdrPaintWindow& rPaintWindow, bool bPaintFo
}
-
SdrPaintWindow* SdrPaintView::BeginDrawLayers(OutputDevice* pOut, const vcl::Region& rReg, bool bDisableIntersect)
{
// #i74769# use BeginCompleteRedraw() as common base
@@ -853,7 +841,6 @@ vcl::Region SdrPaintView::OptimizeDrawLayersRegion(OutputDevice* pOut, const vcl
}
-
void SdrPaintView::ImpFormLayerDrawing( SdrPaintWindow& rPaintWindow )
{
if(mpPageView)
@@ -876,7 +863,6 @@ void SdrPaintView::ImpFormLayerDrawing( SdrPaintWindow& rPaintWindow )
}
-
bool SdrPaintView::KeyInput(const KeyEvent& /*rKEvt*/, vcl::Window* /*pWin*/)
{
return false;
@@ -1117,7 +1103,6 @@ bool SdrPaintView::SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHar
}
-
#ifdef DBG_UTIL
void SdrPaintView::ShowItemBrowser(bool bShow)
{
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index da20cab33767..e6d42a81daa6 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -36,7 +36,6 @@
using namespace sdr;
-
void SdrPolyEditView::ImpResetPolyPossibilityFlags()
{
eMarkedPointsSmooth=SDRPATHSMOOTH_DONTCARE;
@@ -612,7 +611,6 @@ void SdrPolyEditView::ImpTransformMarkedPoints(PPolyTrFunc pTrFunc, const void*
}
-
static void ImpMove(Point& rPt, Point* pC1, Point* pC2, const void* p1, const void* /*p2*/, const void* /*p3*/, const void* /*p4*/, const void* /*p5*/)
{
MovePoint(rPt,*static_cast<const Size*>(p1));
diff --git a/svx/source/svdraw/svdsnpv.cxx b/svx/source/svdraw/svdsnpv.cxx
index 3d00bf91e14a..c58001ba2cc8 100644
--- a/svx/source/svdraw/svdsnpv.cxx
+++ b/svx/source/svdraw/svdsnpv.cxx
@@ -208,7 +208,6 @@ SdrSnapView::~SdrSnapView()
}
-
bool SdrSnapView::IsAction() const
{
return IsSetPageOrg() || IsDragHelpLine() || SdrPaintView::IsAction();
@@ -260,7 +259,6 @@ void SdrSnapView::TakeActionRect(Rectangle& rRect) const
}
-
Point SdrSnapView::GetSnapPos(const Point& rPnt, const SdrPageView* pPV) const
{
Point aPt(rPnt);
@@ -504,7 +502,6 @@ void SdrSnapView::BrkSetPageOrg()
}
-
bool SdrSnapView::PickHelpLine(const Point& rPnt, short nTol, const OutputDevice& rOut, sal_uInt16& rnHelpLineNum, SdrPageView*& rpPV) const
{
rpPV=nullptr;
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx
index c25d34ceed05..53b5685ea593 100644
--- a/svx/source/svdraw/svdtrans.cxx
+++ b/svx/source/svdraw/svdtrans.cxx
@@ -285,7 +285,6 @@ double CrookStretchXPoint(Point& rPnt, Point* pC1, Point* pC2, const Point& rCen
}
-
void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, bool bVert)
{
double nSin,nCos;
@@ -356,7 +355,6 @@ void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad,
}
-
void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, bool bVert)
{
sal_uInt16 nPolyCount=rPoly.Count();
@@ -382,7 +380,6 @@ void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rR
}
-
long GetAngle(const Point& rPnt)
{
long a=0;
@@ -447,7 +444,6 @@ long GetLen(const Point& rPnt)
}
-
void GeoStat::RecalcSinCos()
{
if (nRotationAngle==0) {
@@ -471,7 +467,6 @@ void GeoStat::RecalcTan()
}
-
tools::Polygon Rect2Poly(const Rectangle& rRect, const GeoStat& rGeo)
{
tools::Polygon aPol(5);
@@ -527,7 +522,6 @@ void Poly2Rect(const tools::Polygon& rPol, Rectangle& rRect, GeoStat& rGeo)
}
-
void OrthoDistance8(const Point& rPt0, Point& rPt, bool bBigOrtho)
{
long dx=rPt.X()-rPt0.X();
@@ -558,7 +552,6 @@ void OrthoDistance4(const Point& rPt0, Point& rPt, bool bBigOrtho)
}
-
long BigMulDiv(long nVal, long nMul, long nDiv)
{
BigInt aVal(nVal);
@@ -660,7 +653,6 @@ FrPair GetMapFactor(FieldUnit eS, FieldUnit eD)
};
-
// 1 mile = 8 furlong = 63.360" = 1.609.344,0mm
// 1 furlong = 10 chains = 7.920" = 201.168,0mm
// 1 chain = 4 poles = 792" = 20.116,8mm
@@ -1050,6 +1042,4 @@ void SdrFormatter::TakeUnitStr(FieldUnit eUnit, OUString& rStr)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index f51942dd302c..24d3e0305254 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -58,8 +58,6 @@ static void ImplUnmarkObject( SdrObject* pObj )
}
-
-
SdrUndoAction::~SdrUndoAction() {}
bool SdrUndoAction::CanRepeat(SfxRepeatTarget& rView) const
@@ -98,7 +96,6 @@ OUString SdrUndoAction::GetSdrRepeatComment(SdrView& /*rView*/) const
}
-
SdrUndoGroup::SdrUndoGroup(SdrModel& rNewMod)
: SdrUndoAction(rNewMod),
aBuf(),
@@ -555,7 +552,6 @@ OUString SdrUndoAttrObj::GetSdrRepeatComment(SdrView& /*rView*/) const
}
-
SdrUndoMoveObj::~SdrUndoMoveObj() {}
void SdrUndoMoveObj::Undo()
@@ -599,7 +595,6 @@ OUString SdrUndoMoveObj::GetSdrRepeatComment(SdrView& /*rView*/) const
}
-
SdrUndoGeoObj::SdrUndoGeoObj(SdrObject& rNewObj)
: SdrUndoObj(rNewObj)
, pUndoGeo(nullptr)
@@ -686,7 +681,6 @@ OUString SdrUndoGeoObj::GetComment() const
}
-
SdrUndoObjList::SdrUndoObjList(SdrObject& rNewObj, bool bOrdNumDirect)
: SdrUndoObj(rNewObj)
, bOwner(false)
@@ -771,7 +765,6 @@ SdrUndoRemoveObj::~SdrUndoRemoveObj()
}
-
void SdrUndoInsertObj::Undo()
{
// Trigger PageChangeCall
@@ -860,7 +853,6 @@ OUString SdrUndoDelObj::GetSdrRepeatComment(SdrView& /*rView*/) const
}
-
void SdrUndoNewObj::Undo()
{
SdrUndoInsertObj::Undo();
@@ -980,7 +972,6 @@ void SdrUndoReplaceObj::SetOldOwner(bool bNew)
}
-
OUString SdrUndoCopyObj::GetComment() const
{
OUString aStr;
@@ -1011,7 +1002,6 @@ void SdrUndoObjectLayerChange::Redo()
}
-
SdrUndoObjOrdNum::SdrUndoObjOrdNum(SdrObject& rNewObj, sal_uInt32 nOldOrdNum1, sal_uInt32 nNewOrdNum1)
: SdrUndoObj(rNewObj)
, nOldOrdNum(nOldOrdNum1)
@@ -1055,7 +1045,6 @@ OUString SdrUndoObjOrdNum::GetComment() const
}
-
SdrUndoObjSetText::SdrUndoObjSetText(SdrObject& rNewObj, sal_Int32 nText)
: SdrUndoObj(rNewObj)
, pOldText(nullptr)
@@ -1314,7 +1303,6 @@ SdrUndoLayer::~SdrUndoLayer()
}
-
void SdrUndoNewLayer::Undo()
{
DBG_ASSERT(!bItsMine,"SdrUndoNewLayer::Undo(): Layer already belongs to UndoAction.");
@@ -1336,7 +1324,6 @@ OUString SdrUndoNewLayer::GetComment() const
}
-
void SdrUndoDelLayer::Undo()
{
DBG_ASSERT(bItsMine,"SdrUndoDelLayer::Undo(): Layer does not belong to UndoAction.");
@@ -1358,7 +1345,6 @@ OUString SdrUndoDelLayer::GetComment() const
}
-
void SdrUndoMoveLayer::Undo()
{
SdrLayer* pCmpLayer= pLayerAdmin->RemoveLayer(nNeuPos);
@@ -1442,7 +1428,6 @@ void SdrUndoPage::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, OUString& rStr,
}
-
SdrUndoPageList::SdrUndoPageList(SdrPage& rNewPg)
: SdrUndoPage(rNewPg)
, bItsMine(false)
@@ -1459,7 +1444,6 @@ SdrUndoPageList::~SdrUndoPageList()
}
-
SdrUndoDelPage::SdrUndoDelPage(SdrPage& rNewPg)
: SdrUndoPageList(rNewPg)
, pUndoGroup(nullptr)
@@ -1610,7 +1594,6 @@ void SdrUndoDelPage::restoreFillBitmap()
}
-
void SdrUndoNewPage::Undo()
{
ImpRemovePage(nPageNum);
@@ -1633,7 +1616,6 @@ OUString SdrUndoNewPage::GetComment() const
}
-
OUString SdrUndoCopyPage::GetComment() const
{
OUString aStr;
@@ -1659,7 +1641,6 @@ bool SdrUndoCopyPage::CanSdrRepeat(SdrView& /*rView*/) const
}
-
void SdrUndoSetPageNum::Undo()
{
ImpMovePage(nNewPageNum,nOldPageNum);
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 3c20ccaabf5b..e1dbaa3a30d5 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -51,7 +51,6 @@
#include <drawinglayer/processor2d/contourextractor2d.hxx>
-
SdrViewEvent::SdrViewEvent()
: pHdl(nullptr),
pObj(nullptr),
@@ -152,7 +151,6 @@ SdrDropMarkerOverlay::~SdrDropMarkerOverlay()
}
-
SdrView::SdrView(SdrModel* pModel1, OutputDevice* pOut)
: SdrCreateView(pModel1,pOut),
bNoExtendedMouseDispatcher(false),
diff --git a/svx/source/svdraw/svdviter.cxx b/svx/source/svdraw/svdviter.cxx
index 3cdfc2c1b57f..a34a9e510689 100644
--- a/svx/source/svdraw/svdviter.cxx
+++ b/svx/source/svdraw/svdviter.cxx
@@ -28,7 +28,6 @@
#include <svx/sdrpaintwindow.hxx>
-
void SdrViewIter::ImpInitVars()
{
mnListenerNum = 0L;
@@ -38,7 +37,6 @@ void SdrViewIter::ImpInitVars()
}
-
SdrViewIter::SdrViewIter(const SdrPage* pPage, bool bNoMasterPage)
{
mpPage = pPage;
@@ -49,7 +47,6 @@ SdrViewIter::SdrViewIter(const SdrPage* pPage, bool bNoMasterPage)
}
-
SdrViewIter::SdrViewIter(const SdrObject* pObject, bool bNoMasterPage)
{
mpObject = pObject;
@@ -67,7 +64,6 @@ SdrViewIter::SdrViewIter(const SdrObject* pObject, bool bNoMasterPage)
}
-
bool SdrViewIter::ImpCheckPageView(SdrPageView* pPV) const
{
if(!mpPage)
@@ -167,7 +163,6 @@ SdrView* SdrViewIter::ImpFindView()
}
-
SdrView* SdrViewIter::FirstView()
{
ImpInitVars();
@@ -175,7 +170,6 @@ SdrView* SdrViewIter::FirstView()
}
-
SdrView* SdrViewIter::NextView()
{
mnListenerNum++;
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index ab6c8a4c8d2b..83586cc7f828 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -525,7 +525,6 @@ BitmapEx SdrExchangeView::GetMarkedObjBitmapEx(bool bNoVDevIfOneBmpMarked) const
}
-
GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) const
{
GDIMetaFile aMtf;
@@ -587,7 +586,6 @@ GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) co
}
-
Graphic SdrExchangeView::GetAllMarkedGraphic() const
{
Graphic aRet;
@@ -604,7 +602,6 @@ Graphic SdrExchangeView::GetAllMarkedGraphic() const
}
-
Graphic SdrExchangeView::GetObjGraphic( const SdrModel* pModel, const SdrObject* pObj )
{
Graphic aRet;
@@ -672,7 +669,6 @@ Graphic SdrExchangeView::GetObjGraphic( const SdrModel* pModel, const SdrObject*
}
-
::std::vector< SdrObject* > SdrExchangeView::GetMarkedObjects() const
{
SortMarkedObjects();
@@ -710,7 +706,6 @@ Graphic SdrExchangeView::GetObjGraphic( const SdrModel* pModel, const SdrObject*
}
-
void SdrExchangeView::DrawMarkedObj(OutputDevice& rOut) const
{
::std::vector< SdrObject* > aSdrObjects(GetMarkedObjects());
@@ -726,7 +721,6 @@ void SdrExchangeView::DrawMarkedObj(OutputDevice& rOut) const
}
-
SdrModel* SdrExchangeView::GetMarkedObjModel() const
{
// Sorting the MarkList here might be problematic in the future, so
@@ -779,7 +773,6 @@ SdrModel* SdrExchangeView::GetMarkedObjModel() const
}
-
bool SdrExchangeView::Cut( sal_uIntPtr /*nFormat */)
{
OSL_FAIL( "SdrExchangeView::Cut: Not supported any more." );
@@ -787,7 +780,6 @@ bool SdrExchangeView::Cut( sal_uIntPtr /*nFormat */)
}
-
bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/)
{
OSL_FAIL( "SdrExchangeView::Yank: Not supported any more." );
@@ -795,7 +787,6 @@ bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/)
}
-
bool SdrExchangeView::Paste(vcl::Window* /*pWin*/, sal_uIntPtr /*nFormat*/)
{
OSL_FAIL( "SdrExchangeView::Paste: Not supported any more." );
diff --git a/svx/source/svdraw/textchaincursor.cxx b/svx/source/svdraw/textchaincursor.cxx
index 23bd8f54a0a3..798720563f9a 100644
--- a/svx/source/svdraw/textchaincursor.cxx
+++ b/svx/source/svdraw/textchaincursor.cxx
@@ -164,7 +164,6 @@ void TextChainCursorManager::HandleCursorEvent(
SdrTextObj *pPrevLink = mpTextObj->GetPrevLinkInChain();
-
switch ( aCurEvt ) {
case CursorChainingEvent::UNCHANGED:
// Set same selection as before the chaining (which is saved as PostChainingSel)
diff --git a/svx/source/table/accessiblecell.cxx b/svx/source/table/accessiblecell.cxx
index 5b972a8f2c3a..9064a3f3edee 100644
--- a/svx/source/table/accessiblecell.cxx
+++ b/svx/source/table/accessiblecell.cxx
@@ -58,14 +58,12 @@ AccessibleCell::AccessibleCell( const css::uno::Reference< css::accessibility::X
}
-
AccessibleCell::~AccessibleCell()
{
DBG_ASSERT( mpText == nullptr, "svx::AccessibleCell::~AccessibleCell(), not disposed!?" );
}
-
void AccessibleCell::Init()
{
SdrView* pView = maShapeTreeInfo.GetSdrView();
@@ -94,7 +92,6 @@ void AccessibleCell::Init()
}
-
bool AccessibleCell::SetState (sal_Int16 aState)
{
bool bStateHasChanged = false;
@@ -114,7 +111,6 @@ bool AccessibleCell::SetState (sal_Int16 aState)
}
-
bool AccessibleCell::ResetState (sal_Int16 aState)
{
bool bStateHasChanged = false;
@@ -150,14 +146,12 @@ Any SAL_CALL AccessibleCell::queryInterface( const Type& aType ) throw (RuntimeE
}
-
void SAL_CALL AccessibleCell::acquire( ) throw ()
{
AccessibleCellBase::acquire();
}
-
void SAL_CALL AccessibleCell::release( ) throw ()
{
AccessibleCellBase::release();
@@ -177,7 +171,6 @@ sal_Int32 SAL_CALL AccessibleCell::getAccessibleChildCount() throw (css::uno::Ru
}
-
/** Forward the request to the shape. Return the requested shape or throw
an exception for a wrong index.
*/
@@ -191,7 +184,6 @@ Reference<XAccessible> SAL_CALL AccessibleCell::getAccessibleChild (sal_Int32 nI
}
-
/** Return a copy of the state set.
Possible states are:
ENABLED
@@ -312,7 +304,6 @@ Reference<XAccessible > SAL_CALL AccessibleCell::getAccessibleAtPoint ( const c
}
-
css::awt::Rectangle SAL_CALL AccessibleCell::getBounds() throw(RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -359,7 +350,6 @@ css::awt::Rectangle SAL_CALL AccessibleCell::getBounds() throw(RuntimeException,
}
-
css::awt::Point SAL_CALL AccessibleCell::getLocation() throw (RuntimeException, std::exception)
{
ThrowIfDisposed ();
@@ -368,7 +358,6 @@ css::awt::Point SAL_CALL AccessibleCell::getLocation() throw (RuntimeException,
}
-
css::awt::Point SAL_CALL AccessibleCell::getLocationOnScreen() throw(RuntimeException, std::exception)
{
ThrowIfDisposed ();
@@ -393,7 +382,6 @@ css::awt::Point SAL_CALL AccessibleCell::getLocationOnScreen() throw(RuntimeExce
}
-
awt::Size SAL_CALL AccessibleCell::getSize() throw (RuntimeException, std::exception)
{
ThrowIfDisposed ();
@@ -402,28 +390,24 @@ awt::Size SAL_CALL AccessibleCell::getSize() throw (RuntimeException, std::excep
}
-
void SAL_CALL AccessibleCell::addFocusListener ( const css::uno::Reference< css::awt::XFocusListener >& xListener) throw (css::uno::RuntimeException)
{
AccessibleComponentBase::addFocusListener( xListener );
}
-
void SAL_CALL AccessibleCell::removeFocusListener (const css::uno::Reference< css::awt::XFocusListener >& xListener ) throw (css::uno::RuntimeException)
{
AccessibleComponentBase::removeFocusListener( xListener );
}
-
void SAL_CALL AccessibleCell::grabFocus() throw (css::uno::RuntimeException, std::exception)
{
AccessibleComponentBase::grabFocus();
}
-
sal_Int32 SAL_CALL AccessibleCell::getForeground() throw (RuntimeException, std::exception)
{
ThrowIfDisposed ();
@@ -434,7 +418,6 @@ sal_Int32 SAL_CALL AccessibleCell::getForeground() throw (RuntimeException, std:
}
-
sal_Int32 SAL_CALL AccessibleCell::getBackground() throw (RuntimeException, std::exception)
{
ThrowIfDisposed ();
@@ -455,14 +438,12 @@ css::uno::Reference< css::awt::XFont > SAL_CALL AccessibleCell::getFont() throw
}
-
OUString SAL_CALL AccessibleCell::getTitledBorderText() throw (css::uno::RuntimeException, std::exception)
{
return AccessibleComponentBase::getTitledBorderText();
}
-
OUString SAL_CALL AccessibleCell::getToolTipText() throw (css::uno::RuntimeException, std::exception)
{
return AccessibleComponentBase::getToolTipText();
@@ -491,7 +472,6 @@ void SAL_CALL AccessibleCell::addAccessibleEventListener( const Reference<XAcces
}
-
void SAL_CALL AccessibleCell::removeAccessibleEventListener( const Reference<XAccessibleEventListener >& rxListener) throw (RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -510,7 +490,6 @@ OUString SAL_CALL AccessibleCell::getImplementationName() throw (RuntimeExceptio
}
-
Sequence<OUString> SAL_CALL AccessibleCell::getSupportedServiceNames() throw (RuntimeException, std::exception)
{
ThrowIfDisposed ();
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index ce4396987f50..4a43e724c439 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -88,7 +88,6 @@ public:
};
-
AccessibleTableShapeImpl::AccessibleTableShapeImpl( AccessibleShapeTreeInfo& rShapeTreeInfo )
: mrShapeTreeInfo( rShapeTreeInfo )
, mRowCount(0)
@@ -97,7 +96,6 @@ AccessibleTableShapeImpl::AccessibleTableShapeImpl( AccessibleShapeTreeInfo& rSh
}
-
void AccessibleTableShapeImpl::init( const Reference< XAccessible>& xAccessible, const Reference< XTable >& xTable )
{
mxAccessible = xAccessible;
@@ -118,7 +116,6 @@ void AccessibleTableShapeImpl::init( const Reference< XAccessible>& xAccessible,
}
-
void AccessibleTableShapeImpl::dispose()
{
if( mxTable.is() )
@@ -180,7 +177,6 @@ Reference< XAccessible > AccessibleTableShapeImpl::getAccessibleChild(sal_Int32
}
-
void AccessibleTableShapeImpl::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (IndexOutOfBoundsException )
{
rnRow = 0;
@@ -310,13 +306,11 @@ AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInf
}
-
AccessibleTableShape::~AccessibleTableShape()
{
}
-
void AccessibleTableShape::Init()
{
try
@@ -335,7 +329,6 @@ void AccessibleTableShape::Init()
}
-
SvxTableController* AccessibleTableShape::getTableController()
{
SdrView* pView = maShapeTreeInfo.GetSdrView ();
@@ -363,14 +356,12 @@ Any SAL_CALL AccessibleTableShape::queryInterface( const Type& aType ) throw (Ru
}
-
void SAL_CALL AccessibleTableShape::acquire( ) throw ()
{
AccessibleTableShape_Base::acquire();
}
-
void SAL_CALL AccessibleTableShape::release( ) throw ()
{
AccessibleTableShape_Base::release();
@@ -392,14 +383,12 @@ OUString SAL_CALL AccessibleTableShape::getImplementationName() throw (RuntimeEx
}
-
OUString AccessibleTableShape::CreateAccessibleBaseName() throw (RuntimeException)
{
return OUString("TableShape");
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleChildCount( ) throw(RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -422,14 +411,12 @@ Reference< XAccessibleRelationSet > SAL_CALL AccessibleTableShape::getAccessible
}
-
sal_Int16 SAL_CALL AccessibleTableShape::getAccessibleRole() throw (RuntimeException, std::exception)
{
return AccessibleRole::TABLE;
}
-
void SAL_CALL AccessibleTableShape::disposing()
{
mxImpl->dispose();
@@ -449,7 +436,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRowCount() throw (RuntimeE
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumnCount( ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -457,7 +443,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumnCount( ) throw (Run
}
-
OUString SAL_CALL AccessibleTableShape::getAccessibleRowDescription( sal_Int32 nRow ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
checkCellPosition( 0, nRow );
@@ -465,7 +450,6 @@ OUString SAL_CALL AccessibleTableShape::getAccessibleRowDescription( sal_Int32 n
}
-
OUString SAL_CALL AccessibleTableShape::getAccessibleColumnDescription( sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -474,7 +458,6 @@ OUString SAL_CALL AccessibleTableShape::getAccessibleColumnDescription( sal_Int3
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -489,7 +472,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRowExtentAt( sal_Int32 nRo
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -504,7 +486,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumnExtentAt( sal_Int32
}
-
Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleRowHeaders( ) throw (RuntimeException, std::exception)
{
Reference< XAccessibleTable > xRet;
@@ -521,7 +502,6 @@ Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleRowHea
}
-
Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleColumnHeaders( ) throw (RuntimeException, std::exception)
{
Reference< XAccessibleTable > xRet;
@@ -538,7 +518,6 @@ Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleColumn
}
-
Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleRows( ) throw (RuntimeException, std::exception)
{
sal_Int32 nRow = getAccessibleRowCount();
@@ -575,7 +554,6 @@ Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleRows(
}
-
Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleColumns( ) throw (RuntimeException, std::exception)
{
sal_Int32 nColumn = getAccessibleColumnCount();
@@ -612,7 +590,6 @@ Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleColumn
}
-
sal_Bool SAL_CALL AccessibleTableShape::isAccessibleRowSelected( sal_Int32 nRow ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -626,7 +603,6 @@ sal_Bool SAL_CALL AccessibleTableShape::isAccessibleRowSelected( sal_Int32 nRow
}
-
sal_Bool SAL_CALL AccessibleTableShape::isAccessibleColumnSelected( sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -640,7 +616,6 @@ sal_Bool SAL_CALL AccessibleTableShape::isAccessibleColumnSelected( sal_Int32 nC
}
-
Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -654,7 +629,6 @@ Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleCellAt( sal
}
-
Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleCaption( ) throw (RuntimeException, std::exception)
{
Reference< XAccessible > xRet;
@@ -662,7 +636,6 @@ Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleCaption( )
}
-
Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleSummary( ) throw (RuntimeException, std::exception)
{
Reference< XAccessible > xRet;
@@ -670,7 +643,6 @@ Reference< XAccessible > SAL_CALL AccessibleTableShape::getAccessibleSummary( )
}
-
sal_Bool SAL_CALL AccessibleTableShape::isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -689,7 +661,6 @@ sal_Bool SAL_CALL AccessibleTableShape::isAccessibleSelected( sal_Int32 nRow, sa
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -698,7 +669,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleIndex( sal_Int32 nRow, sal
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRow( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -708,7 +678,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRow( sal_Int32 nChildIndex
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumn( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -746,7 +715,6 @@ void SAL_CALL AccessibleTableShape::selectAccessibleChild( sal_Int32 nChildIndex
}
-
sal_Bool SAL_CALL AccessibleTableShape::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw ( IndexOutOfBoundsException, RuntimeException, std::exception )
{
SolarMutexGuard aSolarGuard;
@@ -757,7 +725,6 @@ sal_Bool SAL_CALL AccessibleTableShape::isAccessibleChildSelected( sal_Int32 nCh
}
-
void SAL_CALL AccessibleTableShape::clearAccessibleSelection() throw ( RuntimeException, std::exception )
{
SolarMutexGuard aSolarGuard;
@@ -779,7 +746,6 @@ void SAL_CALL AccessibleTableShape::selectAllAccessibleChildren() throw ( Runtim
}
-
sal_Int32 SAL_CALL AccessibleTableShape::getSelectedAccessibleChildCount() throw ( RuntimeException, std::exception )
{
SolarMutexGuard aSolarGuard;
@@ -799,7 +765,6 @@ sal_Int32 SAL_CALL AccessibleTableShape::getSelectedAccessibleChildCount() throw
}
-
Reference< XAccessible > SAL_CALL AccessibleTableShape::getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex ) throw ( IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -821,7 +786,6 @@ Reference< XAccessible > SAL_CALL AccessibleTableShape::getSelectedAccessibleChi
}
-
void SAL_CALL AccessibleTableShape::deselectAccessibleChild( sal_Int32 nChildIndex ) throw ( IndexOutOfBoundsException, RuntimeException, std::exception )
{
SolarMutexGuard aSolarGuard;
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index c783cb1fb7d6..5279d7b0cadc 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -54,7 +54,6 @@
#include <svx/svdpool.hxx>
-
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -66,7 +65,6 @@ using namespace ::com::sun::star::style;
using namespace ::com::sun::star::container;
-
static const SvxItemPropertySet* ImplGetSvxCellPropertySet()
{
// Propertymap fuer einen Outliner Text
@@ -359,7 +357,6 @@ rtl::Reference< Cell > Cell::create( SdrTableObj& rTableObj, OutlinerParaObject*
}
-
Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw(css::uno::RuntimeException)
: SdrText( rTableObj, pOutlinerParaObject )
, SvxUnoTextBase( ImplGetSvxUnoOutlinerTextCursorSvxPropertySet() )
@@ -378,14 +375,12 @@ Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) th
}
-
Cell::~Cell() throw()
{
dispose();
}
-
void Cell::dispose()
{
if( mxTable.is() )
@@ -411,7 +406,6 @@ void Cell::dispose()
}
-
void Cell::SetModel(SdrModel* pNewModel)
{
SvxTextEditSource* pTextEditSource = dynamic_cast< SvxTextEditSource* >( GetEditSource() );
@@ -442,7 +436,6 @@ void Cell::SetModel(SdrModel* pNewModel)
}
-
void Cell::merge( sal_Int32 nColumnSpan, sal_Int32 nRowSpan )
{
if ((mnColSpan != nColumnSpan) || (mnRowSpan != nRowSpan) || mbMerged)
@@ -455,7 +448,6 @@ void Cell::merge( sal_Int32 nColumnSpan, sal_Int32 nRowSpan )
}
-
void Cell::mergeContent( const CellRef& xSourceCell )
{
SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() );
@@ -484,7 +476,6 @@ void Cell::mergeContent( const CellRef& xSourceCell )
}
-
void Cell::cloneFrom( const CellRef& xCell )
{
if( xCell.is() )
@@ -523,7 +514,6 @@ void Cell::replaceContentAndFormating( const CellRef& xSourceCell )
}
-
void Cell::setMerged()
{
if( !mbMerged )
@@ -534,7 +524,6 @@ void Cell::setMerged()
}
-
void Cell::copyFormatFrom( const CellRef& xSourceCell )
{
if( xSourceCell.is() && mpProperties )
@@ -554,7 +543,6 @@ void Cell::copyFormatFrom( const CellRef& xSourceCell )
}
-
void Cell::notifyModified()
{
if( mxTable.is() )
@@ -582,7 +570,6 @@ bool Cell::IsTextEditActive()
}
-
bool Cell::hasText() const
{
OutlinerParaObject* pParaObj = GetOutlinerParaObject();
@@ -604,7 +591,6 @@ bool Cell::hasText() const
}
-
OutlinerParaObject* Cell::GetEditOutlinerParaObject() const
{
SdrTableObj& rTableObj = dynamic_cast< SdrTableObj& >( GetObject() );
@@ -614,7 +600,6 @@ OutlinerParaObject* Cell::GetEditOutlinerParaObject() const
}
-
void Cell::SetStyleSheet( SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr )
{
// only allow cell styles for cells
@@ -628,7 +613,6 @@ void Cell::SetStyleSheet( SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr )
}
-
const SfxItemSet& Cell::GetObjectItemSet()
{
if( mpProperties )
@@ -673,14 +657,12 @@ void Cell::TakeTextAnchorRect(Rectangle& rAnchorRect) const
}
-
const SfxItemSet& Cell::GetItemSet() const
{
return mpProperties->GetObjectItemSet();
}
-
void Cell::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, bool bClearAllItems)
{
if( mpProperties )
@@ -691,14 +673,12 @@ void Cell::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, bool bClearAllIt
}
-
sal_Int32 Cell::getMinimumWidth()
{
return GetTextLeftDistance() + GetTextRightDistance() + 100;
}
-
sal_Int32 Cell::getMinimumHeight()
{
if( !mpProperties )
@@ -738,49 +718,42 @@ sal_Int32 Cell::getMinimumHeight()
}
-
long Cell::GetTextLeftDistance() const
{
return static_cast<const SdrMetricItem&>(GetItemSet().Get(SDRATTR_TEXT_LEFTDIST)).GetValue();
}
-
long Cell::GetTextRightDistance() const
{
return static_cast<const SdrMetricItem&>(GetItemSet().Get(SDRATTR_TEXT_RIGHTDIST)).GetValue();
}
-
long Cell::GetTextUpperDistance() const
{
return static_cast<const SdrMetricItem&>(GetItemSet().Get(SDRATTR_TEXT_UPPERDIST)).GetValue();
}
-
long Cell::GetTextLowerDistance() const
{
return static_cast<const SdrMetricItem&>(GetItemSet().Get(SDRATTR_TEXT_LOWERDIST)).GetValue();
}
-
SdrTextVertAdjust Cell::GetTextVerticalAdjust() const
{
return static_cast<const SdrTextVertAdjustItem&>(GetItemSet().Get(SDRATTR_TEXT_VERTADJUST)).GetValue();
}
-
SdrTextHorzAdjust Cell::GetTextHorizontalAdjust() const
{
return static_cast<const SdrTextHorzAdjustItem&>(GetItemSet().Get(SDRATTR_TEXT_HORZADJUST)).GetValue();
}
-
void Cell::SetOutlinerParaObject( OutlinerParaObject* pTextObject )
{
SdrText::SetOutlinerParaObject( pTextObject );
@@ -791,7 +764,6 @@ void Cell::SetOutlinerParaObject( OutlinerParaObject* pTextObject )
}
-
void Cell::AddUndo()
{
SdrObject& rObj = GetObject();
@@ -808,7 +780,6 @@ void Cell::AddUndo()
}
-
sdr::properties::TextProperties* Cell::CloneProperties( sdr::properties::TextProperties* pProperties, SdrObject& rNewObj, Cell& rNewCell )
{
if( pProperties )
@@ -818,7 +789,6 @@ sdr::properties::TextProperties* Cell::CloneProperties( sdr::properties::TextPro
}
-
sdr::properties::TextProperties* Cell::CloneProperties( SdrObject& rNewObj, Cell& rNewCell )
{
return CloneProperties(mpProperties,rNewObj,rNewCell);
@@ -850,14 +820,12 @@ Any SAL_CALL Cell::queryInterface( const Type & rType ) throw(RuntimeException,
}
-
void SAL_CALL Cell::acquire() throw ()
{
::cppu::OWeakObject::acquire();
}
-
void SAL_CALL Cell::release() throw ()
{
::cppu::OWeakObject::release();
@@ -880,7 +848,6 @@ Sequence< Type > SAL_CALL Cell::getTypes( ) throw (RuntimeException, std::excep
}
-
Sequence< sal_Int8 > SAL_CALL Cell::getImplementationId( ) throw (RuntimeException, std::exception)
{
return css::uno::Sequence<sal_Int8>();
@@ -895,7 +862,6 @@ css::awt::Size SAL_CALL Cell::getMinimumSize()
}
-
css::awt::Size SAL_CALL Cell::getPreferredSize()
throw (RuntimeException,
std::exception)
@@ -904,7 +870,6 @@ css::awt::Size SAL_CALL Cell::getPreferredSize()
}
-
css::awt::Size SAL_CALL Cell::calcAdjustedSize( const css::awt::Size& aNewSize ) throw (RuntimeException, std::exception)
{
return aNewSize;
@@ -920,14 +885,12 @@ sal_Int32 SAL_CALL Cell::getRowSpan() throw (RuntimeException, std::exception)
}
-
sal_Int32 SAL_CALL Cell::getColumnSpan() throw (RuntimeException, std::exception)
{
return mnColSpan;
}
-
sal_Bool SAL_CALL Cell::isMerged() throw (RuntimeException, std::exception)
{
return mbMerged;
@@ -943,7 +906,6 @@ OUString SAL_CALL Cell::getFormula( ) throw (RuntimeException, std::exception)
}
-
void SAL_CALL Cell::setFormula( const OUString& aFormula ) throw (RuntimeException, std::exception)
{
if( msFormula != aFormula )
@@ -953,14 +915,12 @@ void SAL_CALL Cell::setFormula( const OUString& aFormula ) throw (RuntimeExcepti
}
-
double SAL_CALL Cell::getValue( ) throw (RuntimeException, std::exception)
{
return mfValue;
}
-
void SAL_CALL Cell::setValue( double nValue ) throw (RuntimeException, std::exception)
{
if( mfValue != nValue )
@@ -971,14 +931,12 @@ void SAL_CALL Cell::setValue( double nValue ) throw (RuntimeException, std::exce
}
-
CellContentType SAL_CALL Cell::getType() throw (RuntimeException, std::exception)
{
return mnCellContentType;
}
-
sal_Int32 SAL_CALL Cell::getError( ) throw (RuntimeException, std::exception)
{
return mnError;
@@ -1016,7 +974,6 @@ Reference< XPropertySetInfo > SAL_CALL Cell::getPropertySetInfo() throw(RuntimeE
}
-
void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any& rValue ) throw(UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1161,7 +1118,6 @@ void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any&
}
-
Any SAL_CALL Cell::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1245,25 +1201,21 @@ Any SAL_CALL Cell::getPropertyValue( const OUString& PropertyName ) throw(Unknow
}
-
void SAL_CALL Cell::addPropertyChangeListener( const OUString& /*aPropertyName*/, const Reference< XPropertyChangeListener >& /*xListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL Cell::removePropertyChangeListener( const OUString& /*aPropertyName*/, const Reference< XPropertyChangeListener >& /*aListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL Cell::addVetoableChangeListener( const OUString& /*PropertyName*/, const Reference< XVetoableChangeListener >& /*aListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL Cell::removeVetoableChangeListener( const OUString& /*PropertyName*/, const Reference< XVetoableChangeListener >& /*aListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
@@ -1302,7 +1254,6 @@ void SAL_CALL Cell::setPropertyValues( const Sequence< OUString >& aPropertyName
}
-
Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aPropertyNames ) throw (RuntimeException, std::exception)
{
::SolarMutexGuard aSolarGuard;
@@ -1336,19 +1287,16 @@ Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aP
}
-
void SAL_CALL Cell::addPropertiesChangeListener( const Sequence< OUString >& /*aPropertyNames*/, const Reference< XPropertiesChangeListener >& /*xListener*/ ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL Cell::removePropertiesChangeListener( const Reference< XPropertiesChangeListener >& /*xListener*/ ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL Cell::firePropertiesChangeEvent( const Sequence< OUString >& /*aPropertyNames*/, const Reference< XPropertiesChangeListener >& /*xListener*/ ) throw (RuntimeException, std::exception)
{
}
@@ -1460,7 +1408,6 @@ PropertyState SAL_CALL Cell::getPropertyState( const OUString& PropertyName ) th
}
-
Sequence< PropertyState > SAL_CALL Cell::getPropertyStates( const Sequence< OUString >& aPropertyName ) throw(UnknownPropertyException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1491,7 +1438,6 @@ Sequence< PropertyState > SAL_CALL Cell::getPropertyStates( const Sequence< OUSt
}
-
void SAL_CALL Cell::setPropertyToDefault( const OUString& PropertyName ) throw(UnknownPropertyException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1533,7 +1479,6 @@ void SAL_CALL Cell::setPropertyToDefault( const OUString& PropertyName ) throw(U
}
-
Any SAL_CALL Cell::getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1607,7 +1552,6 @@ void SAL_CALL Cell::setAllPropertiesToDefault()
}
-
void SAL_CALL Cell::setPropertiesToDefault( const Sequence< OUString >& aPropertyNames ) throw (UnknownPropertyException, RuntimeException, std::exception)
{
sal_Int32 nCount = aPropertyNames.getLength();
@@ -1618,7 +1562,6 @@ void SAL_CALL Cell::setPropertiesToDefault( const Sequence< OUString >& aPropert
}
-
Sequence< Any > SAL_CALL Cell::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
sal_Int32 nCount = aPropertyNames.getLength();
@@ -1643,7 +1586,6 @@ void SAL_CALL Cell::insertTextContent( const Reference< XTextRange >& xRange, co
}
-
void SAL_CALL Cell::removeTextContent( const Reference< XTextContent >& xContent ) throw (NoSuchElementException, RuntimeException, std::exception)
{
SvxUnoTextBase::removeTextContent( xContent );
@@ -1660,14 +1602,12 @@ Reference< XTextCursor > SAL_CALL Cell::createTextCursor( ) throw (RuntimeExcep
}
-
Reference< XTextCursor > SAL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTextPosition ) throw (RuntimeException, std::exception)
{
return SvxUnoTextBase::createTextCursorByRange( aTextPosition );
}
-
void SAL_CALL Cell::insertString( const Reference< XTextRange >& xRange, const OUString& aString, sal_Bool bAbsorb ) throw (RuntimeException, std::exception)
{
SvxUnoTextBase::insertString( xRange, aString, bAbsorb );
@@ -1675,7 +1615,6 @@ void SAL_CALL Cell::insertString( const Reference< XTextRange >& xRange, const O
}
-
void SAL_CALL Cell::insertControlCharacter( const Reference< XTextRange >& xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb ) throw (IllegalArgumentException, RuntimeException, std::exception)
{
SvxUnoTextBase::insertControlCharacter( xRange, nControlCharacter, bAbsorb );
@@ -1692,21 +1631,18 @@ Reference< XText > SAL_CALL Cell::getText( ) throw (RuntimeException, std::exce
}
-
Reference< XTextRange > SAL_CALL Cell::getStart( ) throw (RuntimeException, std::exception)
{
return SvxUnoTextBase::getStart();
}
-
Reference< XTextRange > SAL_CALL Cell::getEnd( ) throw (RuntimeException, std::exception)
{
return SvxUnoTextBase::getEnd();
}
-
OUString SAL_CALL Cell::getString( ) throw (RuntimeException, std::exception)
{
maSelection.nStartPara = EE_PARA_MAX_COUNT;
@@ -1714,7 +1650,6 @@ OUString SAL_CALL Cell::getString( ) throw (RuntimeException, std::exception)
}
-
void SAL_CALL Cell::setString( const OUString& aString ) throw (RuntimeException, std::exception)
{
SvxUnoTextBase::setString( aString );
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx
index 20ab6b4d8331..87f8166d746c 100644
--- a/svx/source/table/cell.hxx
+++ b/svx/source/table/cell.hxx
@@ -33,7 +33,6 @@
#include "svx/svdtext.hxx"
-
class SfxItemSet;
class OutlinerParaObject;
class SdrObject;
@@ -43,11 +42,9 @@ namespace sdr { namespace properties {
} }
-
namespace sdr { namespace table {
-
class SVX_DLLPUBLIC Cell : public SdrText,
public SvxUnoTextBase,
public css::table::XMergeableCell,
@@ -225,7 +222,6 @@ private:
};
-
} }
#endif
diff --git a/svx/source/table/cellcursor.cxx b/svx/source/table/cellcursor.cxx
index 04620251ad21..f1fd2570e5de 100644
--- a/svx/source/table/cellcursor.cxx
+++ b/svx/source/table/cellcursor.cxx
@@ -27,7 +27,6 @@
#include "svdglob.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
@@ -35,7 +34,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::table;
-
namespace sdr { namespace table {
CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom )
@@ -44,7 +42,6 @@ CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32
}
-
CellCursor::~CellCursor()
{
}
@@ -59,14 +56,12 @@ Reference< XCell > SAL_CALL CellCursor::getCellByPosition( sal_Int32 nColumn, sa
}
-
Reference< XCellRange > SAL_CALL CellCursor::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
return CellRange::getCellRangeByPosition( nLeft, nTop, nRight, nBottom );
}
-
Reference< XCellRange > SAL_CALL CellCursor::getCellRangeByName( const OUString& aRange ) throw (RuntimeException, std::exception)
{
return CellRange::getCellRangeByName( aRange );
@@ -83,7 +78,6 @@ void SAL_CALL CellCursor::gotoStart( ) throw (RuntimeException, std::exception)
}
-
void SAL_CALL CellCursor::gotoEnd( ) throw (RuntimeException, std::exception)
{
mnLeft = mnRight;
@@ -91,7 +85,6 @@ void SAL_CALL CellCursor::gotoEnd( ) throw (RuntimeException, std::exception)
}
-
void SAL_CALL CellCursor::gotoNext( ) throw (RuntimeException, std::exception)
{
if( mxTable.is() )
@@ -120,7 +113,6 @@ void SAL_CALL CellCursor::gotoNext( ) throw (RuntimeException, std::exception)
}
-
void SAL_CALL CellCursor::gotoPrevious( ) throw (RuntimeException, std::exception)
{
if( mxTable.is() )
@@ -141,7 +133,6 @@ void SAL_CALL CellCursor::gotoPrevious( ) throw (RuntimeException, std::excepti
}
-
void SAL_CALL CellCursor::gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (RuntimeException, std::exception)
{
if( mxTable.is() )
@@ -240,7 +231,6 @@ bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd )
}
-
void SAL_CALL CellCursor::merge( ) throw (NoSupportException, RuntimeException, std::exception)
{
CellPos aStart, aEnd;
@@ -275,7 +265,6 @@ void SAL_CALL CellCursor::merge( ) throw (NoSupportException, RuntimeException,
}
-
void CellCursor::split_column( sal_Int32 nCol, sal_Int32 nColumns, std::vector< sal_Int32 >& rLeftOvers )
{
const sal_Int32 nRowCount = mxTable->getRowCount();
@@ -379,7 +368,6 @@ void CellCursor::split_column( sal_Int32 nCol, sal_Int32 nColumns, std::vector<
}
-
void CellCursor::split_horizontal( sal_Int32 nColumns )
{
const sal_Int32 nRowCount = mxTable->getRowCount();
@@ -391,7 +379,6 @@ void CellCursor::split_horizontal( sal_Int32 nColumns )
}
-
void CellCursor::split_row( sal_Int32 nRow, sal_Int32 nRows, std::vector< sal_Int32 >& rLeftOvers )
{
const sal_Int32 nColCount = mxTable->getColumnCount();
@@ -495,7 +482,6 @@ void CellCursor::split_row( sal_Int32 nRow, sal_Int32 nRows, std::vector< sal_In
}
-
void CellCursor::split_vertical( sal_Int32 nRows )
{
const sal_Int32 nColCount = mxTable->getColumnCount();
@@ -507,7 +493,6 @@ void CellCursor::split_vertical( sal_Int32 nRows )
}
-
void SAL_CALL CellCursor::split( sal_Int32 nColumns, sal_Int32 nRows ) throw (NoSupportException, IllegalArgumentException, RuntimeException, std::exception)
{
if( (nColumns < 0) || (nRows < 0) )
@@ -546,7 +531,6 @@ void SAL_CALL CellCursor::split( sal_Int32 nColumns, sal_Int32 nRows ) throw (No
}
-
sal_Bool SAL_CALL CellCursor::isMergeable( ) throw (RuntimeException, std::exception)
{
CellPos aStart, aEnd;
@@ -554,7 +538,6 @@ sal_Bool SAL_CALL CellCursor::isMergeable( ) throw (RuntimeException, std::exce
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/cellcursor.hxx b/svx/source/table/cellcursor.hxx
index d17d4173b6f3..2c4430a35255 100644
--- a/svx/source/table/cellcursor.hxx
+++ b/svx/source/table/cellcursor.hxx
@@ -26,7 +26,6 @@
#include "cellrange.hxx"
-
namespace sdr { namespace table {
struct CellPos;
diff --git a/svx/source/table/cellrange.cxx b/svx/source/table/cellrange.cxx
index f0adfa3f8db1..1f7dc02416ff 100644
--- a/svx/source/table/cellrange.cxx
+++ b/svx/source/table/cellrange.cxx
@@ -21,14 +21,12 @@
#include "cellrange.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::table;
-
namespace sdr { namespace table {
CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom )
@@ -41,7 +39,6 @@ CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 n
}
-
CellRange::~CellRange()
{
}
@@ -85,7 +82,6 @@ Reference< XCell > SAL_CALL CellRange::getCellByPosition( sal_Int32 nColumn, sal
}
-
Reference< XCellRange > SAL_CALL CellRange::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
if( (nLeft >= 0 ) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) )
@@ -106,14 +102,12 @@ Reference< XCellRange > SAL_CALL CellRange::getCellRangeByPosition( sal_Int32 nL
}
-
Reference< XCellRange > SAL_CALL CellRange::getCellRangeByName( const OUString& /*aRange*/ ) throw (RuntimeException, std::exception)
{
return Reference< XCellRange >();
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/cellrange.hxx b/svx/source/table/cellrange.hxx
index 455adc5678b7..8f76b6f96752 100644
--- a/svx/source/table/cellrange.hxx
+++ b/svx/source/table/cellrange.hxx
@@ -26,7 +26,6 @@
#include "tablemodel.hxx"
-
namespace sdr { namespace table {
class CellRange : public ::cppu::WeakAggImplHelper1< css::table::XCellRange >, public ICellRange
diff --git a/svx/source/table/propertyset.cxx b/svx/source/table/propertyset.cxx
index 81bbc8b2bdb7..36b2ec78e407 100644
--- a/svx/source/table/propertyset.cxx
+++ b/svx/source/table/propertyset.cxx
@@ -32,13 +32,11 @@ FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps )
}
-
FastPropertySetInfo::~FastPropertySetInfo()
{
}
-
void FastPropertySetInfo::addProperties( const PropertyVector& rProps )
{
sal_uInt32 nIndex = maProperties.size();
@@ -54,7 +52,6 @@ void FastPropertySetInfo::addProperties( const PropertyVector& rProps )
}
-
const Property& FastPropertySetInfo::getProperty( const OUString& aName ) throw (UnknownPropertyException )
{
PropertyMap::iterator aIter( maMap.find( aName ) );
@@ -64,7 +61,6 @@ const Property& FastPropertySetInfo::getProperty( const OUString& aName ) throw
}
-
const Property* FastPropertySetInfo::hasProperty( const OUString& aName )
{
PropertyMap::iterator aIter( maMap.find( aName ) );
@@ -84,14 +80,12 @@ Sequence< Property > SAL_CALL FastPropertySetInfo::getProperties() throw (Runtim
}
-
Property SAL_CALL FastPropertySetInfo::getPropertyByName( const OUString& aName ) throw (UnknownPropertyException, RuntimeException, std::exception)
{
return getProperty( aName );
}
-
sal_Bool SAL_CALL FastPropertySetInfo::hasPropertyByName( const OUString& aName ) throw (RuntimeException, std::exception)
{
return hasProperty( aName ) != nullptr;
@@ -103,7 +97,6 @@ FastPropertySet::FastPropertySet( const rtl::Reference< FastPropertySetInfo >& x
}
-
FastPropertySet::~FastPropertySet()
{
}
@@ -118,39 +111,33 @@ Reference< XPropertySetInfo > SAL_CALL FastPropertySet::getPropertySetInfo( ) t
}
-
void SAL_CALL FastPropertySet::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue );
}
-
Any SAL_CALL FastPropertySet::getPropertyValue( const OUString& aPropertyName ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
return getFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle );
}
-
void SAL_CALL FastPropertySet::addPropertyChangeListener( const OUString&, const Reference< XPropertyChangeListener >& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL FastPropertySet::removePropertyChangeListener( const OUString&, const Reference< XPropertyChangeListener >& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL FastPropertySet::addVetoableChangeListener( const OUString&, const Reference< XVetoableChangeListener >& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL FastPropertySet::removeVetoableChangeListener( const OUString&, const Reference< XVetoableChangeListener >& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
@@ -182,7 +169,6 @@ void SAL_CALL FastPropertySet::setPropertyValues( const Sequence< OUString >& aP
}
-
Sequence< Any > SAL_CALL FastPropertySet::getPropertyValues( const Sequence< OUString >& aPropertyNames ) throw (RuntimeException, std::exception)
{
sal_Int32 nCount = aPropertyNames.getLength();
@@ -206,19 +192,16 @@ Sequence< Any > SAL_CALL FastPropertySet::getPropertyValues( const Sequence< OUS
}
-
void SAL_CALL FastPropertySet::addPropertiesChangeListener( const Sequence< OUString >&, const Reference< XPropertiesChangeListener >& ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL FastPropertySet::removePropertiesChangeListener( const Reference< XPropertiesChangeListener >& ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL FastPropertySet::firePropertiesChangeEvent( const Sequence< OUString >&, const Reference< XPropertiesChangeListener >& ) throw (RuntimeException, std::exception)
{
}
diff --git a/svx/source/table/propertyset.hxx b/svx/source/table/propertyset.hxx
index 2288201c2311..5a27fbf25d7f 100644
--- a/svx/source/table/propertyset.hxx
+++ b/svx/source/table/propertyset.hxx
@@ -58,7 +58,6 @@ private:
};
-
class FastPropertySet : public ::cppu::WeakAggImplHelper3< css::beans::XPropertySet, css::beans::XMultiPropertySet, css::beans::XFastPropertySet >
{
public:
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 8fed5aab8486..62ad011ef575 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -466,7 +466,6 @@ bool SdrTableObjImpl::ApplyCellStyles()
return bChanges;
}
-
void SdrTableObjImpl::dispose()
{
disconnectTableStyle();
@@ -692,7 +691,6 @@ std::vector<sal_Int32> SdrTableObjImpl::getColumnWidths() const
return aRet;
}
-
sal_Int32 SdrTableObjImpl::getRowCount() const
{
return mxTable.is() ? mxTable->getRowCount() : 0;
@@ -1061,7 +1059,6 @@ void SdrTableObj::setTableStyleSettings( const TableStyleSettings& rStyle )
}
-
TableHitKind SdrTableObj::CheckTableHit( const Point& rPos, sal_Int32& rnX, sal_Int32& rnY, int nTol ) const
{
if( !mpImpl || !mpImpl->mxTable.is() )
@@ -1243,7 +1240,6 @@ SdrText* SdrTableObj::getText( sal_Int32 nIndex ) const
}
-
/** returns the number of texts available for this object. */
sal_Int32 SdrTableObj::getTextCount() const
{
@@ -1261,7 +1257,6 @@ sal_Int32 SdrTableObj::getTextCount() const
}
-
/** changes the current active text */
void SdrTableObj::setActiveText( sal_Int32 nIndex )
{
@@ -1509,14 +1504,12 @@ const CellRef& SdrTableObj::getActiveCell() const
}
-
sal_Int32 SdrTableObj::getColumnCount() const
{
return mpImpl ? mpImpl->getColumnCount() : 0;
}
-
void SdrTableObj::setActiveCell( const CellPos& rPos )
{
if( mpImpl && mpImpl->mxTable.is() ) try
@@ -1541,14 +1534,12 @@ void SdrTableObj::setActiveCell( const CellPos& rPos )
}
-
void SdrTableObj::getActiveCellPos( CellPos& rPos ) const
{
rPos = mpImpl->maEditPos;
}
-
void SdrTableObj::getCellBounds( const CellPos& rPos, ::Rectangle& rCellRect )
{
if( mpImpl )
@@ -1560,7 +1551,6 @@ void SdrTableObj::getCellBounds( const CellPos& rPos, ::Rectangle& rCellRect )
}
-
void SdrTableObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const
{
if( mpImpl )
@@ -1568,7 +1558,6 @@ void SdrTableObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const
}
-
void SdrTableObj::TakeTextAnchorRect( const CellPos& rPos, Rectangle& rAnchorRect ) const
{
Rectangle aAnkRect(maRect);
@@ -1585,7 +1574,6 @@ void SdrTableObj::TakeTextAnchorRect( const CellPos& rPos, Rectangle& rAnchorRec
}
-
void SdrTableObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* pViewMin) const
{
if( mpImpl )
@@ -1593,7 +1581,6 @@ void SdrTableObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle*
}
-
void SdrTableObj::TakeTextEditArea( const CellPos& rPos, Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* pViewMin ) const
{
Size aPaperMin,aPaperMax;
@@ -1650,7 +1637,6 @@ void SdrTableObj::TakeTextEditArea( const CellPos& rPos, Size* pPaperMin, Size*
}
-
sal_uInt16 SdrTableObj::GetOutlinerViewAnchorMode() const
{
EVAnchorMode eRet=ANCHOR_TOP_LEFT;
@@ -1678,7 +1664,6 @@ sal_uInt16 SdrTableObj::GetOutlinerViewAnchorMode() const
}
-
OutlinerParaObject* SdrTableObj::GetEditOutlinerParaObject() const
{
return SdrTextObj::GetEditOutlinerParaObject();
@@ -1701,14 +1686,12 @@ OUString SdrTableObj::TakeObjNameSingul() const
}
-
OUString SdrTableObj::TakeObjNamePlural() const
{
return ImpGetResStr(STR_ObjNamePluralTable);
}
-
SdrTableObj* SdrTableObj::Clone() const
{
return CloneHelper< SdrTableObj >();
@@ -1741,63 +1724,53 @@ SdrTableObj& SdrTableObj::operator=(const SdrTableObj& rObj)
}
-
basegfx::B2DPolyPolygon SdrTableObj::TakeXorPoly() const
{
return SdrTextObj::TakeXorPoly();
}
-
basegfx::B2DPolyPolygon SdrTableObj::TakeContour() const
{
return SdrTextObj::TakeContour();
}
-
const Rectangle& SdrTableObj::GetSnapRect() const
{
return maRect;
}
-
void SdrTableObj::NbcSetSnapRect(const Rectangle& rRect)
{
NbcSetLogicRect( rRect );
}
-
const Rectangle& SdrTableObj::GetLogicRect() const
{
return maLogicRect;
}
-
void SdrTableObj::RecalcSnapRect()
{
}
-
sal_uInt32 SdrTableObj::GetSnapPointCount() const
{
return SdrTextObj::GetSnapPointCount();
}
-
-
Point SdrTableObj::GetSnapPoint(sal_uInt32 i) const
{
return SdrTextObj::GetSnapPoint(i);
}
-
bool SdrTableObj::BegTextEdit(SdrOutliner& rOutl)
{
if( pEdtOutl != nullptr )
@@ -1839,7 +1812,6 @@ bool SdrTableObj::BegTextEdit(SdrOutliner& rOutl)
}
-
void SdrTableObj::EndTextEdit(SdrOutliner& rOutl)
{
if(rOutl.IsModified())
@@ -1893,7 +1865,6 @@ void SdrTableObj::EndTextEdit(SdrOutliner& rOutl)
}
-
OutlinerParaObject* SdrTableObj::GetOutlinerParaObject() const
{
CellRef xCell( getActiveCell() );
@@ -1904,7 +1875,6 @@ OutlinerParaObject* SdrTableObj::GetOutlinerParaObject() const
}
-
void SdrTableObj::NbcSetOutlinerParaObject( OutlinerParaObject* pTextObject)
{
CellRef xCell( getActiveCell() );
@@ -1926,7 +1896,6 @@ void SdrTableObj::NbcSetOutlinerParaObject( OutlinerParaObject* pTextObject)
}
-
void SdrTableObj::NbcSetLogicRect(const Rectangle& rRect)
{
maLogicRect=rRect;
@@ -1943,8 +1912,6 @@ void SdrTableObj::NbcSetLogicRect(const Rectangle& rRect)
}
-
-
void SdrTableObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ )
{
Rectangle aAdjustRect( rMaxRect );
@@ -1953,7 +1920,6 @@ void SdrTableObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnl
}
-
void SdrTableObj::NbcMove(const Size& rSiz)
{
MoveRect(maLogicRect,rSiz);
@@ -1963,7 +1929,6 @@ void SdrTableObj::NbcMove(const Size& rSiz)
}
-
void SdrTableObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact)
{
Rectangle aOldRect( maLogicRect );
@@ -1975,7 +1940,6 @@ void SdrTableObj::NbcResize(const Point& rRef, const Fraction& xFact, const Frac
}
-
bool SdrTableObj::AdjustTextFrameWidthAndHeight(bool bHgt, bool bWdt)
{
Rectangle aNeuRect(maLogicRect);
@@ -1995,7 +1959,6 @@ bool SdrTableObj::AdjustTextFrameWidthAndHeight(bool bHgt, bool bWdt)
}
-
bool SdrTableObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, bool bHeight, bool bWidth) const
{
if((pModel == nullptr) || rR.IsEmpty() || !mpImpl || !mpImpl->mxTable.is() )
@@ -2016,14 +1979,12 @@ bool SdrTableObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, bool bHeight, boo
}
-
void SdrTableObj::NbcReformatText()
{
NbcAdjustTextFrameWidthAndHeight();
}
-
void SdrTableObj::ReformatText()
{
Rectangle aBoundRect0;
@@ -2036,7 +1997,6 @@ void SdrTableObj::ReformatText()
}
-
bool SdrTableObj::IsVerticalWriting() const
{
const SvxWritingModeItem* pModeItem = dynamic_cast< const SvxWritingModeItem* >( &GetObjectItem( SDRATTR_TEXTDIRECTION ) );
@@ -2044,7 +2004,6 @@ bool SdrTableObj::IsVerticalWriting() const
}
-
void SdrTableObj::SetVerticalWriting(bool bVertical )
{
if( bVertical != IsVerticalWriting() )
diff --git a/svx/source/table/tablecolumn.cxx b/svx/source/table/tablecolumn.cxx
index 96951694b8af..3bf5ff648925 100644
--- a/svx/source/table/tablecolumn.cxx
+++ b/svx/source/table/tablecolumn.cxx
@@ -26,7 +26,6 @@
#include "svx/svdotable.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
@@ -34,7 +33,6 @@ using namespace ::com::sun::star::table;
using namespace ::com::sun::star::beans;
-
namespace sdr { namespace table {
const sal_Int32 Property_Width = 0;
@@ -58,20 +56,17 @@ TableColumn::TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn )
}
-
TableColumn::~TableColumn()
{
}
-
void TableColumn::dispose()
{
mxTableModel.clear();
}
-
void TableColumn::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
@@ -79,7 +74,6 @@ void TableColumn::throwIfDisposed() const throw (css::uno::RuntimeException)
}
-
TableColumn& TableColumn::operator=( const TableColumn& r )
{
mnWidth = r.mnWidth;
@@ -106,7 +100,6 @@ Reference< XCell > SAL_CALL TableColumn::getCellByPosition( sal_Int32 nColumn, s
}
-
Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
throwIfDisposed();
@@ -118,7 +111,6 @@ Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByPosition( sal_Int32
}
-
Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByName( const OUString& /*aRange*/ ) throw (RuntimeException, std::exception)
{
return Reference< XCellRange >();
@@ -134,7 +126,6 @@ OUString SAL_CALL TableColumn::getName() throw (RuntimeException, std::exception
}
-
void SAL_CALL TableColumn::setName( const OUString& aName ) throw (RuntimeException, std::exception)
{
maName = aName;
@@ -232,7 +223,6 @@ void SAL_CALL TableColumn::setFastPropertyValue( sal_Int32 nHandle, const Any& a
}
-
Any SAL_CALL TableColumn::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
switch( nHandle )
@@ -246,7 +236,6 @@ Any SAL_CALL TableColumn::getFastPropertyValue( sal_Int32 nHandle ) throw (Unkno
}
-
rtl::Reference< FastPropertySetInfo > TableColumn::getStaticPropertySetInfo()
{
static rtl::Reference< FastPropertySetInfo > xInfo;
@@ -304,7 +293,6 @@ sal_Int32 TableColumn::getWidth() const
return mnWidth;
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/tablecolumn.hxx b/svx/source/table/tablecolumn.hxx
index cc768458692b..0c5083d5ce8f 100644
--- a/svx/source/table/tablecolumn.hxx
+++ b/svx/source/table/tablecolumn.hxx
@@ -28,7 +28,6 @@
#include "tablemodel.hxx"
-
namespace sdr { namespace table {
typedef ::cppu::ImplInheritanceHelper< FastPropertySet, css::table::XCellRange, css::container::XNamed > TableColumnBase;
diff --git a/svx/source/table/tablecolumns.cxx b/svx/source/table/tablecolumns.cxx
index 10f0184dcfeb..eaf01178c979 100644
--- a/svx/source/table/tablecolumns.cxx
+++ b/svx/source/table/tablecolumns.cxx
@@ -24,14 +24,12 @@
#include "tablecolumn.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::table;
-
namespace sdr { namespace table {
TableColumns::TableColumns( const TableModelRef& xTableModel )
@@ -40,21 +38,18 @@ TableColumns::TableColumns( const TableModelRef& xTableModel )
}
-
TableColumns::~TableColumns()
{
dispose();
}
-
void TableColumns::dispose()
{
mxTableModel.clear();
}
-
void TableColumns::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
@@ -72,7 +67,6 @@ void SAL_CALL TableColumns::insertByIndex( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void SAL_CALL TableColumns::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) throw (RuntimeException, std::exception)
{
throwIfDisposed();
@@ -90,7 +84,6 @@ sal_Int32 SAL_CALL TableColumns::getCount() throw (RuntimeException, std::except
}
-
Any SAL_CALL TableColumns::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
throwIfDisposed();
@@ -113,7 +106,6 @@ Type SAL_CALL TableColumns::getElementType() throw (RuntimeException, std::excep
}
-
sal_Bool SAL_CALL TableColumns::hasElements() throw (RuntimeException, std::exception)
{
throwIfDisposed();
@@ -122,7 +114,6 @@ sal_Bool SAL_CALL TableColumns::hasElements() throw (RuntimeException, std::exce
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/tablecolumns.hxx b/svx/source/table/tablecolumns.hxx
index 8c350e2e5876..0da242abd16a 100644
--- a/svx/source/table/tablecolumns.hxx
+++ b/svx/source/table/tablecolumns.hxx
@@ -26,7 +26,6 @@
#include "tablemodel.hxx"
-
namespace sdr { namespace table {
class TableColumns : public ::cppu::WeakAggImplHelper1< css::table::XTableColumns >
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 718b500d5c3f..d055849d3819 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -128,7 +128,6 @@ rtl::Reference< sdr::SelectionController > CreateTableController( SdrObjEditView
}
-
rtl::Reference< sdr::SelectionController > SvxTableController::create( SdrObjEditView* pView, const SdrObject* pObj, const rtl::Reference< sdr::SelectionController >& xRefController )
{
if( xRefController.is() )
@@ -141,7 +140,6 @@ rtl::Reference< sdr::SelectionController > SvxTableController::create( SdrObjEdi
}
-
SvxTableController::SvxTableController( SdrObjEditView* pView, const SdrObject* pObj )
: mbCellSelectionMode(false)
, mbLeftButtonDown(false)
@@ -191,7 +189,6 @@ SvxTableController::~SvxTableController()
}
-
const sal_uInt16 ACTION_NONE = 0;
const sal_uInt16 ACTION_GOTO_FIRST_CELL = 1;
const sal_uInt16 ACTION_GOTO_FIRST_COLUMN = 2;
@@ -337,7 +334,6 @@ bool SvxTableController::onMouseButtonDown(const MouseEvent& rMEvt, vcl::Window*
}
-
bool SvxTableController::onMouseButtonUp(const MouseEvent& rMEvt, vcl::Window* /*pWin*/)
{
if( !checkTableObject() )
@@ -352,7 +348,6 @@ bool SvxTableController::onMouseButtonUp(const MouseEvent& rMEvt, vcl::Window* /
}
-
bool SvxTableController::onMouseMove(const MouseEvent& rMEvt, vcl::Window* pWindow )
{
if( !checkTableObject() )
@@ -384,7 +379,6 @@ bool SvxTableController::onMouseMove(const MouseEvent& rMEvt, vcl::Window* pWind
}
-
void SvxTableController::onSelectionHasChanged()
{
bool bSelected = false;
@@ -421,7 +415,6 @@ void SvxTableController::onSelectionHasChanged()
}
-
void SvxTableController::GetState( SfxItemSet& rSet )
{
if( !mxTable.is() || !mxTableObj.is() || !mxTableObj->GetModel() )
@@ -520,7 +513,6 @@ void SvxTableController::GetState( SfxItemSet& rSet )
}
-
void SvxTableController::onInsert( sal_uInt16 nSId, const SfxItemSet* pArgs )
{
sdr::table::SdrTableObj* pTableObj = dynamic_cast< sdr::table::SdrTableObj* >( mxTableObj.get() );
@@ -797,7 +789,6 @@ void SvxTableController::onInsert( sal_uInt16 nSId, const SfxItemSet* pArgs )
}
-
void SvxTableController::onDelete( sal_uInt16 nSId )
{
sdr::table::SdrTableObj* pTableObj = dynamic_cast< sdr::table::SdrTableObj* >( mxTableObj.get() );
@@ -856,7 +847,6 @@ void SvxTableController::onDelete( sal_uInt16 nSId )
}
-
void SvxTableController::onSelect( sal_uInt16 nSId )
{
if( mxTable.is() )
@@ -1460,7 +1450,6 @@ bool SvxTableController::checkTableObject()
}
-
sal_uInt16 SvxTableController::getKeyboardAction( const KeyEvent& rKEvt, vcl::Window* /*pWindow*/ )
{
const bool bMod1 = rKEvt.GetKeyCode().IsMod1(); // ctrl
@@ -1759,7 +1748,6 @@ bool SvxTableController::executeAction( sal_uInt16 nAction, bool bSelect, vcl::W
}
-
void SvxTableController::gotoCell( const CellPos& rPos, bool bSelect, vcl::Window* pWindow, sal_uInt16 nAction )
{
if( mxTableObj.is() && static_cast<SdrTableObj*>(mxTableObj.get())->IsTextEditActive() )
@@ -1788,7 +1776,6 @@ void SvxTableController::gotoCell( const CellPos& rPos, bool bSelect, vcl::Windo
}
-
const CellPos& SvxTableController::getSelectionStart()
{
checkCell( maCursorFirstPos );
@@ -1796,14 +1783,12 @@ const CellPos& SvxTableController::getSelectionStart()
}
-
void SvxTableController::setSelectionStart( const CellPos& rPos )
{
maCursorFirstPos = rPos;
}
-
const CellPos& SvxTableController::getSelectionEnd()
{
checkCell( maCursorLastPos );
@@ -1811,7 +1796,6 @@ const CellPos& SvxTableController::getSelectionEnd()
}
-
void SvxTableController::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_Int32 nLastRow )
{
if( mxTable.is() ) try
@@ -1839,9 +1823,6 @@ void SvxTableController::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, s
}
-
-
-
void SvxTableController::checkCell( CellPos& rPos )
{
if( mxTable.is() ) try
@@ -1859,7 +1840,6 @@ void SvxTableController::checkCell( CellPos& rPos )
}
-
void SvxTableController::findMergeOrigin( CellPos& rPos )
{
if( mxTable.is() ) try
@@ -1877,7 +1857,6 @@ void SvxTableController::findMergeOrigin( CellPos& rPos )
}
-
void SvxTableController::EditCell( const CellPos& rPos, vcl::Window* pWindow, const awt::MouseEvent* pMouseEvent /*= 0*/, sal_uInt16 nAction /*= ACTION_NONE */ )
{
SdrPageView* pPV = mpView->GetSdrPageView();
@@ -1987,7 +1966,6 @@ bool SvxTableController::StopTextEdit()
}
-
void SvxTableController::getSelectedCells( CellPos& rFirst, CellPos& rLast )
{
if( mbCellSelectionMode )
@@ -2071,7 +2049,6 @@ void SvxTableController::getSelectedCells( CellPos& rFirst, CellPos& rLast )
}
-
void SvxTableController::StartSelection( const CellPos& rPos )
{
StopTextEdit();
@@ -2081,7 +2058,6 @@ void SvxTableController::StartSelection( const CellPos& rPos )
}
-
void SvxTableController::setSelectedCells( const CellPos& rStart, const CellPos& rEnd )
{
StopTextEdit();
@@ -2091,7 +2067,6 @@ void SvxTableController::setSelectedCells( const CellPos& rStart, const CellPos&
}
-
void SvxTableController::UpdateSelection( const CellPos& rPos )
{
maCursorLastPos = rPos;
@@ -2099,14 +2074,12 @@ void SvxTableController::UpdateSelection( const CellPos& rPos )
}
-
void SvxTableController::clearSelection()
{
RemoveSelection();
}
-
void SvxTableController::selectAll()
{
if( mxTable.is() )
@@ -2120,7 +2093,6 @@ void SvxTableController::selectAll()
}
-
void SvxTableController::RemoveSelection()
{
if( mbCellSelectionMode )
@@ -2131,7 +2103,6 @@ void SvxTableController::RemoveSelection()
}
-
void SvxTableController::onTableModified()
{
if( mnUpdateEvent == nullptr )
@@ -2214,7 +2185,6 @@ void SvxTableController::updateSelectionOverlay()
}
-
void SvxTableController::destroySelectionOverlay()
{
if( mpSelectionOverlay )
@@ -2233,7 +2203,6 @@ void SvxTableController::destroySelectionOverlay()
}
-
void SvxTableController::MergeAttrFromSelectedCells(SfxItemSet& rAttr, bool bOnlyHardAttr) const
{
if( mxTable.is() )
@@ -2275,7 +2244,6 @@ void SvxTableController::MergeAttrFromSelectedCells(SfxItemSet& rAttr, bool bOnl
}
-
const sal_uInt16 CELL_BEFORE = 0x0001;
const sal_uInt16 CELL_LEFT = 0x0002;
const sal_uInt16 CELL_RIGHT = 0x0004;
@@ -2287,7 +2255,6 @@ const sal_uInt16 CELL_BOTTOM = 0x0040;
const sal_uInt16 CELL_LOWER = 0x0080;
-
static void ImplSetLinePreserveColor( SvxBoxItem& rNewFrame, const SvxBorderLine* pNew, SvxBoxItemLine nLine )
{
if( pNew )
@@ -2305,7 +2272,6 @@ static void ImplSetLinePreserveColor( SvxBoxItem& rNewFrame, const SvxBorderLine
}
-
static void ImplApplyBoxItem( sal_uInt16 nCellFlags, const SvxBoxItem* pBoxItem, const SvxBoxInfoItem* pBoxInfoItem, SvxBoxItem& rNewFrame )
{
if( (nCellFlags & (CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 )
@@ -2363,7 +2329,6 @@ static void ImplApplyBoxItem( sal_uInt16 nCellFlags, const SvxBoxItem* pBoxItem,
}
-
static void ImplSetLineColor( SvxBoxItem& rNewFrame, SvxBoxItemLine nLine, const Color& rColor )
{
const SvxBorderLine* pSourceLine = rNewFrame.GetLine( nLine );
@@ -2376,7 +2341,6 @@ static void ImplSetLineColor( SvxBoxItem& rNewFrame, SvxBoxItemLine nLine, const
}
-
static void ImplApplyLineColorItem( sal_uInt16 nCellFlags, const SvxColorItem* pLineColorItem, SvxBoxItem& rNewFrame )
{
const Color aColor( pLineColorItem->GetValue() );
@@ -2395,7 +2359,6 @@ static void ImplApplyLineColorItem( sal_uInt16 nCellFlags, const SvxColorItem* p
}
-
static void ImplApplyBorderLineItem( sal_uInt16 nCellFlags, const SvxBorderLine* pBorderLineItem, SvxBoxItem& rNewFrame )
{
if( (nCellFlags & ( CELL_BEFORE|CELL_AFTER|CELL_UPPER|CELL_LOWER)) != 0 )
@@ -2441,7 +2404,6 @@ static void ImplApplyBorderLineItem( sal_uInt16 nCellFlags, const SvxBorderLine*
}
-
void SvxTableController::ApplyBorderAttr( const SfxItemSet& rAttr )
{
if( mxTable.is() )
@@ -2530,7 +2492,6 @@ void SvxTableController::ApplyBorderAttr( const SfxItemSet& rAttr )
}
-
void SvxTableController::UpdateTableShape()
{
SdrObject* pTableObj = mxTableObj.get();
@@ -2543,8 +2504,6 @@ void SvxTableController::UpdateTableShape()
}
-
-
void SvxTableController::SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bReplaceAll)
{
if( mxTable.is() )
@@ -2596,7 +2555,6 @@ void SvxTableController::SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bR
}
-
bool SvxTableController::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const
{
if( mxTableObj.is() && hasSelectedCells() )
@@ -2626,7 +2584,6 @@ bool SvxTableController::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAtt
}
-
bool SvxTableController::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll)
{
if( mbCellSelectionMode || mpView->IsTextEdit() )
@@ -2638,7 +2595,6 @@ bool SvxTableController::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll)
}
-
bool SvxTableController::GetMarkedObjModel( SdrPage* pNewPage )
{
if( mxTableObj.is() && mbCellSelectionMode && pNewPage ) try
@@ -2666,7 +2622,6 @@ bool SvxTableController::GetMarkedObjModel( SdrPage* pNewPage )
}
-
bool SvxTableController::PasteObjModel( const SdrModel& rModel )
{
if( mxTableObj.is() && mpView && (rModel.GetPageCount() >= 1) )
@@ -2686,7 +2641,6 @@ bool SvxTableController::PasteObjModel( const SdrModel& rModel )
}
-
bool SvxTableController::PasteObject( SdrTableObj* pPasteTableObj )
{
if( !pPasteTableObj )
@@ -2824,8 +2778,6 @@ bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNo
}
-
-
IMPL_LINK_NOARG_TYPED(SvxTableController, UpdateHdl, void*, void)
{
mnUpdateEvent = nullptr;
diff --git a/svx/source/table/tabledesign.cxx b/svx/source/table/tabledesign.cxx
index c3cca01915f7..dfd3b5edc05d 100644
--- a/svx/source/table/tabledesign.cxx
+++ b/svx/source/table/tabledesign.cxx
@@ -251,14 +251,12 @@ sal_Bool SAL_CALL TableDesignStyle::isInUse() throw (RuntimeException, std::exce
}
-
OUString SAL_CALL TableDesignStyle::getParentStyle() throw (RuntimeException, std::exception)
{
return OUString();
}
-
void SAL_CALL TableDesignStyle::setParentStyle( const OUString& ) throw (NoSuchElementException, RuntimeException, std::exception)
{
}
@@ -273,7 +271,6 @@ OUString SAL_CALL TableDesignStyle::getName() throw (RuntimeException, std::exce
}
-
void SAL_CALL TableDesignStyle::setName( const OUString& rName ) throw (RuntimeException, std::exception)
{
msName = rName;
@@ -297,7 +294,6 @@ Any SAL_CALL TableDesignStyle::getByName( const OUString& rName ) throw(NoSuchEl
}
-
Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -306,7 +302,6 @@ Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeE
}
-
sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -327,7 +322,6 @@ Type SAL_CALL TableDesignStyle::getElementType() throw(RuntimeException, std::ex
}
-
sal_Bool SAL_CALL TableDesignStyle::hasElements() throw(RuntimeException, std::exception)
{
return sal_True;
@@ -343,7 +337,6 @@ sal_Int32 SAL_CALL TableDesignStyle::getCount() throw(RuntimeException, std::exc
}
-
Any SAL_CALL TableDesignStyle::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -424,14 +417,12 @@ void SAL_CALL TableDesignStyle::addModifyListener( const Reference< XModifyListe
}
-
void SAL_CALL TableDesignStyle::removeModifyListener( const Reference< XModifyListener >& xListener ) throw (RuntimeException, std::exception)
{
rBHelper.removeListener( cppu::UnoType<XModifyListener>::get(), xListener );
}
-
void TableDesignStyle::notifyModifyListener()
{
MutexGuard aGuard( rBHelper.rMutex );
@@ -455,7 +446,6 @@ void SAL_CALL TableDesignStyle::modified( const css::lang::EventObject& ) throw
}
-
void SAL_CALL TableDesignStyle::disposing( const css::lang::EventObject& ) throw (css::uno::RuntimeException, std::exception)
{
}
@@ -464,7 +454,6 @@ void SAL_CALL TableDesignStyle::disposing( const css::lang::EventObject& ) throw
// TableStyle
-
// XServiceInfo
OUString SAL_CALL TableDesignFamily::getImplementationName() throw(RuntimeException, std::exception)
{
@@ -510,7 +499,6 @@ Any SAL_CALL TableDesignFamily::getByName( const OUString& rName ) throw(NoSuchE
}
-
Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -527,7 +515,6 @@ Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(Runtime
}
-
sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -551,7 +538,6 @@ Type SAL_CALL TableDesignFamily::getElementType() throw(RuntimeException, std::e
}
-
sal_Bool SAL_CALL TableDesignFamily::hasElements() throw(RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -571,7 +557,6 @@ sal_Int32 SAL_CALL TableDesignFamily::getCount() throw(RuntimeException, std::ex
}
-
Any SAL_CALL TableDesignFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -605,7 +590,6 @@ void SAL_CALL TableDesignFamily::insertByName( const OUString& rName, const Any&
}
-
void SAL_CALL TableDesignFamily::removeByName( const OUString& rName ) throw(NoSuchElementException, WrappedTargetException, RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
@@ -664,7 +648,6 @@ Reference< XInterface > SAL_CALL TableDesignFamily::createInstance() throw(Excep
}
-
Reference< XInterface > SAL_CALL TableDesignFamily::createInstanceWithArguments( const Sequence< Any >& ) throw(Exception, RuntimeException, std::exception)
{
return createInstance();
@@ -688,13 +671,11 @@ void SAL_CALL TableDesignFamily::dispose( ) throw (RuntimeException, std::excep
}
-
void SAL_CALL TableDesignFamily::addEventListener( const Reference< XEventListener >& ) throw (RuntimeException, std::exception)
{
}
-
void SAL_CALL TableDesignFamily::removeEventListener( const Reference< XEventListener >& ) throw (RuntimeException, std::exception)
{
}
@@ -710,14 +691,12 @@ Reference<XPropertySetInfo> TableDesignFamily::getPropertySetInfo() throw (Runti
}
-
void TableDesignFamily::setPropertyValue( const OUString& , const Any& ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
if ( PropertyName == "DisplayName" )
@@ -732,36 +711,30 @@ Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (U
}
-
void TableDesignFamily::addPropertyChangeListener( const OUString& , const Reference<XPropertyChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::removePropertyChangeListener( const OUString& , const Reference<XPropertyChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::addVetoableChangeListener( const OUString& , const Reference<XVetoableChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
void TableDesignFamily::removeVetoableChangeListener( const OUString& , const Reference<XVetoableChangeListener>& ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
OSL_FAIL( "###unexpected!" );
}
-
-
Reference< XNameAccess > CreateTableDesignFamily()
{
return new TableDesignFamily();
diff --git a/svx/source/table/tablehandles.cxx b/svx/source/table/tablehandles.cxx
index 74227c6f338a..20c5788e5bbf 100644
--- a/svx/source/table/tablehandles.cxx
+++ b/svx/source/table/tablehandles.cxx
@@ -41,7 +41,6 @@
namespace sdr { namespace table {
-
class OverlayTableEdge : public sdr::overlay::OverlayObject
{
protected:
@@ -57,7 +56,6 @@ public:
};
-
TableEdgeHdl::TableEdgeHdl( const Point& rPnt, bool bHorizontal, sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nEdges )
: SdrHdl( rPnt, HDL_USER )
, mbHorizontal( bHorizontal )
@@ -200,7 +198,6 @@ void TableEdgeHdl::CreateB2dIAObject()
}
-
OverlayTableEdge::OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible )
: OverlayObject(Color(COL_GRAY))
, maPolyPolygon( rPolyPolygon )
@@ -245,7 +242,6 @@ drawinglayer::primitive2d::Primitive2DSequence OverlayTableEdge::createOverlayOb
}
-
TableBorderHdl::TableBorderHdl(
const Rectangle& rRect,
bool bAnimate)
diff --git a/svx/source/table/tablehandles.hxx b/svx/source/table/tablehandles.hxx
index 07ff615be994..16b159732825 100644
--- a/svx/source/table/tablehandles.hxx
+++ b/svx/source/table/tablehandles.hxx
@@ -25,7 +25,6 @@
#include <svx/svdhdl.hxx>
-
namespace sdr { namespace table {
enum TableEdgeState { Empty, Invisible, Visible };
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 62d179f7b718..291a6bf100c7 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -49,15 +49,12 @@ using namespace ::com::sun::star::table;
using namespace ::com::sun::star::text;
-
namespace sdr { namespace table {
-
static SvxBorderLine gEmptyBorder;
-
TableLayouter::TableLayouter( const TableModelRef& xTableModel )
: mxTable( xTableModel )
, msSize( "Size" )
@@ -65,14 +62,12 @@ TableLayouter::TableLayouter( const TableModelRef& xTableModel )
}
-
TableLayouter::~TableLayouter()
{
ClearBorderLayout();
}
-
basegfx::B2ITuple TableLayouter::getCellSize( const CellRef& xCell, const CellPos& rPos ) const
{
sal_Int32 width = 0;
@@ -116,7 +111,6 @@ basegfx::B2ITuple TableLayouter::getCellSize( const CellRef& xCell, const CellPo
}
-
bool TableLayouter::getCellArea( const CellRef& xCell, const CellPos& rPos, basegfx::B2IRectangle& rArea ) const
{
try
@@ -171,7 +165,6 @@ sal_Int32 TableLayouter::getColumnWidth( sal_Int32 nColumn ) const
}
-
bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const
{
const BorderLineMap& rMap = bHorizontal ? maHorizontalBorders : maVerticalBorders;
@@ -190,7 +183,6 @@ bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHor
}
-
/** returns the requested borderline in rpBorderLine or a null pointer if there is no border at this edge */
SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )const
{
@@ -214,7 +206,6 @@ SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY,
}
-
sal_Int32 TableLayouter::getHorizontalEdge( int nEdgeY, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax /*= 0*/ )
{
sal_Int32 nRet = 0;
@@ -245,7 +236,6 @@ sal_Int32 TableLayouter::getHorizontalEdge( int nEdgeY, sal_Int32* pnMin /*= 0*/
}
-
sal_Int32 TableLayouter::getVerticalEdge( int nEdgeX, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax /*= 0*/ )
{
sal_Int32 nRet = 0;
@@ -300,7 +290,6 @@ sal_Int32 TableLayouter::getVerticalEdge( int nEdgeX, sal_Int32* pnMin /*= 0*/,
}
-
static bool checkMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int32 nCellX, sal_Int32 nCellY, bool& bRunning )
{
Reference< XMergeableCell > xCell( xTable->getCellByPosition( nCellX, nCellY ), UNO_QUERY );
@@ -421,7 +410,6 @@ bool findMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedX, sal_Int32
}
-
sal_Int32 TableLayouter::getMinimumColumnWidth( sal_Int32 nColumn )
{
if( isValidColumn( nColumn ) )
@@ -436,7 +424,6 @@ sal_Int32 TableLayouter::getMinimumColumnWidth( sal_Int32 nColumn )
}
-
sal_Int32 TableLayouter::distribute( LayoutVector& rLayouts, sal_Int32 nDistribute )
{
// break loops after 100 runs to avoid freezing office due to developer error
@@ -506,13 +493,11 @@ sal_Int32 TableLayouter::distribute( LayoutVector& rLayouts, sal_Int32 nDistribu
}
-
typedef std::vector< CellRef > MergeableCellVector;
typedef std::vector< MergeableCellVector > MergeVector;
typedef std::vector< sal_Int32 > Int32Vector;
-
void TableLayouter::LayoutTableWidth( Rectangle& rArea, bool bFit )
{
const sal_Int32 nColCount = getColumnCount();
@@ -665,7 +650,6 @@ void TableLayouter::LayoutTableWidth( Rectangle& rArea, bool bFit )
}
-
void TableLayouter::LayoutTableHeight( Rectangle& rArea, bool bFit )
{
const sal_Int32 nColCount = getColumnCount();
@@ -823,7 +807,6 @@ void TableLayouter::LayoutTableHeight( Rectangle& rArea, bool bFit )
}
-
/** try to fit the table into the given rectangle.
If the rectangle is to small, it will be grown to fit the table. */
void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight )
@@ -856,7 +839,6 @@ void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFi
}
-
void TableLayouter::updateCells( Rectangle& rRectangle )
{
const sal_Int32 nColCount = getColumnCount();
@@ -887,7 +869,6 @@ void TableLayouter::updateCells( Rectangle& rRectangle )
}
-
CellRef TableLayouter::getCell( const CellPos& rPos ) const
{
CellRef xCell;
@@ -903,7 +884,6 @@ CellRef TableLayouter::getCell( const CellPos& rPos ) const
}
-
bool TableLayouter::HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther )
{
if (!pThis || ((pThis == &gEmptyBorder) && (pOther != nullptr)))
@@ -939,7 +919,6 @@ bool TableLayouter::HasPriority( const SvxBorderLine* pThis, const SvxBorderLine
}
-
void TableLayouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine )
{
if( pLine == nullptr )
@@ -962,7 +941,6 @@ void TableLayouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal,
}
-
void TableLayouter::ClearBorderLayout()
{
ClearBorderLayout(maHorizontalBorders);
@@ -970,7 +948,6 @@ void TableLayouter::ClearBorderLayout()
}
-
void TableLayouter::ClearBorderLayout(BorderLineMap& rMap)
{
const sal_Int32 nColCount = rMap.size();
@@ -993,7 +970,6 @@ void TableLayouter::ClearBorderLayout(BorderLineMap& rMap)
}
-
void TableLayouter::ResizeBorderLayout()
{
ClearBorderLayout();
@@ -1002,7 +978,6 @@ void TableLayouter::ResizeBorderLayout()
}
-
void TableLayouter::ResizeBorderLayout( BorderLineMap& rMap )
{
const sal_Int32 nColCount = getColumnCount() + 1;
@@ -1019,7 +994,6 @@ void TableLayouter::ResizeBorderLayout( BorderLineMap& rMap )
}
-
void TableLayouter::UpdateBorderLayout()
{
// make sure old border layout is cleared and border maps have correct size
@@ -1062,7 +1036,6 @@ void TableLayouter::UpdateBorderLayout()
}
-
void TableLayouter::DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol )
{
if( mxTable.is() ) try
@@ -1101,7 +1074,6 @@ void TableLayouter::DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol,
}
-
void TableLayouter::DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow )
{
if( mxTable.is() ) try
diff --git a/svx/source/table/tablelayouter.hxx b/svx/source/table/tablelayouter.hxx
index 9cd73599cb6d..0ab692c2591c 100644
--- a/svx/source/table/tablelayouter.hxx
+++ b/svx/source/table/tablelayouter.hxx
@@ -34,7 +34,6 @@
class Rectangle;
-
namespace editeng {
class SvxBorderLine;
}
diff --git a/svx/source/table/tablemodel.cxx b/svx/source/table/tablemodel.cxx
index 0bef744e5285..c9ea1c292dbb 100644
--- a/svx/source/table/tablemodel.cxx
+++ b/svx/source/table/tablemodel.cxx
@@ -47,11 +47,9 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::util;
-
namespace sdr { namespace table {
-
// removes the given range from a vector
template< class Vec, class Iter > void remove_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nCount )
{
@@ -85,7 +83,6 @@ template< class Vec, class Iter > void remove_range( Vec& rVector, sal_Int32 nIn
}
-
/** inserts a range into a vector */
template< class Vec, class Iter, class Entry > sal_Int32 insert_range( Vec& rVector, sal_Int32 nIndex, sal_Int32 nCount )
{
@@ -113,7 +110,6 @@ template< class Vec, class Iter, class Entry > sal_Int32 insert_range( Vec& rVec
}
-
TableModel::TableModel( SdrTableObj* pTableObj )
: TableModelBase( m_aMutex )
, mpTableObj( pTableObj )
@@ -159,13 +155,11 @@ TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTabl
}
-
TableModel::~TableModel()
{
}
-
void TableModel::init( sal_Int32 nColumns, sal_Int32 nRows )
{
if( nRows < 20 )
@@ -197,35 +191,30 @@ sal_Int32 TableModel::getLeft()
}
-
sal_Int32 TableModel::getTop()
{
return 0;
}
-
sal_Int32 TableModel::getRight()
{
return getColumnCount();
}
-
sal_Int32 TableModel::getBottom()
{
return getRowCount();
}
-
Reference< XTable > TableModel::getTable()
{
return this;
}
-
void TableModel::UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount )
{
TableModelNotifyGuard aGuard( this );
@@ -237,7 +226,6 @@ void TableModel::UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void TableModel::UndoRemoveRows( sal_Int32 nIndex, RowVector& aRows )
{
TableModelNotifyGuard aGuard( this );
@@ -254,7 +242,6 @@ void TableModel::UndoRemoveRows( sal_Int32 nIndex, RowVector& aRows )
}
-
void TableModel::UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount )
{
TableModelNotifyGuard aGuard( this );
@@ -270,7 +257,6 @@ void TableModel::UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void TableModel::UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aCols, CellVector& aCells )
{
TableModelNotifyGuard aGuard( this );
@@ -309,7 +295,6 @@ Reference< XCellCursor > SAL_CALL TableModel::createCursor() throw (RuntimeExcep
}
-
Reference< XCellCursor > SAL_CALL TableModel::createCursorByRange( const Reference< XCellRange >& rRange ) throw (IllegalArgumentException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -323,7 +308,6 @@ Reference< XCellCursor > SAL_CALL TableModel::createCursorByRange( const Referen
}
-
sal_Int32 SAL_CALL TableModel::getRowCount() throw (RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -331,7 +315,6 @@ sal_Int32 SAL_CALL TableModel::getRowCount() throw (RuntimeException, std::excep
}
-
sal_Int32 SAL_CALL TableModel::getColumnCount() throw (RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -356,14 +339,12 @@ void TableModel::dispose() throw (RuntimeException, std::exception)
}
-
void SAL_CALL TableModel::addEventListener( const Reference< XEventListener >& xListener ) throw (RuntimeException, std::exception)
{
TableModelBase::addEventListener( xListener );
}
-
void SAL_CALL TableModel::removeEventListener( const Reference< XEventListener >& xListener ) throw (RuntimeException, std::exception)
{
TableModelBase::removeEventListener( xListener );
@@ -380,7 +361,6 @@ sal_Bool SAL_CALL TableModel::isModified( ) throw (RuntimeException, std::excep
}
-
void SAL_CALL TableModel::setModified( sal_Bool bModified ) throw (PropertyVetoException, RuntimeException, std::exception)
{
{
@@ -401,7 +381,6 @@ void SAL_CALL TableModel::addModifyListener( const Reference< XModifyListener >&
}
-
void SAL_CALL TableModel::removeModifyListener( const Reference< XModifyListener >& xListener ) throw (RuntimeException, std::exception)
{
rBHelper.removeListener( cppu::UnoType<XModifyListener>::get() , xListener );
@@ -421,7 +400,6 @@ Reference< XTableColumns > SAL_CALL TableModel::getColumns() throw (RuntimeExcep
}
-
Reference< XTableRows > SAL_CALL TableModel::getRows() throw (RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -447,7 +425,6 @@ Reference< XCell > SAL_CALL TableModel::getCellByPosition( sal_Int32 nColumn, sa
}
-
Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -462,7 +439,6 @@ Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 n
}
-
Reference< XCellRange > SAL_CALL TableModel::getCellRangeByName( const OUString& /*aRange*/ ) throw (RuntimeException, std::exception)
{
return Reference< XCellRange >();
@@ -479,38 +455,32 @@ Reference< XPropertySetInfo > SAL_CALL TableModel::getPropertySetInfo( ) throw
}
-
void SAL_CALL TableModel::setPropertyValue( const OUString& /*aPropertyName*/, const Any& /*aValue*/ ) throw (UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
Any SAL_CALL TableModel::getPropertyValue( const OUString& /*PropertyName*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
return Any();
}
-
void SAL_CALL TableModel::addPropertyChangeListener( const OUString& /*aPropertyName*/, const Reference< XPropertyChangeListener >& /*xListener*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL TableModel::removePropertyChangeListener( const OUString& /*aPropertyName*/, const Reference< XPropertyChangeListener >& /*xListener*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL TableModel::addVetoableChangeListener( const OUString& /*aPropertyName*/, const Reference< XVetoableChangeListener >& /*xListener*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
-
void SAL_CALL TableModel::removeVetoableChangeListener( const OUString& /*aPropertyName*/, const Reference< XVetoableChangeListener >& /*xListener*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
}
@@ -524,7 +494,6 @@ void SAL_CALL TableModel::setFastPropertyValue( ::sal_Int32 /*nHandle*/, const A
}
-
Any SAL_CALL TableModel::getFastPropertyValue( ::sal_Int32 /*nHandle*/ ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
Any aAny;
@@ -541,14 +510,12 @@ sal_Int32 TableModel::getRowCountImpl() const
}
-
sal_Int32 TableModel::getColumnCountImpl() const
{
return static_cast< sal_Int32 >( maColumns.size() );
}
-
void TableModel::disposing()
{
if( !maRows.empty() )
@@ -628,7 +595,6 @@ void TableModel::notifyModification()
}
-
CellRef TableModel::getCell( sal_Int32 nCol, sal_Int32 nRow ) const
{
if( ((nRow >= 0) && (nRow < getRowCountImpl())) && (nCol >= 0) && (nCol < getColumnCountImpl()) )
@@ -643,7 +609,6 @@ CellRef TableModel::getCell( sal_Int32 nCol, sal_Int32 nRow ) const
}
-
CellRef TableModel::createCell()
{
CellRef xCell;
@@ -653,7 +618,6 @@ CellRef TableModel::createCell()
}
-
void TableModel::insertColumns( sal_Int32 nIndex, sal_Int32 nCount )
{
if( nCount && mpTableObj )
@@ -734,7 +698,6 @@ void TableModel::insertColumns( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void TableModel::removeColumns( sal_Int32 nIndex, sal_Int32 nCount )
{
sal_Int32 nColCount = getColumnCountImpl();
@@ -844,7 +807,6 @@ void TableModel::removeColumns( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void TableModel::insertRows( sal_Int32 nIndex, sal_Int32 nCount )
{
if( nCount && mpTableObj )
@@ -907,7 +869,6 @@ void TableModel::insertRows( sal_Int32 nIndex, sal_Int32 nCount )
}
-
void TableModel::removeRows( sal_Int32 nIndex, sal_Int32 nCount )
{
sal_Int32 nRowCount = getRowCountImpl();
@@ -1003,7 +964,6 @@ void TableModel::removeRows( sal_Int32 nIndex, sal_Int32 nCount )
}
-
TableRowRef TableModel::getRow( sal_Int32 nRow ) const throw (IndexOutOfBoundsException)
{
if( (nRow >= 0) && (nRow < getRowCountImpl()) )
@@ -1013,7 +973,6 @@ TableRowRef TableModel::getRow( sal_Int32 nRow ) const throw (IndexOutOfBoundsEx
}
-
TableColumnRef TableModel::getColumn( sal_Int32 nColumn ) const throw (IndexOutOfBoundsException)
{
if( (nColumn >= 0) && (nColumn < getColumnCountImpl()) )
@@ -1023,7 +982,6 @@ TableColumnRef TableModel::getColumn( sal_Int32 nColumn ) const throw (IndexOutO
}
-
/** deletes rows and columns that are completely merged. Must be called between BegUndo/EndUndo! */
void TableModel::optimize()
{
@@ -1114,7 +1072,6 @@ void TableModel::optimize()
}
-
void TableModel::merge( sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColSpan, sal_Int32 nRowSpan )
{
SdrModel* pModel = mpTableObj->GetModel();
diff --git a/svx/source/table/tablemodel.hxx b/svx/source/table/tablemodel.hxx
index cf9d2535ad49..71c34f3eebca 100644
--- a/svx/source/table/tablemodel.hxx
+++ b/svx/source/table/tablemodel.hxx
@@ -31,7 +31,6 @@
#include "celltypes.hxx"
-
namespace sdr { namespace table {
class SdrTableObj;
diff --git a/svx/source/table/tablerow.cxx b/svx/source/table/tablerow.cxx
index 608f66934f5d..321bfa84ad7c 100644
--- a/svx/source/table/tablerow.cxx
+++ b/svx/source/table/tablerow.cxx
@@ -27,7 +27,6 @@
#include "svx/svdotable.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
@@ -35,7 +34,6 @@ using namespace ::com::sun::star::table;
using namespace ::com::sun::star::beans;
-
namespace sdr { namespace table {
const sal_Int32 Property_Height = 0;
@@ -64,13 +62,11 @@ TableRow::TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32
}
-
TableRow::~TableRow()
{
}
-
void TableRow::dispose()
{
mxTableModel.clear();
@@ -84,7 +80,6 @@ void TableRow::dispose()
}
-
void TableRow::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
@@ -92,7 +87,6 @@ void TableRow::throwIfDisposed() const throw (css::uno::RuntimeException)
}
-
TableRow& TableRow::operator=( const TableRow& r )
{
mnHeight = r.mnHeight;
@@ -106,7 +100,6 @@ TableRow& TableRow::operator=( const TableRow& r )
}
-
void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = 0 */ )
{
throwIfDisposed();
@@ -126,7 +119,6 @@ void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::it
}
-
void TableRow::removeColumns( sal_Int32 nIndex, sal_Int32 nCount )
{
throwIfDisposed();
@@ -175,7 +167,6 @@ Reference< XCell > SAL_CALL TableRow::getCellByPosition( sal_Int32 nColumn, sal_
}
-
Reference< XCellRange > SAL_CALL TableRow::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
throwIfDisposed();
@@ -187,7 +178,6 @@ Reference< XCellRange > SAL_CALL TableRow::getCellRangeByPosition( sal_Int32 nLe
}
-
Reference< XCellRange > SAL_CALL TableRow::getCellRangeByName( const OUString& /*aRange*/ ) throw (RuntimeException, std::exception)
{
throwIfDisposed();
@@ -204,7 +194,6 @@ OUString SAL_CALL TableRow::getName() throw (RuntimeException, std::exception)
}
-
void SAL_CALL TableRow::setName( const OUString& aName ) throw (RuntimeException, std::exception)
{
maName = aName;
@@ -306,7 +295,6 @@ void SAL_CALL TableRow::setFastPropertyValue( sal_Int32 nHandle, const Any& aVal
}
-
Any SAL_CALL TableRow::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, WrappedTargetException, RuntimeException, std::exception)
{
switch( nHandle )
@@ -320,7 +308,6 @@ Any SAL_CALL TableRow::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownP
}
-
rtl::Reference< FastPropertySetInfo > TableRow::getStaticPropertySetInfo()
{
static rtl::Reference< FastPropertySetInfo > xInfo;
@@ -369,8 +356,6 @@ rtl::Reference< FastPropertySetInfo > TableRow::getStaticPropertySetInfo()
}
-
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/tablerow.hxx b/svx/source/table/tablerow.hxx
index 88498f2e50f4..a6719c8564b1 100644
--- a/svx/source/table/tablerow.hxx
+++ b/svx/source/table/tablerow.hxx
@@ -28,7 +28,6 @@
#include "tablemodel.hxx"
-
namespace sdr { namespace table {
typedef ::cppu::ImplInheritanceHelper< FastPropertySet, css::table::XCellRange, css::container::XNamed > TableRowBase;
diff --git a/svx/source/table/tablerows.cxx b/svx/source/table/tablerows.cxx
index fdbd19c94ebb..e816f7efe53c 100644
--- a/svx/source/table/tablerows.cxx
+++ b/svx/source/table/tablerows.cxx
@@ -25,14 +25,12 @@
#include "tablerows.hxx"
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::table;
-
namespace sdr { namespace table {
TableRows::TableRows( const TableModelRef& xTableModel )
@@ -41,21 +39,18 @@ TableRows::TableRows( const TableModelRef& xTableModel )
}
-
TableRows::~TableRows()
{
dispose();
}
-
void TableRows::dispose()
{
mxTableModel.clear();
}
-
void TableRows::throwIfDisposed() const throw (css::uno::RuntimeException)
{
if( !mxTableModel.is() )
@@ -73,7 +68,6 @@ void SAL_CALL TableRows::insertByIndex( sal_Int32 nIndex, sal_Int32 nCount ) thr
}
-
void SAL_CALL TableRows::removeByIndex( sal_Int32 nIndex, sal_Int32 nCount ) throw (RuntimeException, std::exception)
{
throwIfDisposed();
@@ -91,7 +85,6 @@ sal_Int32 SAL_CALL TableRows::getCount() throw (RuntimeException, std::exception
}
-
Any SAL_CALL TableRows::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException, WrappedTargetException, RuntimeException, std::exception)
{
throwIfDisposed();
@@ -109,7 +102,6 @@ Type SAL_CALL TableRows::getElementType() throw (RuntimeException, std::exceptio
}
-
sal_Bool SAL_CALL TableRows::hasElements() throw (RuntimeException, std::exception)
{
throwIfDisposed();
@@ -117,7 +109,6 @@ sal_Bool SAL_CALL TableRows::hasElements() throw (RuntimeException, std::excepti
}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/table/tablerows.hxx b/svx/source/table/tablerows.hxx
index d9bb4fed942b..a9b6fc19e8c6 100644
--- a/svx/source/table/tablerows.hxx
+++ b/svx/source/table/tablerows.hxx
@@ -26,7 +26,6 @@
#include "tablemodel.hxx"
-
namespace sdr { namespace table {
class TableRows : public ::cppu::WeakAggImplHelper1< css::table::XTableRows >
diff --git a/svx/source/table/tableundo.cxx b/svx/source/table/tableundo.cxx
index eb0184780615..cb0093fbc80e 100644
--- a/svx/source/table/tableundo.cxx
+++ b/svx/source/table/tableundo.cxx
@@ -28,13 +28,10 @@
#include "tablecolumn.hxx"
-
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::table;
-
namespace sdr { namespace table {
CellUndo::CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell )
@@ -173,7 +170,6 @@ static void Dispose( RowVector& rRows )
}
-
InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows )
: SdrUndoAction( *xTable->getSdrTableObj()->GetModel() )
, mxTable( xTable )
@@ -184,7 +180,6 @@ InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, Row
}
-
InsertRowUndo::~InsertRowUndo()
{
if( !mbUndo )
@@ -192,7 +187,6 @@ InsertRowUndo::~InsertRowUndo()
}
-
void InsertRowUndo::Undo()
{
if( mxTable.is() )
@@ -203,7 +197,6 @@ void InsertRowUndo::Undo()
}
-
void InsertRowUndo::Redo()
{
if( mxTable.is() )
@@ -227,7 +220,6 @@ RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, Row
}
-
RemoveRowUndo::~RemoveRowUndo()
{
if( mbUndo )
@@ -235,7 +227,6 @@ RemoveRowUndo::~RemoveRowUndo()
}
-
void RemoveRowUndo::Undo()
{
if( mxTable.is() )
@@ -246,7 +237,6 @@ void RemoveRowUndo::Undo()
}
-
void RemoveRowUndo::Redo()
{
if( mxTable.is() )
@@ -268,7 +258,6 @@ static void Dispose( ColumnVector& rCols )
}
-
static void Dispose( CellVector& rCells )
{
CellVector::iterator aIter( rCells.begin() );
@@ -277,7 +266,6 @@ static void Dispose( CellVector& rCells )
}
-
InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells )
: SdrUndoAction( *xTable->getSdrTableObj()->GetModel() )
, mxTable( xTable )
@@ -289,7 +277,6 @@ InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, Col
}
-
InsertColUndo::~InsertColUndo()
{
if( !mbUndo )
@@ -300,7 +287,6 @@ InsertColUndo::~InsertColUndo()
}
-
void InsertColUndo::Undo()
{
if( mxTable.is() )
@@ -311,7 +297,6 @@ void InsertColUndo::Undo()
}
-
void InsertColUndo::Redo()
{
if( mxTable.is() )
@@ -336,7 +321,6 @@ RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, Col
}
-
RemoveColUndo::~RemoveColUndo()
{
if( mbUndo )
@@ -347,7 +331,6 @@ RemoveColUndo::~RemoveColUndo()
}
-
void RemoveColUndo::Undo()
{
if( mxTable.is() )
@@ -358,7 +341,6 @@ void RemoveColUndo::Undo()
}
-
void RemoveColUndo::Redo()
{
if( mxTable.is() )
@@ -381,13 +363,11 @@ TableColumnUndo::TableColumnUndo( const TableColumnRef& xCol )
}
-
TableColumnUndo::~TableColumnUndo()
{
}
-
void TableColumnUndo::Undo()
{
if( !mbHasRedoData )
@@ -399,14 +379,12 @@ void TableColumnUndo::Undo()
}
-
void TableColumnUndo::Redo()
{
setData( maRedoData );
}
-
bool TableColumnUndo::Merge( SfxUndoAction *pNextAction )
{
TableColumnUndo* pNext = dynamic_cast< TableColumnUndo* >( pNextAction );
@@ -414,7 +392,6 @@ bool TableColumnUndo::Merge( SfxUndoAction *pNextAction )
}
-
void TableColumnUndo::setData( const Data& rData )
{
mxCol->mnColumn = rData.mnColumn;
@@ -429,7 +406,6 @@ void TableColumnUndo::setData( const Data& rData )
}
-
void TableColumnUndo::getData( Data& rData )
{
rData.mnColumn = mxCol->mnColumn;
@@ -453,13 +429,11 @@ TableRowUndo::TableRowUndo( const TableRowRef& xRow )
}
-
TableRowUndo::~TableRowUndo()
{
}
-
void TableRowUndo::Undo()
{
if( !mbHasRedoData )
@@ -471,14 +445,12 @@ void TableRowUndo::Undo()
}
-
void TableRowUndo::Redo()
{
setData( maRedoData );
}
-
bool TableRowUndo::Merge( SfxUndoAction *pNextAction )
{
TableRowUndo* pNext = dynamic_cast< TableRowUndo* >( pNextAction );
@@ -486,7 +458,6 @@ bool TableRowUndo::Merge( SfxUndoAction *pNextAction )
}
-
void TableRowUndo::setData( const Data& rData )
{
mxRow->mnRow = rData.mnRow;
@@ -501,7 +472,6 @@ void TableRowUndo::setData( const Data& rData )
}
-
void TableRowUndo::getData( Data& rData )
{
rData.mnRow = mxRow->mnRow;
@@ -513,7 +483,6 @@ void TableRowUndo::getData( Data& rData )
}
-
TableStyleUndo::TableStyleUndo( const SdrTableObj& rTableObj )
: SdrUndoAction( *rTableObj.GetModel() )
, mxObjRef( const_cast< sdr::table::SdrTableObj*>( &rTableObj ) )
diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx
index dca50c82e603..36e5158534ed 100644
--- a/svx/source/table/tableundo.hxx
+++ b/svx/source/table/tableundo.hxx
@@ -37,7 +37,6 @@ namespace sdr { namespace properties {
class OutlinerParaObject;
-
namespace sdr { namespace table {
class CellUndo : public SdrUndoAction, public sdr::ObjectUser
@@ -92,7 +91,6 @@ private:
};
-
class InsertRowUndo : public SdrUndoAction
{
public:
@@ -110,7 +108,6 @@ private:
};
-
class RemoveRowUndo : public SdrUndoAction
{
public:
@@ -128,7 +125,6 @@ private:
};
-
class InsertColUndo : public SdrUndoAction
{
public:
@@ -147,7 +143,6 @@ private:
};
-
class RemoveColUndo : public SdrUndoAction
{
public:
@@ -166,7 +161,6 @@ private:
};
-
class TableColumnUndo : public SdrUndoAction
{
public:
@@ -207,7 +201,6 @@ private:
};
-
class TableRowUndo : public SdrUndoAction
{
public:
diff --git a/svx/source/table/viewcontactoftableobj.cxx b/svx/source/table/viewcontactoftableobj.cxx
index ead137b261f8..4db33488187a 100644
--- a/svx/source/table/viewcontactoftableobj.cxx
+++ b/svx/source/table/viewcontactoftableobj.cxx
@@ -42,12 +42,10 @@
#include "tablelayouter.hxx"
-
using editeng::SvxBorderLine;
using namespace com::sun::star;
-
namespace drawinglayer
{
namespace primitive2d
@@ -148,7 +146,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace drawinglayer
{
namespace primitive2d
@@ -471,7 +468,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace sdr
{
namespace contact
diff --git a/svx/source/tbxctrls/extrusioncontrols.cxx b/svx/source/tbxctrls/extrusioncontrols.cxx
index 80bda78901aa..9d59df58f839 100644
--- a/svx/source/tbxctrls/extrusioncontrols.cxx
+++ b/svx/source/tbxctrls/extrusioncontrols.cxx
@@ -127,7 +127,6 @@ void ExtrusionDirectionWindow::DataChanged( const DataChangedEvent& rDCEvt )
}
-
void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled )
{
if( mpDirectionSet )
@@ -152,7 +151,6 @@ void ExtrusionDirectionWindow::implSetDirection( sal_Int32 nSkew, bool bEnabled
}
-
void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bEnabled )
{
checkEntry( 0, (nProjection == 0) && bEnabled );
@@ -162,7 +160,6 @@ void ExtrusionDirectionWindow::implSetProjection( sal_Int32 nProjection, bool bE
}
-
void ExtrusionDirectionWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException )
@@ -196,7 +193,6 @@ void ExtrusionDirectionWindow::statusChanged(
}
-
IMPL_LINK_TYPED( ExtrusionDirectionWindow, SelectValueSetHdl, ValueSet*, pControl, void )
{
SelectHdl(pControl);
@@ -244,7 +240,6 @@ ExtrusionDirectionControl::ExtrusionDirectionControl(
}
-
VclPtr<vcl::Window> ExtrusionDirectionControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionDirectionWindow>::Create( *this, m_xFrame, pParent );
@@ -271,7 +266,6 @@ OUString SAL_CALL ExtrusionDirectionControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionDirectionControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -279,7 +273,6 @@ Sequence< OUString > SAL_CALL ExtrusionDirectionControl_getSupportedServiceNames
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDirectionControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -288,14 +281,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDirectionControl_createInstan
}
-
OUString SAL_CALL ExtrusionDirectionControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionDirectionControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionDirectionControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionDirectionControl_getSupportedServiceNames();
@@ -379,7 +370,6 @@ void ExtrusionDepthWindow::implSetDepth( double fDepth )
}
-
void ExtrusionDepthWindow::implFillStrings( FieldUnit eUnit )
{
meUnit = eUnit;
@@ -393,7 +383,6 @@ void ExtrusionDepthWindow::implFillStrings( FieldUnit eUnit )
}
-
void ExtrusionDepthWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException, std::exception )
@@ -487,7 +476,6 @@ ExtrusionDepthController::ExtrusionDepthController(
}
-
VclPtr<vcl::Window> ExtrusionDepthController::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionDepthWindow>::Create( *this, m_xFrame, pParent );
@@ -514,7 +502,6 @@ OUString SAL_CALL ExtrusionDepthController_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionDepthController_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -522,7 +509,6 @@ Sequence< OUString > SAL_CALL ExtrusionDepthController_getSupportedServiceNames(
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionDepthController_createInstance( const Reference< XMultiServiceFactory >& rSMgr ) throw( RuntimeException )
{
return *new ExtrusionDepthController( comphelper::getComponentContext(rSMgr) );
@@ -647,7 +633,6 @@ void ExtrusionLightingWindow::implSetDirection( int nDirection, bool bEnabled )
}
-
void ExtrusionLightingWindow::statusChanged(
const css::frame::FeatureStateEvent& Event
) throw ( css::uno::RuntimeException )
@@ -681,7 +666,6 @@ void ExtrusionLightingWindow::statusChanged(
}
-
void ExtrusionLightingWindow::DataChanged( const DataChangedEvent& rDCEvt )
{
ToolbarMenu::DataChanged( rDCEvt );
@@ -696,7 +680,6 @@ void ExtrusionLightingWindow::DataChanged( const DataChangedEvent& rDCEvt )
}
-
IMPL_LINK_TYPED( ExtrusionLightingWindow, SelectValueSetHdl, ValueSet*, pControl, void )
{
SelectHdl(pControl);
@@ -748,7 +731,6 @@ void ExtrusionLightingWindow::SelectHdl(void* pControl)
}
-
ExtrusionLightingControl::ExtrusionLightingControl(
const Reference< XComponentContext >& rxContext
) : svt::PopupWindowController( rxContext,
@@ -759,7 +741,6 @@ ExtrusionLightingControl::ExtrusionLightingControl(
}
-
VclPtr<vcl::Window> ExtrusionLightingControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionLightingWindow>::Create( *this, m_xFrame, pParent );
@@ -786,7 +767,6 @@ OUString SAL_CALL ExtrusionLightingControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionLightingControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -794,7 +774,6 @@ Sequence< OUString > SAL_CALL ExtrusionLightingControl_getSupportedServiceNames(
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionLightingControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -803,14 +782,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionLightingControl_createInstanc
}
-
OUString SAL_CALL ExtrusionLightingControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionLightingControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionLightingControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionLightingControl_getSupportedServiceNames();
@@ -869,7 +846,6 @@ void ExtrusionSurfaceWindow::statusChanged(
}
-
IMPL_LINK_NOARG_TYPED(ExtrusionSurfaceWindow, SelectHdl, ToolbarMenu*, void)
{
if ( IsInPopupMode() )
@@ -889,7 +865,6 @@ IMPL_LINK_NOARG_TYPED(ExtrusionSurfaceWindow, SelectHdl, ToolbarMenu*, void)
}
-
ExtrusionSurfaceControl::ExtrusionSurfaceControl(
const Reference< XComponentContext >& rxContext
)
@@ -902,7 +877,6 @@ ExtrusionSurfaceControl::ExtrusionSurfaceControl(
}
-
VclPtr<vcl::Window> ExtrusionSurfaceControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<ExtrusionSurfaceWindow>::Create( *this, m_xFrame, pParent );
@@ -929,7 +903,6 @@ OUString SAL_CALL ExtrusionSurfaceControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL ExtrusionSurfaceControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -937,7 +910,6 @@ Sequence< OUString > SAL_CALL ExtrusionSurfaceControl_getSupportedServiceNames()
}
-
Reference< XInterface > SAL_CALL SAL_CALL ExtrusionSurfaceControl_createInstance(
const Reference< XMultiServiceFactory >& rSMgr
) throw( RuntimeException )
@@ -946,14 +918,12 @@ Reference< XInterface > SAL_CALL SAL_CALL ExtrusionSurfaceControl_createInstance
}
-
OUString SAL_CALL ExtrusionSurfaceControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return ExtrusionSurfaceControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL ExtrusionSurfaceControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return ExtrusionSurfaceControl_getSupportedServiceNames();
diff --git a/svx/source/tbxctrls/extrusioncontrols.hxx b/svx/source/tbxctrls/extrusioncontrols.hxx
index c2d714eb228e..0f9f731c3983 100644
--- a/svx/source/tbxctrls/extrusioncontrols.hxx
+++ b/svx/source/tbxctrls/extrusioncontrols.hxx
@@ -34,7 +34,6 @@
class ValueSet;
-
namespace svx
{
class ExtrusionDirectionWindow : public svtools::ToolbarMenu
@@ -68,7 +67,6 @@ private:
};
-
class ExtrusionDirectionControl : public svt::PopupWindowController
{
public:
@@ -135,7 +133,6 @@ public:
};
-
class ExtrusionLightingWindow : public svtools::ToolbarMenu
{
private:
@@ -174,7 +171,6 @@ public:
};
-
class ExtrusionLightingControl : public svt::PopupWindowController
{
public:
@@ -194,7 +190,6 @@ public:
};
-
class ExtrusionSurfaceWindow : public svtools::ToolbarMenu
{
private:
@@ -218,7 +213,6 @@ public:
};
-
class ExtrusionSurfaceControl : public svt::PopupWindowController
{
public:
@@ -238,7 +232,6 @@ public:
};
-
}
#endif
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index d92e3e57f65d..28cd5274fec0 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -229,7 +229,6 @@ void FontWorkGalleryDialog::insertSelectedFontwork()
}
-
IMPL_LINK_NOARG_TYPED(FontWorkGalleryDialog, ClickOKHdl, Button*, void)
{
insertSelectedFontwork();
@@ -237,7 +236,6 @@ IMPL_LINK_NOARG_TYPED(FontWorkGalleryDialog, ClickOKHdl, Button*, void)
}
-
IMPL_LINK_NOARG_TYPED(FontWorkGalleryDialog, DoubleClickFavoriteHdl, ValueSet*, void)
{
insertSelectedFontwork();
@@ -245,7 +243,6 @@ IMPL_LINK_NOARG_TYPED(FontWorkGalleryDialog, DoubleClickFavoriteHdl, ValueSet*,
}
-
class FontworkAlignmentWindow : public ToolbarMenu
{
public:
@@ -357,15 +354,12 @@ public:
};
-
-
FontworkAlignmentControl::FontworkAlignmentControl( const Reference< XComponentContext >& rxContext )
: svt::PopupWindowController( rxContext, Reference< css::frame::XFrame >(), OUString( ".uno:FontworkAlignment" ) )
{
}
-
VclPtr<vcl::Window> FontworkAlignmentControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<FontworkAlignmentWindow>::Create( *this, m_xFrame, pParent );
@@ -392,7 +386,6 @@ OUString SAL_CALL FontworkAlignmentControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL FontworkAlignmentControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -400,21 +393,18 @@ Sequence< OUString > SAL_CALL FontworkAlignmentControl_getSupportedServiceNames(
}
-
Reference< XInterface > SAL_CALL SAL_CALL FontworkAlignmentControl_createInstance( const Reference< XMultiServiceFactory >& rSMgr ) throw( RuntimeException )
{
return *new FontworkAlignmentControl( comphelper::getComponentContext(rSMgr) );
}
-
OUString SAL_CALL FontworkAlignmentControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return FontworkAlignmentControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL FontworkAlignmentControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return FontworkAlignmentControl_getSupportedServiceNames();
@@ -488,7 +478,6 @@ void FontworkCharacterSpacingWindow::implSetCharacterSpacing( sal_Int32 nCharact
}
-
void FontworkCharacterSpacingWindow::implSetKernCharacterPairs( bool, bool bEnabled )
{
enableEntry( 6, bEnabled );
@@ -496,7 +485,6 @@ void FontworkCharacterSpacingWindow::implSetKernCharacterPairs( bool, bool bEnab
}
-
void FontworkCharacterSpacingWindow::statusChanged( const css::frame::FeatureStateEvent& Event ) throw ( css::uno::RuntimeException )
{
if( Event.FeatureURL.Main.equals( msFontworkCharacterSpacing ) )
@@ -528,7 +516,6 @@ void FontworkCharacterSpacingWindow::statusChanged( const css::frame::FeatureSta
}
-
IMPL_LINK_NOARG_TYPED(FontworkCharacterSpacingWindow, SelectHdl,ToolbarMenu*, void)
{
if ( IsInPopupMode() )
@@ -600,7 +587,6 @@ FontworkCharacterSpacingControl::FontworkCharacterSpacingControl( const Referenc
}
-
VclPtr<vcl::Window> FontworkCharacterSpacingControl::createPopupWindow( vcl::Window* pParent )
{
return VclPtr<FontworkCharacterSpacingWindow>::Create( *this, m_xFrame, pParent );
@@ -627,7 +613,6 @@ OUString SAL_CALL FontworkCharacterSpacingControl_getImplementationName()
}
-
Sequence< OUString > SAL_CALL FontworkCharacterSpacingControl_getSupportedServiceNames() throw( RuntimeException )
{
Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
@@ -635,21 +620,18 @@ Sequence< OUString > SAL_CALL FontworkCharacterSpacingControl_getSupportedServic
}
-
Reference< XInterface > SAL_CALL SAL_CALL FontworkCharacterSpacingControl_createInstance( const Reference< XMultiServiceFactory >& rSMgr ) throw( RuntimeException )
{
return *new FontworkCharacterSpacingControl( comphelper::getComponentContext(rSMgr) );
}
-
OUString SAL_CALL FontworkCharacterSpacingControl::getImplementationName( ) throw (RuntimeException, std::exception)
{
return FontworkCharacterSpacingControl_getImplementationName();
}
-
Sequence< OUString > SAL_CALL FontworkCharacterSpacingControl::getSupportedServiceNames( ) throw (RuntimeException, std::exception)
{
return FontworkCharacterSpacingControl_getSupportedServiceNames();
diff --git a/svx/source/tbxctrls/formatpaintbrushctrl.cxx b/svx/source/tbxctrls/formatpaintbrushctrl.cxx
index 63a388ccf779..250273190957 100644
--- a/svx/source/tbxctrls/formatpaintbrushctrl.cxx
+++ b/svx/source/tbxctrls/formatpaintbrushctrl.cxx
@@ -47,7 +47,6 @@ FormatPaintBrushToolBoxControl::FormatPaintBrushToolBoxControl( sal_uInt16 nSlot
}
-
FormatPaintBrushToolBoxControl::~FormatPaintBrushToolBoxControl()
{
m_aDoubleClickTimer.Stop();
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 5bc35bcbee25..8dd2ed669fd9 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -69,7 +69,6 @@ SvxLineBox::SvxLineBox( vcl::Window* pParent, const Reference< XFrame >& rFrame,
}
-
IMPL_LINK_NOARG_TYPED(SvxLineBox, DelayHdl_Impl, Timer *, void)
{
if ( GetEntryCount() == 0 )
@@ -80,7 +79,6 @@ IMPL_LINK_NOARG_TYPED(SvxLineBox, DelayHdl_Impl, Timer *, void)
}
-
void SvxLineBox::Select()
{
// Call the parent's Select() member to trigger accessibility events.
@@ -145,7 +143,6 @@ void SvxLineBox::Select()
}
-
bool SvxLineBox::PreNotify( NotifyEvent& rNEvt )
{
MouseNotifyEvent nType = rNEvt.GetType();
@@ -176,7 +173,6 @@ bool SvxLineBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxLineBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = LineLB::Notify( rNEvt );
@@ -203,7 +199,6 @@ bool SvxLineBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxLineBox::ReleaseFocus_Impl()
{
if(!bRelease)
@@ -271,7 +266,6 @@ SvxMetricField::SvxMetricField(
}
-
void SvxMetricField::Update( const XLineWidthItem* pItem )
{
if ( pItem )
@@ -284,7 +278,6 @@ void SvxMetricField::Update( const XLineWidthItem* pItem )
}
-
void SvxMetricField::Modify()
{
MetricField::Modify();
@@ -302,7 +295,6 @@ void SvxMetricField::Modify()
}
-
void SvxMetricField::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )
@@ -349,7 +341,6 @@ bool SvxMetricField::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxMetricField::Notify( NotifyEvent& rNEvt )
{
bool bHandled = MetricField::Notify( rNEvt );
@@ -438,7 +429,6 @@ bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxFillTypeBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = FillTypeLB::Notify( rNEvt );
@@ -472,7 +462,6 @@ bool SvxFillTypeBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxFillTypeBox::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )
@@ -508,7 +497,6 @@ bool SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt )
}
-
bool SvxFillAttrBox::Notify( NotifyEvent& rNEvt )
{
bool bHandled = FillAttrLB::Notify( rNEvt );
@@ -539,14 +527,12 @@ bool SvxFillAttrBox::Notify( NotifyEvent& rNEvt )
}
-
void SvxFillAttrBox::Select()
{
FillAttrLB::Select();
}
-
void SvxFillAttrBox::ReleaseFocus_Impl()
{
if( SfxViewShell::Current() )
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx
index 6f63ff9d894e..74d355e0973d 100644
--- a/svx/source/tbxctrls/layctrl.cxx
+++ b/svx/source/tbxctrls/layctrl.cxx
@@ -95,14 +95,12 @@ const long TableWindow::TABLE_CELLS_HORIZ = 10;
const long TableWindow::TABLE_CELLS_VERT = 15;
-
IMPL_LINK_NOARG_TYPED(TableWindow, SelectHdl, Button*, void)
{
CloseAndShowTableDialog();
}
-
TableWindow::TableWindow( sal_uInt16 nSlotId, const OUString& rCmd, const OUString& rText,
const Reference< XFrame >& rFrame )
: SfxPopupWindow( nSlotId, rFrame, WinBits( WB_STDPOPUP ) )
@@ -149,7 +147,6 @@ TableWindow::TableWindow( sal_uInt16 nSlotId, const OUString& rCmd, const OUStri
}
-
TableWindow::~TableWindow()
{
disposeOnce();
@@ -174,7 +171,6 @@ void TableWindow::MouseMove( const MouseEvent& rMEvt )
}
-
void TableWindow::KeyInput( const KeyEvent& rKEvt )
{
bool bHandled = false;
@@ -248,7 +244,6 @@ void TableWindow::KeyInput( const KeyEvent& rKEvt )
}
-
void TableWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
SfxPopupWindow::MouseButtonUp( rMEvt );
@@ -256,7 +251,6 @@ void TableWindow::MouseButtonUp( const MouseEvent& rMEvt )
}
-
void TableWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
{
const long nSelectionWidth = mnTablePosX + nCol * mnTableCellWidth;
@@ -331,7 +325,6 @@ void TableWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
}
-
void TableWindow::PopupModeEnd()
{
if ( !IsPopupModeCanceled() && nCol && nLine )
@@ -349,7 +342,6 @@ void TableWindow::PopupModeEnd()
}
-
void TableWindow::Update( long nNewCol, long nNewLine )
{
if ( nNewCol < 0 || nNewCol > TABLE_CELLS_HORIZ )
@@ -367,7 +359,6 @@ void TableWindow::Update( long nNewCol, long nNewLine )
}
-
void TableWindow::TableDialog( const Sequence< PropertyValue >& rArgs )
{
Reference< XDispatchProvider > xDispatchProvider( mxFrame, UNO_QUERY );
@@ -385,7 +376,6 @@ void TableWindow::TableDialog( const Sequence< PropertyValue >& rArgs )
}
-
void TableWindow::CloseAndShowTableDialog()
{
// close the toolbar tool
@@ -425,7 +415,6 @@ public:
};
-
ColumnsWindow::ColumnsWindow( sal_uInt16 nId, const OUString& rCmd, const OUString& rText, const Reference< XFrame >& rFrame ) :
SfxPopupWindow( nId, rFrame, WB_STDPOPUP ),
bInitialKeyInput(true),
@@ -461,7 +450,6 @@ ColumnsWindow::ColumnsWindow( sal_uInt16 nId, const OUString& rCmd, const OUStri
}
-
void ColumnsWindow::MouseMove( const MouseEvent& rMEvt )
{
SfxPopupWindow::MouseMove( rMEvt );
@@ -602,7 +590,6 @@ void ColumnsWindow::KeyInput( const KeyEvent& rKEvt )
}
-
void ColumnsWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
SfxPopupWindow::MouseButtonUp( rMEvt );
@@ -613,7 +600,6 @@ void ColumnsWindow::MouseButtonUp( const MouseEvent& rMEvt )
}
-
void ColumnsWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
{
long i;
@@ -674,7 +660,6 @@ void ColumnsWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&)
}
-
void ColumnsWindow::PopupModeEnd()
{
if ( !IsPopupModeCanceled() && nCol )
@@ -703,13 +688,11 @@ SvxTableToolBoxControl::SvxTableToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 n
}
-
SvxTableToolBoxControl::~SvxTableToolBoxControl()
{
}
-
VclPtr<SfxPopupWindow> SvxTableToolBoxControl::CreatePopupWindow()
{
if ( bEnabled )
@@ -750,13 +733,11 @@ SvxColumnsToolBoxControl::SvxColumnsToolBoxControl( sal_uInt16 nSlotId, sal_uInt
}
-
SvxColumnsToolBoxControl::~SvxColumnsToolBoxControl()
{
}
-
VclPtr<SfxPopupWindow> SvxColumnsToolBoxControl::CreatePopupWindow()
{
ColumnsWindow* pWin = nullptr;
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index c617a7c8b08b..e5e83d60f42a 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -216,7 +216,6 @@ IMPL_LINK_NOARG_TYPED(SvxListBoxControl, SelectHdl, ListBox&, void)
}
-
SFX_IMPL_TOOLBOX_CONTROL( SvxUndoRedoControl, SfxStringItem );
SvxUndoRedoControl::SvxUndoRedoControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx )
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 314b95fc3efa..04067466e721 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -63,7 +63,6 @@ SvxLineStyleToolBoxControl::SvxLineStyleToolBoxControl( sal_uInt16 nSlotId,
}
-
SvxLineStyleToolBoxControl::~SvxLineStyleToolBoxControl()
{
delete pStyleItem;
@@ -71,7 +70,6 @@ SvxLineStyleToolBoxControl::~SvxLineStyleToolBoxControl()
}
-
void SvxLineStyleToolBoxControl::StateChanged (
sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState )
@@ -114,7 +112,6 @@ void SvxLineStyleToolBoxControl::StateChanged (
}
-
void SvxLineStyleToolBoxControl::Update( const SfxPoolItem* pState )
{
if ( pState && bUpdate )
@@ -182,7 +179,6 @@ void SvxLineStyleToolBoxControl::Update( const SfxPoolItem* pState )
}
-
VclPtr<vcl::Window> SvxLineStyleToolBoxControl::CreateItemWindow( vcl::Window *pParent )
{
return VclPtr<SvxLineBox>::Create( pParent, m_xFrame ).get();
@@ -196,13 +192,11 @@ SvxLineWidthToolBoxControl::SvxLineWidthToolBoxControl(
}
-
SvxLineWidthToolBoxControl::~SvxLineWidthToolBoxControl()
{
}
-
void SvxLineWidthToolBoxControl::StateChanged(
sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState )
{
@@ -243,7 +237,6 @@ void SvxLineWidthToolBoxControl::StateChanged(
}
-
VclPtr<vcl::Window> SvxLineWidthToolBoxControl::CreateItemWindow( vcl::Window *pParent )
{
return VclPtr<SvxMetricField>::Create( pParent, m_xFrame ).get();
@@ -386,7 +379,6 @@ IMPL_LINK_NOARG_TYPED(SvxLineEndWindow, SelectHdl, ValueSet*, void)
}
-
void SvxLineEndWindow::FillValueSet()
{
if( pLineEndList.is() )
@@ -437,7 +429,6 @@ void SvxLineEndWindow::FillValueSet()
}
-
void SvxLineEndWindow::Resize()
{
// since we change the size inside this call, check if we
@@ -463,7 +454,6 @@ void SvxLineEndWindow::Resize()
}
-
void SvxLineEndWindow::Resizing( Size& rNewSize )
{
Size aBitmapSize = aBmpSize; // -> Member
@@ -517,14 +507,12 @@ void SvxLineEndWindow::StartSelection()
}
-
bool SvxLineEndWindow::Close()
{
return SfxPopupWindow::Close();
}
-
void SvxLineEndWindow::StateChanged(
sal_uInt16 nSID, SfxItemState, const SfxPoolItem* pState )
{
@@ -547,7 +535,6 @@ void SvxLineEndWindow::StateChanged(
}
-
void SvxLineEndWindow::PopupModeEnd()
{
if ( IsVisible() )
@@ -559,7 +546,6 @@ void SvxLineEndWindow::PopupModeEnd()
}
-
void SvxLineEndWindow::SetSize()
{
//if( !bPopupMode )
@@ -607,13 +593,11 @@ SvxLineEndToolBoxControl::SvxLineEndToolBoxControl( sal_uInt16 nSlotId, sal_uInt
}
-
SvxLineEndToolBoxControl::~SvxLineEndToolBoxControl()
{
}
-
VclPtr<SfxPopupWindow> SvxLineEndToolBoxControl::CreatePopupWindow()
{
SvxLineEndWindow* pLineEndWin =
@@ -628,7 +612,6 @@ VclPtr<SfxPopupWindow> SvxLineEndToolBoxControl::CreatePopupWindow()
}
-
void SvxLineEndToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* )
{
sal_uInt16 nId = GetId();
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 6333bb8c34cd..74ae6157d032 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2906,7 +2906,6 @@ void SvxSimpleUndoRedoController::StateChanged( sal_uInt16, SfxItemState eState,
}
-
static void lcl_CalcSizeValueSet( vcl::Window &rWin, ValueSet &rValueSet, const Size &aItemSize )
{
Size aSize = rValueSet.CalcWindowSizePixel( aItemSize );
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index 0ccfbd692ebf..f134cf152d9b 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -143,7 +143,6 @@ void SvxFontSizeBox_Impl::ReleaseFocus_Impl()
}
-
void SvxFontSizeBox_Impl::Select()
{
FontSizeBox::Select();
@@ -167,7 +166,6 @@ void SvxFontSizeBox_Impl::Select()
}
-
void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase )
{
if ( !bErase )
@@ -189,7 +187,6 @@ void SvxFontSizeBox_Impl::statusChanged_Impl( long nPoint, bool bErase )
}
-
void SvxFontSizeBox_Impl::UpdateFont( const css::awt::FontDescriptor& rCurrentFont )
{
// Sizes-Liste auff"ullen
@@ -215,7 +212,6 @@ void SvxFontSizeBox_Impl::UpdateFont( const css::awt::FontDescriptor& rCurrentFo
}
-
bool SvxFontSizeBox_Impl::Notify( NotifyEvent& rNEvt )
{
bool bHandled = false;
diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx
index f70805cce61b..5795e999f967 100644
--- a/svx/source/tbxctrls/tbxdrctl.cxx
+++ b/svx/source/tbxctrls/tbxdrctl.cxx
@@ -40,7 +40,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
-
SvxTbxCtlDraw::SvxTbxCtlDraw( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) :
SfxToolBoxControl( nSlotId, nId, rTbx ),
@@ -53,7 +52,6 @@ SvxTbxCtlDraw::SvxTbxCtlDraw( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx
}
-
void SvxTbxCtlDraw::StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState )
{
@@ -67,7 +65,6 @@ void SvxTbxCtlDraw::StateChanged( sal_uInt16 nSID, SfxItemState eState,
}
-
void SvxTbxCtlDraw::toggleToolbox()
{
Reference< XLayoutManager > xLayoutMgr = getLayoutManager();
@@ -91,7 +88,6 @@ void SvxTbxCtlDraw::toggleToolbox()
}
-
void SvxTbxCtlDraw::Select(sal_uInt16 /*nSelectModifier*/)
{
toggleToolbox();
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
index 054e5fdc2cac..75efdc5ef831 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
@@ -340,9 +340,6 @@ SvLBoxItem* DictionaryList::getItemAtColumn( SvTreeListEntry* pEntry, sal_uInt16
}
-
-
-
DictionaryEntry::DictionaryEntry( const OUString& rTerm, const OUString& rMapping
, sal_Int16 nConversionPropertyType
, bool bNewEntry )
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
index a639496ec4c1..1f45935ec7a6 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
@@ -36,7 +36,6 @@ namespace textconversiondlgs
{
-
/** This class provides the chinese translation dialog as an uno component.
It can be created via lang::XMultiComponentFactory::createInstanceWithContext
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
index 826fb1521437..7290c127d7e7 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
@@ -29,7 +29,6 @@ namespace textconversiondlgs
{
-
/**
*/
class ChineseDictionaryDialog;
diff --git a/svx/source/unodraw/UnoNameItemTable.cxx b/svx/source/unodraw/UnoNameItemTable.cxx
index cef93f16b146..d69f682b8854 100644
--- a/svx/source/unodraw/UnoNameItemTable.cxx
+++ b/svx/source/unodraw/UnoNameItemTable.cxx
@@ -109,7 +109,6 @@ void SAL_CALL SvxUnoNameItemTable::insertByName( const OUString& aApiName, const
}
-
void SAL_CALL SvxUnoNameItemTable::removeByName( const OUString& aApiName )
throw( container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
diff --git a/svx/source/unodraw/UnoNamespaceMap.cxx b/svx/source/unodraw/UnoNamespaceMap.cxx
index 183164370308..32dca96a0de0 100644
--- a/svx/source/unodraw/UnoNamespaceMap.cxx
+++ b/svx/source/unodraw/UnoNamespaceMap.cxx
@@ -91,7 +91,6 @@ namespace svx
}
-
class NamespaceIteratorImpl
{
private:
@@ -116,7 +115,6 @@ namespace svx
using namespace ::svx;
-
NamespaceIteratorImpl::NamespaceIteratorImpl( sal_uInt16* pWhichIds, SfxItemPool* pPool )
{
mpPool = pPool;
@@ -183,7 +181,6 @@ bool NamespaceIteratorImpl::next( OUString& rPrefix, OUString& rURL )
}
-
NamespaceMap::NamespaceMap( sal_uInt16* pWhichIds, SfxItemPool* pPool )
: mpWhichIds( pWhichIds ), mpPool( pPool )
{
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 1067674f17ec..6ff4621b2635 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -242,7 +242,6 @@ sal_Bool SAL_CALL SvxUnoXPropertyTable::hasElements( )
}
-
class SvxUnoXColorTable : public SvxUnoXPropertyTable
{
public:
@@ -304,7 +303,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXColorTable::getSupportedServiceNames(
}
-
class SvxUnoXLineEndTable : public SvxUnoXPropertyTable
{
public:
@@ -377,7 +375,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXLineEndTable::getSupportedServiceName
}
-
class SvxUnoXDashTable : public SvxUnoXPropertyTable
{
public:
@@ -458,7 +455,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXDashTable::getSupportedServiceNames(
}
-
class SvxUnoXHatchTable : public SvxUnoXPropertyTable
{
public:
@@ -534,7 +530,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXHatchTable::getSupportedServiceNames(
}
-
class SvxUnoXGradientTable : public SvxUnoXPropertyTable
{
public:
@@ -622,7 +617,6 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXGradientTable::getSupportedServiceNam
}
-
class SvxUnoXBitmapTable : public SvxUnoXPropertyTable
{
public:
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index 1609a3d7872e..025f9e4bac5b 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -180,7 +180,6 @@ css::uno::Any SAL_CALL RecoveryUI::dispatchWithReturnValue(const css::util::URL&
}
-
static OUString GetCrashConfigDir()
{
@@ -200,7 +199,6 @@ static OUString GetCrashConfigDir()
}
-
#if defined(WNT)
#define LCKFILE "crashdat.lck"
#else
@@ -215,7 +213,6 @@ static OUString GetUnsentURL()
}
-
static bool delete_pending_crash()
{
OUString aUnsentURL = GetUnsentURL();
diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx
index 316887c22a70..9b3367d1ba65 100644
--- a/svx/source/unodraw/shapeimpl.hxx
+++ b/svx/source/unodraw/shapeimpl.hxx
@@ -87,8 +87,6 @@ public:
};
-
-
class SvxTableShape : public SvxShape
{
protected:
diff --git a/svx/source/unodraw/tableshape.cxx b/svx/source/unodraw/tableshape.cxx
index 4a3c961b14f6..d21db1a3ce6a 100644
--- a/svx/source/unodraw/tableshape.cxx
+++ b/svx/source/unodraw/tableshape.cxx
@@ -26,8 +26,6 @@
#include <svx/svdpool.hxx>
-
-
using namespace ::osl;
using namespace ::cppu;
using namespace sdr::table;
@@ -49,7 +47,6 @@ SvxTableShape::~SvxTableShape() throw()
}
-
bool SvxTableShape::setPropertyValueImpl(
const OUString& rName,
const SfxItemPropertySimpleEntry* pProperty,
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx
index cc7ce2f0e6fc..e3c1c48bbde7 100644
--- a/svx/source/unodraw/unodtabl.cxx
+++ b/svx/source/unodraw/unodtabl.cxx
@@ -93,5 +93,4 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDashTable_createInstance( SdrMo
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodraw/unogtabl.cxx b/svx/source/unodraw/unogtabl.cxx
index fc1b394851c8..2e565a428de4 100644
--- a/svx/source/unodraw/unogtabl.cxx
+++ b/svx/source/unodraw/unogtabl.cxx
@@ -92,5 +92,4 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoGradientTable_createInstance( S
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx
index 4d182766ea31..eed5c1c9425b 100644
--- a/svx/source/unodraw/unohtabl.cxx
+++ b/svx/source/unodraw/unohtabl.cxx
@@ -90,5 +90,4 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoHatchTable_createInstance( SdrM
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index 29f5d6c78dc6..456ae108c559 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -735,5 +735,4 @@ css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule( SdrModel*
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodraw/unomtabl.cxx b/svx/source/unodraw/unomtabl.cxx
index 29355e1d1b81..aea0bd644884 100644
--- a/svx/source/unodraw/unomtabl.cxx
+++ b/svx/source/unodraw/unomtabl.cxx
@@ -437,5 +437,4 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoMarkerTable_createInstance( Sdr
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index 98472cf36e4f..0d868a51d8ea 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -899,7 +899,6 @@ SvxUnoPropertyMapProvider& getSvxMapProvider()
}
-
SvxUnoPropertyMapProvider::SvxUnoPropertyMapProvider()
{
for(sal_uInt16 i=0;i<SVXMAP_END; i++)
@@ -916,7 +915,6 @@ SvxUnoPropertyMapProvider::~SvxUnoPropertyMapProvider()
}
-
const SfxItemPropertyMapEntry* SvxUnoPropertyMapProvider::GetMap(sal_uInt16 nPropertyId)
{
DBG_ASSERT(nPropertyId < SVXMAP_END, "Id ?" );
@@ -1272,7 +1270,6 @@ static const sal_uInt16 SvxUnoColorNameResId[] =
};
-
bool SvxUnoConvertResourceString( const sal_uInt16* pSourceResIds, const sal_uInt16* pDestResIds, int nCount, OUString& rString ) throw (std::exception)
{
//We replace e.g. "Gray 10%" with the translation of Gray, but we shouldn't
@@ -1368,7 +1365,6 @@ OUString SvxUnogetInternalNameForItem(const sal_Int16 nWhich, const OUString& rA
}
-
comphelper::PropertySetInfo* SvxPropertySetInfoPool::getOrCreate( sal_Int32 nServiceId ) throw()
{
SolarMutexGuard aGuard;
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 60c6a49e450b..531ea531b61c 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -153,7 +153,6 @@ void SAL_CALL SvxShapeGroup::setPosition( const awt::Point& Position ) throw(uno
}
-
awt::Size SAL_CALL SvxShapeGroup::getSize() throw(uno::RuntimeException, std::exception)
{
return SvxShape::getSize();
@@ -378,7 +377,6 @@ SvxShapeConnector::~SvxShapeConnector() throw()
}
-
uno::Any SAL_CALL SvxShapeConnector::queryInterface( const uno::Type & rType )
throw(uno::RuntimeException, std::exception)
{
@@ -441,7 +439,6 @@ void SAL_CALL SvxShapeConnector::setPosition( const awt::Point& Position ) throw
}
-
awt::Size SAL_CALL SvxShapeConnector::getSize() throw(uno::RuntimeException, std::exception)
{
return SvxShapeText::getSize();
@@ -455,7 +452,6 @@ void SAL_CALL SvxShapeConnector::setSize( const awt::Size& rSize )
}
-
// XConnectorShape
void SAL_CALL SvxShapeConnector::connectStart( const uno::Reference< drawing::XConnectableShape >& xShape, drawing::ConnectionType ) throw( uno::RuntimeException, std::exception )
@@ -595,7 +591,6 @@ void SAL_CALL SvxShapeControl::setPosition( const awt::Point& Position ) throw(u
}
-
awt::Size SAL_CALL SvxShapeControl::getSize() throw(uno::RuntimeException, std::exception)
{
return SvxShapeText::getSize();
@@ -1056,7 +1051,6 @@ basegfx::B2DPolyPolygon SAL_CALL ImplSvxPointSequenceSequenceToB2DPolyPolygon( c
}
-
bool SvxShapePolyPolygon::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -1165,7 +1159,6 @@ void SAL_CALL B2DPolyPolygonToSvxPointSequenceSequence( const basegfx::B2DPolyPo
}
-
bool SvxShapePolyPolygon::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty,
css::uno::Any& rValue )
throw(css::beans::UnknownPropertyException,
@@ -1241,8 +1234,6 @@ bool SvxShapePolyPolygon::getPropertyValueImpl( const OUString& rName, const Sfx
}
-
-
void SvxShapePolyPolygon::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(uno::RuntimeException)
{
::SolarMutexGuard aGuard;
@@ -1287,7 +1278,6 @@ SvxShapePolyPolygonBezier::~SvxShapePolyPolygonBezier() throw()
}
-
bool SvxShapePolyPolygonBezier::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -1330,7 +1320,6 @@ bool SvxShapePolyPolygonBezier::setPropertyValueImpl( const OUString& rName, con
}
-
bool SvxShapePolyPolygonBezier::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -1369,8 +1358,6 @@ bool SvxShapePolyPolygonBezier::getPropertyValueImpl( const OUString& rName, con
}
-
-
void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(uno::RuntimeException)
{
::SolarMutexGuard aGuard;
@@ -1657,7 +1644,6 @@ bool SvxGraphicObject::getPropertyValueImpl( const OUString& rName, const SfxIte
}
-
SvxShapeCaption::SvxShapeCaption( SdrObject* pObj ) throw()
: SvxShapeText( pObj, getSvxMapProvider().GetMap(SVXMAP_CAPTION), getSvxMapProvider().GetPropertySet(SVXMAP_CAPTION, SdrObject::GetGlobalDrawObjectItemPool()) )
{
@@ -1678,14 +1664,12 @@ SvxCustomShape::~SvxCustomShape() throw()
}
-
void SvxCustomShape::Create( SdrObject* pNewObj, SvxDrawPage* pNewPage )
{
SvxShapeText::Create( pNewObj, pNewPage );
}
-
uno::Any SAL_CALL SvxCustomShape::queryInterface( const uno::Type & rType )
throw(uno::RuntimeException, std::exception)
{
@@ -1712,7 +1696,6 @@ void SAL_CALL SvxCustomShape::release() throw ( )
}
-
uno::Sequence< uno::Type > SAL_CALL SvxCustomShape::getTypes()
throw (uno::RuntimeException, std::exception)
{
@@ -1822,7 +1805,6 @@ void SAL_CALL SvxCustomShape::setPosition( const awt::Point& Position ) throw(un
}
-
awt::Size SAL_CALL SvxCustomShape::getSize() throw(uno::RuntimeException, std::exception)
{
return SvxShapeText::getSize();
@@ -1836,8 +1818,6 @@ void SAL_CALL SvxCustomShape::setSize( const awt::Size& rSize )
}
-
-
void SAL_CALL SvxCustomShape::setPropertyValue( const OUString& aPropertyName, const uno::Any& aValue )
throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, std::exception)
{
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index 09a7c6579f3b..9f5128f7789c 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -202,7 +202,6 @@ sal_Int32 SAL_CALL Svx3DSceneObject::getCount()
}
-
uno::Any SAL_CALL Svx3DSceneObject::getByIndex( sal_Int32 Index )
throw( lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -243,7 +242,6 @@ sal_Bool SAL_CALL Svx3DSceneObject::hasElements()
}
-
static bool ConvertHomogenMatrixToObject( E3dObject* pObject, const Any& rValue )
{
drawing::HomogenMatrix m;
@@ -415,7 +413,6 @@ bool Svx3DSceneObject::setPropertyValueImpl( const OUString& rName, const SfxIte
}
-
bool Svx3DSceneObject::getPropertyValueImpl(const OUString& rName, const SfxItemPropertySimpleEntry* pProperty,
css::uno::Any& rValue)
throw (css::beans::UnknownPropertyException,
@@ -539,7 +536,6 @@ bool Svx3DCubeObject::setPropertyValueImpl( const OUString& rName, const SfxItem
}
-
bool Svx3DCubeObject::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
switch( pProperty->nWID )
@@ -608,7 +604,6 @@ Svx3DSphereObject::~Svx3DSphereObject() throw()
}
-
bool Svx3DSphereObject::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -654,7 +649,6 @@ bool Svx3DSphereObject::setPropertyValueImpl( const OUString& rName, const SfxIt
}
-
bool Svx3DSphereObject::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
switch( pProperty->nWID )
@@ -806,7 +800,6 @@ static void B3dPolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon&
}
-
bool Svx3DLatheObject::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -920,7 +913,6 @@ Svx3DExtrudeObject::~Svx3DExtrudeObject() throw()
}
-
bool Svx3DExtrudeObject::setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException)
{
switch( pProperty->nWID )
@@ -957,7 +949,6 @@ bool Svx3DExtrudeObject::setPropertyValueImpl( const OUString& rName, const SfxI
}
-
bool Svx3DExtrudeObject::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
switch( pProperty->nWID )
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index 03c85d4ce9ed..e71b916327a0 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -576,7 +576,6 @@ const SvGlobalName SvxOle2Shape::GetClassName_Impl(OUString& rHexCLSID)
}
-
SvxAppletShape::SvxAppletShape( SdrObject* pObject ) throw()
: SvxOle2Shape( pObject, getSvxMapProvider().GetMap(SVXMAP_APPLET), getSvxMapProvider().GetPropertySet(SVXMAP_APPLET, SdrObject::GetGlobalDrawObjectItemPool()) )
{
@@ -649,7 +648,6 @@ bool SvxAppletShape::getPropertyValueImpl( const OUString& rName, const SfxItemP
}
-
SvxPluginShape::SvxPluginShape( SdrObject* pObject ) throw()
: SvxOle2Shape( pObject, getSvxMapProvider().GetMap(SVXMAP_PLUGIN), getSvxMapProvider().GetPropertySet(SVXMAP_PLUGIN, SdrObject::GetGlobalDrawObjectItemPool()) )
{
@@ -722,7 +720,6 @@ bool SvxPluginShape::getPropertyValueImpl( const OUString& rName, const SfxItemP
}
-
SvxFrameShape::SvxFrameShape( SdrObject* pObject ) throw()
: SvxOle2Shape( pObject, getSvxMapProvider().GetMap(SVXMAP_FRAME), getSvxMapProvider().GetPropertySet(SVXMAP_FRAME, SdrObject::GetGlobalDrawObjectItemPool()) )
{
@@ -937,7 +934,6 @@ bool SvxMediaShape::setPropertyValueImpl( const OUString& rName, const SfxItemPr
}
-
bool SvxMediaShape::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
if ( ((pProperty->nWID >= OWN_ATTR_MEDIA_URL) &&
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 0b682a624cbf..43dbfa7c4a26 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -241,14 +241,12 @@ SvxShape::~SvxShape() throw()
}
-
void SvxShape::TakeSdrObjectOwnership()
{
mpImpl->mbHasSdrObjectOwnership = true;
}
-
bool SvxShape::HasSdrObjectOwnership() const
{
if ( !mpImpl->mbHasSdrObjectOwnership )
@@ -259,28 +257,24 @@ bool SvxShape::HasSdrObjectOwnership() const
}
-
void SvxShape::setShapeKind( sal_uInt32 nKind )
{
mpImpl->mnObjId = nKind;
}
-
sal_uInt32 SvxShape::getShapeKind() const
{
return mpImpl->mnObjId;
}
-
void SvxShape::setMaster( SvxShapeMaster* pMaster )
{
mpImpl->mpMaster = pMaster;
}
-
uno::Any SAL_CALL SvxShape::queryAggregation( const uno::Type& rType ) throw (uno::RuntimeException, std::exception)
{
if( mpImpl->mpMaster )
@@ -454,7 +448,6 @@ void SvxShape::Create( SdrObject* pNewObj, SvxDrawPage* /*pNewPage*/ )
}
-
void SvxShape::ChangeModel( SdrModel* pNewModel )
{
DBG_TESTSOLARMUTEX();
@@ -488,7 +481,6 @@ void SvxShape::ChangeModel( SdrModel* pNewModel )
}
-
void SvxShape::ForceMetricToItemPoolMetric(Pair& rPoint) const throw()
{
DBG_TESTSOLARMUTEX();
@@ -725,7 +717,6 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::getTypes()
}
-
uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
throw(uno::RuntimeException)
{
@@ -1004,7 +995,6 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
}
-
uno::Sequence< sal_Int8 > SAL_CALL SvxShape::getImplementationId()
throw (uno::RuntimeException, std::exception)
{
@@ -1099,7 +1089,6 @@ static bool svx_needLogicRectHack( SdrObject* pObj )
}
-
static Rectangle svx_getLogicRectHack( SdrObject* pObj )
{
if(svx_needLogicRectHack(pObj))
@@ -1113,7 +1102,6 @@ static Rectangle svx_getLogicRectHack( SdrObject* pObj )
}
-
static void svx_setLogicRectHack( SdrObject* pObj, const Rectangle& rRect )
{
if(svx_needLogicRectHack(pObj))
@@ -1127,7 +1115,6 @@ static void svx_setLogicRectHack( SdrObject* pObj, const Rectangle& rRect )
}
-
awt::Point SAL_CALL SvxShape::getPosition() throw(uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1248,7 +1235,6 @@ void SAL_CALL SvxShape::setSize( const awt::Size& rSize )
}
-
// XNamed
OUString SAL_CALL SvxShape::getName( ) throw(css::uno::RuntimeException, std::exception)
{
@@ -1264,7 +1250,6 @@ OUString SAL_CALL SvxShape::getName( ) throw(css::uno::RuntimeException, std::e
}
-
void SAL_CALL SvxShape::setName( const OUString& aName ) throw(css::uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -1350,7 +1335,6 @@ void SAL_CALL SvxShape::dispose() throw(uno::RuntimeException, std::exception)
}
-
void SAL_CALL SvxShape::addEventListener( const Reference< lang::XEventListener >& xListener )
throw(uno::RuntimeException, std::exception)
{
@@ -1358,7 +1342,6 @@ void SAL_CALL SvxShape::addEventListener( const Reference< lang::XEventListener
}
-
void SAL_CALL SvxShape::removeEventListener( const Reference< lang::XEventListener >& aListener ) throw(uno::RuntimeException, std::exception)
{
mpImpl->maDisposeListeners.removeInterface(aListener);
@@ -1367,7 +1350,6 @@ void SAL_CALL SvxShape::removeEventListener( const Reference< lang::XEventListen
// XPropertySet
-
Reference< beans::XPropertySetInfo > SAL_CALL
SvxShape::getPropertySetInfo() throw(uno::RuntimeException, std::exception)
{
@@ -1388,7 +1370,6 @@ Reference< beans::XPropertySetInfo > SAL_CALL
}
-
void SAL_CALL SvxShape::addPropertyChangeListener( const OUString& _propertyName, const Reference< beans::XPropertyChangeListener >& _listener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( maMutex );
@@ -1396,7 +1377,6 @@ void SAL_CALL SvxShape::addPropertyChangeListener( const OUString& _propertyName
}
-
void SAL_CALL SvxShape::removePropertyChangeListener( const OUString& _propertyName, const Reference< beans::XPropertyChangeListener >& _listener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( maMutex );
@@ -1404,21 +1384,18 @@ void SAL_CALL SvxShape::removePropertyChangeListener( const OUString& _propertyN
}
-
void SAL_CALL SvxShape::addVetoableChangeListener( const OUString& , const Reference< beans::XVetoableChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
OSL_FAIL( "SvxShape::addVetoableChangeListener: don't have any vetoable properties, so why ...?" );
}
-
void SAL_CALL SvxShape::removeVetoableChangeListener( const OUString& , const Reference< beans::XVetoableChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
OSL_FAIL( "SvxShape::removeVetoableChangeListener: don't have any vetoable properties, so why ...?" );
}
-
bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName )
{
SfxItemSet aSet( mpModel->GetItemPool(), (sal_uInt16)nWID, (sal_uInt16)nWID );
@@ -1437,7 +1414,6 @@ bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName
}
-
bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName, SfxItemSet& rSet, SdrModel* pModel )
{
// check if an item with the given name and which id is inside the models
@@ -1568,7 +1544,6 @@ bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName,
}
-
bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName, SfxItemSet& rSet )
{
OUString aName = SvxUnogetInternalNameForItem((sal_Int16)nWID, rName);
@@ -1619,7 +1594,6 @@ bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName,
}
-
void SAL_CALL SvxShape::setPropertyValue( const OUString& rPropertyName, const uno::Any& rVal )
throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -1747,7 +1721,6 @@ void SAL_CALL SvxShape::_setPropertyValue( const OUString& rPropertyName, const
}
-
uno::Any SAL_CALL SvxShape::getPropertyValue( const OUString& PropertyName )
throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -1758,7 +1731,6 @@ uno::Any SAL_CALL SvxShape::getPropertyValue( const OUString& PropertyName )
}
-
uno::Any SvxShape::_getPropertyValue( const OUString& PropertyName )
throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1817,7 +1789,6 @@ uno::Any SvxShape::_getPropertyValue( const OUString& PropertyName )
}
-
// XMultiPropertySet
void SAL_CALL SvxShape::setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) throw (css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
@@ -1879,7 +1850,6 @@ void SAL_CALL SvxShape::setPropertyValues( const css::uno::Sequence< OUString >&
}
-
void SvxShape::endSetPropertyValues()
{
mbIsMultiPropertyCall = false;
@@ -1891,7 +1861,6 @@ void SvxShape::endSetPropertyValues()
}
-
css::uno::Sequence< css::uno::Any > SAL_CALL SvxShape::getPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames ) throw (css::uno::RuntimeException, std::exception)
{
const sal_Int32 nCount = aPropertyNames.getLength();
@@ -1948,7 +1917,6 @@ void SAL_CALL SvxShape::firePropertiesChangeEvent( const css::uno::Sequence< OUS
}
-
uno::Any SvxShape::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) const
{
DBG_TESTSOLARMUTEX();
@@ -2029,7 +1997,6 @@ uno::Any SvxShape::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleE
}
-
// XPropertyState
beans::PropertyState SAL_CALL SvxShape::getPropertyState( const OUString& PropertyName )
throw(beans::UnknownPropertyException, uno::RuntimeException, std::exception)
@@ -2555,7 +2522,6 @@ bool SvxShape::setPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
}
-
bool SvxShape::getPropertyValueImpl( const OUString&, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
switch( pProperty->nWID )
@@ -2943,7 +2909,6 @@ bool SvxShape::getPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
}
-
bool SvxShape::getPropertyStateImpl( const SfxItemPropertySimpleEntry* pProperty, css::beans::PropertyState& rState ) throw(css::beans::UnknownPropertyException, css::uno::RuntimeException)
{
if( pProperty->nWID == OWN_ATTR_FILLBMP_MODE )
@@ -2974,7 +2939,6 @@ bool SvxShape::getPropertyStateImpl( const SfxItemPropertySimpleEntry* pProperty
}
-
bool SvxShape::setPropertyToDefaultImpl( const SfxItemPropertySimpleEntry* pProperty ) throw(css::beans::UnknownPropertyException, css::uno::RuntimeException)
{
if( pProperty->nWID == OWN_ATTR_FILLBMP_MODE )
@@ -2995,7 +2959,6 @@ bool SvxShape::setPropertyToDefaultImpl( const SfxItemPropertySimpleEntry* pProp
}
-
uno::Sequence< beans::PropertyState > SAL_CALL SvxShape::getPropertyStates( const uno::Sequence< OUString >& aPropertyName )
throw(beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
@@ -3012,7 +2975,6 @@ uno::Sequence< beans::PropertyState > SAL_CALL SvxShape::getPropertyStates( cons
}
-
void SAL_CALL SvxShape::setPropertyToDefault( const OUString& PropertyName )
throw(beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
@@ -3045,7 +3007,6 @@ void SAL_CALL SvxShape::_setPropertyToDefault( const OUString& PropertyName )
}
-
uno::Any SAL_CALL SvxShape::getPropertyDefault( const OUString& aPropertyName )
throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -3134,8 +3095,6 @@ uno::Sequence<uno::Any> SvxShape::getPropertyDefaults(
}
-
-
// XServiceInfo
OUString SAL_CALL SvxShape::getImplementationName()
@@ -3817,21 +3776,18 @@ void SAL_CALL SvxShape::setParent( const css::uno::Reference< css::uno::XInterfa
}
-
/** called from the XActionLockable interface methods on initial locking */
void SvxShape::lock()
{
}
-
/** called from the XActionLockable interface methods on final unlock */
void SvxShape::unlock()
{
}
-
// XActionLockable
sal_Bool SAL_CALL SvxShape::isActionLocked( ) throw (css::uno::RuntimeException, std::exception)
{
@@ -3841,7 +3797,6 @@ sal_Bool SAL_CALL SvxShape::isActionLocked( ) throw (css::uno::RuntimeException
}
-
void SAL_CALL SvxShape::addActionLock( ) throw (css::uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -3854,7 +3809,6 @@ void SAL_CALL SvxShape::addActionLock( ) throw (css::uno::RuntimeException, std
}
-
void SAL_CALL SvxShape::removeActionLock( ) throw (css::uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -3867,7 +3821,6 @@ void SAL_CALL SvxShape::removeActionLock( ) throw (css::uno::RuntimeException,
}
-
void SAL_CALL SvxShape::setActionLocks( sal_Int16 nLock ) throw (css::uno::RuntimeException, std::exception )
{
::SolarMutexGuard aGuard;
@@ -3882,7 +3835,6 @@ void SAL_CALL SvxShape::setActionLocks( sal_Int16 nLock ) throw (css::uno::Runti
}
-
sal_Int16 SAL_CALL SvxShape::resetActionLocks( ) throw (css::uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;
@@ -3897,7 +3849,6 @@ sal_Int16 SAL_CALL SvxShape::resetActionLocks( ) throw (css::uno::RuntimeExcept
}
-
/** since polygon shapes can change theire kind during editing, we have
to recheck it here.
Circle shapes also change theire kind, but theire all treated equal
@@ -3968,7 +3919,6 @@ uno::Any SAL_CALL SvxShapeText::queryInterface( const uno::Type & rType )
}
-
uno::Any SAL_CALL SvxShapeText::queryAggregation( const uno::Type & rType )
throw( uno::RuntimeException, std::exception )
{
@@ -3980,7 +3930,6 @@ uno::Any SAL_CALL SvxShapeText::queryAggregation( const uno::Type & rType )
}
-
void SAL_CALL SvxShapeText::acquire() throw()
{
SvxShape::acquire();
@@ -4036,7 +3985,6 @@ uno::Sequence< sal_Int8 > SAL_CALL SvxShapeText::getImplementationId()
}
-
/** called from the XActionLockable interface methods on initial locking */
void SvxShapeText::lock()
{
@@ -4046,7 +3994,6 @@ void SvxShapeText::lock()
}
-
/** called from the XActionLockable interface methods on final unlock */
void SvxShapeText::unlock()
{
@@ -4194,7 +4141,6 @@ SdrObject* GetSdrObjectFromXShape( uno::Reference< drawing::XShape > xShape ) th
}
-
SdrObject* SdrObject::getSdrObjectFromXShape( const css::uno::Reference< css::uno::XInterface >& xInt )
{
SvxShape* pSvxShape = SvxShape::getImplementation( xInt );
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index c776fa98f956..fcf13a7132d9 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -158,7 +158,6 @@ public:
};
-
SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText )
: maRefCount ( 0 ),
mpObject ( pObject ),
@@ -195,7 +194,6 @@ SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText
}
-
SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, const vcl::Window& rWindow )
: maRefCount ( 0 ),
mpObject ( &rObject ),
@@ -234,7 +232,6 @@ SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText
}
-
SvxTextEditSourceImpl::~SvxTextEditSourceImpl()
{
DBG_ASSERT( !mbIsLocked, "text edit source was not unlocked before dispose!" );
@@ -245,7 +242,6 @@ SvxTextEditSourceImpl::~SvxTextEditSourceImpl()
}
-
void SvxTextEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange )
{
if( pNewRange )
@@ -254,7 +250,6 @@ void SvxTextEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange )
}
-
void SvxTextEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange )
{
if( pOldRange )
@@ -262,17 +257,12 @@ void SvxTextEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange )
}
-
-
-
-
void SAL_CALL SvxTextEditSourceImpl::acquire()
{
osl_atomic_increment( &maRefCount );
}
-
void SAL_CALL SvxTextEditSourceImpl::release()
{
if( ! osl_atomic_decrement( &maRefCount ) )
@@ -324,7 +314,6 @@ void SvxTextEditSourceImpl::ChangeModel( SdrModel* pNewModel )
}
-
void SvxTextEditSourceImpl::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
{
// #i105988 keep reference to this object
@@ -522,7 +511,6 @@ void SvxTextEditSourceImpl::dispose()
}
-
void SvxTextEditSourceImpl::SetupOutliner()
{
// only for UAA edit source: setup outliner equivalently as in
@@ -544,7 +532,6 @@ void SvxTextEditSourceImpl::SetupOutliner()
}
-
void SvxTextEditSourceImpl::UpdateOutliner()
{
// only for UAA edit source: update outliner equivalently as in
@@ -566,9 +553,6 @@ void SvxTextEditSourceImpl::UpdateOutliner()
}
-
-
-
SvxTextForwarder* SvxTextEditSourceImpl::GetBackgroundTextForwarder()
{
bool bCreated = false;
@@ -704,7 +688,6 @@ SvxTextForwarder* SvxTextEditSourceImpl::GetBackgroundTextForwarder()
}
-
SvxTextForwarder* SvxTextEditSourceImpl::GetEditModeTextForwarder()
{
if( !mpTextForwarder && HasView() )
@@ -722,7 +705,6 @@ SvxTextForwarder* SvxTextEditSourceImpl::GetEditModeTextForwarder()
}
-
SvxTextForwarder* SvxTextEditSourceImpl::GetTextForwarder()
{
if( mbDestroyed || mpObject == nullptr )
@@ -756,7 +738,6 @@ SvxTextForwarder* SvxTextEditSourceImpl::GetTextForwarder()
}
-
SvxDrawOutlinerViewForwarder* SvxTextEditSourceImpl::CreateViewForwarder()
{
if( mpView->GetTextEditOutlinerView() && mpObject )
@@ -840,7 +821,6 @@ SvxEditViewForwarder* SvxTextEditSourceImpl::GetEditViewForwarder( bool bCreate
}
-
void SvxTextEditSourceImpl::UpdateData()
{
// if we have a view and in edit mode, we're working with the
@@ -1039,7 +1019,6 @@ SvxTextEditSource::SvxTextEditSource( SdrObject& rObj, SdrText* pText, SdrView&
}
-
SvxTextEditSource::SvxTextEditSource( SvxTextEditSourceImpl* pImpl )
{
mpImpl = pImpl;
diff --git a/svx/source/unodraw/unottabl.cxx b/svx/source/unodraw/unottabl.cxx
index 0986195da6ad..74623d32b5cd 100644
--- a/svx/source/unodraw/unottabl.cxx
+++ b/svx/source/unodraw/unottabl.cxx
@@ -92,5 +92,4 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoTransGradientTable_createInstan
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index 9ef9262bc6db..792870fa34d9 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -61,7 +61,6 @@ GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObjec
}
-
GalleryItem::~GalleryItem()
throw()
{
@@ -70,14 +69,12 @@ GalleryItem::~GalleryItem()
}
-
bool GalleryItem::isValid() const
{
return( mpTheme != nullptr );
}
-
uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType )
throw( uno::RuntimeException, std::exception )
{
@@ -102,7 +99,6 @@ uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType )
}
-
uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType )
throw( uno::RuntimeException, std::exception )
{
@@ -110,7 +106,6 @@ uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType )
}
-
void SAL_CALL GalleryItem::acquire()
throw()
{
@@ -118,7 +113,6 @@ void SAL_CALL GalleryItem::acquire()
}
-
void SAL_CALL GalleryItem::release()
throw()
{
@@ -126,7 +120,6 @@ void SAL_CALL GalleryItem::release()
}
-
OUString GalleryItem::getImplementationName_Static()
throw()
{
@@ -134,7 +127,6 @@ OUString GalleryItem::getImplementationName_Static()
}
-
uno::Sequence< OUString > GalleryItem::getSupportedServiceNames_Static()
throw()
{
@@ -183,7 +175,6 @@ uno::Sequence< sal_Int8 > SAL_CALL GalleryItem::getImplementationId()
}
-
sal_Int8 SAL_CALL GalleryItem::getType()
throw (uno::RuntimeException, std::exception)
{
@@ -213,7 +204,6 @@ sal_Int8 SAL_CALL GalleryItem::getType()
}
-
::comphelper::PropertySetInfo* GalleryItem::createPropertySetInfo()
{
SolarMutexGuard aGuard;
@@ -400,10 +390,6 @@ void GalleryItem::_getPropertyValues( const comphelper::PropertyMapEntry** ppEnt
}
-
-
-
-
void GalleryItem::implSetInvalid()
{
if( mpTheme )
@@ -424,7 +410,6 @@ GalleryDrawingModel::GalleryDrawingModel( SdrModel* pDoc )
}
-
GalleryDrawingModel::~GalleryDrawingModel()
throw()
{
@@ -432,7 +417,6 @@ GalleryDrawingModel::~GalleryDrawingModel()
}
-
UNO3_GETIMPLEMENTATION_IMPL( GalleryDrawingModel );
}
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx
index 085cdb118958..43c3cee87ee9 100644
--- a/svx/source/unogallery/unogaltheme.cxx
+++ b/svx/source/unogallery/unogaltheme.cxx
@@ -52,7 +52,6 @@ GalleryTheme::GalleryTheme( const OUString& rThemeName )
}
-
GalleryTheme::~GalleryTheme()
{
const SolarMutexGuard aGuard;
@@ -71,7 +70,6 @@ GalleryTheme::~GalleryTheme()
}
-
OUString GalleryTheme::getImplementationName_Static()
throw()
{
@@ -79,7 +77,6 @@ OUString GalleryTheme::getImplementationName_Static()
}
-
uno::Sequence< OUString > GalleryTheme::getSupportedServiceNames_Static()
throw()
{
@@ -127,7 +124,6 @@ uno::Sequence< sal_Int8 > SAL_CALL GalleryTheme::getImplementationId()
}
-
uno::Type SAL_CALL GalleryTheme::getElementType()
throw (uno::RuntimeException, std::exception)
{
@@ -135,7 +131,6 @@ uno::Type SAL_CALL GalleryTheme::getElementType()
}
-
sal_Bool SAL_CALL GalleryTheme::hasElements()
throw (uno::RuntimeException, std::exception)
{
@@ -145,7 +140,6 @@ sal_Bool SAL_CALL GalleryTheme::hasElements()
}
-
sal_Int32 SAL_CALL GalleryTheme::getCount()
throw (uno::RuntimeException, std::exception)
{
@@ -155,7 +149,6 @@ sal_Int32 SAL_CALL GalleryTheme::getCount()
}
-
uno::Any SAL_CALL GalleryTheme::getByIndex( ::sal_Int32 nIndex )
throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -181,7 +174,6 @@ uno::Any SAL_CALL GalleryTheme::getByIndex( ::sal_Int32 nIndex )
}
-
OUString SAL_CALL GalleryTheme::getName( )
throw (uno::RuntimeException, std::exception)
{
@@ -195,7 +187,6 @@ OUString SAL_CALL GalleryTheme::getName( )
}
-
void SAL_CALL GalleryTheme::update( )
throw (uno::RuntimeException, std::exception)
{
@@ -209,7 +200,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertURLByIndex(
const OUString& rURL, ::sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -242,7 +232,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertGraphicByIndex(
const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -270,7 +259,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertDrawingByIndex(
const uno::Reference< lang::XComponent >& Drawing, sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -326,7 +314,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
void SAL_CALL GalleryTheme::removeByIndex( sal_Int32 nIndex )
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -342,7 +329,6 @@ void SAL_CALL GalleryTheme::removeByIndex( sal_Int32 nIndex )
}
-
void GalleryTheme::Notify( SfxBroadcaster&, const SfxHint& rHint )
{
const SolarMutexGuard aGuard;
@@ -379,7 +365,6 @@ void GalleryTheme::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
-
void GalleryTheme::implReleaseItems( GalleryObject* pObj )
{
const SolarMutexGuard aGuard;
@@ -397,10 +382,6 @@ void GalleryTheme::implReleaseItems( GalleryObject* pObj )
}
-
-
-
-
void GalleryTheme::implRegisterGalleryItem( ::unogallery::GalleryItem& rItem )
{
const SolarMutexGuard aGuard;
@@ -410,7 +391,6 @@ void GalleryTheme::implRegisterGalleryItem( ::unogallery::GalleryItem& rItem )
}
-
void GalleryTheme::implDeregisterGalleryItem( ::unogallery::GalleryItem& rItem )
{
const SolarMutexGuard aGuard;
diff --git a/svx/source/unogallery/unogalthemeprovider.cxx b/svx/source/unogallery/unogalthemeprovider.cxx
index ed6ad415cd71..b21978ae047c 100644
--- a/svx/source/unogallery/unogalthemeprovider.cxx
+++ b/svx/source/unogallery/unogalthemeprovider.cxx
@@ -108,7 +108,6 @@ void SAL_CALL GalleryThemeProvider::initialize( const uno::Sequence< uno::Any >&
}
-
uno::Type SAL_CALL GalleryThemeProvider::getElementType()
throw (uno::RuntimeException, std::exception)
{
@@ -116,7 +115,6 @@ uno::Type SAL_CALL GalleryThemeProvider::getElementType()
}
-
sal_Bool SAL_CALL GalleryThemeProvider::hasElements()
throw (uno::RuntimeException, std::exception)
{
@@ -126,7 +124,6 @@ sal_Bool SAL_CALL GalleryThemeProvider::hasElements()
}
-
uno::Any SAL_CALL GalleryThemeProvider::getByName( const OUString& rName )
throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -146,7 +143,6 @@ uno::Any SAL_CALL GalleryThemeProvider::getByName( const OUString& rName )
}
-
uno::Sequence< OUString > SAL_CALL GalleryThemeProvider::getElementNames()
throw (uno::RuntimeException, std::exception)
{
@@ -168,7 +164,6 @@ uno::Sequence< OUString > SAL_CALL GalleryThemeProvider::getElementNames()
}
-
sal_Bool SAL_CALL GalleryThemeProvider::hasByName( const OUString& rName )
throw (uno::RuntimeException, std::exception)
{
@@ -183,7 +178,6 @@ sal_Bool SAL_CALL GalleryThemeProvider::hasByName( const OUString& rName )
}
-
uno::Reference< gallery::XGalleryTheme > SAL_CALL GalleryThemeProvider::insertNewByName( const OUString& rThemeName )
throw (container::ElementExistException, uno::RuntimeException, std::exception)
{
@@ -206,7 +200,6 @@ uno::Reference< gallery::XGalleryTheme > SAL_CALL GalleryThemeProvider::insertNe
}
-
void SAL_CALL GalleryThemeProvider::removeByName( const OUString& rName )
throw (container::NoSuchElementException, uno::RuntimeException, std::exception)
{
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx
index f75376abac07..fd63e6f01dfa 100644
--- a/svx/source/xml/xmleohlp.cxx
+++ b/svx/source/xml/xmleohlp.cxx
@@ -64,7 +64,6 @@ using namespace ::com::sun::star::lang;
#define XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE "vnd.sun.star.GraphicObject:"
-
class OutputStorageWrapper_Impl : public ::cppu::WeakImplHelper<XOutputStream>
{
::osl::Mutex maMutex;
diff --git a/svx/source/xml/xmlexport.cxx b/svx/source/xml/xmlexport.cxx
index f1c7b8311ae8..c83c7b613978 100644
--- a/svx/source/xml/xmlexport.cxx
+++ b/svx/source/xml/xmlexport.cxx
@@ -176,7 +176,6 @@ bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInputStr
xTargetModel->lockControllers();
-
pGraphicHelper = SvXMLGraphicHelper::Create( GRAPHICHELPER_MODE_READ );
xGraphicResolver = pGraphicHelper;
@@ -190,7 +189,6 @@ bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInputStr
}
-
if( 0 == nRet )
{
diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx
index b0bf41d663aa..27d2b1a810c7 100644
--- a/svx/source/xml/xmlxtexp.cxx
+++ b/svx/source/xml/xmlxtexp.cxx
@@ -142,7 +142,6 @@ private:
};
-
SvxXMLXTableExportComponent::SvxXMLXTableExportComponent(
const css::uno::Reference< css::uno::XComponentContext >& rContext,
const OUString& rFileName,
@@ -422,13 +421,11 @@ void SvxXMLXTableExportComponent::_ExportMasterStyles() {}
void SvxXMLXTableExportComponent::_ExportContent() {}
-
SvxXMLTableEntryExporter::~SvxXMLTableEntryExporter()
{
}
-
SvxXMLColorEntryExporter::SvxXMLColorEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport )
{
@@ -453,7 +450,6 @@ void SvxXMLColorEntryExporter::exportEntry( const OUString& rStrName, const Any&
}
-
SvxXMLLineEndEntryExporter::SvxXMLLineEndEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport ), maMarkerStyle( rExport )
{
@@ -469,7 +465,6 @@ void SvxXMLLineEndEntryExporter::exportEntry( const OUString& rStrName, const An
}
-
SvxXMLDashEntryExporter::SvxXMLDashEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport ), maDashStyle( rExport )
{
@@ -485,7 +480,6 @@ void SvxXMLDashEntryExporter::exportEntry( const OUString& rStrName, const Any&
}
-
SvxXMLHatchEntryExporter::SvxXMLHatchEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport ), maHatchStyle( rExport )
{
@@ -501,7 +495,6 @@ void SvxXMLHatchEntryExporter::exportEntry( const OUString& rStrName, const Any&
}
-
SvxXMLGradientEntryExporter::SvxXMLGradientEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport ), maGradientStyle( rExport )
{
@@ -517,7 +510,6 @@ void SvxXMLGradientEntryExporter::exportEntry( const OUString& rStrName, const A
}
-
SvxXMLBitmapEntryExporter::SvxXMLBitmapEntryExporter( SvXMLExport& rExport )
: SvxXMLTableEntryExporter( rExport )
{
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx
index db53d1e07b9b..0183888ac50f 100644
--- a/svx/source/xml/xmlxtimp.cxx
+++ b/svx/source/xml/xmlxtimp.cxx
@@ -74,11 +74,9 @@ sal_Char const sXML_np__ooo[] = "__ooo";
sal_Char const sXML_np__xlink[] = "__xlink";
-
enum SvxXMLTableImportContextEnum { stice_unknown, stice_color, stice_marker, stice_dash, stice_hatch, stice_gradient, stice_bitmap };
-
class SvxXMLTableImportContext : public SvXMLImportContext
{
public:
@@ -103,7 +101,6 @@ private:
};
-
SvxXMLTableImportContext::SvxXMLTableImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference< XAttributeList >&, SvxXMLTableImportContextEnum eContext, const uno::Reference< XNameContainer >& xTable, bool bOOoFormat )
: SvXMLImportContext( rImport, nPrfx, rLName ), mxTable( xTable ), meContext( eContext ),
mbOOoFormat( bOOoFormat )
@@ -322,7 +319,6 @@ void SvxXMLTableImportContext::importBitmap( sal_uInt16 nPrfx, const OUString& r
}
-
SvxXMLXTableImport::SvxXMLXTableImport(
const css::uno::Reference< css::uno::XComponentContext >& rContext,
const uno::Reference< XNameContainer > & rTable,
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index f2adb3164765..0817843deb1f 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -3521,7 +3521,6 @@ SvStream& XLineAttrSetItem::Store( SvStream& rStream, sal_uInt16 nItemVersion )
}
-
/// fill attribute set item
XFillAttrSetItem::XFillAttrSetItem( SfxItemSet* pItemSet ) :
SfxSetItem( XATTRSET_FILL, pItemSet)