Lines Matching refs:_rLine
902 …void OBrowserListBox::impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const Any& _rProp… in impl_setControlAsPropertyValue() argument
904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_setControlAsPropertyValue()
907 … if ( _rPropertyValue.getValueType().equals( _rLine.pLine->getControl()->getValueType() ) ) in impl_setControlAsPropertyValue()
914 if ( !_rLine.xHandler.is() ) in impl_setControlAsPropertyValue()
917 ::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() ); in impl_setControlAsPropertyValue()
923 if ( _rLine.xHandler.is() ) in impl_setControlAsPropertyValue()
925 Any aControlValue = _rLine.xHandler->convertToControlValue( in impl_setControlAsPropertyValue()
926 _rLine.pLine->GetEntryName(), _rPropertyValue, xControl->getValueType() ); in impl_setControlAsPropertyValue()
938 Any OBrowserListBox::impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const in impl_getControlAsPropertyValue()
940 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_getControlAsPropertyValue()
945 if ( !_rLine.xHandler.is() ) in impl_getControlAsPropertyValue()
948 ::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() ); in impl_getControlAsPropertyValue()
954 if ( _rLine.xHandler.is() ) in impl_getControlAsPropertyValue()
955 …aPropertyValue = _rLine.xHandler->convertToPropertyValue( _rLine.pLine->GetEntryName(), xControl->… in impl_getControlAsPropertyValue()