LibreOffice Module sw (master) 1
|
#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>
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" |
|
static |
Definition at line 65 of file unotools.cxx.
References UNO_NAME_SHOW_HORI_SCROLL_BAR, UNO_NAME_SHOW_ONLINE_LAYOUT, and UNO_NAME_SHOW_VERT_SCROLL_BAR.
Referenced by IMPL_LINK().
IMPL_LINK | ( | SwOneExampleFrame | , |
TimeoutHdl | , | ||
Timer * | , | ||
pTimer | , | ||
void | |||
) |
Definition at line 209 of file unotools.cxx.
References SwViewShell::ActionCount(), Cells, SwTOXType::CollectTextMarks(), disableScrollBars(), SwEditShell::EndAllAction(), eType, EX_LOCALIZE_TOC_STRINGS, EX_SHOW_BUSINESS_CARDS, EX_SHOW_DEFAULT_PAGE, EX_SHOW_ONLINE_LAYOUT, SwEditShell::GetCurWord(), SwDoc::GetEditShell(), SwDoc::GetTOXType(), Size::Height(), m_xModel, SwEditShell::Overwrite(), SwCursorShell::Right(), SW_MOD, SwResId(), TOX_CONTENT, TOX_INDEX, TOX_USER, SwViewShell::UnlockPaint(), UNO_NAME_HIDE_WHITESPACE, UNO_NAME_LEFT_MARGIN, UNO_NAME_PAGE_STYLE_NAME, UNO_NAME_RIGHT_MARGIN, UNO_NAME_SHOW_BREAKS, UNO_NAME_SHOW_DRAWINGS, UNO_NAME_SHOW_FIELD_COMMANDS, UNO_NAME_SHOW_GRAPHICS, UNO_NAME_SHOW_HIDDEN_PARAGRAPHS, UNO_NAME_SHOW_HIDDEN_TEXT, UNO_NAME_SHOW_HORI_RULER, UNO_NAME_SHOW_PARA_BREAKS, UNO_NAME_SHOW_PROTECTED_SPACES, UNO_NAME_SHOW_SOFT_HYPHENS, UNO_NAME_SHOW_SPACES, UNO_NAME_SHOW_TABLES, UNO_NAME_SHOW_TABSTOPS, UNO_NAME_SHOW_VERT_RULER, UNO_NAME_SIZE, UNO_NAME_ZOOM_TYPE, UNO_NAME_ZOOM_VALUE, Size::Width(), and xFrame.
|
constexpr |
Definition at line 63 of file unotools.cxx.
Referenced by SwOneExampleFrame::CreateControl().