Lines Matching refs:pPropValArr
412 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()
421 pPropValArr[2].Value.setValue(&bTemp, ::getBooleanCppuType()); in CreateOrUpdateExample()
422 pPropValArr[3].Name = C2U("TabStopFillCharacter"); in CreateOrUpdateExample()
423 pPropValArr[3].Value <<= OUString(aToken.cTabFillChar); 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()
433 pPropValArr[2].Value <<= OUString(aToken.sText); in CreateOrUpdateExample()