LibreOffice Module sw (master) 1
Functions | Variables
unotools.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <swtypes.hxx>
#include <strings.hrc>
#include <unotools.hxx>
#include <unoprnms.hxx>
#include <i18nutil/unicode.hxx>
#include <o3tl/string_view.hxx>
#include <rtl/string.h>
#include <svtools/colorcfg.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/jobset.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vcl/weld.hxx>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
#include <com/sun/star/view/XScreenCursor.hpp>
#include <com/sun/star/view/DocumentZoomType.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/string.hxx>
#include <docsh.hxx>
#include <editsh.hxx>
#include <wrtsh.hxx>
#include <swmodule.hxx>
#include <TextCursorHelper.hxx>
#include <doc.hxx>
Include dependency graph for unotools.cxx:

Go to the source code of this file.

Functions

static void disableScrollBars (uno::Reference< beans::XPropertySet > const &xViewProps, bool bEnableOnlineMode)
 
 IMPL_LINK (SwOneExampleFrame, TimeoutHdl, Timer *, pTimer, void)
 

Variables

constexpr OUStringLiteral cFactory = u"private:factory/swriter"
 

Function Documentation

◆ disableScrollBars()

static void disableScrollBars ( uno::Reference< beans::XPropertySet > const &  xViewProps,
bool  bEnableOnlineMode 
)
static

◆ IMPL_LINK()

IMPL_LINK ( SwOneExampleFrame  ,
TimeoutHdl  ,
Timer ,
pTimer  ,
void   
)

Variable Documentation

◆ cFactory

constexpr OUStringLiteral cFactory = u"private:factory/swriter"
constexpr

Definition at line 63 of file unotools.cxx.

Referenced by SwOneExampleFrame::CreateControl().