Home
last modified time | relevance | path

Searched refs:ScAutoFmtPreview (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx482 ScAutoFmtPreview::ScAutoFmtPreview( Window* pParent, const ResId& rRes, ScDocument* pDoc ) : in ScAutoFmtPreview() function in ScAutoFmtPreview
509 ScAutoFmtPreview::~ScAutoFmtPreview() in ~ScAutoFmtPreview()
531 void ScAutoFmtPreview::MakeFonts( sal_uInt16 nIndex, Font& rFont, Font& rCJKFont, Font& rCTLFont ) in MakeFonts()
580 sal_uInt16 ScAutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex()
593 const SvxBoxItem& ScAutoFmtPreview::GetBoxItem( size_t nCol, size_t nRow ) const in GetBoxItem()
599 const SvxLineItem& ScAutoFmtPreview::GetDiagItem( size_t nCol, size_t nRow, bool bTLBR ) const in GetDiagItem()
607 void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString()
792 void ScAutoFmtPreview::DrawStrings() in DrawStrings()
801 void ScAutoFmtPreview::DrawBackground() in DrawBackground()
824 void ScAutoFmtPreview::PaintCells() in PaintCells()
[all …]
H A Dscuiautofmt.cxx74 pWndPreview ( new ScAutoFmtPreview( this, ScResId( WND_PREVIEW ), pDoc ) ), in ScAutoFormatDlg()
/AOO42X/main/sc/source/ui/inc/
H A Dautofmt.hxx55 class ScAutoFmtPreview; // s.u.
124 class SC_DLLPUBLIC ScAutoFmtPreview : public Window class
127 ScAutoFmtPreview( Window* pParent, const ResId& rRes, ScDocument* pDoc );
128 ~ScAutoFmtPreview();
H A Dscuiautofmt.hxx42 ScAutoFmtPreview* pWndPreview;