Lines Matching refs:rValue

61     const ::com::sun::star::uno::Any& rValue )   in setPropertyValueImpl()
70 if( !(rValue >>= xTemplate) ) in setPropertyValueImpl()
91 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue >>= aSettings.mbUseFirstRow; break; in setPropertyValueImpl()
92 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue >>= aSettings.mbUseLastRow; break; in setPropertyValueImpl()
93 case OWN_ATTR_TABLETEMPLATE_FIRSTCOLUMN: rValue >>= aSettings.mbUseFirstColumn; break; in setPropertyValueImpl()
94 case OWN_ATTR_TABLETEMPLATE_LASTCOLUMN: rValue >>= aSettings.mbUseLastColumn; break; in setPropertyValueImpl()
95 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue >>= aSettings.mbUseRowBanding; break; in setPropertyValueImpl()
96 case OWN_ATTR_TABLETEMPLATE_BANDINGCOULUMNS: rValue >>= aSettings.mbUseColumnBanding; break; in setPropertyValueImpl()
106 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
116 ::com::sun::star::uno::Any& rValue ) in getPropertyValueImpl() argument
125 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTable(); in getPropertyValueImpl()
133 rValue <<= static_cast< sdr::table::SdrTableObj* >( mpObj.get() )->getTableStyle(); in getPropertyValueImpl()
142 rValue <<= aGraphic.GetXGraphic(); in getPropertyValueImpl()
159 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue <<= aSettings.mbUseFirstRow; break; in getPropertyValueImpl()
160 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue <<= aSettings.mbUseLastRow; break; in getPropertyValueImpl()
161 case OWN_ATTR_TABLETEMPLATE_FIRSTCOLUMN: rValue <<= aSettings.mbUseFirstColumn; break; in getPropertyValueImpl()
162 case OWN_ATTR_TABLETEMPLATE_LASTCOLUMN: rValue <<= aSettings.mbUseLastColumn; break; in getPropertyValueImpl()
163 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue <<= aSettings.mbUseRowBanding; break; in getPropertyValueImpl()
164 case OWN_ATTR_TABLETEMPLATE_BANDINGCOULUMNS: rValue <<= aSettings.mbUseColumnBanding; break; in getPropertyValueImpl()
172 return SvxShape::getPropertyValueImpl( rName, pProperty, rValue ); in getPropertyValueImpl()