Lines Matching refs:AutoFmtPreview
69 class AutoFmtPreview : public Window class
72 AutoFmtPreview( Window* pParent, const ResId& rRes, SwWrtShell* pWrtShell );
73 ~AutoFmtPreview();
204 pWndPreview ( new AutoFmtPreview( this, SW_RES( WND_PREVIEW ), pWrtShell )), in SwAutoFormatDlg()
580 AutoFmtPreview::AutoFmtPreview( Window* pParent, const ResId& rRes, SwWrtShell* pWrtShell ) : in IMPL_LINK_INLINE_END()
622 __EXPORT AutoFmtPreview::~AutoFmtPreview() in ~AutoFmtPreview()
649 void AutoFmtPreview::MakeFonts( sal_uInt8 nIndex, Font& rFont, Font& rCJKFont, Font& rCTLFont ) in MakeFonts()
672 sal_uInt8 AutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex()
685 const SvxBoxItem& AutoFmtPreview::GetBoxItem( size_t nCol, size_t nRow ) const in GetBoxItem()
692 void AutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString()
874 void AutoFmtPreview::DrawStrings() in DrawStrings()
884 void AutoFmtPreview::DrawBackground() in DrawBackground()
904 void AutoFmtPreview::PaintCells() in PaintCells()
921 void __EXPORT AutoFmtPreview::Init() in Init()
933 void AutoFmtPreview::CalcCellArray( sal_Bool _bFitWidth ) in CalcCellArray()
954 void AutoFmtPreview::CalcLineMap() in CalcLineMap()
984 void AutoFmtPreview::NotifyChange( const SwTableAutoFmt& rNewData ) in NotifyChange()
996 void AutoFmtPreview::DoPaint( const Rectangle& /*rRect*/ ) in DoPaint()
1050 void __EXPORT AutoFmtPreview::Paint( const Rectangle& rRect ) in Paint()