Lines Matching refs:rLine

1009             const ListBoxLine& rLine = impl_getControlLine( _rxControl );  in valueChanged()  local
1011 rLine.pLine->GetEntryName(), in valueChanged()
1012 impl_getControlAsPropertyValue( rLine ) in valueChanged()
1122 ListBoxLine& rLine = m_aOrderedLines[nPos]->second; in ChangeEntry() local
1125 Reference< XPropertyControl > xControl = rLine.pLine->getControl(); in ChangeEntry()
1126 Window* pControlWindow = rLine.pLine->getControlWindow(); in ChangeEntry()
1135 rLine.pLine->setControl( _rPropertyData.Control ); in ChangeEntry()
1136 xControl = rLine.pLine->getControl(); in ChangeEntry()
1145 impl_setControlAsPropertyValue( rLine, _rPropertyData.aValue ); in ChangeEntry()
1147 rLine.pLine->SetTitle(_rPropertyData.DisplayName); in ChangeEntry()
1148 rLine.xHandler = _rPropertyData.xPropertyHandler; in ChangeEntry()
1157 rLine.pLine->ShowBrowseButton( _rPropertyData.PrimaryButtonImageURL, true ); in ChangeEntry()
1159 rLine.pLine->ShowBrowseButton( Image( _rPropertyData.PrimaryButtonImage ), true ); in ChangeEntry()
1161 rLine.pLine->ShowBrowseButton( true ); in ChangeEntry()
1166 rLine.pLine->ShowBrowseButton( _rPropertyData.SecondaryButtonImageURL, false ); in ChangeEntry()
1168 rLine.pLine->ShowBrowseButton( Image( _rPropertyData.SecondaryButtonImage ), false ); in ChangeEntry()
1170 rLine.pLine->ShowBrowseButton( false ); in ChangeEntry()
1173 rLine.pLine->HideBrowseButton( false ); in ChangeEntry()
1175 rLine.pLine->SetClickListener( this ); in ChangeEntry()
1179 rLine.pLine->HideBrowseButton( true ); in ChangeEntry()
1180 rLine.pLine->HideBrowseButton( false ); in ChangeEntry()
1185 rLine.pLine->IndentTitle( _rPropertyData.IndentLevel > 0 ); in ChangeEntry()
1188 rLine.pLine->SetTabOrder( pRefWindow, WINDOW_ZORDER_BEHIND ); in ChangeEntry()
1190 rLine.pLine->SetTabOrder( pRefWindow, WINDOW_ZORDER_FIRST ); in ChangeEntry()
1193 rLine.pLine->SetComponentHelpIds( in ChangeEntry()
1201 rLine.pLine->SetReadOnly( true ); in ChangeEntry()
1210 … Edit* pControlWindowAsEdit = dynamic_cast< Edit* >( rLine.pLine->getControlWindow() ); in ChangeEntry()