Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/index/
H A Dcntex.cxx256 …uno::Reference< beans::XPropertySet > xIdxProps(pxIndexSectionsArr[nTOXIndex]->xDocumentIndex, un… in CreateOrUpdateExample() local
257 uno::Reference< beans::XPropertySetInfo > xInfo = xIdxProps->getPropertySetInfo(); in CreateOrUpdateExample()
264 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_TITLE, *rDesc.GetTitle()); in CreateOrUpdateExample()
271 …uno::Any aStyleNames(xIdxProps->getPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_PARAGRAPH_STY… in CreateOrUpdateExample()
289 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LEVEL, (sal_Int16)rDesc.GetLevel()); in CreateOrUpdateExample()
290 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_MARKS, 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
291 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_OUTLINE, 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
292 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS,0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
293 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_TABLES , 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
294 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS, 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
[all …]