Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx331 sal_uInt16 * pDeterminedFormat = NULL);
335 … sal_uInt16 * pDeterminedFormat = NULL, sal_uInt32 nImportFlags = 0 );
339 sal_uInt16 * pDeterminedFormat = NULL);
344 … sal_uInt16 * pDeterminedFormat = NULL, sal_uInt32 nImportFlags = 0 );
349 sal_uInt16 * pDeterminedFormat, sal_uInt32 nImportFlags,
364 sal_uInt16* pDeterminedFormat = NULL );
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1351 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat ) in CanImportGraphic() argument
1360 nRetValue = CanImportGraphic( aMainUrl, *pStream, nFormat, pDeterminedFormat ); in CanImportGraphic()
1369 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat ) in CanImportGraphic() argument
1376 if( nRes==GRFILTER_OK && pDeterminedFormat!=NULL ) in CanImportGraphic()
1377 *pDeterminedFormat = nFormat; in CanImportGraphic()
1385 … sal_uInt16 nFormat, sal_uInt16 * pDeterminedFormat, sal_uInt32 nImportFlags ) in ImportGraphic() argument
1394 …nRetValue = ImportGraphic( rGraphic, aMainUrl, *pStream, nFormat, pDeterminedFormat, nImportFlags … in ImportGraphic()
1401 … sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags ) in ImportGraphic() argument
1403 … return ImportGraphic( rGraphic, rPath, rIStream, nFormat, pDeterminedFormat, nImportFlags, NULL ); in ImportGraphic()
1409 … sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags, in ImportGraphic() argument
[all …]
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx329 sal_uInt16 pDeterminedFormat = GRFILTER_FORMAT_DONTKNOW; in GetGraphicObject() local
330 …lter::GetGraphicFilter()->ImportGraphic( aGraphic, String(), *mpOStm ,nFormat,&pDeterminedFormat ); in GetGraphicObject()
332 if (pDeterminedFormat == GRFILTER_FORMAT_DONTKNOW) in GetGraphicObject()
373 …ilter::GetGraphicFilter()->ImportGraphic( aGraphic, String(), *pDest ,nFormat,&pDeterminedFormat ); in GetGraphicObject()