Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dbutton.cxx797 WinBits PushButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
809 (!pPrevWindow || in ImplInitStyle()
810 ((pPrevWindow->GetType() != WINDOW_PUSHBUTTON) && in ImplInitStyle()
811 (pPrevWindow->GetType() != WINDOW_OKBUTTON) && in ImplInitStyle()
812 (pPrevWindow->GetType() != WINDOW_CANCELBUTTON) && in ImplInitStyle()
813 (pPrevWindow->GetType() != WINDOW_HELPBUTTON)) ) ) in ImplInitStyle()
2084 WinBits RadioButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
2087 (!pPrevWindow || (pPrevWindow->GetType() != WINDOW_RADIOBUTTON)) ) in ImplInitStyle()
3256 WinBits CheckBox::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
3261 (!pPrevWindow || (pPrevWindow->GetType() != WINDOW_CHECKBOX)) ) in ImplInitStyle()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx127 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle );
303 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle );
420 SAL_DLLPRIVATE WinBits ImplInitStyle( const Window* pPrevWindow, WinBits nStyle );

Completed in 41 milliseconds