LibreOffice Module sw (master) 1
Functions
swmodul1.cxx File Reference
#include <sal/config.h>
#include <memory>
#include <hintids.hxx>
#include <sfx2/request.hxx>
#include <unotools/useroptions.hxx>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <svx/colorwindow.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <editeng/editids.hrc>
#include <editeng/wghtitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/cmapitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/brushitem.hxx>
#include <svl/cjkoptions.hxx>
#include <osl/diagnose.h>
#include <swmodule.hxx>
#include <swtypes.hxx>
#include <usrpref.hxx>
#include <modcfg.hxx>
#include <view.hxx>
#include <pview.hxx>
#include <wview.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <uinums.hxx>
#include <prtopt.hxx>
#include <navicfg.hxx>
#include <doc.hxx>
#include <strings.hrc>
#include <IDocumentLayoutAccess.hxx>
#include <tools/color.hxx>
#include <tools/json_writer.hxx>
#include <PostItMgr.hxx>
Include dependency graph for swmodul1.cxx:

Go to the source code of this file.

Functions

static void lcl_SetUIPrefs (const SwViewOption &rPref, SwView *pView, SwViewShell *pSh)
 
SwWrtShellGetActiveWrtShell ()
 
SwViewGetActiveView ()
 
static Color lcl_GetAuthorColor (std::size_t nPos)
 
static void lcl_FillAuthorAttr (std::size_t nAuthor, SfxItemSet &rSet, const AuthorCharAttr &rAttr)
 

Function Documentation

◆ GetActiveView()

SwView * GetActiveView ( )

Definition at line 115 of file swmodul1.cxx.

References SfxViewShell::Current().

Referenced by SwRedlineAcceptDlg::Activate(), SwFieldDlg::Activate(), SwModelessRedlineAcceptDlg::Activate(), SwInputWindow::ApplyFormula(), SwRedlineAcceptDlg::CalcDiff(), SwRedlineAcceptDlg::CallAcceptReject(), SwNumFormatBase::CallSelectHdl(), SwInputWindow::CancelFormula(), SwWrtShell::ChangeHeaderOrFooter(), SwTemplateControl::Command(), SwTbxAutoTextCtrl::CreatePopupWindow(), SwTextFrame::DestroyImpl(), SwFieldDlg::EnableInsert(), SwBaseShell::ExecDlg(), SwModule::ExecOther(), SwTableShell::Execute(), SwTextShell::Execute(), SwNavigationPI::ExecuteDrop(), SwMMResultEmailDialog::FillInEmailSettings(), SwMMResultPrintDialog::FillInPrinterSettings(), SwTextGridPage::FillItemSet(), SwDropCapsPage::FillSet(), SwContentTree::FillTransferData(), GetActiveWrtShell(), SwDropCapsPict::GetFontSettings(), SwRedlineAcceptDlg::GetRedlinePos(), SwGlossaryList::GetShortName(), IMPL_LINK(), IMPL_LINK_NOARG(), IMPL_STATIC_LINK(), SwNumFormatBase::Init(), SwRedlineAcceptDlg::Init(), SwRedlineAcceptDlg::InitAuthors(), SwFieldPage::InsertField(), SwRedlineAcceptDlg::InsertParents(), SwGlossaryList::Invoke(), SwFieldMgr::IsDBNumeric(), lcl_GetShell(), SwDropCapsPage::ModifyEntry(), SwTemplateDlgController::PageCreated(), SwTextGridPage::PutGridItem(), SwFieldDlg::ReInitDlg(), SwRedlineAcceptDlg::RemoveParents(), SwDropCapsPage::Reset(), SwCondCollPage::Reset(), SwCondCollPage::SelectHdl(), SwNumFormatBase::SetDefFormat(), SwNumFormatBase::SetFormatType(), SwModule::StateOther(), NavElementToolBoxControl::statusChanged(), sw_CharDialog(), SwCharURLPage::SwCharURLPage(), SwContentTree::SwContentTree(), SwGetChartDialogPos(), SwInputWindow::SwInputWindow(), SwInsertChart::SwInsertChart(), SwMMResultSaveDialog::SwMMResultSaveDialog(), SwSyncChildWin::SwSyncChildWin(), SwTitlePageDlg::SwTitlePageDlg(), SwWordCountFloatDlg::UpdateCounts(), SwDropCapsPict::UpdatePaintSettings(), and SwContentTree::~SwContentTree().

◆ GetActiveWrtShell()

SwWrtShell * GetActiveWrtShell ( )

◆ lcl_FillAuthorAttr()

static void lcl_FillAuthorAttr ( std::size_t  nAuthor,
SfxItemSet rSet,
const AuthorCharAttr rAttr 
)
static

◆ lcl_GetAuthorColor()

static Color lcl_GetAuthorColor ( std::size_t  nPos)
static

◆ lcl_SetUIPrefs()

static void lcl_SetUIPrefs ( const SwViewOption rPref,
SwView pView,
SwViewShell pSh 
)
static