Home
last modified time | relevance | path

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

/AOO41X/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 );
/AOO41X/main/svtools/source/filter/
H A Dfilter.cxx1375 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat ) in CanImportGraphic() argument
1384 nRetValue = CanImportGraphic( aMainUrl, *pStream, nFormat, pDeterminedFormat ); in CanImportGraphic()
1393 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat ) in CanImportGraphic() argument
1400 if( nRes==GRFILTER_OK && pDeterminedFormat!=NULL ) in CanImportGraphic()
1401 *pDeterminedFormat = nFormat; in CanImportGraphic()
1409 … sal_uInt16 nFormat, sal_uInt16 * pDeterminedFormat, sal_uInt32 nImportFlags ) in ImportGraphic() argument
1418 …nRetValue = ImportGraphic( rGraphic, aMainUrl, *pStream, nFormat, pDeterminedFormat, nImportFlags … in ImportGraphic()
1425 … sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags ) in ImportGraphic() argument
1427 … return ImportGraphic( rGraphic, rPath, rIStream, nFormat, pDeterminedFormat, nImportFlags, NULL ); in ImportGraphic()
1433 … sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags, in ImportGraphic() argument
[all …]
/AOO41X/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()