Home
last modified time | relevance | path

Searched refs:xShape (Results 301 – 310 of 310) sorted by relevance

1...<<111213

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx499 …ShapeContext( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape );
H A DDomainMapper.cxx4363 void DomainMapper::lcl_startShape( uno::Reference< drawing::XShape > xShape ) in lcl_startShape() argument
4365 m_pImpl->PushShapeContext( xShape ); in lcl_startShape()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx620 uno::Reference< drawing::XShape > xShape(xInt, uno::UNO_QUERY);; in getSelection() local
621 xShCol->add(xShape); in getSelection()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx444 …tAnnotationMeta( const com::sun::star::uno::Reference < com::sun::star::drawing::XShape >& xShape);
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx182 rMyCell.xNoteShape = aItr->xShape; in SetCellData()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx414 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape;
H A Deppt.cxx1795 SdrObject* pSdrObj = GetSdrObjectFromXShape( pPtr->xShape ); in ImplWriteOLE()
1833 ::com::sun::star::awt::Size aSize( pPtr->xShape->getSize() ); in ImplWriteOLE()
H A Depptso.cxx4596 pEntry->xShape = mXShape; in ImplWritePage()
5142 pE->xShape = mXShape; in ImplWritePage()
/trunk/main/xmloff/source/draw/
H A Dximpshap.hxx90 void AddShape(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape);
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx454 STAR_REFERENCE( drawing::XShape ) xShape; in ImportOLE() local
456 rReader.pFormImpl->ReadOCXStream(xSrc,&xShape,true)) in ImportOLE()
458 pRet = GetSdrObjectFromXShape(xShape); in ImportOLE()

Completed in 331 milliseconds

1...<<111213