Home
last modified time | relevance | path

Searched refs:PutBool (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/basic/source/runtime/
H A Dstdobj1.cxx190 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()
H A Dmethods.cxx2357 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()
H A Dstep0.cxx146 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()
H A Dprops.cxx72 rPar.Get(0)->PutBool( sal_False ); in RTLFUNC()
113 rPar.Get( 0 )->PutBool( sal_True ); in RTLFUNC()
H A Ddllmgr.cxx418 variable->PutBool(read< sal_Bool >(&data)); in unmarshal()
544 result.PutBool( in call()
H A Dstep1.cxx536 pRet->PutBool( bOk ); in StepTESTCLASS()
H A Dmethods1.cxx246 rPar.Get(0)->PutBool(bVal); in RTLFUNC()
2657 rPar.Get(0)->PutBool( bEnabled ); in RTLFUNC()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx375 ((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()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx916 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()
/aoo41x/main/basic/source/sbx/
H A Dsbxbool.cxx210 pVal->PutBool( sal_Bool( n != 0 ) ); in ImpPutBool()
H A Dsbxvalue.cxx871 sal_Bool SbxValue::PutBool( sal_Bool b ) in PutBool() function in SbxValue
/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx324 sal_Bool PutBool( sal_Bool );

Completed in 103 milliseconds