| /AOO41X/main/accessibility/source/extended/ |
| H A D | accessiblelistboxentry.cxx | 134 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetBoundingBox_Impl() 137 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBox_Impl() 138 SvLBoxEntry* pParent = getListBox()->GetParent( pEntry ); in GetBoundingBox_Impl() 143 aTopLeft -= getListBox()->GetBoundingRect( pParent ).TopLeft(); in GetBoundingBox_Impl() 154 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetBoundingBoxOnScreen_Impl() 157 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBoxOnScreen_Impl() 159 aTopLeft += getListBox()->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl() 215 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in implGetText() 217 sRet = getListBox()->SearchEntryTextWithHeadTitle( pEntry ); in implGetText() 343 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleChildCount() [all …]
|
| H A D | accessiblelistbox.cxx | 79 SvTreeListBox* AccessibleListBox::getListBox() const in IMPLEMENT_FORWARD_XINTERFACE2() 92 if ( !getListBox() || !getListBox()->HasFocus() ) in ProcessWindowEvent() 104 … if ( getListBox()->GetCheckButtonState( pCurOpEntry->GetSvLBoxEntry() ) == SV_BUTTON_CHECKED ) in ProcessWindowEvent() 126 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent() 138 SvTreeListBox* pBox = getListBox(); in ProcessWindowEvent() 180 … AccessibleListBoxEntry *pEntNew = new AccessibleListBoxEntry( *getListBox(), pEntry, NULL ); in ProcessWindowEvent() 230 new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in ProcessWindowEvent() 239 if ( getListBox() && getListBox()->HasFocus() ) in ProcessWindowEvent() 257 pEntry = getListBox()->GetCurEntry(); in GetCurEventEntry() 270 pAccCurOptionEntry =new AccessibleListBoxEntry( *getListBox(), pEntry, NULL ); in GetCurEventEntry() [all …]
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | propertyeditor.cxx | 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() [all …]
|
| H A D | browserpage.hxx | 54 OBrowserListBox& getListBox(); 55 const OBrowserListBox& getListBox() const;
|
| H A D | browserpage.cxx | 66 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 D | unodatbr.cxx | 391 m_pTreeView->getListBox().setContextMenuProvider( this ); in Construct() 392 m_pTreeView->getListBox().setControlActionListener( this ); in Construct() 1199 …SvLBoxEntry* pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilt… in getObjectEntry() 1207 … pDataSource = m_pTreeView->getListBox().GetEntryPosByName( sDisplayName, NULL, &aFilter ); in getObjectEntry() 1219 m_pTreeView->getListBox().Expand(pDataSource); in getObjectEntry() 1226 … pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_TABLES); in getObjectEntry() 1230 … pCommandType = m_pTreeView->getListBox().GetModel()->GetEntry(pDataSource, CONTAINER_QUERIES); in getObjectEntry() 1242 m_pTreeView->getListBox().Expand(pCommandType); in getObjectEntry() 1251 pObject = m_pTreeView->getListBox().GetEntryPosByName(sPath, pCommandType); in getObjectEntry() 1265 if(!m_pTreeView->getListBox().GetEntryPosByName(sPath,pObject)) in getObjectEntry() [all …]
|
| H A D | dsEntriesNoExp.cxx | 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()
|
| H A D | dsbrowserDnD.cxx | 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…
|
| H A D | dbtreeview.hxx | 71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox() function in dbaui::DBTreeView
|
| /AOO41X/main/accessibility/inc/accessibility/extended/ |
| H A D | listboxaccessible.hxx | 51 inline SvTreeListBox* getListBox() const in getListBox() function in accessibility::ListBoxAccessibleBase
|
| H A D | accessiblelistbox.hxx | 69 SvTreeListBox* getListBox() const;
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | WW8FFData.hxx | 86 bool getListBox() const { return mbListBox; } in getListBox() function in sw::WW8FFData
|