Lines Matching refs:pLine

600     		m_aOrderedLines[ _nIndex ]->second.pLine->SetPosSizePixel( aPos, aSize );  in PositionLine()
602 m_aOrderedLines[ _nIndex ]->second.pLine->SetTitleWidth( m_nTheNameSize + 2 * FRAME_OFFSET ); in PositionLine()
605 if ( !m_aOrderedLines[ _nIndex ]->second.pLine->IsVisible() ) in PositionLine()
606 m_aOrderedLines[ _nIndex ]->second.pLine->Show(); in PositionLine()
670 Reference< XPropertyControl > xControl( line->second.pLine->getControl() ); in SetPropertyValue()
704 _out_rpLine = line->second.pLine; in impl_getBrowserLineForName()
713 BrowserLinePointer pLine; in EnablePropertyControls() local
714 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyControls()
715 pLine->EnablePropertyControls( _nControls, _bEnable ); in EnablePropertyControls()
721 BrowserLinePointer pLine; in EnablePropertyLine() local
722 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in EnablePropertyLine()
723 pLine->EnablePropertyLine( _bEnable ); in EnablePropertyLine()
729 BrowserLinePointer pLine; in GetPropertyControl() local
730 if ( impl_getBrowserLineForName( _rEntryName, pLine ) ) in GetPropertyControl()
731 return pLine->getControl(); in GetPropertyControl()
904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_setControlAsPropertyValue()
907 … if ( _rPropertyValue.getValueType().equals( _rLine.pLine->getControl()->getValueType() ) ) in impl_setControlAsPropertyValue()
917 ::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() ); in impl_setControlAsPropertyValue()
926 _rLine.pLine->GetEntryName(), _rPropertyValue, xControl->getValueType() ); in impl_setControlAsPropertyValue()
940 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_getControlAsPropertyValue()
948 ::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() ); in impl_getControlAsPropertyValue()
955 …aPropertyValue = _rLine.xHandler->convertToPropertyValue( _rLine.pLine->GetEntryName(), xControl->… in impl_getControlAsPropertyValue()
973 if ( (*search)->second.pLine->getControl().get() == _rxControl.get() ) in impl_getControlPos()
1011 rLine.pLine->GetEntryName(), in valueChanged()
1028 if ( m_aOrderedLines[nLine]->second.pLine->GrabFocus() ) in activateNextControl()
1037 m_aOrderedLines[0]->second.pLine->GrabFocus(); in activateNextControl()
1071 loop->second.pLine->Hide(); in Clear()
1073 lcl_implDisposeControl_nothrow( loop->second.pLine->getControl() ); in Clear()
1088 BrowserLinePointer pLine = (*orderedPos)->second.pLine; in RemoveEntry() local
1089 pLine->Hide(); in RemoveEntry()
1090 lcl_implDisposeControl_nothrow( pLine->getControl() ); in RemoveEntry()
1119 pRefWindow = m_aOrderedLines[nPos-1]->second.pLine->GetRefWindow(); in ChangeEntry()
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()
1147 rLine.pLine->SetTitle(_rPropertyData.DisplayName); 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()
1262 m_aOrderedLines[ nFocusControlPos ]->second.pLine->GrabFocus(); in PreNotify()