Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/flash/
H A Dswfexporter.cxx192 exportBackgrounds( xDrawPage, nPage, false ); in exportAll()
193 exportBackgrounds( xDrawPage, nPage, true ); in exportAll()
278 sal_uInt16 FlashExporter::exportBackgrounds( Reference< XDrawPage > xDrawPage, Reference< XOutputSt… in exportBackgrounds() function in FlashExporter
292 sal_uInt16 ret = exportBackgrounds(xDrawPage, nPage, bExportObjects); in exportBackgrounds()
307 sal_uInt16 FlashExporter::exportBackgrounds( Reference< XDrawPage > xDrawPage, sal_uInt16 nPage, sa… in exportBackgrounds() function in FlashExporter
H A Dswfexporter.hxx165 …sal_uInt16 exportBackgrounds( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPa…
166 …sal_uInt16 exportBackgrounds( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPa…
H A Dswffilter.cxx197 …sal_uInt16 nCached = aFlashExporter.exportBackgrounds( xDrawPage, xOutputStreamWrap, sal::static_i… in exportBackground()