Home
last modified time | relevance | path

Searched refs:sdr (Results 126 – 150 of 375) sorted by relevance

12345678910>>...15

/trunk/main/svx/inc/svx/
H A Dlathe3d.hxx48 virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
49 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
H A Dsvdogrp.hxx47 virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
48 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
H A Dsvdovirt.hxx43 virtual sdr::properties::BaseProperties& GetProperties() const;
46 virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
H A Dsvdoole2.hxx62 virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
63 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
/trunk/main/svx/inc/svx/sdr/properties/
H A Dproperties.hxx41 namespace sdr namespace
51 namespace sdr namespace
/trunk/main/svx/source/sdr/primitive2d/
H A Dprimitivefactory2d.cxx75 const sdr::contact::ViewContact& rSource(pSource->GetViewContact()); in createPrimitivesFromXShape()
95 const sdr::contact::ViewContact& rSource(pSource->GetViewContact()); in createPrimitivesFromXDrawPage()
/trunk/main/sd/source/ui/view/
H A DMediaObjectBar.cxx114 …static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).updateMediaItem( … in GetState()
152 …static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).executeMediaItem( in Execute()
/trunk/main/svx/source/engine3d/
H A Dcube3d.cxx38 sdr::contact::ViewContact* E3dCubeObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
40 return new sdr::contact::ViewContactOfE3dCube(*this); in CreateObjectSpecificViewContact()
H A Dpolygn3d.cxx39 sdr::contact::ViewContact* E3dPolygonObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
41 return new sdr::contact::ViewContactOfE3dPolygon(*this); in CreateObjectSpecificViewContact()
/trunk/main/sc/source/ui/drawfunc/
H A Dmediash.cxx92 …static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).updateMediaItem( … in GetMediaState()
131 … static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).executeMediaItem( in ExecuteMedia()
/trunk/main/svx/source/svdraw/
H A Dsvdogrp.cxx77 sdr::properties::BaseProperties* SdrObjGroup::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
79 return new sdr::properties::GroupProperties(*this); in CreateObjectSpecificProperties()
85 sdr::contact::ViewContact* SdrObjGroup::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
87 return new sdr::contact::ViewContactOfGroup(*this); in CreateObjectSpecificViewContact()
H A Dsvdouno.cxx61 using namespace ::sdr::contact;
612 ::sdr::contact::ViewContact* SdrUnoObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
614 return new ::sdr::contact::ViewContactOfUnoControl( *this ); in CreateObjectSpecificViewContact()
H A Dsvdovirt.cxx40 sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const in GetProperties()
47 sdr::contact::ViewContact* SdrVirtObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
49 return new sdr::contact::ViewContactOfVirtObj(*this); in CreateObjectSpecificViewContact()
H A Dsvdetc.cxx240 const sdr::contact::ViewContact& rViewContact = pObj->GetViewContact(); in UnloadObj()
683 namespace sdr namespace
1078 ::sdr::table::SdrTableObj* pTable = dynamic_cast< ::sdr::table::SdrTableObj * >( pText ); in GetTextEditBackgroundColor()
H A Dsvdmrkv.cxx71 ::sdr::overlay::OverlayObjectList maObjects;
95 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplMarkingOverlay()
99 …::sdr::overlay::OverlayRollingRectangleStriped* pNew = new ::sdr::overlay::OverlayRollingRectangle… in ImplMarkingOverlay()
121 …::sdr::overlay::OverlayRollingRectangleStriped& rCandidate = (::sdr::overlay::OverlayRollingRectan… in SetSecondPosition()
179 mpSdrViewSelection(new sdr::ViewSelection()) in SdrMarkView()
/trunk/main/sw/source/ui/shells/
H A Dmediash.cxx145 … static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).executeMediaItem( in ExecMedia()
194 …static_cast< sdr::contact::ViewContactOfSdrMediaObj& >( pObj->GetViewContact() ).updateMediaItem( … in GetMediaState()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx32 namespace sdr { namespace contact { namespace
144 namespace sdr namespace
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx126 sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in CreateOverlayRange()
142 : sdr::overlay::OverlayObject( rColor ) in OverlayRanges()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx240 ::sdr::overlay::OverlayObject* pOverlayObject = 0; in CreateB2dIAObject()
247 …pOverlayObject = new ::sdr::overlay::OverlayAnimatedBitmapEx(aPosition, aBitmapEx, aBitmapEx2, nBl… in CreateB2dIAObject()
257 pOverlayObject = new ::sdr::overlay::OverlayBitmapEx( aPosition, aBitmapEx, 0, 0 ); in CreateB2dIAObject()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx131 rtl::Reference< sdr::SelectionController > xController( mpView->getSelectionController() ); in GetState()
157 rtl::Reference< sdr::SelectionController > xController( mpView->getSelectionController() ); in Execute()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx43 using namespace ::sdr::table;
56 …:Reference< ::com::sun::star::accessibility::XAccessible>& rxParent, const sdr::table::CellRef& rC… in AccessibleCell()
603 sdr::table::CellRef AccessibleCell::getCellRef() in getCellRef()
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx59 namespace sdr { namespace contact { namespace
225 sdr::contact::ViewObjectContactRedirector* pRedirector = 0 ) const;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx275 …mnCurvePathPos = nFirstEffect = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingul… in CustomAnimationCreateTabPage()
276 mnPolygonPathPos = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingulPOLY) ); in CustomAnimationCreateTabPage()
277 mnFreeformPathPos = mpLBEffects->InsertEntry( sdr::GetResourceString(STR_ObjNameSingulFREELINE) ); in CustomAnimationCreateTabPage()
H A Dmotionpathtag.cxx68 using ::sdr::PolyPolygonEditor;
314 const sdr::contact::ViewContact& rVC = mpPathObj->GetViewContact(); in CreateB2dIAObject()
316sdr::overlay::OverlayObject* pNew = new sdr::overlay::OverlayPrimitive2DSequenceObject(aSequence); in CreateB2dIAObject()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx407 sdr::properties::CleanupFillProperties( pStyleSheet->GetItemSet() ); in ExecuteDialog()
429 sdr::properties::CleanupFillProperties( pStyleSheet->GetItemSet() ); in ExecuteDialog()
613 sdr::properties::CleanupFillProperties(aSet); in ApplyItemSet()

Completed in 103 milliseconds

12345678910>>...15