LibreOffice Module sfx2 (master) 1
Classes | Functions | Variables
childwin.cxx File Reference
#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>
Include dependency graph for childwin.cxx:

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
 

Function Documentation

◆ GetPosSizeFromString()

bool GetPosSizeFromString ( std::u16string_view  rStr,
Point rPos,
Size rSize 
)

◆ GetSplitSizeFromString()

bool GetSplitSizeFromString ( std::u16string_view  rStr,
Size rSize 
)

◆ ParentIsFloatingWindow()

bool ParentIsFloatingWindow ( const vcl::Window pParent)

Definition at line 415 of file childwin.cxx.

References vcl::Window::GetType().

Variable Documentation

◆ nVersion

const sal_uInt16 nVersion = 2