LibreOffice Module sw (master) 1
|
#include <view.hxx>
Public Member Functions | |
SwApplyTemplate () | |
Public Attributes | |
union { | |
SwTextFormatColl * pTextColl | |
SwPageDesc * pPageDesc | |
SwFrameFormat * pFrameFormat | |
SwCharFormat * pCharFormat | |
SwNumRule * pNumRule | |
} | aColl |
SfxStyleFamily | eType |
sal_uInt16 | nColor |
SwFormatClipboard * | m_pFormatClipboard |
size_t | nUndo |
|
inline |
union { ... } SwApplyTemplate::aColl |
Referenced by SwDocShell::DoWaterCan(), and SwApplyTemplate().
SfxStyleFamily SwApplyTemplate::eType |
Definition at line 117 of file view.hxx.
Referenced by SwDocShell::DoWaterCan(), SwEditWin::SetApplyTemplate(), and SwDocShell::StateStyleSheet().
SwFormatClipboard* SwApplyTemplate::m_pFormatClipboard |
Definition at line 119 of file view.hxx.
Referenced by SwView::ExecFormatPaintbrush(), and SwEditWin::SetApplyTemplate().
sal_uInt16 SwApplyTemplate::nColor |
Definition at line 118 of file view.hxx.
Referenced by SwTextShell::Execute(), SwTextShell::GetState(), and SwEditWin::SetApplyTemplate().
SwCharFormat* SwApplyTemplate::pCharFormat |
Definition at line 113 of file view.hxx.
Referenced by SwDocShell::DoWaterCan().
SwFrameFormat* SwApplyTemplate::pFrameFormat |
Definition at line 112 of file view.hxx.
Referenced by SwDocShell::DoWaterCan().
SwNumRule* SwApplyTemplate::pNumRule |
Definition at line 114 of file view.hxx.
Referenced by SwDocShell::DoWaterCan().
SwPageDesc* SwApplyTemplate::pPageDesc |
Definition at line 111 of file view.hxx.
Referenced by SwDocShell::DoWaterCan().
SwTextFormatColl* SwApplyTemplate::pTextColl |
Definition at line 110 of file view.hxx.
Referenced by SwDocShell::DoWaterCan().