LibreOffice Module sw (master) 1
|
#include <tblafmt.hxx>
Public Member Functions | |
SwTableAutoFormat (OUString aName) | |
SwTableAutoFormat (const SwTableAutoFormat &rNew) | |
~SwTableAutoFormat () | |
SwTableAutoFormat & | operator= (const SwTableAutoFormat &rNew) |
const SvxFormatKeepItem & | GetKeepWithNextPara () const |
const SvxShadowItem & | GetShadow () const |
void | SetKeepWithNextPara (const SvxFormatKeepItem &rNew) |
void | SetShadow (const SvxShadowItem &rNew) |
void | SetBoxFormat (const SwBoxAutoFormat &rNew, sal_uInt8 nPos) |
const SwBoxAutoFormat & | GetBoxFormat (sal_uInt8 nPos) const |
SwBoxAutoFormat & | GetBoxFormat (sal_uInt8 nPos) |
void | SetName (const OUString &rNew) |
const OUString & | GetName () const |
void | UpdateFromSet (sal_uInt8 nPos, const SfxItemSet &rSet, SwTableAutoFormatUpdateFlags eFlags, SvNumberFormatter const *) |
void | UpdateToSet (const sal_uInt8 nPos, const bool bSingleRowTable, const bool bSingleColTable, SfxItemSet &rSet, SwTableAutoFormatUpdateFlags eFlags, SvNumberFormatter *) const |
void | RestoreTableProperties (SwTable &table) const |
void | StoreTableProperties (const SwTable &table) |
bool | IsFont () const |
bool | IsJustify () const |
bool | IsFrame () const |
bool | IsBackground () const |
bool | IsValueFormat () const |
bool | IsHidden () const |
Check if style is hidden. More... | |
bool | IsUserDefined () const |
Check if style is defined by user. More... | |
void | SetFont (const bool bNew) |
void | SetJustify (const bool bNew) |
void | SetFrame (const bool bNew) |
void | SetBackground (const bool bNew) |
void | SetValueFormat (const bool bNew) |
void | SetWidthHeight (const bool bNew) |
void | SetHidden (bool bHidden) |
Set if style is hidden. More... | |
void | SetUserDefined (bool bUserDefined) |
Set if style is user defined. More... | |
bool | FirstRowEndColumnIsRow () |
These methods returns what style (row or column) is applied first on given Cell. More... | |
bool | FirstRowStartColumnIsRow () |
bool | LastRowEndColumnIsRow () |
bool | LastRowStartColumnIsRow () |
bool | HasHeaderRow () const |
bool | Load (SvStream &rStream, const SwAfVersions &) |
bool | Save (SvStream &rStream, sal_uInt16 fileVersion) const |
unotools::WeakReference< SwXTextTableStyle > const & | GetXObject () const |
void | SetXObject (rtl::Reference< SwXTextTableStyle > const &xObject) |
OUString | GetTableTemplateCellSubName (const SwBoxAutoFormat &rBoxFormat) const |
Returns the cell's name postfix. eg. ".1". More... | |
Static Public Member Functions | |
static const SwBoxAutoFormat & | GetDefaultBoxFormat () |
static const std::vector< sal_Int32 > & | GetTableTemplateMap () |
Returns a vector of indexes in aBoxAutoFormat array. Returned indexes points to cells which are mapped to a table-template. More... | |
static sal_uInt8 | CountPos (sal_uInt32 nCol, sal_uInt32 nCols, sal_uInt32 nRow, sal_uInt32 nRows) |
Calculates the relevant position in the table autoformat for a given cell in a given table. More... | |
Private Attributes | |
unotools::WeakReference< SwXTextTableStyle > | m_xUnoTextTableStyle |
OUString | m_aName |
sal_uInt16 | m_nStrResId |
bool | m_bInclFont: 1 |
bool | m_bInclJustify: 1 |
bool | m_bInclFrame: 1 |
bool | m_bInclBackground: 1 |
bool | m_bInclValueFormat: 1 |
bool | m_bInclWidthHeight: 1 |
SwBoxAutoFormat * | m_aBoxAutoFormat [16] = {} |
std::shared_ptr< SvxFormatKeepItem > | m_aKeepWithNextPara |
sal_uInt16 | m_aRepeatHeading |
bool | m_bLayoutSplit |
bool | m_bRowSplit |
bool | m_bCollapsingBorders |
std::shared_ptr< SvxShadowItem > | m_aShadow |
bool | m_bHidden |
bool | m_bUserDefined |
Static Private Attributes | |
static SwBoxAutoFormat * | s_pDefaultBoxAutoFormat = nullptr |
Friends | |
class | SwDocTest |
void | FinitCore () |
Definition at line 154 of file tblafmt.hxx.
SwTableAutoFormat::SwTableAutoFormat | ( | OUString | aName | ) |
Definition at line 370 of file tblafmt.cxx.
References aName, m_aName, m_bInclBackground, m_bInclFont, m_bInclFrame, m_bInclJustify, m_bInclValueFormat, m_bInclWidthHeight, and make_shared().
SwTableAutoFormat::SwTableAutoFormat | ( | const SwTableAutoFormat & | rNew | ) |
Definition at line 390 of file tblafmt.cxx.
References m_aBoxAutoFormat, and make_shared().
SwTableAutoFormat::~SwTableAutoFormat | ( | ) |
Definition at line 436 of file tblafmt.cxx.
References m_aBoxAutoFormat, and n.
|
static |
Calculates the relevant position in the table autoformat for a given cell in a given table.
Definition at line 915 of file tblafmt.cxx.
Referenced by HTMLTable::FixFrameFormat(), and SwDoc::InsertTable().
bool SwTableAutoFormat::FirstRowEndColumnIsRow | ( | ) |
These methods returns what style (row or column) is applied first on given Cell.
Definition at line 724 of file tblafmt.cxx.
References GetBoxFormat().
Referenced by SwXTextTableStyle::getPropertyValue().
bool SwTableAutoFormat::FirstRowStartColumnIsRow | ( | ) |
Definition at line 728 of file tblafmt.cxx.
References GetBoxFormat().
Referenced by SwXTextTableStyle::getPropertyValue().
SwBoxAutoFormat & SwTableAutoFormat::GetBoxFormat | ( | sal_uInt8 | nPos | ) |
Definition at line 471 of file tblafmt.cxx.
References m_aBoxAutoFormat, nPos, s_pDefaultBoxAutoFormat, and SAL_WARN_IF.
const SwBoxAutoFormat & SwTableAutoFormat::GetBoxFormat | ( | sal_uInt8 | nPos | ) | const |
Definition at line 455 of file tblafmt.cxx.
References m_aBoxAutoFormat, nPos, and s_pDefaultBoxAutoFormat.
Referenced by AutoFormatPreview::CalcLineMap(), AutoFormatPreview::DrawBackground(), AutoFormatPreview::DrawString(), SwStyleSheetIterator::First(), FirstRowEndColumnIsRow(), FirstRowStartColumnIsRow(), SwXTextCellStyle::GetBoxAutoFormat(), HasHeaderRow(), LastRowEndColumnIsRow(), LastRowStartColumnIsRow(), lcl_FindCellStyle(), AutoFormatPreview::MakeFonts(), SwXTextTableStyle::replaceByName(), SwXTextTableStyle::SetPhysical(), SwXTextTableStyle::UpdateCellStylesMapping(), and UpdateToSet().
|
static |
Definition at line 486 of file tblafmt.cxx.
References s_pDefaultBoxAutoFormat.
Referenced by SwXTextCellStyle::getPropertyStates(), SwXTextCellStyle::setPropertyToDefault(), and UpdateToSet().
|
inline |
Definition at line 194 of file tblafmt.hxx.
|
inline |
Definition at line 206 of file tblafmt.hxx.
References m_aName.
Referenced by SwTableAutoFormatTable::AddAutoFormat(), SwXTextTableStyle::CreateXTextTableStyle(), SwBaseShell::Execute(), SwStyleSheetIterator::First(), SwXTextTableStyle::getName(), SwXTextTableStyle::getPropertyValue(), SwXTextTableStyle::GetTableAutoFormat(), SwAutoFormatDlg::Init(), SwInsTableDlg::InitAutoTableFormat(), SwXTextTableStyle::isInUse(), SwDoc::IsUsed(), SwXTextTableStyle::isUserDefined(), lcl_FindCellStyle(), SwXTextTableStyle::SetPhysical(), SwDoc::SetTableAutoFormat(), SwFEShell::SetTableStyle(), and SwXTextTableStyle::UpdateCellStylesMapping().
|
inline |
Definition at line 195 of file tblafmt.hxx.
OUString SwTableAutoFormat::GetTableTemplateCellSubName | ( | const SwBoxAutoFormat & | rBoxFormat | ) | const |
Returns the cell's name postfix. eg. ".1".
Definition at line 851 of file tblafmt.cxx.
References GetTableTemplateMap(), i, m_aBoxAutoFormat, and nIndex.
Referenced by SwStyleSheetIterator::First(), SwXTextCellStyle::getName(), and lcl_FindCellStyle().
|
static |
Returns a vector of indexes in aBoxAutoFormat array. Returned indexes points to cells which are mapped to a table-template.
Definition at line 891 of file tblafmt.cxx.
Referenced by SwStyleSheetIterator::First(), SwXTextCellStyle::GetBoxAutoFormat(), GetTableTemplateCellSubName(), lcl_FindCellStyle(), SwXTextTableStyle::replaceByName(), SwXTextTableStyle::SetPhysical(), and SwXTextTableStyle::UpdateCellStylesMapping().
|
inline |
Definition at line 250 of file tblafmt.hxx.
Referenced by SwXTextTableStyle::CreateXTextTableStyle().
bool SwTableAutoFormat::HasHeaderRow | ( | ) | const |
Definition at line 740 of file tblafmt.cxx.
References GetBoxFormat().
|
inline |
Definition at line 220 of file tblafmt.hxx.
Referenced by AutoFormatPreview::PaintCells(), SwAutoFormatDlg::UpdateChecks(), and UpdateToSet().
|
inline |
Definition at line 217 of file tblafmt.hxx.
Referenced by AutoFormatPreview::DrawString(), SwDoc::InsertTable(), SwUndoTableAutoFormat::SwUndoTableAutoFormat(), SwDoc::TextToTable(), SwAutoFormatDlg::UpdateChecks(), and UpdateToSet().
|
inline |
Definition at line 219 of file tblafmt.hxx.
Referenced by AutoFormatPreview::PaintCells(), SwAutoFormatDlg::UpdateChecks(), and UpdateToSet().
|
inline |
Check if style is hidden.
Definition at line 224 of file tblafmt.hxx.
Referenced by SwStyleSheetIterator::First(), and SwDocStyleSheet::IsHidden().
|
inline |
Definition at line 218 of file tblafmt.hxx.
Referenced by AutoFormatPreview::DrawString(), SwDoc::InsertTable(), AutoFormatPreview::NotifyChange(), SwUndoTableAutoFormat::SwUndoTableAutoFormat(), SwDoc::TextToTable(), SwAutoFormatDlg::UpdateChecks(), and UpdateToSet().
|
inline |
Check if style is defined by user.
Definition at line 226 of file tblafmt.hxx.
Referenced by SwDocStyleSheet::FillStyleSheet(), and SwStyleSheetIterator::First().
|
inline |
Definition at line 221 of file tblafmt.hxx.
Referenced by AutoFormatPreview::DrawString(), SwAutoFormatDlg::UpdateChecks(), and UpdateToSet().
bool SwTableAutoFormat::LastRowEndColumnIsRow | ( | ) |
Definition at line 732 of file tblafmt.cxx.
References GetBoxFormat().
Referenced by SwXTextTableStyle::getPropertyValue().
bool SwTableAutoFormat::LastRowStartColumnIsRow | ( | ) |
Definition at line 736 of file tblafmt.cxx.
References GetBoxFormat().
Referenced by SwXTextTableStyle::getPropertyValue().
bool SwTableAutoFormat::Load | ( | SvStream & | rStream, |
const SwAfVersions & | rVersions | ||
) |
Definition at line 748 of file tblafmt.cxx.
References AUTOFORMAT_DATA_ID, AUTOFORMAT_DATA_ID_31005, AUTOFORMAT_DATA_ID_504, AUTOFORMAT_DATA_ID_552, AUTOFORMAT_DATA_ID_X, AUTOFORMAT_FILE_VERSION, AUTOFORMAT_ID_680DR25, legacy::SvxFormatBreak::Create(), legacy::SvxFormatKeep::Create(), legacy::SvxShadow::Create(), ERRCODE_NONE, SvStream::GetError(), SvStream::GetStreamCharSet(), SwStyleNameMapper::GetUIName(), i, SwBoxAutoFormat::Load(), m_aBoxAutoFormat, m_aKeepWithNextPara, m_aName, m_aRepeatHeading, m_aShadow, m_bCollapsingBorders, m_bInclBackground, m_bInclFont, m_bInclFrame, m_bInclJustify, m_bInclValueFormat, m_bInclWidthHeight, m_bLayoutSplit, m_bRowSplit, m_bUserDefined, m_nStrResId, SvStream::ReadCharAsBool(), SvStream::ReadUInt16(), SvStream::ReadUniOrByteString(), RES_BREAK(), RES_POOLTABLESTYLE_3D, and RES_POOLTABLESTYLE_END.
SwTableAutoFormat & SwTableAutoFormat::operator= | ( | const SwTableAutoFormat & | rNew | ) |
Definition at line 398 of file tblafmt.cxx.
References m_aBoxAutoFormat, m_aKeepWithNextPara, m_aName, m_aRepeatHeading, m_aShadow, m_bCollapsingBorders, m_bHidden, m_bInclBackground, m_bInclFont, m_bInclFrame, m_bInclJustify, m_bInclValueFormat, m_bInclWidthHeight, m_bLayoutSplit, m_bRowSplit, m_bUserDefined, m_nStrResId, and n.
void SwTableAutoFormat::RestoreTableProperties | ( | SwTable & | table | ) | const |
Definition at line 672 of file tblafmt.cxx.
References aTableSetRange, SwDoc::GetAttrPool(), SwFormat::GetDoc(), SwDoc::GetEditShell(), m_aKeepWithNextPara, m_aRepeatHeading, m_aShadow, m_bCollapsingBorders, m_bLayoutSplit, m_bRowSplit, SfxItemSet::Put(), RES_COLLAPSING_BORDERS(), rSet, SwFormat::SetFormatAttr(), and SwDoc::SetRowSplit().
Referenced by SwDoc::SetTableAutoFormat().
bool SwTableAutoFormat::Save | ( | SvStream & | rStream, |
sal_uInt16 | fileVersion | ||
) | const |
Definition at line 810 of file tblafmt.cxx.
References AUTOFORMAT_DATA_ID, ERRCODE_NONE, SvStream::GetError(), legacy::SvxFormatBreak::GetVersion(), legacy::SvxFormatKeep::GetVersion(), legacy::SvxShadow::GetVersion(), i, m_aBoxAutoFormat, m_aKeepWithNextPara, m_aName, m_aRepeatHeading, m_aShadow, m_bCollapsingBorders, m_bInclBackground, m_bInclFont, m_bInclFrame, m_bInclJustify, m_bInclValueFormat, m_bInclWidthHeight, m_bLayoutSplit, m_bRowSplit, m_nStrResId, RES_BREAK(), s_pDefaultBoxAutoFormat, SwBoxAutoFormat::Save(), legacy::SvxFormatBreak::Store(), legacy::SvxFormatKeep::Store(), legacy::SvxShadow::Store(), write_uInt16_lenPrefixed_uInt8s_FromOUString(), SvStream::WriteBool(), and SvStream::WriteUInt16().
Referenced by SwTableAutoFormatTable::Save().
|
inline |
Definition at line 231 of file tblafmt.hxx.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and lcl_SetProperties().
void SwTableAutoFormat::SetBoxFormat | ( | const SwBoxAutoFormat & | rNew, |
sal_uInt8 | nPos | ||
) |
Definition at line 444 of file tblafmt.cxx.
References m_aBoxAutoFormat, and nPos.
Referenced by SwXTextTableStyle::replaceByName().
|
inline |
Definition at line 228 of file tblafmt.hxx.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and lcl_SetProperties().
|
inline |
Definition at line 230 of file tblafmt.hxx.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and lcl_SetProperties().
|
inline |
Set if style is hidden.
Definition at line 236 of file tblafmt.hxx.
Referenced by SwDocStyleSheet::SetHidden().
|
inline |
Definition at line 229 of file tblafmt.hxx.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and lcl_SetProperties().
|
inline |
Definition at line 197 of file tblafmt.hxx.
References SvxFormatKeepItem::Clone().
|
inline |
Definition at line 205 of file tblafmt.hxx.
References m_aName.
Referenced by SwDoc::ChgTableStyle(), and SwXTextTableStyle::setName().
|
inline |
Definition at line 198 of file tblafmt.hxx.
References SvxShadowItem::Clone().
|
inline |
Set if style is user defined.
Definition at line 238 of file tblafmt.hxx.
|
inline |
Definition at line 232 of file tblafmt.hxx.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and lcl_SetProperties().
|
inline |
Definition at line 233 of file tblafmt.hxx.
Referenced by IMPL_LINK_NOARG(), and lcl_SetProperties().
void SwTableAutoFormat::SetXObject | ( | rtl::Reference< SwXTextTableStyle > const & | xObject | ) |
Definition at line 925 of file tblafmt.cxx.
References m_xUnoTextTableStyle.
Referenced by SwXTextTableStyle::CreateXTextTableStyle(), and SwXTextTableStyle::SetPhysical().
void SwTableAutoFormat::StoreTableProperties | ( | const SwTable & | table | ) |
Definition at line 698 of file tblafmt.cxx.
References SfxPoolItem::Clone(), SfxItemSet::Get(), SwFormat::GetAttrSet(), SwFormat::GetDoc(), SwDoc::GetEditShell(), SwDoc::GetRowSplit(), SwCursorShell::getShellCursor(), SfxBoolItem::GetValue(), m_aKeepWithNextPara, m_aRepeatHeading, m_aShadow, m_bCollapsingBorders, m_bLayoutSplit, m_bRowSplit, RES_COLLAPSING_BORDERS(), RES_KEEP(), RES_LAYOUT_SPLIT(), RES_SHADOW(), and rSet.
Referenced by SwDoc::GetTableAutoFormat().
void SwTableAutoFormat::UpdateFromSet | ( | sal_uInt8 | nPos, |
const SfxItemSet & | rSet, | ||
SwTableAutoFormatUpdateFlags | eFlags, | ||
SvNumberFormatter const * | pNFormatr | ||
) |
Definition at line 494 of file tblafmt.cxx.
References Box, Char, SfxItemSet::Get(), GetAppLanguage(), SvNumberFormatter::GetEntry(), SvNumberformat::GetFormatstring(), SfxItemSet::GetItemIfSet(), SvNumberformat::GetLanguage(), CntUInt32Item::GetValue(), LANGUAGE_SYSTEM, m_aBoxAutoFormat, nPos, RES_BACKGROUND(), RES_BOX(), RES_BOXATR_FORMAT(), RES_CHRATR_CJK_FONT(), RES_CHRATR_CJK_FONTSIZE(), RES_CHRATR_CJK_POSTURE(), RES_CHRATR_CJK_WEIGHT(), RES_CHRATR_COLOR(), RES_CHRATR_CONTOUR(), RES_CHRATR_CROSSEDOUT(), RES_CHRATR_CTL_FONT(), RES_CHRATR_CTL_FONTSIZE(), RES_CHRATR_CTL_POSTURE(), RES_CHRATR_CTL_WEIGHT(), RES_CHRATR_FONT(), RES_CHRATR_FONTSIZE(), RES_CHRATR_OVERLINE(), RES_CHRATR_POSTURE(), RES_CHRATR_SHADOWED(), RES_CHRATR_UNDERLINE(), RES_CHRATR_WEIGHT(), RES_FRAMEDIR(), RES_PARATR_ADJUST(), RES_VERT_ORIENT(), rSet, AutoFormatBase::SetAdjust(), AutoFormatBase::SetBackground(), AutoFormatBase::SetBox(), AutoFormatBase::SetCJKFont(), AutoFormatBase::SetCJKHeight(), AutoFormatBase::SetCJKPosture(), AutoFormatBase::SetCJKWeight(), AutoFormatBase::SetColor(), AutoFormatBase::SetContour(), AutoFormatBase::SetCrossedOut(), AutoFormatBase::SetCTLFont(), AutoFormatBase::SetCTLHeight(), AutoFormatBase::SetCTLPosture(), AutoFormatBase::SetCTLWeight(), AutoFormatBase::SetFont(), AutoFormatBase::SetHeight(), AutoFormatBase::SetOverline(), AutoFormatBase::SetPosture(), AutoFormatBase::SetShadowed(), SwBoxAutoFormat::SetTextOrientation(), AutoFormatBase::SetUnderline(), SwBoxAutoFormat::SetValueFormat(), SwBoxAutoFormat::SetVerticalAlignment(), and AutoFormatBase::SetWeight().
Referenced by SwDoc::GetTableAutoFormat().
void SwTableAutoFormat::UpdateToSet | ( | const sal_uInt8 | nPos, |
const bool | bSingleRowTable, | ||
const bool | bSingleColTable, | ||
SfxItemSet & | rSet, | ||
SwTableAutoFormatUpdateFlags | eFlags, | ||
SvNumberFormatter * | pNFormatr | ||
) | const |
Definition at line 558 of file tblafmt.cxx.
References Box, Char, SfxItemSet::ClearItem(), AutoFormatBase::GetAdjust(), AutoFormatBase::GetBackground(), AutoFormatBase::GetBox(), GetBoxFormat(), AutoFormatBase::GetCJKFont(), AutoFormatBase::GetCJKHeight(), AutoFormatBase::GetCJKPosture(), AutoFormatBase::GetCJKWeight(), AutoFormatBase::GetColor(), AutoFormatBase::GetContour(), AutoFormatBase::GetCrossedOut(), AutoFormatBase::GetCTLFont(), AutoFormatBase::GetCTLHeight(), AutoFormatBase::GetCTLPosture(), AutoFormatBase::GetCTLWeight(), GetDefaultBoxFormat(), AutoFormatBase::GetFont(), AutoFormatBase::GetHeight(), SvNumberFormatter::GetIndexPuttingAndConverting(), SvxBoxItem::GetLine(), AutoFormatBase::GetOverline(), AutoFormatBase::GetPosture(), AutoFormatBase::GetShadowed(), SvxFontItem::GetStyleName(), SwBoxAutoFormat::GetTextOrientation(), AutoFormatBase::GetUnderline(), SwBoxAutoFormat::GetValueFormat(), SwBoxAutoFormat::GetVerticalAlignment(), SwFormatVertOrient::GetVertOrient(), AutoFormatBase::GetWeight(), IsBackground(), IsFont(), IsFrame(), IsJustify(), IsValueFormat(), nPos, nType, SfxItemSet::Put(), RES_BOXATR_FORMAT(), RES_CHRATR_CJK_FONTSIZE(), RES_CHRATR_CJK_POSTURE(), RES_CHRATR_CJK_WEIGHT(), RES_CHRATR_CTL_FONTSIZE(), RES_CHRATR_CTL_POSTURE(), RES_CHRATR_CTL_WEIGHT(), rSet, and SvxBoxItem::SetLine().
Referenced by HTMLTable::FixFrameFormat(), SwDoc::InsertTable(), lcl_CreateAFormatBoxFormat(), and SwDoc::TextToTable().
|
friend |
Definition at line 156 of file tblafmt.hxx.
|
private |
Definition at line 175 of file tblafmt.hxx.
Referenced by GetBoxFormat(), GetTableTemplateCellSubName(), Load(), operator=(), Save(), SetBoxFormat(), SwTableAutoFormat(), UpdateFromSet(), and ~SwTableAutoFormat().
|
private |
Definition at line 178 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 162 of file tblafmt.hxx.
Referenced by Load(), operator=(), and Save().
|
private |
Definition at line 179 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 183 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 182 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 185 of file tblafmt.hxx.
Referenced by operator=().
|
private |
Definition at line 169 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 166 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 168 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 167 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 170 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 173 of file tblafmt.hxx.
Referenced by Load(), operator=(), Save(), and SwTableAutoFormat().
|
private |
Definition at line 180 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 181 of file tblafmt.hxx.
Referenced by Load(), operator=(), RestoreTableProperties(), Save(), and StoreTableProperties().
|
private |
Definition at line 186 of file tblafmt.hxx.
Referenced by Load(), and operator=().
|
private |
Definition at line 163 of file tblafmt.hxx.
Referenced by Load(), operator=(), and Save().
|
private |
Definition at line 160 of file tblafmt.hxx.
Referenced by SetXObject().
|
staticprivate |
Definition at line 158 of file tblafmt.hxx.
Referenced by GetBoxFormat(), GetDefaultBoxFormat(), and Save().