Home
last modified time | relevance | path

Searched defs:SvBOOL (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/idl/inc/
H A Dbastype.hxx135 class SvBOOL class
140 SvBOOL() { bSet = nVal = sal_False; } in SvBOOL() function in SvBOOL
141 SvBOOL( sal_Bool n ) : nVal( n ), bSet( sal_True ) {} in SvBOOL() function in SvBOOL
142 SvBOOL( sal_Bool n, sal_Bool bSetP ) : nVal( n ), bSet( bSetP ) {} in SvBOOL() function in SvBOOL

Completed in 14 milliseconds