Home
last modified time | relevance | path

Searched refs:AutoFmtPreview (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/ui/table/
H A Dtautofmt.cxx69 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()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dtautofmt.hxx48 class AutoFmtPreview;
82 AutoFmtPreview* pWndPreview;