Home
last modified time | relevance | path

Searched refs:PTO_Math (Results 1 – 25 of 25) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/openxml/common/xp/
H A DOXML_Element_Math.cpp100 if(!pDocument->appendObject(PTO_Math, atts)) in addToPT()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_InsertObject.cpp180 UT_ASSERT_HARMLESS((pto == PTO_Math) || (pto == PTO_Embed) || (properties == NULL)); in _realInsertObject()
339 case PTO_Math: in _createObject()
H A Dpt_Types.h106 PTO_Math, enumerator
H A Dpt_PT_InsertSpan.cpp712 case PTO_Math: in _chooseIndexAP()
H A Dpt_PT_Undo.cpp363 if((pfo->getObjectType() != PTO_Math) && ((pfo->getObjectType() != PTO_Embed))) in _doTheDo()
H A Dpt_PT_DeleteSpan.cpp146 case PTO_Math: typeStr = "PTO_Math "; break; in dumpDoc()
H A Dpd_Document.cpp4772 if(po->getObjectType() == PTO_Math) in hasMath()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Abi_Data.cpp258 pto_Type = PTO_Math; in addObjectDataItem()
H A DODi_Frame_ListenerState.cpp235 m_pAbiDocument->appendObject(PTO_Math, atts); in endElement()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_Text.cpp759 case PTO_Math: in populate()
H A Die_imp_AbiWord_1.cpp568 X_CheckError(appendObject(PTO_Math,atts)); in startElement()
H A Die_exp_AbiWord_1.cpp942 case PTO_Math: in populate()
H A Die_exp_HTML_Listener.cpp153 case PTO_Math: in populate()
H A Die_imp_XHTML.cpp1846 X_CheckError(appendObject(PTO_Math, atts)); in endElement()
H A Die_imp_RTF.cpp9905 getDoc()->insertObjectBeforeFrag(m_pDelayedFrag,PTO_Math, attrs); in HandleAbiMathml()
9909 getDoc()->appendObject(PTO_Math, attrs); in HandleAbiMathml()
9926 getDoc()->insertObject(m_dposPaste, PTO_Math, attrs, NULL); in HandleAbiMathml()
H A Die_exp_RTF_listenerWriteDoc.cpp1910 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/kword/xp/
H A Die_exp_KWord_1.cpp264 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/wml/xp/
H A Die_exp_WML.cpp566 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_AbiDocListener.cpp139 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/exp/xp/
H A Die_exp_OpenXML_Listener.cpp340 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/xslfo/xp/
H A Die_exp_XSL-FO.cpp1043 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/latex/xp/
H A Die_exp_LaTeX.cpp1658 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_exp_DocBook.cpp1046 case PTO_Math: in populate()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp8910 case PTO_Math: in doclistener_populateObject()
9000 case PTO_Math: in doclistener_insertObject()
9085 case PTO_Math: in doclistener_deleteObject()
9281 case PTO_Math: in doclistener_changeObject()
H A Dfv_View_cmd.cpp5602 m_pDoc->insertObject(pos,PTO_Math,atts,NULL); in cmdInsertLatexMath()
5645 m_pDoc->insertObject(getPoint(),PTO_Math,atts,props); in cmdInsertMathML()