Lines Matching refs:pProps

418 		const PropertyValue* pProps = aProps.getConstArray();  in SetText()  local
421 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyBaseText))) in SetText()
422 pProps[nProp].Value >>= sLeft; in SetText()
423 else if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyText))) in SetText()
424 pProps[nProp].Value >>= sRight; in SetText()
450 PropertyValue* pProps = rProps.getArray(); in GetText() local
453 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyBaseText))) in GetText()
454 pProps[nProp].Value <<= OUString(aEditArr[i]->GetText()); in GetText()
455 else if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyText))) in GetText()
456 pProps[nProp].Value <<= OUString(aEditArr[i + 1]->GetText()); in GetText()
479 const PropertyValue* pProps = rProps.getConstArray(); in Update() local
483 pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyAdjust))) in Update()
486 pProps[nProp].Value >>= nTmp; in Update()
493 pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyIsAbove))) in Update()
495 sal_Bool bTmp = *(sal_Bool*)pProps[nProp].Value.getValue(); in Update()
502 pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyCharStyleName))) in Update()
504 pProps[nProp].Value >>= sTmp; in Update()
643 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
646 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyAdjust))) in IMPL_LINK()
647 pProps[nProp].Value <<= nAdjust; in IMPL_LINK()
666 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
669 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyIsAbove))) in IMPL_LINK()
670 pProps[nProp].Value.setValue(&bAbove, rType); in IMPL_LINK()
690 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
693 if(pProps[nProp].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cRubyCharStyleName))) in IMPL_LINK()
695 pProps[nProp].Value <<= sStyleName; in IMPL_LINK()