Home
last modified time | relevance | path

Searched refs:getListBox (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx376 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 …]
H A Daccessiblelistbox.cxx92 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 …]
/aoo41x/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx164 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 …]
H A Dbrowserpage.hxx54 OBrowserListBox& getListBox();
55 const OBrowserListBox& getListBox() const;
H A Dbrowserpage.cxx66 OBrowserListBox& OBrowserPage::getListBox() in getListBox() function in pcr::OBrowserPage
72 const OBrowserListBox& OBrowserPage::getListBox() const in getListBox() function in pcr::OBrowserPage
/aoo41x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1219 m_pTreeView->getListBox().Expand(pDataSource); in getObjectEntry()
1242 m_pTreeView->getListBox().Expand(pCommandType); in getObjectEntry()
1922 …closeConnection( m_pTreeView->getListBox().GetRootLevelParent( m_pTreeView->getListBox().GetCurEnt… in Execute()
2143 m_pTreeView->getListBox().InsertEntry( in implAddDatasource()
2153 m_pTreeView->getListBox().InsertEntry( in implAddDatasource()
2535 m_pTreeView->getListBox().Select( pCommand ); in implSelect()
3045 m_pTreeView->getListBox().Collapse(pContainers); in closeConnection()
3059 m_pTreeView->getListBox().Collapse(_pDSEntry); in closeConnection()
3290 m_pTreeView->getListBox().Expand( m_pTreeView->getListBox().First() ); in impl_initialize()
3583 if ( &m_pTreeView->getListBox() != &_rControl ) in getContextMenu()
[all …]
H A DdsEntriesNoExp.cxx82 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()
H A DdsbrowserDnD.cxx79 …::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…
H A Ddbtreeview.hxx71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox() function in dbaui::DBTreeView
/aoo41x/main/accessibility/inc/accessibility/extended/
H A Dlistboxaccessible.hxx51 inline SvTreeListBox* getListBox() const in getListBox() function in accessibility::ListBoxAccessibleBase
H A Daccessiblelistbox.hxx69 SvTreeListBox* getListBox() const;
/aoo41x/main/sw/source/filter/ww8/
H A DWW8FFData.hxx86 bool getListBox() const { return mbListBox; } in getListBox() function in sw::WW8FFData

Completed in 95 milliseconds