Lines Matching refs:nsSwTOXElement
955 if( GetCreateType() & nsSwTOXElement::TOX_MARK ) in Update()
958 if( GetCreateType() & nsSwTOXElement::TOX_OUTLINELEVEL ) in Update()
961 if( GetCreateType() & nsSwTOXElement::TOX_TEMPLATE ) in Update()
964 if( GetCreateType() & nsSwTOXElement::TOX_OLE || in Update()
966 UpdateCntnt( nsSwTOXElement::TOX_OLE, pOwnChapterNode ); in Update()
968 if( GetCreateType() & nsSwTOXElement::TOX_TABLE || in Update()
972 if( GetCreateType() & nsSwTOXElement::TOX_GRAPHIC || in Update()
974 UpdateCntnt( nsSwTOXElement::TOX_GRAPHIC, pOwnChapterNode ); in Update()
981 if( GetCreateType() & nsSwTOXElement::TOX_FRAME ) in Update()
982 UpdateCntnt( nsSwTOXElement::TOX_FRAME, pOwnChapterNode ); in Update()
1289 SwTOXPara * pNew = new SwTOXPara( *pTxtNd, nsSwTOXElement::TOX_OUTLINELEVEL ); in UpdateOutline()
1314 GetCreateType() & nsSwTOXElement::TOX_OUTLINELEVEL && in UpdateTemplate()
1329 … SwTOXPara * pNew = new SwTOXPara( *pTxtNd, nsSwTOXElement::TOX_TEMPLATE, i + 1 ); in UpdateTemplate()
1361 SwTOXPara * pNew = new SwTOXPara( rTxtNode, nsSwTOXElement::TOX_SEQUENCE, 1 ); in UpdateSequence()
1481 case nsSwTOXElement::TOX_FRAME: in UpdateCntnt()
1492 case nsSwTOXElement::TOX_GRAPHIC: in UpdateCntnt()
1496 case nsSwTOXElement::TOX_OLE: in UpdateCntnt()