Home
last modified time | relevance | path

Searched refs:pSourceObj (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx182 const SdrObject* pSourceObj = aFormModel.GetPage( 0 )->GetObj( 0 ); in SetAttributes() local
183 if( pSourceObj ) in SetAttributes()
185 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in SetAttributes()
202 sal_Int32 nAngle = pSourceObj->GetRotateAngle(); in SetAttributes()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sd/source/core/
H A Dsdpage.cxx2116 if( !pModel || !pSourceObj ) in convertPresentationObjectImpl()
2117 return pSourceObj; in convertPresentationObjectImpl()
2122 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2123 if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() == OBJ_TEXT) ) in convertPresentationObjectImpl()
2128 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2176 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2179 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2188 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2221 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2224 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
[all …]
/aoo4110/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()
/aoo4110/main/svx/source/toolbars/
H A Dfontworkbar.cxx393 const SdrObject* pSourceObj = aFormModel.GetPage( 0 )->GetObj( 0 ); in GetGeometryForCustomShape() local
394 if( pSourceObj ) in GetGeometryForCustomShape()
397 …SdrCustomShapeGeometryItem& rSourceGeometry = (SdrCustomShapeGeometryItem&)pSourceObj->GetMergedIt… in GetGeometryForCustomShape()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()

Completed in 74 milliseconds