Lines Matching refs:_rDescriptor
1159 …r::describePropertyLine( const Property& _rProperty, OLineDescriptor& _rDescriptor ) SAL_THROW((Ex… in describePropertyLine() argument
1167 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1171 _rDescriptor.xPropertyHandler = handler->second; in describePropertyLine()
1172 _rDescriptor.sName = _rProperty.Name; in describePropertyLine()
1173 … _rDescriptor.aValue = _rDescriptor.xPropertyHandler->getPropertyValue( _rProperty.Name ); in describePropertyLine()
1175 if ( !_rDescriptor.DisplayName.getLength() ) in describePropertyLine()
1181 DBG_ASSERT( _rDescriptor.DisplayName.getLength(), sMessage ); in describePropertyLine()
1183 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
1186 …PropertyState ePropertyState( _rDescriptor.xPropertyHandler->getPropertyState( _rProperty.Name )… in describePropertyLine()
1189 _rDescriptor.bUnknownValue = true; in describePropertyLine()
1190 _rDescriptor.aValue.clear(); in describePropertyLine()
1193 _rDescriptor.bReadOnly = impl_isReadOnlyModel_throw(); in describePropertyLine()