/trunk/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 715 void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape ); 716 void removeShapeId( SdrObject* pShape );
|
H A D | svdfppt.hxx | 1147 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > *pShape,
|
/trunk/main/oox/source/export/ |
H A D | shapes.cxx | 446 SdrObjCustomShape* pShape = (SdrObjCustomShape*) GetSdrObjectFromXShape( xShape ); in WriteCustomShape() local 447 sal_Bool bIsDefaultObject = EscherPropertyContainer::IsDefaultObject( pShape ); in WriteCustomShape()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1800 … SdrObject* pShape = DrawModelWrapper::getNamedSdrObject( aShapeName, pRootList ); in getRectangleOfObject() local 1801 if( pShape ) in getRectangleOfObject() 1802 … xShape = uno::Reference< drawing::XShape >( pShape->getUnoShape(), uno::UNO_QUERY); in getRectangleOfObject() 1814 SvxShape* pShape = SvxShape::getImplementation( xShape ); in getRectangleOfObject() local 1815 if( pShape ) in getRectangleOfObject() 1817 SdrObject* pSdrObject = pShape->GetSdrObject(); in getRectangleOfObject()
|
/trunk/main/svx/inc/svx/ |
H A D | ChildrenManager.hxx | 164 void AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape);
|
/trunk/main/oox/inc/oox/drawingml/diagram/ |
H A D | diagram.hxx | 235 void addTo( const ShapePtr & pShape );
|
/trunk/main/sd/source/ui/inc/ |
H A D | sdtreelb.hxx | 287 SdrObject* pShape,
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 1245 DffRecord::Pointer_t pShape = mpDffBlock->getShape(nSpid); in getShape() local 1247 if (pShape.get() != NULL) in getShape() 1249 DffSpContainer * pTmp = new DffSpContainer(*pShape); in getShape()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unoobj.hxx | 74 SdXShape(SvxShape* pShape, SdXImpressDocument* pModel) throw();
|
/trunk/main/svx/source/accessibility/ |
H A D | ChildrenManagerImpl.hxx | 216 void AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape);
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 672 SvxShape* pShape = SvxShape::getImplementation( *pIter ); in setMarked() local 673 SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; in setMarked()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 498 SvxShape* pShape = xShapeTunnel.is() ? in select() local 501 if (pShape) in select() 503 SdrObject *pObj = pShape->GetSdrObject(); in select()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 2678 const awt::Size& rSize, uno::Reference< drawing::XShape > *pShape, in InsertControl() 2735 if (pShape) in InsertControl() 2736 *pShape = xShape; in InsertControl()
|
H A D | ww8par.hxx | 678 com::sun::star::drawing::XShape > *pShape,sal_Bool bFloatingCtrl);
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 853 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select() local 854 if (pShape) in select() 856 SdrObject *pObj = pShape->GetSdrObject(); in select()
|
H A D | docuno.cxx | 866 SvxShape* pShape = SvxShape::getImplementation( xShape ); in FillRenderMarkData() local 867 if( pShape ) in FillRenderMarkData() 869 SdrObject *pSdrObj = pShape->GetSdrObject(); in FillRenderMarkData()
|
/trunk/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 322 SvxShape* pShape = SvxShape::getImplementation( rxShape ); in lcl_hasWordBreak() local 323 SvxShapeText* pShapeText = dynamic_cast< SvxShapeText* >( pShape ); in lcl_hasWordBreak()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 4467 SvxShape* pShape = SvxShape::getImplementation( xShape ); in GetSdrObjectFromXShape() local 4468 return pShape ? pShape->GetSdrObject() : 0; in GetSdrObjectFromXShape()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 3916 SdrObject* pShape = GetSdrObjectFromXShape( rXShape ); in CreateBlipPropertiesforOLEControl() local 3917 if ( pShape ) in CreateBlipPropertiesforOLEControl() 3919 SdrModel* pMod = pShape->GetModel(); in CreateBlipPropertiesforOLEControl() 3920 Graphic aGraphic(SdrExchangeView::GetObjGraphic( pMod, pShape)); in CreateBlipPropertiesforOLEControl()
|
H A D | msdffimp.cxx | 7689 void SvxMSDffManager::insertShapeId( sal_Int32 nShapeId, SdrObject* pShape ) in insertShapeId() argument 7691 maShapeIdContainer[nShapeId] = pShape; in insertShapeId() 7694 void SvxMSDffManager::removeShapeId( SdrObject* pShape ) in removeShapeId() argument 7700 if( (*aIter).second == pShape ) in removeShapeId()
|
H A D | svdfppt.cxx | 1794 com::sun::star::drawing::XShape > *pShape, in InsertControl() 1831 if (pShape) in InsertControl() 1832 *pShape = xShape; in InsertControl()
|