Home
last modified time | relevance | path

Searched refs:_rLine (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); 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()
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()
[all …]
H A Dbrowserlistbox.hxx211 …void impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const ::com::sun::star::uno…
218 impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx150 OConnectionLine::OConnectionLine( const OConnectionLine& _rLine ) in OConnectionLine() argument
153 m_pData = new OConnectionLineData( *_rLine.GetData() ); in OConnectionLine()
154 *this = _rLine; in OConnectionLine()

Completed in 52 milliseconds