/trunk/main/svx/source/form/ |
H A D | navigatortree.cxx | 105 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/chart2/source/controller/drawinglayer/ |
H A D | ViewElementListProvider.cxx | 153 …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()
|
/trunk/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 198 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/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 370 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/sw/source/filter/html/ |
H A D | htmlfly.hxx | 97 const SdrObject *pSdrObject; // ggf. Sdr-Objekt member in SwHTMLPosFlyFrm 112 const SdrObject *GetSdrObject() const { return pSdrObject; } in GetSdrObject()
|
H A D | htmlfly.cxx | 442 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()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 3057 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/sd/source/ui/unoidl/ |
H A D | unolayer.cxx | 601 SdrObject* pSdrObject = pShape?pShape->GetSdrObject():NULL; in attachShapeToLayer() local 603 if(pSdrObject && pSdrLayer ) in attachShapeToLayer() 604 pSdrObject->SetLayer(pSdrLayer->GetID()); in attachShapeToLayer()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 403 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/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 1456 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/core/frmedt/ |
H A D | feshview.cxx | 584 const SdrObject* pSdrObject = pMarkList->GetMark( 0 )->GetMarkedSdrObj(); in IsSelContainsControl() local 585 bRet = pSdrObject && ::CheckControlLayer( pSdrObject ); in IsSelContainsControl()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1817 SdrObject* pSdrObject = pShape->GetSdrObject(); in getRectangleOfObject() local 1818 if( pSdrObject ) in getRectangleOfObject() 1820 Rectangle aSnapRect( pSdrObject->GetSnapRect() ); in getRectangleOfObject()
|