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.cxx795 WinBits PushButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
807 (!pPrevWindow || in ImplInitStyle()
808 ((pPrevWindow->GetType() != WINDOW_PUSHBUTTON) && in ImplInitStyle()
809 (pPrevWindow->GetType() != WINDOW_OKBUTTON) && in ImplInitStyle()
810 (pPrevWindow->GetType() != WINDOW_CANCELBUTTON) && in ImplInitStyle()
811 (pPrevWindow->GetType() != WINDOW_HELPBUTTON)) ) ) in ImplInitStyle()
2082 WinBits RadioButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
2085 (!pPrevWindow || (pPrevWindow->GetType() != WINDOW_RADIOBUTTON)) ) in ImplInitStyle()
3253 WinBits CheckBox::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument
3258 (!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 );