Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dopengrf.cxx131 sal_uInt16 nRetFormat = 0; in Execute() local
142 …CanImportGraphic( aObj.GetMainURL( INetURLObject::NO_DECODE ), *pStream, nFormatNum, &nRetFormat ); in Execute()
144 nImpRet = pFilter->CanImportGraphic( aObj, nFormatNum, &nRetFormat ); in Execute()
149 nImpRet = pFilter->CanImportGraphic( aObj, GRFILTER_FORMAT_DONTKNOW, &nRetFormat ); in Execute()
152 GRFILTER_FORMAT_DONTKNOW, &nRetFormat ); in Execute()
157 if( (nImpRet=pFilter->CanImportGraphic( aObj, nFormatNum, &nRetFormat )) != GRFILTER_OK ) in Execute()
158 nImpRet = pFilter->CanImportGraphic( aObj, GRFILTER_FORMAT_DONTKNOW, &nRetFormat ); in Execute()
162 nFound = nRetFormat; in Execute()

Completed in 8 milliseconds