Home
last modified time | relevance | path

Searched refs:aValues2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx385 Sequence< PropertyValue > aValues2; in onExportBrowse() local
387 if( aAny >>= aValues2 ) in onExportBrowse()
389 PropertyValue* pValues2 = aValues2.getArray(); in onExportBrowse()
393 for( nValue = 0; nValue < aValues2.getLength(); nValue++, pValues2++ ) in onExportBrowse()
H A Dxmlfiltersettingsdialog.cxx1180 Sequence< PropertyValue > aValues2; in initFilterList() local
1182 if( aAny >>= aValues2 ) in initFilterList()
1184 const sal_Int32 nValueCount2( aValues2.getLength() ); in initFilterList()
1185 PropertyValue* pValues2 = aValues2.getArray(); in initFilterList()

Completed in 18 milliseconds