Lines Matching refs:aStringList
127 uno::Sequence< uno::Reference< XFormattedString > > aStringList = m_xTitle->getText(); in createShapes() local
128 if(aStringList.getLength()<=0) in createShapes()
196 if( aStringList.getLength()>0 ) in createShapes()
199 for( sal_Int32 nN=0; nN<aStringList.getLength();nN++ ) in createShapes()
200 aLabel += aStringList[nN]->getString(); in createShapes()
207 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes()
222 … uno::Sequence< uno::Reference< text::XTextCursor > > aCursorList( aStringList.getLength() ); in createShapes()
224 for( nN=0; nN<aStringList.getLength();nN++ ) in createShapes()
227 xText->insertString( xTextRange, aStringList[nN]->getString(), false ); in createShapes()
236 if( aStringList.getLength()>0 ) in createShapes()
241 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes()