navipi.cxx (b7d08b69) navipi.cxx (1ff378ef)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 878 unchanged lines hidden (view full) ---

887 WB_CLIPCHILDREN|WB_HSCROLL|WB_FORCE_MAKEVISIBLE );
888 aContentTree.SetSpaceBetweenEntries(3);
889 aContentTree.SetSelectionMode( SINGLE_SELECTION );
890 aContentTree.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE |
891 SV_DRAGDROP_CTRL_COPY |
892 SV_DRAGDROP_ENABLE_TOP );
893 aContentTree.EnableAsyncDrag(sal_True);
894 aContentTree.ShowTree();
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 878 unchanged lines hidden (view full) ---

887 WB_CLIPCHILDREN|WB_HSCROLL|WB_FORCE_MAKEVISIBLE );
888 aContentTree.SetSpaceBetweenEntries(3);
889 aContentTree.SetSelectionMode( SINGLE_SELECTION );
890 aContentTree.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE |
891 SV_DRAGDROP_CTRL_COPY |
892 SV_DRAGDROP_ENABLE_TOP );
893 aContentTree.EnableAsyncDrag(sal_True);
894 aContentTree.ShowTree();
895 aContentToolBox.CheckItem(FN_SHOW_CONTENT_BOX, sal_True);
895 aContentToolBox.CheckItem(FN_SHOW_CONTENT_BOX, sal_True);
896
897// TreeListBox fuer Globaldokument
898 aGlobalTree.SetPosSizePixel( 0, nListboxYPos, 0, 0, WINDOW_POSSIZE_Y );
899 aGlobalTree.SetSelectionMode( MULTIPLE_SELECTION );
900 aGlobalTree.SetStyle( aGlobalTree.GetStyle()|WB_HASBUTTONS|WB_HASBUTTONSATROOT|
901 WB_CLIPCHILDREN|WB_HSCROLL );
902 Size aGlblSize(aGlobalToolBox.CalcWindowSizePixel());
903 aGlobalToolBox.SetSizePixel(aGlblSize);

--- 677 unchanged lines hidden ---
896
897// TreeListBox fuer Globaldokument
898 aGlobalTree.SetPosSizePixel( 0, nListboxYPos, 0, 0, WINDOW_POSSIZE_Y );
899 aGlobalTree.SetSelectionMode( MULTIPLE_SELECTION );
900 aGlobalTree.SetStyle( aGlobalTree.GetStyle()|WB_HASBUTTONS|WB_HASBUTTONSATROOT|
901 WB_CLIPCHILDREN|WB_HSCROLL );
902 Size aGlblSize(aGlobalToolBox.CalcWindowSizePixel());
903 aGlobalToolBox.SetSizePixel(aGlblSize);

--- 677 unchanged lines hidden ---