Searched refs:nContentOptions (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 267 sal_uInt16 nContentOptions = rDesc.GetContentOptions(); in CreateOrUpdateExample() local 270 sal_Bool bOn = 0!=(nContentOptions&nsSwTOXElement::TOX_TEMPLATE ); in CreateOrUpdateExample() 290 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_MARKS, 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 291 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_OUTLINE, 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 292 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS,0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 293 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_TABLES , 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 294 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS, 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 295 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_TEXT_FRAMES, 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample() 296 …BOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_LABELS, 0!=(nContentOptions&nsSwTOXElemen… in CreateOrUpdateExample()
|
H A D | cnttab.cxx | 1306 sal_uInt16 nContentOptions = 0; in FillTOXDescription() local 1308 nContentOptions |= nsSwTOXElement::TOX_MARK; 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() [all …]
|
Completed in 50 milliseconds