Searched refs:aShapes (Results 1 – 9 of 9) sorted by relevance
685 std::vector< SdrObject* > aShapes; in GetGraphic() local701 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 …]
445 void SvxDrawPage::_SelectObjectsInView( const Reference< drawing::XShapes > & aShapes, SdrPageView*… in _SelectObjectsInView() argument454 long nCount = aShapes->getCount(); in _SelectObjectsInView()457 uno::Any aAny( aShapes->getByIndex(i) ); in _SelectObjectsInView()
49 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()
54 ScMyToResizeShapes aShapes; member in ScMyShapeResizer
613 std::vector< Reference< XShape > > aShapes( nCount ); in SetNavigationOrder() local623 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()
61 void mirror( [inout] com::sun::star::drawing::XShapes aShapes, 69 void mirrorAtAxis( [inout] com::sun::star::drawing::XShapes aShapes,
58 void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
783 std::vector < uno::Reference < drawing::XShape > > aShapes; in GetSelectedCount() local784 FillShapes(aShapes); in GetSelectedCount()786 return aShapes.size(); in GetSelectedCount()798 std::vector < uno::Reference < drawing::XShape > > aShapes; in GetSelected() local799 FillShapes(aShapes); in GetSelected()801 if(aShapes.size()<=0) return xAccessible; in GetSelected()803 if (FindShape(aShapes[nSelectedChildIndex], aItr)) in GetSelected()
86 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& aShapes, SdrPageView* pP…
Completed in 67 milliseconds