/aoo41x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 867 GetBool( maPath, rValue, EAS_ExtrusionAllowed ); in StartElement() 870 GetBool( maPath, rValue, EAS_TextPathAllowed ); in StartElement() 876 GetBool( maExtrusion, rValue, EAS_Extrusion ); in StartElement() 927 GetBool( maExtrusion, rValue, EAS_LightFace ); in StartElement() 930 GetBool( maExtrusion, rValue, EAS_FirstLightHarsh ); in StartElement() 948 GetBool( maExtrusion, rValue, EAS_Metal ); in StartElement() 1000 GetBool( maExtrusion, rValue, EAS_Color ); in StartElement() 1045 GetBool( maTextPath, rValue, EAS_TextPath ); in StartElement() 1348 GetBool( aHandle, rValue, EAS_MirroredY ); in CreateChildContext() 1351 GetBool( aHandle, rValue, EAS_MirroredX ); in CreateChildContext() [all …]
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 1184 sal_Bool bB = Prim().GetBool(); in Term() 1185 left.PutBool( left.GetBool() && bB ); in Term() 1190 sal_Bool bB = Prim().GetBool(); in Term() 1191 left.PutBool( left.GetBool() || bB ); in Term() 1196 sal_Bool bR = Prim().GetBool(); in Term() 1197 sal_Bool bL = left.GetBool(); in Term() 1396 nErg.PutBool(!nErg.GetBool()); in Prim() 1738 sal_Bool SwSbxValue::GetBool() const in GetBool() function in SwSbxValue 1741 : 0 != SbxValue::GetBool(); in GetBool() 1754 nRet = 0 != GetBool() ? 1.0 : 0.0; in GetDouble()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 165 sal_Bool GetBool( SdrCustomShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, const sal_… in GetBool() function 304 if ( GetBool( rGeometryItem, sExtrusion, sal_False ) ) in Create3DObject() 363 sal_Bool bUseExtrusionColor = GetBool( rGeometryItem, sExtrusionColor, sal_False ); in Create3DObject() 701 /* sal_Bool bFirstLightHarsh = */ GetBool( rGeometryItem, sFirstLightHarsh, sal_False ); in Create3DObject() 714 /* sal_Bool bLight2Harsh = */ GetBool( rGeometryItem, sSecondLightHarsh, sal_False ); in Create3DObject() 715 /* sal_Bool bLightFace = */ GetBool( rGeometryItem, sLightFace, sal_False ); in Create3DObject() 751 sal_Bool bMetal = GetBool( rGeometryItem, sMetal, sal_False ); in Create3DObject()
|
/aoo41x/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 188 SetBold( pVar->GetBool() ); in PropBold() 196 SetItalic( pVar->GetBool() ); in PropItalic() 204 SetStrikeThrough( pVar->GetBool() ); in PropStrikeThrough() 212 SetUnderline( pVar->GetBool() ); in PropUnderline()
|
H A D | methods1.cxx | 241 bVal = pSbxVariable->GetBool(); in RTLFUNC() 472 if (rPar.Get(1)->GetBool()) in RTLFUNC() 575 if( rPar.Get( nCurExpr )->GetBool()) in RTLFUNC() 1355 pINST->EnableReschedule( rPar.Get(1)->GetBool() ); in RTLFUNC() 1801 bAbbreviate = rPar.Get(2)->GetBool(); in RTLFUNC() 1858 bAbbreviate = pPar2->GetBool(); in RTLFUNC() 2653 pInst->EnableCompatibility( rPar.Get(1)->GetBool() ); in RTLFUNC()
|
H A D | step1.cxx | 171 if( p->GetBool() ) in StepJUMPT() 180 if( !p->GetBool() ) in StepJUMPF()
|
/aoo41x/main/rsc/source/res/ |
H A D | rsctop.cxx | 570 ERRTYPE RscTop::GetBool( const RSCINST & rInst, sal_Bool * pB ){ in GetBool() function in RscTop 573 GetBool( rInst, pB ); in GetBool()
|
H A D | rsccont.cxx | 563 aError = aTmpI.pClass->GetBool( aTmpI, &bBool ); in SetBool() 570 aError = aTmpI.pClass->GetBool( aTmpI, &bBool ); in SetBool()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 788 bCumulative = GetBool(); in ScChiSqDist() 1080 bIsCumulative = GetBool(); in ScBetaDist() 1354 bool bIsCum = GetBool(); // false=mass function; true=cumulative in ScBinomDist() 1491 bool bCumulative = nParamCount == 4 ? GetBool() : true; in ScNormDist() 1512 bool bCumulative = nParamCount == 4 ? GetBool() : true; // cumulative in ScLogNormDist() 1653 bool bCumulative = (nParamCount == 3 ? GetBool() : true); // default cumulative in ScPoissonDist() 1957 bCumulative = GetBool(); in ScGammaDist() 3594 bDescending = GetBool(); in ScRank()
|
H A D | interpr2.cxx | 351 bFlag = GetBool(); in ScGetDiffDate360() 505 sal_Bool bAbs = ( nParamCount == 3 ? GetBool() : sal_False ); in ScCeil() 528 sal_Bool bAbs = ( nParamCount == 3 ? GetBool() : sal_False ); in ScFloor() 1039 bFlag = GetBool(); in ScVDB() 2706 bFullPrecision = GetBool(); in ScEuroConvert()
|
/aoo41x/main/rsc/inc/ |
H A D | rscflag.hxx | 94 ERRTYPE GetBool( const RSCINST & rInst, sal_Bool * pB ){ in GetBool() function in RscClient
|
H A D | rscrange.hxx | 181 ERRTYPE GetBool( const RSCINST & rInst, sal_Bool * pB){ in GetBool() function in RscBool
|
H A D | rscinst.hxx | 92 sal_Bool GetBool( Atom nVarName = InvalidAtom );
|
H A D | rsctop.hxx | 176 virtual ERRTYPE GetBool( const RSCINST & rInst, sal_Bool * pB );
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xihelper.hxx | 323 …inline bool GetBool() const { return (mnType == EXC_CACHEDVAL_BOOL) && (mnBoolErr != 0… in GetBool() function in XclImpCachedValue
|
H A D | xerecord.hxx | 266 inline bool GetBool() const { return mbValue; } in GetBool() function in XclExpBoolRecord
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlpivot.cxx | 166 const bool* XclPCItem::GetBool() const in GetBool() function in XclPCItem 178 if( const bool* pBool = this->GetBool() ) in GetItemName()
|
H A D | xepivot.cxx | 164 return GetBool() && (*GetBool() == bValue); in EqualsBool() 194 else if( const bool* pbValue = GetBool() ) in WriteBody()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1358 pSect->SetCondHidden( aValue.GetBool() ); in UpdateExpFlds() 1378 sal_Bool bValue = !aValue.GetBool(); in UpdateExpFlds() 1391 sal_Bool bValue = aValue.GetBool(); in UpdateExpFlds() 1586 sal_Bool bPar1 = rCalc.Calculate( rDBFld.GetPar1() ).GetBool(); in UpdateDBNumFlds()
|
/aoo41x/main/sw/inc/ |
H A D | calc.hxx | 132 sal_Bool GetBool() const;
|
/aoo41x/main/idl/inc/ |
H A D | lex.hxx | 98 sal_Bool GetBool() const { return bBool; } in GetBool() function in SvToken
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxbool.cxx | 115 nRes = pVal->GetBool() ? SbxTRUE : SbxFALSE; in ImpGetBool()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 351 rNewSect.SetCondHidden( aCalc.Calculate( rNewSect.GetCondition() ).GetBool() ); in InsertSwSection() 738 aCalc.Calculate( pSection->GetCondition() ).GetBool() ? true : false; in UpdateSection()
|
/aoo41x/main/idl/source/objects/ |
H A D | bastype.cxx | 197 *this = pTok->GetBool(); in ReadSvIdl()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 373 aCalc.Calculate( aInsertedSect.GetCondition() ).GetBool() ? true : false; in UndoImpl()
|