https://bugs.documentfoundation.org/show_bug.cgi?id=90090
--- Comment #12 from Jan Holesovsky <[email protected]> --- Jay: It seems to me that the state of the panel is not saved. The implementation is in sd/source/ui/dlg/PaneChildWindows.cxx, it is the LeftPaneDrawChildWindow. The command to toggle that is .uno:LeftPaneDraw, which corresponds to SID_LEFT_PANE_DRAW git grep SID_LEFT_PANE_DRAW for the uses of that. PaneDockingWindow is the actual implementation of the page view I think, and is located in sd/source/ui/dlg/PaneDockingWindow.cxx. If we wanted to move it eg. to the sidebar (the 'real' one - the one on the right side), I think that's the class to work with. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
