Searched defs:SvBOOL (Results 1 – 1 of 1) sorted by relevance
135 class SvBOOL class140 SvBOOL() { bSet = nVal = sal_False; } in SvBOOL() function in SvBOOL141 SvBOOL( sal_Bool n ) : nVal( n ), bSet( sal_True ) {} in SvBOOL() function in SvBOOL142 SvBOOL( sal_Bool n, sal_Bool bSetP ) : nVal( n ), bSet( bSetP ) {} in SvBOOL() function in SvBOOL
Completed in 24 milliseconds