Home
last modified time | relevance | path

Searched refs:mbFloatingDeckClosed (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/sidebar/
H A DSidebarController.hxx145 bool WasFloatingDeckClosed() const { return mbFloatingDeckClosed; } in WasFloatingDeckClosed()
146 void SetFloatingDeckClosed(bool bWasClosed) { mbFloatingDeckClosed = bWasClosed; } in SetFloatingDeckClosed()
202 bool mbFloatingDeckClosed; member in sfx2::sidebar::SidebarController
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/sidebar/
H A DSidebarController.hxx146 bool WasFloatingDeckClosed() const { return mbFloatingDeckClosed; } in WasFloatingDeckClosed()
147 void SetFloatingDeckClosed(bool bWasClosed) { mbFloatingDeckClosed = bWasClosed; } in SetFloatingDeckClosed()
209 bool mbFloatingDeckClosed; member in sfx2::sidebar::SidebarController
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DSidebarController.cxx147 mbFloatingDeckClosed(!pParentWindow->IsFloatingMode()),
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DSidebarController.cxx134 mbFloatingDeckClosed(!pParentWindow->IsFloatingMode()),