Lines Matching refs:nsSwTOXElement
1214 aAddStylesCB.Check(bHasStyleNames && (nCreateType & nsSwTOXElement::TOX_TEMPLATE)); in ApplyTOXDescription()
1216 aFromOLECB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_OLE) ); in ApplyTOXDescription()
1217 aFromTablesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_TABLE) ); in ApplyTOXDescription()
1218 aFromGraphicsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_GRAPHIC) ); in ApplyTOXDescription()
1219 aFromFramesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_FRAME) ); in ApplyTOXDescription()
1224 aTOXMarksCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_MARK) ); in ApplyTOXDescription()
1229 aFromHeadingsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_OUTLINELEVEL) ); in ApplyTOXDescription()
1308 nContentOptions |= nsSwTOXElement::TOX_MARK; in FillTOXDescription()
1315 nContentOptions |= nsSwTOXElement::TOX_OUTLINELEVEL; in FillTOXDescription()
1322 nContentOptions |= nsSwTOXElement::TOX_OLE; in FillTOXDescription()
1324 nContentOptions |= nsSwTOXElement::TOX_TABLE; in FillTOXDescription()
1326 nContentOptions |= nsSwTOXElement::TOX_FRAME; in FillTOXDescription()
1328 nContentOptions |= nsSwTOXElement::TOX_GRAPHIC; in FillTOXDescription()
1333 nContentOptions = nsSwTOXElement::TOX_MARK; in FillTOXDescription()
1387 nContentOptions |= nsSwTOXElement::TOX_MARK; in FillTOXDescription()
1389 nContentOptions |= nsSwTOXElement::TOX_OUTLINELEVEL; in FillTOXDescription()
1391 nContentOptions |= nsSwTOXElement::TOX_TEMPLATE; in FillTOXDescription()