Home
last modified time | relevance | path

Searched refs:aSeqNames (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/config/
H A Dprintwarningoptions.cxx208 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in Commit() local
209 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in Commit()
211 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit()
236 PutProperties( aSeqNames, aSeqValues ); in Commit()
H A Dcacheoptions.cxx212 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in Commit() local
213 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in Commit()
215 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit()
241 PutProperties( aSeqNames, aSeqValues ); in Commit()
/trunk/main/framework/source/uielement/
H A Dheadermenucontroller.cxx137 Sequence< rtl::OUString > aSeqNames = xNameContainer->getElementNames(); in fillPopupMenu() local
145 for ( sal_Int32 n = 0; n < aSeqNames.getLength(); n++ ) in fillPopupMenu()
147 rtl::OUString aName = aSeqNames[n]; in fillPopupMenu()
/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx610 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in Commit() local
611 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in Commit()
613 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in Commit()
732 PutProperties( aSeqNames, aSeqValues ); in Commit()

Completed in 31 milliseconds