Searched refs:getListBox (Results 1 – 12 of 12) sorted by relevance
376 if ( getListBox() ) in implGetParentAccessible()451 SvTreeListBox* pBox = getListBox(); in getAccessibleRole()801 SvTreeListBox* pBox = getListBox(); in getAccessibleActionCount()843 getListBox()->Collapse( pEntry ); in doAccessibleAction()845 getListBox()->Expand( pEntry ); in doAccessibleAction()915 getListBox()->Select( pEntry, sal_True ); in selectAccessibleChild()930 return getListBox()->IsSelected( pEntry ); in isAccessibleChildSelected()948 if ( getListBox()->IsSelected( pEntry ) ) in clearAccessibleSelection()989 if ( getListBox()->IsSelected( pEntry ) ) in getSelectedAccessibleChildCount()1016 if ( getListBox()->IsSelected( pEntry ) ) in getSelectedAccessibleChild()[all …]
92 if ( !getListBox() || !getListBox()->HasFocus() ) in ProcessWindowEvent()126 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent()138 SvTreeListBox* pBox = getListBox(); in ProcessWindowEvent()239 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent()257 pEntry = getListBox()->GetCurEntry(); in GetCurEventEntry()301 SvTreeListBox* pBox = getListBox(); in RemoveChildEntries()455 if(getListBox()) in getAccessibleRole()488 return getListBox()->GetAccessibleName(); in getAccessibleName()503 getListBox()->Select( pEntry, sal_True ); in selectAccessibleChild()516 return getListBox()->IsSelected( pEntry ); in isAccessibleChildSelected()[all …]
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()288 _aUpdateFunction(&pPage->getListBox()); in Update()319 _rPage.getListBox().SetListener( m_pListener ); in setPageLineListener()332 _rPage.getListBox().SetObserver( m_pObserver ); in setPageControlObserver()383 _rPage.getListBox().SetHelpText( rText ); in setHelpSectionText()528 if ( pCurrentPage->getListBox().IsModified() ) in IMPL_LINK()[all …]
54 OBrowserListBox& getListBox();55 const OBrowserListBox& getListBox() const;
66 OBrowserListBox& OBrowserPage::getListBox() in getListBox() function in pcr::OBrowserPage72 const OBrowserListBox& OBrowserPage::getListBox() const in getListBox() function in pcr::OBrowserPage
1220 m_pTreeView->getListBox().Expand(pDataSource); in getObjectEntry()1243 m_pTreeView->getListBox().Expand(pCommandType); in getObjectEntry()1923 …closeConnection( m_pTreeView->getListBox().GetRootLevelParent( m_pTreeView->getListBox().GetCurEnt… in Execute()2144 m_pTreeView->getListBox().InsertEntry( in implAddDatasource()2154 m_pTreeView->getListBox().InsertEntry( in implAddDatasource()2536 m_pTreeView->getListBox().Select( pCommand ); in implSelect()3046 m_pTreeView->getListBox().Collapse(pContainers); in closeConnection()3060 m_pTreeView->getListBox().Collapse(_pDSEntry); in closeConnection()3291 m_pTreeView->getListBox().Expand( m_pTreeView->getListBox().First() ); in impl_initialize()3584 if ( &m_pTreeView->getListBox() != &_rControl ) in getContextMenu()[all …]
82 return m_pTreeView->getListBox().GetEntryText(_pEntry); in GetEntryText()91 SvLBoxEntry* pRootEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in getEntryType()92 SvLBoxEntry* pEntryParent = m_pTreeView->getListBox().GetParent(_pEntry); in getEntryType()93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType()94 SvLBoxEntry* pQueries = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_QUERIES); in getEntryType()98 if (pTables) sTest = m_pTreeView->getListBox().GetEntryText(pTables); in getEntryType()99 if (pQueries) sTest = m_pTreeView->getListBox().GetEntryText(pQueries); in getEntryType()124 pEntryParent = m_pTreeView->getListBox().GetParent(pEntryParent); in getEntryType()
79 …::rtl::OUString aDSName = getDataSourceAcessor( m_pTreeView->getListBox().GetRootLevelParent( _pAp… in implCopyObject()109 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in queryDrop()131 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in executeDrop()193 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rPosPixel ); in requestDrag()207 pTransfer->StartDrag( &m_pTreeView->getListBox(), DND_ACTION_COPY ); in requestDrag()214 SvLBoxEntry* pSelected = m_pTreeView->getListBox().FirstSelected();248 …SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent(m_aAsyncDrop.pDropped…
71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox() function in dbaui::DBTreeView
51 inline SvTreeListBox* getListBox() const in getListBox() function in accessibility::ListBoxAccessibleBase
69 SvTreeListBox* getListBox() const;
86 bool getListBox() const { return mbListBox; } in getListBox() function in sw::WW8FFData
Completed in 123 milliseconds