Lines Matching refs:aContentTree
186 aContentTree.ShowHiddenShell(): in IMPL_LINK()
187 aContentTree.ShowActualView(); in IMPL_LINK()
193 aContentTree.SetConstantShell(pView->GetWrtShellPtr()); in IMPL_LINK()
208 aContentTree.SetHiddenShell( pContentWrtShell ); in FillBox()
209 aContentTree.Display( sal_False ); in FillBox()
216 aContentTree.SetActiveShell(0); in FillBox()
221 aContentTree.SetActiveShell(pWrtShell); in FillBox()
224 aContentTree.Display( sal_True ); in FillBox()
281 aContentTree.ToggleToRoot(); in IMPL_LINK()
367 aContentTree.ExecCommand(nCurrItemId, bOutlineWithChilds); in IMPL_LINK()
462 pMenu->CheckItem( aContentTree.GetOutlineLevel() + 100 ); in IMPL_LINK()
659 aContentTree.ShowTree(); in _ZoomOut()
662 SvLBoxEntry* pFirst = aContentTree.FirstSelected(); in _ZoomOut()
664 aContentTree.Select(pFirst, sal_True); // toolbox enablen in _ZoomOut()
682 aContentTree.HideTree(); in _ZoomIn()
695 SvLBoxEntry* pFirst = aContentTree.FirstSelected(); in _ZoomIn()
697 aContentTree.Select(pFirst, sal_True); // toolbox enablen in _ZoomIn()
734 const Point aPos = aContentTree.GetPosPixel(); in Resize()
748 aContentTree.SetSizePixel(aNewSize); in Resize()
774 aContentTree(this, SW_RES(TL_CONTENT)), in SwNavigationPI()
885 aContentTree.SetPosSizePixel( 0, nListboxYPos, 0, 0, WINDOW_POSSIZE_Y ); in SwNavigationPI()
886 aContentTree.SetStyle( aContentTree.GetStyle()|WB_HASBUTTONS|WB_HASBUTTONSATROOT| in SwNavigationPI()
888 aContentTree.SetSpaceBetweenEntries(3); in SwNavigationPI()
889 aContentTree.SetSelectionMode( SINGLE_SELECTION ); in SwNavigationPI()
890 aContentTree.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE | in SwNavigationPI()
893 aContentTree.EnableAsyncDrag(sal_True); in SwNavigationPI()
894 aContentTree.ShowTree(); in SwNavigationPI()
921 aFont = aContentTree.GetFont(); in SwNavigationPI()
923 aContentTree.SetFont(aFont); in SwNavigationPI()
947 aContentTree.GrabFocus(); in SwNavigationPI()
952 aContentTree.SetAccessibleName(SW_RESSTR(STR_ACCESS_TL_CONTENT)); in SwNavigationPI()
1062 aContentTree.SetActiveShell(pWrtShell); in StateChanged()
1077 aContentTree.SetActiveShell(0); in StateChanged()
1164 aContentTree.SetActiveShell(pWrtShell); in Notify()
1192 aContentTree.SetOutlineLevel( static_cast< sal_uInt8 >(nMenuId - 100) ); in IMPL_LINK()
1212 const SwView* pConstView = aContentTree.IsConstantView() && in UpdateListBox()
1213 aContentTree.GetActiveWrtShell() ? in UpdateListBox()
1214 &aContentTree.GetActiveWrtShell()->GetView(): in UpdateListBox()
1245 if(aContentTree.GetHiddenWrtShell()) in UpdateListBox()
1247 String sEntry = aContentTree.GetHiddenWrtShell()->GetView(). in UpdateListBox()
1255 if(aContentTree.IsActiveView()) in UpdateListBox()
1261 else if(aContentTree.IsHiddenView()) in UpdateListBox()
1288 aContentTree.Clear(); in IMPL_LINK()
1297 aContentTree.Update(); in IMPL_LINK()
1340 return ( !aContentTree.IsInDrag() && in AcceptDrop()
1341 ( aContentTree.IsDropFormatSupported( FORMAT_FILE ) || in AcceptDrop()
1342 aContentTree.IsDropFormatSupported( FORMAT_STRING ) || in AcceptDrop()
1343 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_SOLK ) || in AcceptDrop()
1344 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK )|| in AcceptDrop()
1345 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILECONTENT ) || in AcceptDrop()
1346 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) || in AcceptDrop()
1347 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) || in AcceptDrop()
1348 aContentTree.IsDropFormatSupported( SOT_FORMATSTR_ID_FILENAME ))) in AcceptDrop()
1358 if( !aContentTree.IsInDrag() && in ExecuteDrop()
1373 aContentTree.SetHiddenShell( 0 ); in ExecuteDrop()
1429 aContentTree.HideTree(); in ToggleTree()
1441 aContentTree.ShowTree(); in ToggleTree()
1528 pNavi->aContentTree.SetRootType(nRootType); in SwNavigationChild()
1531 … pNavi->aContentTree.SetOutlineLevel( static_cast< sal_uInt8 >( pNaviConfig->GetOutlineLevel() ) ); in SwNavigationChild()