Searched refs:bCheckState (Results 1 – 3 of 3) sorted by relevance
338 sal_Bool bCheckState; in main() local341 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()345 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
331 sal_Bool bCheckState = *reinterpret_cast< const sal_Bool* >( aState.getValue( ) ); in CheckboxSetState() local332 WPARAM wParam = bCheckState ? BST_CHECKED : BST_UNCHECKED; in CheckboxSetState()
462 sal_Bool bCheckState = *reinterpret_cast< const sal_Bool* >( aState.getValue( ) ); in CheckboxSetState() local463 WPARAM wParam = bCheckState ? BST_CHECKED : BST_UNCHECKED; in CheckboxSetState()
Completed in 27 milliseconds