Searched refs:nTypeProperty (Results 1 – 1 of 1) sorted by relevance
995 sal_Int32 nTypeProperty = 0 ; in ReadSingleFilter_Impl() local996 for( nTypeProperty=0; nTypeProperty<nTypePropertyCount; ++nTypeProperty ) in ReadSingleFilter_Impl()998 … if( lTypeProperties[nTypeProperty].Name.compareToAscii( "ClipboardFormat" ) == 0 ) in ReadSingleFilter_Impl()1000 lTypeProperties[nTypeProperty].Value >>= sHumanName; in ReadSingleFilter_Impl()1004 lTypeProperties[nTypeProperty].Value >>= nDocumentIconId; in ReadSingleFilter_Impl()1006 … else if( lTypeProperties[nTypeProperty].Name.compareToAscii( "MediaType" ) == 0 ) in ReadSingleFilter_Impl()1008 lTypeProperties[nTypeProperty].Value >>= sMimeType; in ReadSingleFilter_Impl()1010 … else if( lTypeProperties[nTypeProperty].Name.compareToAscii( "Extensions" ) == 0 ) in ReadSingleFilter_Impl()1013 lTypeProperties[nTypeProperty].Value >>= lExtensions; in ReadSingleFilter_Impl()1016 … else if( lTypeProperties[nTypeProperty].Name.compareToAscii( "URLPattern" ) == 0 ) in ReadSingleFilter_Impl()[all …]
Completed in 11 milliseconds