Searched refs:aTypeProperties (Results 1 – 2 of 2) sorted by relevance
191 Sequence< PropertyValue > aTypeProperties; in FileOpenDialog() local194 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()
191 … ::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 17 milliseconds