Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dilstbox.cxx2775 ImplWin::ImplWin( Window* pParent, WinBits nWinStyle ) : in ImplWin() function in ImplWin
2792 sal_Bool ImplWin::SetModeImage( const Image& rImage, BmpColorMode eMode ) in SetModeImage()
2805 const Image& ImplWin::GetModeImage( BmpColorMode eMode ) const in GetModeImage()
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()
[all …]
H A Dlstbox.cxx150 mpImplWin = new ImplWin( this, (nStyle & (WB_LEFT|WB_RIGHT|WB_CENTER))|WB_NOBORDER ); in ImplInit()
/AOO42X/main/vcl/inc/vcl/
H A Dlstbox.hxx35 class ImplWin;
46 ImplWin* mpImplWin;
/AOO42X/main/vcl/inc/
H A Dilstbox.hxx578 class ImplWin : public Control class
603 ImplWin( Window* pParent, WinBits nWinStyle = 0 );
604 ~ImplWin() {}; in ~ImplWin()