Lines Matching refs:nProp

419 		for(sal_Int32 nProp = 0; nProp < aProps.getLength(); nProp++)  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()
451 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) 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()
480 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) 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()
644 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) 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()
667 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) 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()
691 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) 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()