Lines Matching refs:aDocListBox
660 aDocListBox.Show(); in _ZoomOut()
683 aDocListBox.Hide(); in _ZoomIn()
735 Point aLBPos = aDocListBox.GetPosPixel(); in Resize()
740 aDocListBox.Show(!aGlobalTree.IsVisible() && aLBPos.Y() > aPos.Y() ); in Resize()
742 Size aDocLBSz = aDocListBox.GetSizePixel(); in Resize()
752 aDocListBox.SetPosSizePixel( aLBPos.X(), aLBPos.Y(), in Resize()
776 aDocListBox(this, SW_RES(LB_DOCS)), in SwNavigationPI()
805 aDocListBox.SetHelpId(HID_NAVIGATOR_LISTBOX ); in SwNavigationPI()
806 aDocListBox.SetDropDownLineCount(9); in SwNavigationPI()
808 nDocLBIniHeight = aDocListBox.GetSizePixel().Height(); in SwNavigationPI()
911 aDocListBox.SetSelectHdl(LINK(this, SwNavigationPI, in SwNavigationPI()
955 aDocListBox.SetAccessibleName(aStatusArr[3]); in SwNavigationPI()
1205 aDocListBox.SetUpdateMode(sal_False); in UpdateListBox()
1206 aDocListBox.Clear(); in UpdateListBox()
1233 aDocListBox.InsertEntry(sEntry); in UpdateListBox()
1243 aDocListBox.InsertEntry(aStatusArr[3]); //"Aktives Fenster" in UpdateListBox()
1253 aDocListBox.InsertEntry(sEntry); in UpdateListBox()
1260 aDocListBox.SelectEntryPos( nTmp ); in UpdateListBox()
1264 aDocListBox.SelectEntryPos(nCount); in UpdateListBox()
1267 aDocListBox.SelectEntryPos(nConstPos); in UpdateListBox()
1269 aDocListBox.Enable( !bDisable ); in UpdateListBox()
1270 aDocListBox.SetUpdateMode(sal_True); in UpdateListBox()
1432 aDocListBox.Hide(); in ToggleTree()
1444 aDocListBox.Show(); in ToggleTree()