Home
last modified time | relevance | path

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

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx374 Sequence< beans::PropertyValue > aTypeData; in getMimetypeForDocument() local
375 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 21 milliseconds