Home
last modified time | relevance | path

Searched refs:bCheckState (Results 1 – 3 of 3) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx338 sal_Bool bCheckState; in main() local
341 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
345 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx331 sal_Bool bCheckState = *reinterpret_cast< const sal_Bool* >( aState.getValue( ) ); in CheckboxSetState() local
332 WPARAM wParam = bCheckState ? BST_CHECKED : BST_UNCHECKED; in CheckboxSetState()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx462 sal_Bool bCheckState = *reinterpret_cast< const sal_Bool* >( aState.getValue( ) ); in CheckboxSetState() local
463 WPARAM wParam = bCheckState ? BST_CHECKED : BST_UNCHECKED; in CheckboxSetState()

Completed in 46 milliseconds