Searched refs:_rLine (Results 1 – 3 of 3) sorted by relevance
904 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 …]
211 …void impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const ::com::sun::star::uno…218 impl_getControlAsPropertyValue( const ListBoxLine& _rLine ) const;
150 OConnectionLine::OConnectionLine( const OConnectionLine& _rLine ) in OConnectionLine() argument153 m_pData = new OConnectionLineData( *_rLine.GetData() ); in OConnectionLine()154 *this = _rLine; in OConnectionLine()
Completed in 31 milliseconds