Searched refs:aValues2 (Results 1 – 2 of 2) sorted by relevance
385 Sequence< PropertyValue > aValues2; in onExportBrowse() local387 if( aAny >>= aValues2 ) in onExportBrowse()389 PropertyValue* pValues2 = aValues2.getArray(); in onExportBrowse()393 for( nValue = 0; nValue < aValues2.getLength(); nValue++, pValues2++ ) in onExportBrowse()
1180 Sequence< PropertyValue > aValues2; in initFilterList() local1182 if( aAny >>= aValues2 ) in initFilterList()1184 const sal_Int32 nValueCount2( aValues2.getLength() ); in initFilterList()1185 PropertyValue* pValues2 = aValues2.getArray(); in initFilterList()
Completed in 27 milliseconds