Lines Matching refs:xInfo

104 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo,  in lcl_SetProp()  argument
109 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp()
116 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo, in lcl_SetProp() argument
120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp()
122 void lcl_SetProp( uno::Reference< XPropertySetInfo > & xInfo, in lcl_SetProp() argument
127 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetProp()
136 uno::Reference< beans::XPropertySetInfo > & xInfo, in lcl_SetBOOLProp()
141 if(xInfo->hasPropertyByName(uPropName)) in lcl_SetBOOLProp()
257 uno::Reference< beans::XPropertySetInfo > xInfo = xIdxProps->getPropertySetInfo(); in CreateOrUpdateExample() local
264 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_TITLE, *rDesc.GetTitle()); in CreateOrUpdateExample()
268 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_PARAGRAPH_STYLES)))) 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()
295 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_TEXT_FRAMES, 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
296 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_LABELS, 0!=(nContentOptions&nsSwTO… in CreateOrUpdateExample()
298 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_CHAPTER, rDesc.IsFromChapter()); in CreateOrUpdateExample()
299 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_IS_PROTECTED, rDesc.IsReadonly()); in CreateOrUpdateExample()
301 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_COMBINED_ENTRIES, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
302 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_P_P, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
303 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_IS_CASE_SENSITIVE, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
304 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_KEY_AS_ENTRY, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
305 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
306 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_DASH, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
307 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_UPPER_CASE, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
310 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LABEL_CATEGORY, aTmpName ); in CreateOrUpdateExample()
311 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_LABELS, !rDesc.IsCreateFromObjectNames()); in CreateOrUpdateExample()
320 lcl_SetProp(xInfo, xIdxProps, UNO_NAME_LABEL_DISPLAY_TYPE, nSet); in CreateOrUpdateExample()
323 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_STAR_MATH, 0 != (nsSwTOOElements::TOO_MAT… in CreateOrUpdateExample()
324 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_STAR_CHART, 0 != (nsSwTOOElements::TOO_CHA… in CreateOrUpdateExample()
325 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_STAR_CALC, 0 != (nsSwTOOElements::TOO_CAL… in CreateOrUpdateExample()
326 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_STAR_DRAW, 0 != (nsSwTOOElements::TOO_DRA… in CreateOrUpdateExample()
327 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS, 0 != (nsSwTOOElemen… in CreateOrUpdateExample()
334 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_IS_COMMA_SEPARATED, pForm->IsCommaSeparated()); in CreateOrUpdateExample()
335 …lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIO… in CreateOrUpdateExample()
346 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_FORMAT)))) in CreateOrUpdateExample()
457 lcl_SetProp(xInfo, xIdxProps, "ParaStyleHeading", pForm->GetTemplate(0)); in CreateOrUpdateExample()
466 lcl_SetProp(xInfo, xIdxProps, "ParaStyleSeparator", pForm->GetTemplate(1)); in CreateOrUpdateExample()
478 lcl_SetProp(xInfo, in CreateOrUpdateExample()