Home
last modified time | relevance | path

Searched refs:pSdrObj (Results 26 – 50 of 52) sorted by relevance

123

/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/sw/source/filter/html/
H A Dhtmlfly.cxx318 const SdrObject *pSdrObj = 0; in CollectFlyFrms() local
321 SwHTMLFrmType eType = (SwHTMLFrmType)GuessFrmType( rFrmFmt, pSdrObj ); in CollectFlyFrms()
367 SwHTMLPosFlyFrm *pNew = new SwHTMLPosFlyFrm(**aIter, pSdrObj, nMode); in CollectFlyFrms()
1872 const SdrObject *pSdrObj, in SwHTMLPosFlyFrm() argument
1875 pSdrObject( pSdrObj ), in SwHTMLPosFlyFrm()
H A Dwrthtml.hxx349 const SdrObject *pSdrObj );
411 const SdrObject *pSdrObj=0,
H A Dhtmlfly.hxx106 const SdrObject *pSdrObj, sal_uInt8 nOutMode );
H A Dhtmlatr.cxx3047 const SdrObject *pSdrObj = 0; in OutHTML_SwFlyCnt() local
3050 (SwHTMLFrmType)rHTMLWrt.GuessFrmType( rFmt, pSdrObj ); in OutHTML_SwFlyCnt()
3052 rHTMLWrt.OutFrmFmt( nMode, rFmt, pSdrObj ); in OutHTML_SwFlyCnt()
/trunk/main/sc/source/filter/inc/
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 );
H A Dxcl97rec.hxx86 …void ImplWriteAnchor( const XclExpRoot& rRoot, const SdrObject* pSdrObj, co…
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1750 const SdrObject* pSdrObj = rFrame.GetFrmFmt().FindRealSdrObject(); in OutputFlyFrame_Impl() local
1751 if ( pSdrObj ) in OutputFlyFrame_Impl()
1754 if ( !pSdrObj->GetPage() ) in OutputFlyFrame_Impl()
1761 const_cast< SdrObject* >( pSdrObj )->SetPage( pPage ); in OutputFlyFrame_Impl()
1772 m_rExport.SdrExporter().AddSdrObject( *pSdrObj ); in OutputFlyFrame_Impl()
1778 const_cast< SdrObject* >( pSdrObj )->SetPage( 0 ); in OutputFlyFrame_Impl()
1984 const SdrObject *pSdrObj = rFrmFmt.FindRealSdrObject(); in OutputFlyFrame_Impl() local
1985 if ( pSdrObj ) in OutputFlyFrame_Impl()
H A Ddocxattributeoutput.cxx1693 const SdrObject* pSdrObj = rFrame.GetFrmFmt().FindRealSdrObject(); in OutputFlyFrame_Impl() local
1694 if ( pSdrObj ) in OutputFlyFrame_Impl()
1697 if ( !pSdrObj->GetPage() ) in OutputFlyFrame_Impl()
1704 const_cast< SdrObject* >( pSdrObj )->SetPage( pPage ); in OutputFlyFrame_Impl()
1712 m_rExport.VMLExporter().AddSdrObject( *pSdrObj ); in OutputFlyFrame_Impl()
1717 const_cast< SdrObject* >( pSdrObj )->SetPage( 0 ); in OutputFlyFrame_Impl()
H A Dww8graf.cxx1682 void SwWW8ImplReader::MatchSdrItemsIntoFlySet( SdrObject* pSdrObj, in MatchSdrItemsIntoFlySet() argument
1705 const SfxItemSet& rOldSet = pSdrObj->GetMergedItemSet(); in MatchSdrItemsIntoFlySet()
1794 const Rectangle& rSnapRect = pSdrObj->GetSnapRect(); in MatchSdrItemsIntoFlySet()
/trunk/main/sc/source/ui/view/
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/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/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()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx577 sal_Bool HasDrwObj(SdrObject *pSdrObj) const;
578 sal_Bool HasOnlyObj(SdrObject *pSdrObj, sal_uInt32 eObjInventor) const;
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx370 void InsertSdrObj(const SdrObject* pSdrObj);
371 void RemoveSdrObj(const SdrObject* pSdrObj);
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3288 const SdrObject * pSdrObj = FindSdrObject(); in GetDescription() local
3290 if (pSdrObj) in GetDescription()
3292 if (pSdrObj != pSdrObjCached) in GetDescription()
3294 SdrObject * pSdrObjCopy = pSdrObj->Clone(); in GetDescription()
3300 pSdrObjCached = pSdrObj; in GetDescription()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx925 const SdrObject* pSdrObj = rCpyFmt.FindSdrObject(); in Paste() local
926 if( pSdrObj ) in Paste()
928 SdrObject* pNew = GetDoc()->CloneSdrObj( *pSdrObj, in Paste()
/trunk/main/svx/source/dialog/
H A Dimapwnd.hxx185 IMapObject* GetIMapObj( const SdrObject* pSdrObj ) const;
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx52 sal_Bool CalcClipRect( const SdrObject *pSdrObj, SwRect &rRect, sal_Bool bMove = sal_True );
/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/sw/source/core/unocore/
H A Dunodraw.cxx2422 SdrObject* pSdrObj = pSvxShape->GetSdrObject(); in _GetTopGroupObj() local
2423 if ( pSdrObj && pSdrObj->GetUpGroup() ) in _GetTopGroupObj()
2425 pTopGroupObj = pSdrObj->GetUpGroup(); in _GetTopGroupObj()
/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/filter/excel/
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/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/filter/xml/
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()

Completed in 271 milliseconds

123