Home
last modified time | relevance | path

Searched refs:ImplWin (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx578 class ImplWin : public Control class
603 ImplWin( Window* pParent, WinBits nWinStyle = 0 );
604 ~ImplWin() {}; in ~ImplWin()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx35 class ImplWin;
46 ImplWin* mpImplWin;
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2775 ImplWin::ImplWin( Window* pParent, WinBits nWinStyle ) : in ImplWin() function in ImplWin
2815 void ImplWin::MBDown() in MBDown()
2823 void ImplWin::MouseButtonDown( const MouseEvent& ) in MouseButtonDown()
2834 void ImplWin::FillLayoutData() const in FillLayoutData()
2837 const_cast<ImplWin*>(this)->ImplDraw( true ); in FillLayoutData()
2842 long ImplWin::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
2866 void ImplWin::ImplDraw( bool bLayout ) in ImplDraw()
2967 void ImplWin::Paint( const Rectangle& ) in Paint()
3055 void ImplWin::Resize() in Resize()
3064 void ImplWin::GetFocus() in GetFocus()
[all …]
H A Dlstbox.cxx150 mpImplWin = new ImplWin( this, (nStyle & (WB_LEFT|WB_RIGHT|WB_CENTER))|WB_NOBORDER ); in ImplInit()

Completed in 50 milliseconds