Searched refs:GraphicExporter (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/svx/source/unodraw/ |
| H A D | UnoGraphicExporter.cxx | 156 … 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 D | com.sun.star.comp.Draw.GraphicExporter.csv | 1 "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 D | knownissues.xcl | 96 svx.GraphicExporter
|
| H A D | svx.sce | 31 #i90294 -o svx.GraphicExporter
|
| /AOO41X/main/qadevOOo/tests/java/mod/_svx/ |
| H A D | GraphicExporter.java | 74 public class GraphicExporter extends TestCase { class
|