Lines Matching refs:SwTableAutoFmt
75 void NotifyChange( const SwTableAutoFmt& rNewData );
81 SwTableAutoFmt aCurData;
178 sal_Bool bSetAutoFormat, const SwTableAutoFmt* pSelFmt ) in SwAutoFormatDlg()
235 void SwAutoFormatDlg::Init( const SwTableAutoFmt* pSelFmt ) in Init()
271 SwTableAutoFmt* pFmt = (*pTableTbl)[ i ]; in Init()
284 void SwAutoFormatDlg::UpdateChecks( const SwTableAutoFmt& rFmt, sal_Bool bEnable ) in UpdateChecks()
302 void SwAutoFormatDlg::FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const in FillAutoFmtOfIndex()
309 rToFill = new SwTableAutoFmt( *(*pTableTbl)[ nIndex ] ); in FillAutoFmtOfIndex()
383 SwTableAutoFmt( aFormatName ); in IMPL_LINK()
546 SwTableAutoFmt aTmp( ViewShell::GetShellRes()->aStrNone ); in IMPL_LINK()
984 void AutoFmtPreview::NotifyChange( const SwTableAutoFmt& rNewData ) in NotifyChange()