/aoo4110/main/vcl/source/control/ |
H A D | longcurr.cxx | 144 sal_Bool bNegative = sal_False; in ImplNumericGetValue() local 169 bNegative = sal_True; in ImplNumericGetValue() 170 if ( !bNegative ) in ImplNumericGetValue() 178 bNegative = sal_True; in ImplNumericGetValue() 183 if ( !bNegative && bCurrency && aStr.Len() ) in ImplNumericGetValue() 195 bNegative = sal_True; in ImplNumericGetValue() 205 bNegative = sal_True; in ImplNumericGetValue() 229 if ( bNegative ) in ImplNumericGetValue() 250 if ( !bNegative ) in ImplNumericGetValue()
|
H A D | field.cxx | 107 sal_Bool bNegative = sal_False; in ImplNumericGetValue() local 132 bNegative = sal_True; in ImplNumericGetValue() 133 if ( !bNegative ) in ImplNumericGetValue() 141 bNegative = sal_True; in ImplNumericGetValue() 146 if ( !bNegative && bCurrency && aStr.Len() ) in ImplNumericGetValue() 158 bNegative = sal_True; in ImplNumericGetValue() 168 bNegative = sal_True; in ImplNumericGetValue() 192 if ( bNegative ) in ImplNumericGetValue() 213 if ( !bNegative ) in ImplNumericGetValue()
|
H A D | field2.cxx | 2479 sal_Bool bNegative = sal_False; in ImplTimeGetValue() local 2482 bNegative = sal_True; in ImplTimeGetValue() 2492 bNegative = sal_True; in ImplTimeGetValue() 2500 bNegative = sal_True; in ImplTimeGetValue() 2506 bNegative = sal_True; in ImplTimeGetValue() 2530 bNegative = sal_True; in ImplTimeGetValue() 2539 bNegative = sal_True; in ImplTimeGetValue() 2600 if ( bNegative || (nHour < 0) || (nMinute < 0) || in ImplTimeGetValue() 2623 if ( bNegative || (nHour < 0) || (nMinute < 0) || in ImplTimeGetValue() 2626 bNegative = sal_True; in ImplTimeGetValue() [all …]
|
/aoo4110/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 388 static sal_Bool parseDuration(const xmlChar* aString, sal_Bool& bNegative, sal_Int32& nYears, sal_I… in parseDuration() argument 398 bNegative = sal_True; in parseDuration() 457 sal_Bool bNegative = sal_False; in xforms_secondsFuction() local 465 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_secondsFuction() 471 if (bNegative) in xforms_secondsFuction() 487 sal_Bool bNegative = sal_False; in xforms_monthsFuction() local 495 if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds)) in xforms_monthsFuction() 499 if (bNegative) in xforms_monthsFuction()
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedStatisticProperties.cxx | 620 sal_Bool bNegative = sal_False; in getValueFromSeries() local 622 xErrorBarProperties->getPropertyValue( C2U( "ShowNegativeError" )) >>= bNegative; in getValueFromSeries() 624 if( bPositive && bNegative ) in getValueFromSeries() 626 else if( bPositive && !bNegative ) in getValueFromSeries() 628 else if( !bPositive && bNegative ) in getValueFromSeries() 639 sal_Bool bNegative = sal_False; in setValueToSeries() local 644 bNegative = sal_True; in setValueToSeries() 650 bNegative = sal_True; in setValueToSeries() 657 … xErrorBarProperties->setPropertyValue( C2U( "ShowNegativeError" ), uno::makeAny(bNegative) ); in setValueToSeries()
|
/aoo4110/main/sal/rtl/source/ |
H A D | math.cxx | 1156 bool bNegative = false; in rtl_math_erf() local 1160 bNegative = true; in rtl_math_erf() 1171 if ( bNegative ) in rtl_math_erf() 1193 bool bNegative = false; in rtl_math_erfc() local 1197 bNegative = true; in rtl_math_erfc() 1211 if ( bNegative ) in rtl_math_erfc()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | psputil.cxx | 56 sal_Bool bNegative = nValue < 0; in getAlignedHexValueOf() local 57 nValue = bNegative ? -nValue : nValue; in getAlignedHexValueOf() 81 if (bNegative) in getAlignedHexValueOf()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 106 sal_Bool bNegative = aPageSize.Width() < 0; in ScLimitSizeOnDrawPage() local 107 if ( bNegative ) in ScLimitSizeOnDrawPage() 141 if ( bNegative ) in ScLimitSizeOnDrawPage()
|
/aoo4110/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 407 bool bNegative = false; in parseSearchArgument() local 412 bNegative = true; in parseSearchArgument() 430 <<= sal_Int32(bNegative ? -sal_Int32(nNumber) : in parseSearchArgument()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | math.hxx | 351 inline void setInf(double * pd, bool bNegative) in setInf() argument 358 md.w32_parts.msw = bNegative ? 0xFFF00000 : 0x7FF00000; in setInf()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 760 PM_BOOL bNegative = FALSE; in ImplGetBoundingBox() local 776 bNegative = TRUE; in ImplGetBoundingBox() 793 if ( bNegative ) in ImplGetBoundingBox()
|
/aoo4110/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 87 sal_Bool bNegative = sal_False; in ImplGetNumber() local 101 bNegative = sal_True; in ImplGetNumber() 116 if ( bNegative ) in ImplGetNumber()
|
/aoo4110/main/sax/source/tools/ |
H A D | converter.cxx | 1364 bool bNegative(false); in convertDateOrDateTime() local 1368 bNegative = true; in convertDateOrDateTime() 1498 lcl_addDay(bNegative, nYear, nMonth, nDay, 1); in convertDateOrDateTime() 1570 lcl_addTimezone(bNegative, nYear, nMonth, nDay, nHours, nMinutes, in convertDateOrDateTime()
|
/aoo4110/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 683 bool bNegative = 0; in IMPL_LINK() local 688 bNegative = 1; in IMPL_LINK() 695 if(bNegative) in IMPL_LINK()
|
/aoo4110/main/cui/source/options/ |
H A D | optdict.cxx | 291 sal_Bool bNegative = xDic->getDictionaryType() == DictionaryType_NEGATIVE ? in IMPL_LINK_INLINE_END() local 295 bNegative ) ); in IMPL_LINK_INLINE_END()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1691 sal_Bool bNegative = FALSE; in ImplGetBoundingBox() local 1707 bNegative = TRUE; in ImplGetBoundingBox() 1724 if ( bNegative ) in ImplGetBoundingBox()
|
/aoo4110/main/sw/inc/ |
H A D | index.hxx | 129 const bool bNegative = false, const bool bDelete = false );
|
H A D | ndtxt.hxx | 776 const bool bNegative = false,
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1245 const bool bNegative(nVal < 0L); in TakeMetricStr() local 1250 if(bNegative) in TakeMetricStr() 1346 if(bNegative) in TakeMetricStr()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 3380 sal_Bool bNegative = sal_False; in DrawRotated() local 3385 bNegative = ( pInfo->nRotateDir == SC_ROTDIR_LEFT ); in DrawRotated() 3387 bNegative = !bNegative; in DrawRotated() 3398 eOutHorJust = bNegative ? SVX_HOR_JUSTIFY_RIGHT : SVX_HOR_JUSTIFY_LEFT; in DrawRotated()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 2761 sal_Bool bNegative = sal_False; in ImplGetBoundingBox() local 2778 bNegative = sal_True; in ImplGetBoundingBox() 2795 if ( bNegative ) in ImplGetBoundingBox()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 860 const bool bNegative, in Update() argument 870 if ( bNegative ) in Update() 1033 if ( !bNegative && !bDelete ) in Update() 1113 SwIndexReg::Update( rPos, nChangeLen, bNegative, bDelete ); in Update()
|