Lines Matching refs:SmXMLExport

310     SmXMLExport *pFilter = reinterpret_cast< SmXMLExport * >(  in WriteThroughComponent()
312 xFilterTunnel->getSomething( SmXMLExport::getUnoTunnelId() ))); in WriteThroughComponent()
388 SmXMLExport::SmXMLExport( in SmXMLExport() function in SmXMLExport
397 sal_Int64 SAL_CALL SmXMLExport::getSomething( in getSomething()
409 const uno::Sequence< sal_Int8 > & SmXMLExport::getUnoTunnelId() throw() in getUnoTunnelId()
447 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_ALL ); in SmXMLExport_createInstance()
471 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_META ); in SmXMLExportMetaOOO_createInstance()
495 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance()
519 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_SETTINGS ); in SmXMLExportSettingsOOO_createInstance()
543 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_SETTINGS ); in SmXMLExportSettings_createInstance()
569 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_CONTENT ); in SmXMLExportContent_createInstance()
576 rtl::OUString SAL_CALL SmXMLExport::getImplementationName() in getImplementationName()
599 sal_uInt32 SmXMLExport::exportDoc(enum XMLTokenEnum eClass) in exportDoc()
642 void SmXMLExport::_ExportContent() in _ExportContent()
686 void SmXMLExport::GetViewSettings( Sequence < PropertyValue >& aProps) in GetViewSettings()
724 void SmXMLExport::GetConfigurationSettings( Sequence < PropertyValue > & rProps) in GetConfigurationSettings()
772 void SmXMLExport::ExportLine(const SmNode *pNode, int nLevel) in ExportLine()
777 void SmXMLExport::ExportBinaryHorizontal(const SmNode *pNode, int nLevel) in ExportBinaryHorizontal()
782 void SmXMLExport::ExportUnaryHorizontal(const SmNode *pNode, int nLevel) in ExportUnaryHorizontal()
787 void SmXMLExport::ExportExpression(const SmNode *pNode, int nLevel) in ExportExpression()
817 void SmXMLExport::ExportBinaryVertical(const SmNode *pNode, int nLevel) in ExportBinaryVertical()
825 void SmXMLExport::ExportTable(const SmNode *pNode, int nLevel) in ExportTable()
861 void SmXMLExport::ExportMath(const SmNode *pNode, int /*nLevel*/) in ExportMath()
875 void SmXMLExport::ExportText(const SmNode *pNode, int /*nLevel*/) in ExportText()
905 void SmXMLExport::ExportBlank(const SmNode * /*pNode*/, int /*nLevel*/) in ExportBlank()
920 void SmXMLExport::ExportSubSupScript(const SmNode *pNode, int nLevel) in ExportSubSupScript()
1060 void SmXMLExport::ExportBrace(const SmNode *pNode, int nLevel) in ExportBrace()
1112 void SmXMLExport::ExportRoot(const SmNode *pNode, int nLevel) in ExportRoot()
1129 void SmXMLExport::ExportOperator(const SmNode *pNode, int nLevel) in ExportOperator()
1147 void SmXMLExport::ExportAttributes(const SmNode *pNode, int nLevel) in ExportAttributes()
1213 void SmXMLExport::ExportFont(const SmNode *pNode, int nLevel) in ExportFont()
1431 void SmXMLExport::ExportVerticalBrace(const SmNode *pNode, int nLevel) in ExportVerticalBrace()
1464 void SmXMLExport::ExportMatrix(const SmNode *pNode, int nLevel) in ExportMatrix()
1481 void SmXMLExport::ExportNodes(const SmNode *pNode, int nLevel) in ExportNodes()