Lines Matching refs:getListBox

164             if ( pPage && pPage->getListBox().IsModified() )  in CommitModified()
165 pPage->getListBox().CommitModified(); in CommitModified()
231 pPage->getListBox().SetListener(m_pListener); in AppendPage()
232 pPage->getListBox().SetObserver(m_pObserver); in AppendPage()
233 pPage->getListBox().EnableHelpSection( m_bHasHelpSection ); in AppendPage()
234 pPage->getListBox().SetHelpLineLimites( m_nMinHelpLines, m_nMaxHelpLines ); in AppendPage()
288 _aUpdateFunction(&pPage->getListBox()); in Update()
319 _rPage.getListBox().SetListener( m_pListener ); in setPageLineListener()
332 _rPage.getListBox().SetObserver( m_pObserver ); in setPageControlObserver()
372 _rPage.getListBox().EnableHelpSection( m_bHasHelpSection ); in enableHelpSection()
383 _rPage.getListBox().SetHelpText( rText ); in setHelpSectionText()
389 _rPage.getListBox().SetHelpLineLimites( m_nMinHelpLines, m_nMaxHelpLines ); in setHelpLineLimits()
401 sal_uInt16 nEntry = pPage->getListBox().InsertEntry( rData, nPos ); in InsertEntry()
416 OSL_VERIFY( pPage->getListBox().RemoveEntry( _rName ) ); in RemoveEntry()
429 pPage->getListBox().ChangeEntry( rData, EDITOR_LIST_REPLACE_EXISTING ); in ChangeEntry()
437 pPage->getListBox().SetPropertyValue( rEntryName, _rValue, _bUnknownValue ); in SetPropertyValue()
446 nVal = pPage->getListBox().GetPropertyPos( rEntryName ); in GetPropertyPos()
484 pPage->getListBox().EnablePropertyControls( _rEntryName, _nControls, _bEnable ); in EnablePropertyControls()
495 pPage->getListBox().EnablePropertyLine( _rEntryName, _bEnable ); in EnablePropertyLine()
506 xControl = pPage->getListBox().GetPropertyControl(rEntryName); in GetPropertyControl()
528 if ( pCurrentPage->getListBox().IsModified() ) in IMPL_LINK()
529 pCurrentPage->getListBox().CommitModified(); in IMPL_LINK()