Searched refs:pPrevWindow (Results 1 – 2 of 2) sorted by relevance
797 WinBits PushButton::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument809 (!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() argument2087 (!pPrevWindow || (pPrevWindow->GetType() != WINDOW_RADIOBUTTON)) ) in ImplInitStyle()3256 WinBits CheckBox::ImplInitStyle( const Window* pPrevWindow, WinBits nStyle ) in ImplInitStyle() argument3261 (!pPrevWindow || (pPrevWindow->GetType() != WINDOW_CHECKBOX)) ) in ImplInitStyle()
127 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 37 milliseconds