Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/fmcomp/
H A Dgridcell.cxx558 ,m_pPainter( NULL ) in TYPEINIT1()
647 delete m_pPainter; in ~DbCellControl()
730 Window* pWindows[] = { m_pPainter, m_pWindow }; in ImplInitWindow()
813 if (m_pPainter) in ImplInitWindow()
816 m_pPainter->SetBackground(); in ImplInitWindow()
818 m_pPainter->SetBackground(rParent.GetBackground()); in ImplInitWindow()
819 m_pPainter->SetFillColor(rParent.GetFillColor()); in ImplInitWindow()
928 if (m_pPainter) in SetTextLineColor()
929 m_pPainter->SetTextLineColor(); in SetTextLineColor()
937 if (m_pPainter) in SetTextLineColor()
[all …]
/AOO41X/main/svx/source/inc/
H A Dgridcell.hxx230 Window* m_pPainter; member in DbCellControl