Home
last modified time | relevance | path

Searched refs:pSdrObj (Results 1 – 25 of 52) sorted by path

123

/trunk/main/cui/source/tabpages/
H A Dtabline.cxx65 const SdrObject* pSdrObj, in SvxLineTabDialog() argument
71 pObj ( pSdrObj ), in SvxLineTabDialog()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx191 if( const SdrObject* pSdrObj = rObj.GetSdrObject() ) in ImplWriteShape() local
192 if( pSdrObj->GetName().Len() > 0 ) in ImplWriteShape()
193 aShapeName = pSdrObj->GetName(); in ImplWriteShape()
H A Dsvdfppt.cxx2391 SdrObject* SdrPowerPointImport::ReadObjText( PPTTextObj* pTextObj, SdrObject* pSdrObj, SdPage* pPag… in ReadObjText() argument
2393 SdrTextObj* pText = PTR_CAST( SdrTextObj, pSdrObj ); in ReadObjText()
2397 pSdrObj = NULL; in ReadObjText()
2399 return pSdrObj; in ReadObjText()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx166 SdrObject* pSdrObj = rMarkedList.GetMark(i)->GetMarkedSdrObj(); in ObjectRemovedInAliveMode() local
167 if (_pObject == pSdrObj) in ObjectRemovedInAliveMode()
171 MarkObj( pSdrObj, pPgView, sal_True ); in ObjectRemovedInAliveMode()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx559 if( SdrObject* pSdrObj = SdrObject::getSdrObjectFromXShape( xShape ) ) in XclExpTbxControlObj() local
561 String aAltTxt( pSdrObj->GetDescription(), 0, MSPROP_DESCRIPTION_MAX_LEN ); in XclExpTbxControlObj()
945 SdrObject* pSdrObj = SdrObject::getSdrObjectFromXShape( xShape ); in XclExpChartObj() local
946 ImplWriteAnchor( GetRoot(), pSdrObj, pChildAnchor ); in XclExpChartObj()
954 if( SdrOle2Obj* pSdrOleObj = dynamic_cast< SdrOle2Obj* >( pSdrObj ) ) in XclExpChartObj()
H A Dxiescher.cxx3680 …ter::InsertSdrObject( SdrObjList& rObjList, const XclImpDrawObjBase& rDrawObj, SdrObject* pSdrObj ) in InsertSdrObject() argument
3685 SdrObjectPtr xSdrObj( pSdrObj ); in InsertSdrObject()
3692 rDrawObj.PostProcessSdrObject( *this, *pSdrObj ); in InsertSdrObject()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx86 …void ImplWriteAnchor( const XclExpRoot& rRoot, const SdrObject* pSdrObj, co…
H A Dxiescher.hxx949 inline void Set( SdrObject* pSdrObj, sal_uInt32 nDffFlags ) in Set()
950 { mpSdrObj = pSdrObj; mnDffFlags = nDffFlags; } in Set()
1081 … InsertSdrObject( SdrObjList& rObjList, const XclImpDrawObjBase& rDrawObj, SdrObject* pSdrObj );
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx176 void XclObj::ImplWriteAnchor( const XclExpRoot& /*rRoot*/, const SdrObject* pSdrObj, const Rectangl… in ImplWriteAnchor() argument
182 else if( pSdrObj ) in ImplWriteAnchor()
184 ::std::auto_ptr< XclExpDffAnchorBase > xDffAnchor( mrEscherEx.CreateDffAnchor( *pSdrObj ) ); in ImplWriteAnchor()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx131 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape() local
132 if (pSdrObj) in finishShape()
133 ScDrawLayer::SetAnchor(pSdrObj, SCA_CELL); in finishShape()
152 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape() local
153 if (pSdrObj) in finishShape()
154 ScDrawLayer::SetAnchor(pSdrObj, SCA_PAGE); in finishShape()
H A Dxmlexprt.cxx681 SdrObject *pSdrObj(pShapeImp->GetSdrObject()); in CollectSharedData() local
682 if (pSdrObj) in CollectSharedData()
684 if (ScDrawLayer::GetAnchor(pSdrObj) == SCA_CELL) in CollectSharedData()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1167 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in GetAnchor() local
1168 if (pSdrObj) in GetAnchor()
1170 if (ScDrawLayer::GetAnchor(pSdrObj) == SCA_CELL) in GetAnchor()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx869 SdrObject *pSdrObj = pShape->GetSdrObject(); in FillRenderMarkData() local
873 if( pDoc && pSdrObj ) in FillRenderMarkData()
875 Rectangle aObjRect = pSdrObj->GetCurrentBoundRect(); in FillRenderMarkData()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh9.cxx195 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecImageMap() local
198 if ( ScIMapDlgGetObj(pDlg) == (void*) pSdrObj ) in ExecImageMap()
201 ScIMapInfo* pIMapInfo = ScDrawLayer::GetIMapInfo( pSdrObj ); in ExecImageMap()
204 pSdrObj->InsertUserData( new ScIMapInfo( rImageMap ) ); in ExecImageMap()
H A Dviewfun7.cxx362 SdrOle2Obj* pSdrObj = new SdrOle2Obj( aObjRef, aName, aRect ); in PasteObject() local
365 pDrView->InsertObjectSafe( pSdrObj, *pPV ); // nicht markieren wenn Ole in PasteObject()
/trunk/main/sd/source/core/
H A Dsdpage.cxx249 SdrObject* pSdrObj = NULL; in CreatePresObj() local
317 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
326 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
336 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
346 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
359 pSdrObj = new SdrPageObj(0); in CreatePresObj()
402 if (pSdrObj) in CreatePresObj()
407 InsertObject(pSdrObj); in CreatePresObj()
558 pSdrObj->SetUserCall(this); in CreatePresObj()
560 pSdrObj->RecalcBoundRect(); in CreatePresObj()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1795 SdrObject* pSdrObj = GetSdrObjectFromXShape( pPtr->xShape ); in ImplWriteOLE() local
1796 if ( pSdrObj && pSdrObj->ISA( SdrOle2Obj ) ) in ImplWriteOLE()
1798 … ::uno::Reference < embed::XEmbeddedObject > xObj( ( (SdrOle2Obj*) pSdrObj )->GetObjRef() ); in ImplWriteOLE()
/trunk/main/sd/source/ui/view/
H A Ddrviewsg.cxx77 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecIMap() local
80 if ( pDlg->GetEditingObject() == (void*) pSdrObj ) in ExecIMap()
83 SdIMapInfo* pIMapInfo = GetDoc()->GetIMapInfo( pSdrObj ); in ExecIMap()
86 pSdrObj->InsertUserData( new SdIMapInfo( rImageMap ) ); in ExecIMap()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx323 SdrObject *pSdrObj = pShape->GetSdrObject(); in CreateAccessibleBaseName() local
324 if (pSdrObj) in CreateAccessibleBaseName()
327 pSdrObj->TakeObjNameSingul( aTmp ); in CreateAccessibleBaseName()
329 if(pSdrObj->ISA(SdrObjCustomShape)) in CreateAccessibleBaseName()
331 SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj; in CreateAccessibleBaseName()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx827 SdrObject* pSdrObj = NULL; in GetSelectedSdrObject() local
834 pSdrObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in GetSelectedSdrObject()
837 return pSdrObj; in GetSelectedSdrObject()
H A Dimapwnd.cxx167 if ( pSdrObj && ( ( pIMapObj = GetIMapObj( pSdrObj ) ) != NULL ) ) in ReplaceActualIMapInfo()
242 SdrObject* pSdrObj = NULL; in CreateObj() local
312 if ( pSdrObj ) in CreateObj()
337 return pSdrObj; in CreateObj()
557 if ( pSdrObj ) in GetIMapObj()
576 SdrObject* pSdrObj = NULL; in GetSdrObj() local
588 pSdrObj = pTestObj; in GetSdrObj()
594 return pSdrObj; in GetSdrObj()
779 const IMapObject* pIMapObj = pSdrObj ? GetIMapObj( pSdrObj ) : NULL; in UpdateInfo()
813 if ( pSdrObj ) in DoMacroAssign()
[all …]
H A Dimapwnd.hxx185 IMapObject* GetIMapObj( const SdrObject* pSdrObj ) const;
/trunk/main/svx/source/form/
H A Dfmundo.cxx315 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify() local
316 Inserted( pSdrObj ); in Notify()
320 SdrObject* pSdrObj = (SdrObject*)pSdrHint->GetObject(); in Notify() local
321 Removed( pSdrObj ); in Notify()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx370 void InsertSdrObj(const SdrObject* pSdrObj);
371 void RemoveSdrObj(const SdrObject* pSdrObj);
/trunk/main/svx/source/svdraw/
H A Dsvdotxln.cxx64 SdrTextObj* pSdrObj; member in ImpSdrObjTextLink
69 pSdrObj( pObj1 ) in ImpSdrObjTextLink()
86 if (pSdrObj ) in Closed()
89 ImpSdrObjTextLinkUserData* pData=pSdrObj->GetLinkUserData(); in Closed()
91 pSdrObj->ReleaseTextLink(); in Closed()
101 SdrModel* pModel = pSdrObj ? pSdrObj->GetModel() : 0; in DataChanged()
105 ImpSdrObjTextLinkUserData* pData=pSdrObj->GetLinkUserData(); in DataChanged()
117 pSdrObj->SetChanged(); in DataChanged()
122 if (pSdrObj ) in DataChanged()
123 pSdrObj->ReloadLinkedText( bForceReload ); in DataChanged()

Completed in 211 milliseconds

123