Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/index/
H A Dcntex.cxx412 beans::PropertyValue* pPropValArr = aPropVals.getArray(); in CreateOrUpdateExample() local
413 pPropValArr[0].Name = C2U("TokenType"); in CreateOrUpdateExample()
414 pPropValArr[0].Value <<= OUString(sTokenType); in CreateOrUpdateExample()
415 pPropValArr[1].Name = C2U("CharacterStyleName"); in CreateOrUpdateExample()
416 pPropValArr[1].Value <<= OUString(aToken.sCharStyleName); in CreateOrUpdateExample()
419 pPropValArr[2].Name = C2U("TabStopRightAligned"); in CreateOrUpdateExample()
422 pPropValArr[3].Name = C2U("TabStopFillCharacter"); in CreateOrUpdateExample()
424 pPropValArr[4].Name = C2U("TabStopPosition"); in CreateOrUpdateExample()
428 pPropValArr[4].Value <<= (sal_Int32)nTempPos; in CreateOrUpdateExample()
432 pPropValArr[2].Name = C2U("Text"); in CreateOrUpdateExample()
[all …]

Completed in 21 milliseconds