Lines Matching refs:aGlobalTree
365 aGlobalTree.ExecCommand(nCurrItemId); in IMPL_LINK()
406 aGlobalTree.TbxMenuHdl(nCurrItemId, pBox); in IMPL_LINK()
655 aGlobalTree.ShowTree(); in _ZoomOut()
684 aGlobalTree.HideTree(); in _ZoomIn()
740 aDocListBox.Show(!aGlobalTree.IsVisible() && aLBPos.Y() > aPos.Y() ); in Resize()
750 aNewSize.Height() += (nDist + nDocLBIniHeight + aPos.Y() - aGlobalTree.GetPosPixel().Y()); in Resize()
751 aGlobalTree.SetSizePixel(aNewSize); in Resize()
775 aGlobalTree(this, SW_RES(TL_GLOBAL)), in SwNavigationPI()
899 aGlobalTree.SetPosSizePixel( 0, nListboxYPos, 0, 0, WINDOW_POSSIZE_Y ); in SwNavigationPI()
900 aGlobalTree.SetSelectionMode( MULTIPLE_SELECTION ); in SwNavigationPI()
901 aGlobalTree.SetStyle( aGlobalTree.GetStyle()|WB_HASBUTTONS|WB_HASBUTTONSATROOT| in SwNavigationPI()
925 aGlobalTree.SetFont(aFont); in SwNavigationPI()
945 aGlobalTree.GrabFocus(); in SwNavigationPI()
954 aGlobalTree.SetAccessibleName(SW_RESSTR(STR_ACCESS_TL_GLOBAL)); in SwNavigationPI()
1166 if(aGlobalTree.IsVisible()) in Notify()
1168 if(aGlobalTree.Update( sal_False )) in Notify()
1169 aGlobalTree.Display(); in Notify()
1173 aGlobalTree.Invalidate(); in Notify()
1428 aGlobalTree.ShowTree(); in ToggleTree()
1438 aGlobalTree.HideTree(); in ToggleTree()