Home
last modified time | relevance | path

Searched refs:aShapes (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx685 std::vector< SdrObject* > aShapes; in GetGraphic() local
701 aShapes.push_back(pTempBackgroundShape); in GetGraphic()
866 aShapes.push_back( pObj ); in GetGraphic()
874 aShapes.push_back( pObj ); in GetGraphic()
877 if( aShapes.empty() ) in GetGraphic()
881 if( bRet && !aShapes.empty() ) in GetGraphic()
886 if( 1 == aShapes.size() ) in GetGraphic()
890 SdrObject* pObj = aShapes.front(); in GetGraphic()
916 SdrObject* pObj = aShapes.front(); in GetGraphic()
973 std::vector< SdrObject* >::iterator aIter = aShapes.begin(); in GetGraphic()
[all …]
H A Dunopage.cxx445 void SvxDrawPage::_SelectObjectsInView( const Reference< drawing::XShapes > & aShapes, SdrPageView*… in _SelectObjectsInView() argument
454 long nCount = aShapes->getCount(); in _SelectObjectsInView()
457 uno::Any aAny( aShapes->getByIndex(i) ); in _SelectObjectsInView()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx49 aShapes(), in ScMyShapeResizer()
126 aShapes.push_back(aShape); in AddShape()
174 if (!aShapes.empty() && rImport.GetModel().is()) in ResizeShapes()
190 ScMyToResizeShapes::iterator aItr(aShapes.begin()); in ResizeShapes()
191 ScMyToResizeShapes::iterator aEndItr(aShapes.end()); in ResizeShapes()
373 aItr = aShapes.erase(aItr); in ResizeShapes()
H A DXMLTableShapeResizer.hxx54 ScMyToResizeShapes aShapes; member in ScMyShapeResizer
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx613 std::vector< Reference< XShape > > aShapes( nCount ); in SetNavigationOrder() local
623 aShapes[nIndex] = Reference< XShape >( rIdMapper.getReference( sId ), UNO_QUERY ); in SetNavigationOrder()
628 if( !aShapes[nIndex].is() ) in SetNavigationOrder()
637 … "NavigationOrder" ) ), Any( Reference< XIndexAccess >( new NavigationOrderAccess( aShapes ) ) ) ); in SetNavigationOrder()
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeMirror.idl61 void mirror( [inout] com::sun::star::drawing::XShapes aShapes,
69 void mirrorAtAxis( [inout] com::sun::star::drawing::XShapes aShapes,
H A DXShapeAligner.idl58 void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx783 std::vector < uno::Reference < drawing::XShape > > aShapes; in GetSelectedCount() local
784 FillShapes(aShapes); in GetSelectedCount()
786 return aShapes.size(); in GetSelectedCount()
798 std::vector < uno::Reference < drawing::XShape > > aShapes; in GetSelected() local
799 FillShapes(aShapes); in GetSelected()
801 if(aShapes.size()<=0) return xAccessible; in GetSelected()
803 if (FindShape(aShapes[nSelectedChildIndex], aItr)) in GetSelected()
/trunk/main/svx/inc/svx/
H A Dunopage.hxx86 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& aShapes, SdrPageView* pP…

Completed in 65 milliseconds