Searched refs:pChildAnchor (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 199 …pData* XclEscherEx::StartShape( const Reference< XShape >& rxShape, const Rectangle* pChildAnchor ) in StartShape() argument 237 mrObjMgr.AddObj( new XclExpChartObj( mrObjMgr, rxShape, pChildAnchor ) ); in StartShape() 263 pCurrXclObj = CreateOCXCtrlObj( rxShape, pChildAnchor ); in StartShape() 265 pCurrXclObj = CreateTBXCtrlObj( rxShape, pChildAnchor ); in StartShape() 411 …trolObj* XclEscherEx::CreateOCXCtrlObj( Reference< XShape > xShape, const Rectangle* pChildAnchor ) in CreateOCXCtrlObj() argument 432 …xOcxCtrl.reset( new XclExpOcxControlObj( mrObjMgr, xShape, pChildAnchor, aClassName, nStrmStart, n… in CreateOCXCtrlObj() 441 …trolObj* XclEscherEx::CreateTBXCtrlObj( Reference< XShape > xShape, const Rectangle* pChildAnchor ) in CreateTBXCtrlObj() argument 443 …o_ptr< XclExpTbxControlObj > xTbxCtrl( new XclExpTbxControlObj( mrObjMgr, xShape, pChildAnchor ) ); in CreateTBXCtrlObj()
|
H A D | xcl97rec.cxx | 176 …WriteAnchor( const XclExpRoot& /*rRoot*/, const SdrObject* pSdrObj, const Rectangle* pChildAnchor ) in ImplWriteAnchor() argument 178 if( pChildAnchor ) in ImplWriteAnchor() 180 mrEscherEx.AddChildAnchor( *pChildAnchor ); in ImplWriteAnchor()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xcl97esc.hxx | 102 const Rectangle* pChildAnchor ); 114 const Rectangle* pChildAnchor ); 118 const Rectangle* pChildAnchor );
|
H A D | xeescher.hxx | 218 const Rectangle* pChildAnchor, 240 const Rectangle* pChildAnchor ); 288 const Rectangle* pChildAnchor );
|
H A D | xcl97rec.hxx | 86 …mplWriteAnchor( const XclExpRoot& rRoot, const SdrObject* pSdrObj, const Rectangle* pChildAnchor );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 380 …const Rectangle* pChildAnchor, const String& rClassName, sal_uInt32 nStrmStart, sal_uInt32 nStrmSi… in XclExpOcxControlObj() argument 423 ImplWriteAnchor( GetRoot(), SdrObject::getSdrObjectFromXShape( xShape ), pChildAnchor ); in XclExpOcxControlObj() 484 …rolObj( XclExpObjectManager& rObjMgr, Reference< XShape > xShape, const Rectangle* pChildAnchor ) : in XclExpTbxControlObj() argument 569 ImplWriteAnchor( GetRoot(), SdrObject::getSdrObjectFromXShape( xShape ), pChildAnchor ); in XclExpTbxControlObj() 925 …artObj( XclExpObjectManager& rObjMgr, Reference< XShape > xShape, const Rectangle* pChildAnchor ) : in XclExpChartObj() argument 946 ImplWriteAnchor( GetRoot(), pSdrObj, pChildAnchor ); in XclExpChartObj()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1576 const Rectangle* pChildAnchor );
|
Completed in 593 milliseconds