Searched refs:AutoFmtPreview (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/source/ui/table/ |
| H A D | tautofmt.cxx | 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() [all …]
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | tautofmt.hxx | 48 class AutoFmtPreview; 82 AutoFmtPreview* pWndPreview;
|