Home
last modified time | relevance | path

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

/aoo41x/main/sdext/source/pdfimport/tree/
H A Dtreevisitorfactory.cxx105 TreeVisitorFactorySharedPtr createWriterTreeVisitorFactory() in createWriterTreeVisitorFactory()
107 return TreeVisitorFactorySharedPtr(new WriterTreeVisitorFactory()); in createWriterTreeVisitorFactory()
109 TreeVisitorFactorySharedPtr createImpressTreeVisitorFactory() in createImpressTreeVisitorFactory()
111 return TreeVisitorFactorySharedPtr(new ImpressTreeVisitorFactory()); in createImpressTreeVisitorFactory()
113 TreeVisitorFactorySharedPtr createDrawTreeVisitorFactory() in createDrawTreeVisitorFactory()
115 return TreeVisitorFactorySharedPtr(new DrawTreeVisitorFactory()); in createDrawTreeVisitorFactory()
/aoo41x/main/sdext/source/pdfimport/inc/
H A Dtreevisitorfactory.hxx55 typedef boost::shared_ptr<TreeVisitorFactory> TreeVisitorFactorySharedPtr; typedef
57 TreeVisitorFactorySharedPtr createWriterTreeVisitorFactory();
58 TreeVisitorFactorySharedPtr createImpressTreeVisitorFactory();
59 TreeVisitorFactorySharedPtr createDrawTreeVisitorFactory();
/aoo41x/main/sdext/source/pdfimport/
H A Dpdfiadaptor.hxx87 TreeVisitorFactorySharedPtr m_pVisitorFactory;
106 void setTreeVisitorFactory(const TreeVisitorFactorySharedPtr& rVisitorFactory);
H A Dpdfiadaptor.cxx227 void PDFIRawAdaptor::setTreeVisitorFactory(const TreeVisitorFactorySharedPtr& rVisitorFactory) in setTreeVisitorFactory()
/aoo41x/main/sdext/source/pdfimport/test/
H A Dpdf2xml.cxx52 TreeVisitorFactorySharedPtr pTreeFactory; in SAL_IMPLEMENT_MAIN_WITH_ARGS()

Completed in 24 milliseconds