| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <sfx2/viewfrm.hxx>#include <svl/style.hxx>#include <svtools/unitconv.hxx>#include <sal/log.hxx>#include <view.hxx>#include <wrtsh.hxx>#include <docsh.hxx>#include <charfmt.hxx>#include <docstyle.hxx>#include <lineinfo.hxx>#include <linenum.hxx>#include <swmodule.hxx>#include <uitool.hxx>#include <usrpref.hxx>#include <wdocsh.hxx>#include <fmtline.hxx>#include <strings.hrc>#include <IDocumentStylePoolAccess.hxx>Go to the source code of this file.
Functions | |
| static rtl::Reference< SwDocStyleSheet > | lcl_getDocStyleSheet (const OUString &rName, SwWrtShell *pSh) | 
| static void | lcl_setLineNumbering (const OUString &rName, SwWrtShell *pSh, bool bLineNumber) | 
| IMPL_LINK_NOARG (SwLineNumberingDlg, OKHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwLineNumberingDlg, ModifyHdl, weld::Entry &, void) | |
| IMPL_LINK_NOARG (SwLineNumberingDlg, LineOnOffHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG | ( | SwLineNumberingDlg | , | 
| LineOnOffHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) | 
Definition at line 253 of file linenum.cxx.
| IMPL_LINK_NOARG | ( | SwLineNumberingDlg | , | 
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) | 
Definition at line 243 of file linenum.cxx.
| IMPL_LINK_NOARG | ( | SwLineNumberingDlg | , | 
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) | 
Definition at line 181 of file linenum.cxx.
References SfxStyleSheetBasePool::Find(), lcl_setLineNumbering(), m_xDialog, SfxStyleSheetBasePool::Make(), RET_OK, SwLineNumberInfo::SetCharFormat(), SwLineNumberInfo::SetCountBlankLines(), SwLineNumberInfo::SetCountBy(), SwLineNumberInfo::SetCountInFlys(), SwLineNumberInfo::SetDivider(), SwLineNumberInfo::SetDividerCountBy(), SvxNumberType::SetNumberingType(), SwLineNumberInfo::SetNumType(), SwLineNumberInfo::SetPaintLineNumbers(), SwLineNumberInfo::SetPos(), SwLineNumberInfo::SetPosFromLeft(), SwLineNumberInfo::SetRestartEachPage(), SwResId(), TRISTATE_FALSE, and TRISTATE_TRUE.
      
  | 
  static | 
Definition at line 42 of file linenum.cxx.
References SfxStyleSheetBasePool::Find(), SwView::GetDocShell(), SwDocShell::GetStyleSheetPool(), SwWrtShell::GetView(), and SAL_WARN_IF.
Referenced by lcl_setLineNumbering(), and SwLineNumberingDlg::SwLineNumberingDlg().
      
  | 
  static | 
Definition at line 52 of file linenum.cxx.
References lcl_getDocStyleSheet(), SfxItemSet::Put(), rSet, and SwFormatLineNumber::SetCountLines().
Referenced by IMPL_LINK_NOARG().