Home
last modified time | relevance | path

Searched refs:pShape (Results 51 – 71 of 71) sorted by relevance

123

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx715 void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape );
716 void removeShapeId( SdrObject* pShape );
H A Dsvdfppt.hxx1147 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > *pShape,
/trunk/main/oox/source/export/
H A Dshapes.cxx446 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 DChartView.cxx1800 … 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 DChildrenManager.hxx164 void AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape);
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx235 void addTo( const ShapePtr & pShape );
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx287 SdrObject* pShape,
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1245 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 Dunoobj.hxx74 SdXShape(SvxShape* pShape, SdXImpressDocument* pModel) throw();
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.hxx216 void AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape);
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx672 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 Dunotxvw.cxx498 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 Dww8par3.cxx2678 const awt::Size& rSize, uno::Reference< drawing::XShape > *pShape, in InsertControl()
2735 if (pShape) in InsertControl()
2736 *pShape = xShape; in InsertControl()
H A Dww8par.hxx678 com::sun::star::drawing::XShape > *pShape,sal_Bool bFloatingCtrl);
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx853 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select() local
854 if (pShape) in select()
856 SdrObject *pObj = pShape->GetSdrObject(); in select()
H A Ddocuno.cxx866 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 DVCartesianAxis.cxx322 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 Dunoshape.cxx4467 SvxShape* pShape = SvxShape::getImplementation( xShape ); in GetSdrObjectFromXShape() local
4468 return pShape ? pShape->GetSdrObject() : 0; in GetSdrObjectFromXShape()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3916 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 Dmsdffimp.cxx7689 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 Dsvdfppt.cxx1794 com::sun::star::drawing::XShape > *pShape, in InsertControl()
1831 if (pShape) in InsertControl()
1832 *pShape = xShape; in InsertControl()

Completed in 1492 milliseconds

123