Home
last modified time | relevance | path

Searched refs:aGlobalTree (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/utlui/
H A Dnavipi.cxx365 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()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dnavipi.hxx74 SwGlobalTree aGlobalTree; member in SwNavigationPI