Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx380 if ( bOn != IsStateChecked() ) in Check()
394 if ( IsStateChecked() ) in ClickHdl()
430 if ( IsStateChecked() ) in Paint()
/trunk/main/svtools/inc/svtools/
H A Dsvlbitm.hxx198 …sal_Bool IsStateChecked() const { return (sal_Bool)(nItemFlags & SV_ITEMSTATE_CHECKED)!… in IsStateChecked() function in SvLBoxButton
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5701 … pRet->GenReturn ( RET_Value, aUId, comm_BOOL( pItem->IsStateChecked() ) ); in Execute()
5710 if ( !pItem->IsStateChecked() ) in Execute()
5718 … if ( pItem->IsStateChecked() || pItem->IsStateTristate() ) in Execute()