Lines Matching refs:SW_PROP_NAME_STR
96 #ifdef SW_PROP_NAME_STR
97 #undef SW_PROP_NAME_STR
99 #define SW_PROP_NAME_STR(nId) SwGetPropName((nId)).pName macro
120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp()
126 OUString uPropName(C2U(SW_PROP_NAME_STR(nId))); in lcl_SetProp()
140 OUString uPropName(C2U(SW_PROP_NAME_STR(nId))); in lcl_SetBOOLProp()
242 OUString uIsVisible(C2U(SW_PROP_NAME_STR(UNO_NAME_IS_VISIBLE))); in CreateOrUpdateExample()
268 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_PARAGRAPH_STYLES)))) in CreateOrUpdateExample()
271 …uno::Any aStyleNames(xIdxProps->getPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_PARAGRAPH_STY… in CreateOrUpdateExample()
346 if(xInfo->hasPropertyByName(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_FORMAT)))) in CreateOrUpdateExample()
443 …uno::Any aFormatAccess = xIdxProps->getPropertyValue(C2U(SW_PROP_NAME_STR(UNO_NAME_LEVEL_FORMAT))); in CreateOrUpdateExample()