Searched refs:nOutFormat (Results 1 – 3 of 3) sorted by relevance
55 void** ppOutBuffer, sal_uLong nOutFormat ) in ImplConvert() argument59 if( ( nInFormat != nOutFormat ) && pInBuffer ) in ImplConvert()73 mpConvertData = new ConvertData( aGraphic, aOStm, nOutFormat ); in ImplConvert()86 else if( ( nOutFormat == CVT_SVM ) || ( nOutFormat == CVT_BMP ) ) in ImplConvert()98 if( ( rGraphic.GetType() == GRAPHIC_BITMAP ) && ( CVT_SVM == nOutFormat ) ) in ImplConvert()107 else if( ( rGraphic.GetType() == GRAPHIC_GDIMETAFILE ) && ( CVT_BMP == nOutFormat ) ) in ImplConvert()
48 void** ppOutBuffer, sal_uLong nOutFormat );
78 sal_uLong nOutFormat, void** ppOutBuffer );
Completed in 7 milliseconds