Lines Matching refs:Value
808 pValues[0].Value <<= OUString(rEntryText); in getRubyList()
810 pValues[1].Value <<= OUString(rAttr.GetText()); in getRubyList()
813 pValues[2].Value <<= OUString( aString ); in getRubyList()
815 pValues[3].Value <<= (sal_Int16)rAttr.GetAdjustment(); in getRubyList()
818 pValues[4].Value.setValue(&bVal, ::getBooleanCppuType()); in getRubyList()
854 pProperties[nProp].Value >>= sTmp; in setRubyList()
860 pProperties[nProp].Value >>= sTmp; in setRubyList()
866 if((pProperties[nProp].Value >>= sTmp)) in setRubyList()
881 if((pProperties[nProp].Value >>= nTmp)) in setRubyList()
887 sal_Bool bValue = pProperties[nProp].Value.hasValue() ? in setRubyList()
888 *(sal_Bool*)pProperties[nProp].Value.getValue() : sal_True; in setRubyList()