Lines Matching refs:pVal
206 PropertyValue* pVal = mpController->getValue( name_it->second );
207 if( pVal )
209 pVal->Value <<= value_it->second;
220 PropertyValue* pVal = mpController->getValue( name_it->second );
221 if( pVal )
223 pVal->Value <<= i_nValue;
234 PropertyValue* pVal = mpController->getValue( name_it->second );
235 if( pVal )
239 pVal->Value <<= i_bValue ? sal_Int32(2) : sal_Int32(0);
241 pVal->Value <<= i_bValue;
252 PropertyValue* pVal = mpController->getValue( name_it->second );
253 if( pVal )
255 pVal->Value <<= i_rValue;
1290 PropertyValue* pVal = pController->getValue( aPropertyName );
1291 if( pVal )
1292 pVal->Value >>= bVal;
1301 PropertyValue* pVal = pController->getValue( aPropertyName );
1302 if( pVal && pVal->Value.hasValue() )
1303 pVal->Value >>= nSelectVal;
1312 PropertyValue* pVal = pController->getValue( aPropertyName );
1314 if( pVal && pVal->Value.hasValue() )
1315 pVal->Value >>= aSelectVal;
1325 PropertyValue* pVal = pController->getValue( aPropertyName );
1327 aCtrlType, aText, aPropertyName, pVal,