Searched refs:bHasPreview (Results 1 – 1 of 1) sorted by relevance
519 sal_Bool bHasPreview = sal_False; in GraphicImport() local542 bHasPreview = bRetValue = sal_True; in GraphicImport()558 bHasPreview = bRetValue = sal_True; in GraphicImport()583 …if ( !bHasPreview ) // if there is no tiff/wmf preview, we will parse for an preview in the eps p… in GraphicImport()677 bHasPreview = bRetValue = sal_True; in GraphicImport()706 if( !bHasPreview ) in GraphicImport()708 bHasPreview = RenderAsEMF(pBuf, nBytesRead, aGraphic); in GraphicImport()709 if (!bHasPreview) in GraphicImport()710 bHasPreview = RenderAsPNG(pBuf, nBytesRead, aGraphic); in GraphicImport()714 if( !bHasPreview ) in GraphicImport()
Completed in 8 milliseconds