Lines Matching refs:pSdrObj

163 	const SdrObject*	pSdrObj = GetSelectedSdrObject();  in ReplaceActualIMapInfo()  local
167 if ( pSdrObj && ( ( pIMapObj = GetIMapObj( pSdrObj ) ) != NULL ) ) in ReplaceActualIMapInfo()
242 SdrObject* pSdrObj = NULL; in CreateObj() local
255 pSdrObj = (SdrObject*) new SdrRectObj( aDrawRect ); in CreateObj()
271 pSdrObj = (SdrObject*) new SdrCircObj( OBJ_CIRC, aCircle, 0, 36000 ); in CreateObj()
289 pSdrObj = (SdrObject*) new SdrCircObj( OBJ_CIRC, aDrawRect, 0, 36000 ); in CreateObj()
301 pSdrObj = (SdrObject*)new SdrPathObj(OBJ_POLY, basegfx::B2DPolyPolygon(aPolygon)); in CreateObj()
312 if ( pSdrObj ) in CreateObj()
331 pSdrObj->SetMergedItemSetAndBroadcast(aSet); in CreateObj()
333 pSdrObj->InsertUserData( new IMapUserData( pCloneIMapObj ) ); in CreateObj()
334 pSdrObj->SetUserCall( GetSdrUserCall() ); in CreateObj()
337 return pSdrObj; in CreateObj()
553 IMapObject* IMapWindow::GetIMapObj( const SdrObject* pSdrObj ) const in GetIMapObj()
557 if ( pSdrObj ) in GetIMapObj()
559 IMapUserData* pUserData = (IMapUserData*) pSdrObj->GetUserData( 0 ); in GetIMapObj()
576 SdrObject* pSdrObj = NULL; in GetSdrObj() local
588 pSdrObj = pTestObj; in GetSdrObj()
594 return pSdrObj; in GetSdrObj()
631 SdrObject* pSdrObj = GetSelectedSdrObject(); in Command() local
636 aMenu.CheckItem( MN_ACTIVATE, GetIMapObj( pSdrObj )->IsActive() ); in Command()
679 SdrObject* pSdrObj = GetHitSdrObj( rEvt.maPosPixel ); in ExecuteDrop() local
681 …if( pSdrObj && TransferableDataHelper( rEvt.maDropEvent.Transferable ).GetINetBookmark( SOT_FORMAT… in ExecuteDrop()
683 IMapObject* pIMapObj = GetIMapObj( pSdrObj ); in ExecuteDrop()
689 pView->MarkObj( pSdrObj, pView->GetSdrPageView() ); in ExecuteDrop()
706 SdrObject* pSdrObj = NULL; in RequestHelp() local
712 if ( pView->PickObj( aPos, pView->getHitTolLog(), pSdrObj, pPageView ) ) in RequestHelp()
714 const IMapObject* pIMapObj = GetIMapObj( pSdrObj ); in RequestHelp()
778 const SdrObject* pSdrObj = GetSelectedSdrObject(); in UpdateInfo() local
779 const IMapObject* pIMapObj = pSdrObj ? GetIMapObj( pSdrObj ) : NULL; in UpdateInfo()
811 SdrObject* pSdrObj = GetSelectedSdrObject(); in DoMacroAssign() local
813 if ( pSdrObj ) in DoMacroAssign()
823 IMapObject* pIMapObj = GetIMapObj( pSdrObj ); in DoMacroAssign()
850 SdrObject* pSdrObj = GetSelectedSdrObject(); in DoPropertyDialog() local
852 if ( pSdrObj ) in DoPropertyDialog()
854 IMapObject* pIMapObj = GetIMapObj( pSdrObj ); in DoPropertyDialog()