Searched refs:aTypeData (Results 1 – 1 of 1) sorted by relevance
374 Sequence< beans::PropertyValue > aTypeData; in getMimetypeForDocument() local375 xTypeDetection->getByName( aTypeName ) >>= aTypeData; in getMimetypeForDocument()376 for ( sal_Int32 nInd = 0; nInd < aTypeData.getLength(); nInd++ ) in getMimetypeForDocument()377 if ( aTypeData[nInd].Name.equalsAscii( "MediaType" ) ) in getMimetypeForDocument()378 aTypeData[nInd].Value >>= aDocMimetype; in getMimetypeForDocument()
Completed in 17 milliseconds