|
LibreOffice Module sfx2 (master) 1
|
#include <memory>#include <unotools/viewoptions.hxx>#include <com/sun/star/frame/XController.hpp>#include <com/sun/star/frame/XFrame.hpp>#include <com/sun/star/util/XCloseable.hpp>#include <com/sun/star/beans/NamedValue.hpp>#include <comphelper/string.hxx>#include <cppuhelper/implbase.hxx>#include <sal/log.hxx>#include <tools/debug.hxx>#include <vcl/svapp.hxx>#include <sfx2/childwin.hxx>#include <sfx2/app.hxx>#include <sfx2/bindings.hxx>#include <sfx2/module.hxx>#include <sfx2/dockwin.hxx>#include <sfx2/dispatch.hxx>#include <workwin.hxx>#include <sfx2/sfxsids.hrc>#include <o3tl/string_view.hxx>Go to the source code of this file.
Classes | |
| struct | SfxChildWindow_Impl |
Functions | |
| bool | GetPosSizeFromString (std::u16string_view rStr, Point &rPos, Size &rSize) |
| bool | GetSplitSizeFromString (std::u16string_view rStr, Size &rSize) |
| bool | ParentIsFloatingWindow (const vcl::Window *pParent) |
Variables | |
| const sal_uInt16 | nVersion = 2 |
Definition at line 109 of file childwin.cxx.
References o3tl::getToken(), comphelper::string::getTokenCount(), Size::Height(), Size::setHeight(), Size::setWidth(), Point::setX(), Point::setY(), o3tl::toInt32(), and Size::Width().
Referenced by SfxChildWinInfo::GetExtraData_Impl(), and SfxDockingWindow::Initialize().
| bool GetSplitSizeFromString | ( | std::u16string_view | rStr, |
| Size & | rSize | ||
| ) |
Definition at line 124 of file childwin.cxx.
References aStr, o3tl::getToken(), comphelper::string::getTokenCount(), Size::Height(), nCount, nIndex, Size::setHeight(), Size::setWidth(), o3tl::toInt32(), and Size::Width().
Referenced by SfxDockingWindow::Initialize().
| bool ParentIsFloatingWindow | ( | const vcl::Window * | pParent | ) |
Definition at line 415 of file childwin.cxx.
References vcl::Window::GetType().
| const sal_uInt16 nVersion = 2 |
Definition at line 43 of file childwin.cxx.
Referenced by sfx2::FileDialogHelper_Impl::execute(), SfxMedium::GetStorage(), SfxObjectFactory::GetTemplateFilter(), SfxFilter::GetVersion(), sfx2::IMPL_LINK_NOARG(), SfxOlePropertySet::ImplLoad(), SfxChildWindow::InitializeChildWinFactory_Impl(), SfxObjectShell::PrepareForSigning(), SfxObjectShell::SaveAsOwnFormat(), SfxChildWindow::SaveStatus(), SfxObjectShell::SaveTo_Impl(), SfxObjectShell::SetupStorage(), SfxFilter::SetVersion(), SfxObjectShell::SignDocumentContentUsingCertificate(), and SfxBaseModel::storeToStorage().