Home
last modified time | relevance | path

Searched refs:GraphicExporter (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx156 … class GraphicExporter : public WeakImplHelper4< XFilter, XExporter, XServiceInfo, XMimeTypeInfo > class
159 GraphicExporter();
160 virtual ~GraphicExporter();
201 return (XWeak*)new GraphicExporter(); in GraphicExporter_createInstance()
371 GraphicExporter::GraphicExporter() in GraphicExporter() function in GraphicExporter
376 GraphicExporter::~GraphicExporter() in ~GraphicExporter()
380 IMPL_LINK(GraphicExporter, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument
436 VirtualDevice* GraphicExporter::CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPt… in CreatePageVDev()
502 void GraphicExporter::ParseSettings( const Sequence< PropertyValue >& aDescriptor, ExportSettings& … in ParseSettings()
662 bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, sal_Bool bVectorTyp… in GetGraphic()
[all …]
/AOO41X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.Draw.GraphicExporter.csv1 "GraphicExporter";"com::sun::star::document::XFilter";"filter()"
2 "GraphicExporter";"com::sun::star::document::XFilter";"cancel()"
3 "GraphicExporter";"com::sun::star::document::XMimeTypeInfo";"supportsMimeType()"
4 "GraphicExporter";"com::sun::star::document::XMimeTypeInfo";"getSupportedMimeTypeNames()"
5 "GraphicExporter";"com::sun::star::document::XExporter";"setSourceDocument()"
/AOO41X/main/svx/qa/unoapi/
H A Dknownissues.xcl96 svx.GraphicExporter
H A Dsvx.sce31 #i90294 -o svx.GraphicExporter
/AOO41X/main/qadevOOo/tests/java/mod/_svx/
H A DGraphicExporter.java74 public class GraphicExporter extends TestCase { class