Home
last modified time | relevance | path

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

/aoo41x/main/sdext/source/minimizer/
H A Dfileopendialog.cxx191 Sequence< PropertyValue > aTypeProperties; in FileOpenDialog() local
194 if ( xTypes->getByName( aIter->maType ) >>= aTypeProperties ) in FileOpenDialog()
197 for ( int i = 0; i < aTypeProperties.getLength(); i++ ) in FileOpenDialog()
199 switch( TKGet( aTypeProperties[ i ].Name ) ) in FileOpenDialog()
201 case TK_Extensions : aTypeProperties[ i ].Value >>= aExtensions; break; in FileOpenDialog()
/aoo41x/main/svx/source/form/
H A Ddatabaselocationinput.cxx191 … ::comphelper::NamedValueCollection aTypeProperties( xTypeDetection->getByName( sDocumentType ) ); in impl_initFilterProperties_nothrow()
192 m_aFilterExtensions = aTypeProperties.getOrDefault( "Extensions", m_aFilterExtensions ); in impl_initFilterProperties_nothrow()
193 m_sFilterUIName = aTypeProperties.getOrDefault( "UIName", m_sFilterUIName ); in impl_initFilterProperties_nothrow()

Completed in 14 milliseconds