Home
last modified time | relevance | path

Searched refs:pSourceObj (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx169 const SdrObject* pSourceObj = aFormModel.GetPage( 0 )->GetObj( 0 ); in SetAttributes() local
170 if( pSourceObj ) in SetAttributes()
172 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in SetAttributes()
189 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in SetAttributes()
/trunk/main/sd/source/core/
H A Dsdpage.cxx2078 if( !pModel || !pSourceObj ) in convertPresentationObjectImpl()
2079 return pSourceObj; in convertPresentationObjectImpl()
2084 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2085 if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() == OBJ_TEXT) ) in convertPresentationObjectImpl()
2090 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2138 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2141 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2150 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2183 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2186 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
[all …]
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx387 const SdrObject* pSourceObj = aFormModel.GetPage( 0 )->GetObj( 0 ); in GetGeometryForCustomShape() local
388 if( pSourceObj ) in GetGeometryForCustomShape()
391 …SdrCustomShapeGeometryItem& rSourceGeometry = (SdrCustomShapeGeometryItem&)pSourceObj->GetMergedIt… in GetGeometryForCustomShape()
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx257 const SdrObject* pSourceObj = pPage->GetObj( 0 ); in SetAttributes() local
258 if( pSourceObj ) in SetAttributes()
260 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in SetAttributes()
277 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in SetAttributes()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1923 ScDPObject* pSourceObj = NULL; in Redo() local
1930 pSourceObj = pDoc->GetDPAtCursor( in Redo()
1932 DBG_ASSERT(pSourceObj, "DPObject not found"); in Redo()
1936 …aFunc.DataPilotUpdate( pSourceObj, pNewDPObject, sal_False, sal_False, bAllowMove ); // no new und… in Redo()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx234 const SdrObject* pSourceObj = aFormModel.GetPage( 0 )->GetObj( 0 ); in SetAttributes() local
235 if( pSourceObj ) in SetAttributes()
237 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in SetAttributes()
254 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in SetAttributes()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2466 const ScDPObject* pSourceObj = static_cast<const ScDPObject*>(At(nSourcePos)); in WriteRefsTo() local
2467 String aName = pSourceObj->GetName(); in WriteRefsTo()
2474 pSourceObj->WriteRefsTo( *pDestObj ); // found object, copy refs in WriteRefsTo()
2482 ScDPObject* pDestObj = new ScDPObject( *pSourceObj ); in WriteRefsTo()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx657 const SdrObject* pSourceObj = aReportModel.GetPage( 0 )->GetObj( 0 ); in createDefault() local
658 if( pSourceObj ) in createDefault()
660 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in createDefault()
677 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in createDefault()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx158 const SdrObject* pSourceObj = aModel.GetPage( 0 )->GetObj( 0 ); in setAttributes() local
159 if ( pSourceObj ) in setAttributes()
161 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in setAttributes()
178 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in setAttributes()

Completed in 64 milliseconds