Lines Matching refs:nContentOptions
1306 sal_uInt16 nContentOptions = 0; in FillTOXDescription() local
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()
1393 rDesc.SetContentOptions(nContentOptions); in FillTOXDescription()