Home
last modified time | relevance | path

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

/aoo4110/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 );
/aoo4110/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()
1401 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags ) in ImportGraphic() argument
1409 sal_uInt16 nFormat, sal_uInt16* pDeterminedFormat, sal_uInt32 nImportFlags, in ImportGraphic() argument
1486 if( pDeterminedFormat ) in ImportGraphic()
1487 *pDeterminedFormat = nFormat; in ImportGraphic()
2292 sal_uInt16* pDeterminedFormat ) in LoadGraphic() argument
[all …]
/aoo4110/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()

Completed in 46 milliseconds