Searched refs:PutBool (Results 1 – 12 of 12) sorted by relevance
190 pVar->PutBool( IsBold() ); in PropBold()198 pVar->PutBool( IsItalic() ); in PropItalic()206 pVar->PutBool( IsStrikeThrough() ); in PropStrikeThrough()214 pVar->PutBool( IsUnderline() ); in PropUnderline()406 pVar->PutBool( sal_False ); in MethGetFormat()
2357 rPar.Get(0)->PutBool((rPar.Get(1)->GetType() & SbxARRAY) ? sal_True : sal_False ); in RTLFUNC()2385 rPar.Get( 0 )->PutBool( bObject ); in RTLFUNC()2423 rPar.Get( 0 )->PutBool( bDate ); in RTLFUNC()2435 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsEmpty() ); in RTLFUNC()2446 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()2468 rPar.Get( 0 )->PutBool( bNull ); in RTLFUNC()2480 rPar.Get( 0 )->PutBool( rPar.Get( 1 )->IsNumericRTL() ); in RTLFUNC()2494 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()3164 rPar.Get(0)->PutBool( bIsEof ); in RTLFUNC()4482 rPar.Get(0)->PutBool( bExists ); in RTLFUNC()
146 pTRUE->PutBool( sal_True ); in StepCompare()156 pFALSE->PutBool( sal_False ); in StepCompare()294 pRes->PutBool( bRes != 0 ); in StepLIKE()324 pRes->PutBool( bRes ); in StepIS()
72 rPar.Get(0)->PutBool( sal_False ); in RTLFUNC()113 rPar.Get( 0 )->PutBool( sal_True ); in RTLFUNC()
418 variable->PutBool(read< sal_Bool >(&data)); in unmarshal()544 result.PutBool( in call()
536 pRet->PutBool( bOk ); in StepTESTCLASS()
246 rPar.Get(0)->PutBool(bVal); in RTLFUNC()2657 rPar.Get(0)->PutBool( bEnabled ); in RTLFUNC()
375 ((SwCalcExp*)VarTable[ aHashValue[ 0 ] ])->nValue.PutBool( sal_False ); in SwCalc()376 ((SwCalcExp*)VarTable[ aHashValue[ 1 ] ])->nValue.PutBool( sal_True ); in SwCalc()1185 left.PutBool( left.GetBool() && bB ); in Term()1191 left.PutBool( left.GetBool() || bB ); in Term()1198 left.PutBool( (bL && !bR) || (!bL && bR) ); in Term()1346 left.PutBool( left.Compare( eSbxOper, Prim() )); in Term()1394 nErg.PutBool( 0 == nErg.GetString().Len() ); in Prim()1396 nErg.PutBool(!nErg.GetBool()); in Prim()
916 case TypeClass_BOOLEAN: pVar->PutBool( *(sal_Bool*)aValue.getValue() ); break; in unoToSbxValue()3231 refVar->PutBool( sal_False ); in RTL_Impl_HasInterfaces()3268 refVar->PutBool( sal_True ); in RTL_Impl_HasInterfaces()3285 refVar->PutBool( sal_False ); in RTL_Impl_IsUnoStruct()3297 refVar->PutBool( sal_True ); in RTL_Impl_IsUnoStruct()3314 refVar->PutBool( sal_False ); in RTL_Impl_EqualUnoObjects()3346 refVar->PutBool( sal_True ); in RTL_Impl_EqualUnoObjects()
210 pVal->PutBool( sal_Bool( n != 0 ) ); in ImpPutBool()
871 sal_Bool SbxValue::PutBool( sal_Bool b ) in PutBool() function in SbxValue
325 sal_Bool PutBool( sal_Bool );
Completed in 117 milliseconds