Home
last modified time | relevance | path

Searched refs:pSdrObject (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx403 const SdrObject* pSdrObject = GetSdrObjectFromCustomShape(); in GetSdrObjectShadowFromCustomShape() local
404 if(pSdrObject) in GetSdrObjectShadowFromCustomShape()
413 …((SdrObjCustomShape*)this)->mpLastShadowGeometry = ImpCreateShadowObjectClone(*pSdrObject, rOrigin… in GetSdrObjectShadowFromCustomShape()
2055 const SdrObject* pSdrObject = GetSdrObjectFromCustomShape(); in ImpCheckCustomGluePointsAreAdded() local
2057 if(pSdrObject) in ImpCheckCustomGluePointsAreAdded()
2059 const SdrGluePointList* pSource = pSdrObject->GetGluePointList(); in ImpCheckCustomGluePointsAreAdded()
3152 const SdrObject* pSdrObject = GetSdrObjectFromCustomShape(); in TakeContour() local
3153 if ( pSdrObject ) in TakeContour()
3154 return pSdrObject->TakeContour(); in TakeContour()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3057 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer() local
3058 if( pSdrObject == NULL ) in importTargetElementContainer()
3061 rTarget <<= pSdrObject->getUnoShape(); in importTargetElementContainer()
3070 if( ((begin == -1) && (end == -1)) || !pSdrObject->ISA( SdrTextObj ) ) in importTargetElementContainer()
3073 SdrTextObj* pTextObj = static_cast< SdrTextObj* >( pSdrObject ); in importTargetElementContainer()
3119 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer() local
3120 if( pSdrObject == NULL ) in importTargetElementContainer()
3123 rTarget <<= pSdrObject->getUnoShape(); in importTargetElementContainer()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx198 SdrObject* pSdrObject = GetSdrObjectFromXShape(mxShape); in Init() local
199 if( pSdrObject ) in Init()
201 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, pSdrObject ); in Init()
209 if( !pOutlinerParaObject && pSdrObject ) in Init()
210 pOutlinerParaObject = pSdrObject->GetOutlinerParaObject(); in Init()
216 …:auto_ptr<SvxEditSource> pEditSource( new AccessibleEmptyEditSource ( *pSdrObject, *pView, *pWindo… in Init()
222 …::std::auto_ptr<SvxEditSource> pEditSource( new SvxTextEditSource ( *pSdrObject, 0, *pView, *pWind… in Init()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1456 SdrObject* pSdrObject = 0; in ReadShapeObject() local
1476 pSdrObject = pStroke; in ReadShapeObject()
1524 pSdrObject = pStroke; in ReadShapeObject()
1545 pSdrObject = pStroke; in ReadShapeObject()
1551 if( pSdrObject ) in ReadShapeObject()
1553 pSdrObject->SetDescription(sDescription); in ReadShapeObject()
1554 pSdrObject->SetTitle(sName); in ReadShapeObject()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx442 const SdrObject *pSdrObject ) in OutFrmFmt() argument
471 OutCSS1_FrmFmtOptions( rFrmFmt, nFrmFlags, pSdrObject ); in OutFrmFmt()
510 (const SwDrawFrmFmt &)rFrmFmt, *pSdrObject, in OutFrmFmt()
514 OutHTML_FrmFmtAsMarquee( *this, rFrmFmt, *pSdrObject ); in OutFrmFmt()
519 (const SwDrawFrmFmt &)rFrmFmt, *pSdrObject ); in OutFrmFmt()
1875 pSdrObject( pSdrObj ), in SwHTMLPosFlyFrm()
H A Dhtmlfly.hxx97 const SdrObject *pSdrObject; // ggf. Sdr-Objekt member in SwHTMLPosFlyFrm
112 const SdrObject *GetSdrObject() const { return pSdrObject; } in GetSdrObject()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx584 const SdrObject* pSdrObject = pMarkList->GetMark( 0 )->GetMarkedSdrObj(); in IsSelContainsControl() local
585 bRet = pSdrObject && ::CheckControlLayer( pSdrObject ); in IsSelContainsControl()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx105 SdrObject* pSdrObject = aIter.Next(); in collectShapeModelMapping() local
106 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in collectShapeModelMapping()
116 _rMapping.insert( ModelShapePair( xNormalizedModel, pSdrObject ) ); in collectShapeModelMapping()
2211 SdrObject* pSdrObject = aIter.Next(); in MarkViewObj() local
2212 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj()
2217 …& aObjects.find(xControlModel) != aObjects.end() && bMark != pFormView->IsObjMarked( pSdrObject ) ) in MarkViewObj()
2220 pFormView->MarkObj( pSdrObject, pPageView, !bMark, sal_False ); in MarkViewObj()
2278 SdrObject* pSdrObject = aIter.Next(); in MarkViewObj() local
2279 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj()
2288 if ( bMark != pFormView->IsObjMarked( pSdrObject ) ) in MarkViewObj()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx601 SdrObject* pSdrObject = pShape?pShape->GetSdrObject():NULL; in attachShapeToLayer() local
603 if(pSdrObject && pSdrLayer ) in attachShapeToLayer()
604 pSdrObject->SetLayer(pSdrLayer->GetID()); in attachShapeToLayer()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx370 SdrObject* pSdrObject = rMarkedList.GetMark(i)->GetMarkedSdrObj(); in Copy() local
371 OObjectBase* pObj = dynamic_cast<OObjectBase*>(pSdrObject); in Copy()
376 SdrObject* pNeuObj = pSdrObject->Clone(); in Copy()
380 m_pView->AddUndo( rUndo.CreateUndoDeleteObject( *pSdrObject ) ); in Copy()
381 m_pPage->RemoveObject(pSdrObject->GetOrdNum()); in Copy()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1817 SdrObject* pSdrObject = pShape->GetSdrObject(); in getRectangleOfObject() local
1818 if( pSdrObject ) in getRectangleOfObject()
1820 Rectangle aSnapRect( pSdrObject->GetSnapRect() ); in getRectangleOfObject()
/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx153 …SdrObject* pSdrObject = DrawViewWrapper::getSdrObject( uno::Reference< drawing::XShape >( m_xSymbo… in GetSymbolList() local
154 if(pSdrObject) in GetSymbolList()
155 m_pSymbolList = pSdrObject->GetSubList(); in GetSymbolList()

Completed in 124 milliseconds