Home
last modified time | relevance | path

Searched refs:GetListBox (Results 1 – 15 of 15) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx154 const SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().FirstSelected(); in EnableButtons()
196 SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().InsertEntry( sTmp ); in AddEvent()
262 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in Reset()
276 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
317 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
384 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler()
429 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in FillEvents()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx215 const SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().FirstSelected(); in EnableButtons()
242 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in ~_SvxMacroTabPage()
522 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in DisplayAppEvents()
600 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in IMPL_STATIC_LINK()
629 SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); in GenericHandler_Impl()
748 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler()
771 if( nMinLineHeight > mpImpl->pEventLB->GetListBox().GetEntryHeight() ) in InitAndSetHandler()
772 mpImpl->pEventLB->GetListBox().SetEntryHeight( in InitAndSetHandler()
880 mpImpl->pEventLB->GetListBox().SetHelpId( HID_SVX_MACRO_LB_EVENT ); in SvxMacroTabPage()
884 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in SvxMacroTabPage()
H A Deventdlg.cxx87 mpImpl->pEventLB->GetListBox().SetHelpId( HID_SVX_MACRO_LB_EVENT ); in SvxEventConfigPage()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx143 if(m_pTable->GetListBox()) in getAccessibleChildCount()
164 if(m_pTable->GetListBox()) in getAccessibleChild()
165 aRet = m_pTable->GetListBox()->GetAccessible(); in getAccessibleChild()
213 else if( m_pTable->GetListBox()->GetDesktopRectPixel().IsInside(aPoint)) in getAccessibleAtPoint()
214 aRet = m_pTable->GetListBox()->GetAccessible(); in getAccessibleAtPoint()
H A DJoinTableView.cxx997 if (pWin && pWin->GetListBox()) in DeselectConn()
998 pWin->GetListBox()->SelectAll(sal_False); in DeselectConn()
1001 if (pWin && pWin->GetListBox()) in DeselectConn()
1002 pWin->GetListBox()->SelectAll(sal_False); in DeselectConn()
1024 OTableWindowListBox* pDestBox = pConnDest->GetListBox(); in SelectConn()
1528 if (pNextWin->GetListBox()) in PreNotify()
1529 pNextWin->GetListBox()->GrabFocus(); in PreNotify()
1597 if (m_pLastFocusTabWin->GetListBox()) in GrabTabWinFocus()
1598 m_pLastFocusTabWin->GetListBox()->GrabFocus(); in GrabTabWinFocus()
1605 if (pFirstWin->GetListBox()) in GrabTabWinFocus()
[all …]
H A DConnectionLine.cxx75 OTableWindowListBox* pListBox = _pWin ? _pWin->GetListBox() : NULL; in GetTextPos()
107 const OTableWindowListBox* pListBox = _pWin->GetListBox(); in calcPointsYValue()
255 …SvLBoxEntry* pSourceEntry = pSourceWin->GetListBox()->GetEntryFromText( GetData()->GetSourceFieldN… in RecalcLine()
256 …SvLBoxEntry* pDestEntry = pDestWin->GetListBox()->GetEntryFromText( GetData()->GetDestFieldName() … in RecalcLine()
H A DTableWindowTitle.cxx178 m_pTabWin->GetSizePixel().Height() - m_pTabWin->GetListBox()->GetSizePixel().Height()); in MouseButtonDown()
180 …aSize.Height() += (m_pTabWin->GetListBox()->GetEntryCount() + 2) * m_pTabWin->GetListBox()->GetEnt… in MouseButtonDown()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx210 ListBoxControl& rBox = GetListBox(); in MoveAllowed()
234 return GetListBox().GetSelectEntryPos() != GetListBox().GetSavedValue(); in IsModified()
240 GetListBox().SaveValue(); in ClearModified()
246 GetListBox().SetSelectHdl(rLink); in SetModifyHdl()
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx93 inline ListBox & GetListBox() { return *pListBox; } in GetListBox() function in SvxPopupWindowListBox
212 sal_uInt16 nCount = pPopupWin->GetListBox().GetSelectEntryCount(); in IMPL_LINK()
251 ListBox &rListBox = pPopupWin->GetListBox(); in IMPL_LINK()
330 ListBox &rListBox = pPopupWin->GetListBox(); in CreatePopupWindow()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx703 GetListBox ()->SelectEntryPos (nPos, bSelect); in SelectEntryPos()
760 GetListBox ()->SetEntryData (pos, data); in SetEntryData()
765 return GetListBox ()->GetEntryData (pos); in GetEntryData()
770 GetListBox ()->SetNoSelection (); in SetNoSelection()
/trunk/main/cui/source/inc/
H A Dheadertablistbox.hxx43 inline SvHeaderTabListBox& GetListBox( void );
53 inline SvHeaderTabListBox& _HeaderTabListBox::GetListBox( void ) in GetListBox() function in _HeaderTabListBox
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx93 ListBox& GetListBox() {return aListLB;} in GetListBox() function in SwGlossDecideDlg
207 ListBox& rLB = aDlg.GetListBox(); in GetShortName()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx154 OTableWindowListBox* GetListBox() const { return m_pListBox; } in GetListBox() function in dbaui::OTableWindow
/trunk/main/svtools/source/inc/
H A Dproperty.hxx172 ListBox* GetListBox();
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx393 ListBoxControl& GetListBox() const {return (ListBoxControl &)GetWindow();} in GetListBox() function in svt::ListBoxCellController

Completed in 68 milliseconds