Home
last modified time | relevance | path

Searched refs:bNegative (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx144 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 Dfield.cxx107 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 Dfield2.cxx2479 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 …]
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx388 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()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx620 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()
/trunk/main/sal/rtl/source/
H A Dmath.cxx1169 bool bNegative = false; in rtl_math_erf() local
1173 bNegative = true; in rtl_math_erf()
1184 if ( bNegative ) in rtl_math_erf()
1206 bool bNegative = false; in rtl_math_erfc() local
1210 bNegative = true; in rtl_math_erfc()
1224 if ( bNegative ) in rtl_math_erfc()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx56 sal_Bool bNegative = nValue < 0; in getAlignedHexValueOf() local
57 nValue = bNegative ? -nValue : nValue; in getAlignedHexValueOf()
81 if (bNegative) in getAlignedHexValueOf()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx106 sal_Bool bNegative = aPageSize.Width() < 0; in ScLimitSizeOnDrawPage() local
107 if ( bNegative ) in ScLimitSizeOnDrawPage()
141 if ( bNegative ) in ScLimitSizeOnDrawPage()
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx407 bool bNegative = false; in parseSearchArgument() local
412 bNegative = true; in parseSearchArgument()
430 <<= sal_Int32(bNegative ? -sal_Int32(nNumber) : in parseSearchArgument()
/trunk/main/sal/inc/rtl/
H A Dmath.hxx358 inline void setInf(double * pd, bool bNegative) in setInf() argument
365 md.w32_parts.msw = bNegative ? 0xFFF00000 : 0x7FF00000; in setInf()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx760 PM_BOOL bNegative = FALSE; in ImplGetBoundingBox() local
776 bNegative = TRUE; in ImplGetBoundingBox()
793 if ( bNegative ) in ImplGetBoundingBox()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx87 sal_Bool bNegative = sal_False; in ImplGetNumber() local
101 bNegative = sal_True; in ImplGetNumber()
116 if ( bNegative ) in ImplGetNumber()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1364 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()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx690 bool bNegative = 0; in IMPL_LINK() local
695 bNegative = 1; in IMPL_LINK()
702 if(bNegative) in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptdict.cxx291 sal_Bool bNegative = xDic->getDictionaryType() == DictionaryType_NEGATIVE ? in IMPL_LINK_INLINE_END() local
295 bNegative ) ); in IMPL_LINK_INLINE_END()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1691 sal_Bool bNegative = FALSE; in ImplGetBoundingBox() local
1707 bNegative = TRUE; in ImplGetBoundingBox()
1724 if ( bNegative ) in ImplGetBoundingBox()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1245 const bool bNegative(nVal < 0L); in TakeMetricStr() local
1250 if(bNegative) in TakeMetricStr()
1346 if(bNegative) in TakeMetricStr()
/trunk/main/sw/inc/
H A Dindex.hxx129 const bool bNegative = false, const bool bDelete = false );
H A Dndtxt.hxx780 const bool bNegative = false,
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx3380 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()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2761 sal_Bool bNegative = sal_False; in ImplGetBoundingBox() local
2778 bNegative = sal_True; in ImplGetBoundingBox()
2795 if ( bNegative ) in ImplGetBoundingBox()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx865 const bool bNegative, in Update() argument
875 if ( bNegative ) in Update()
1038 if ( !bNegative && !bDelete ) in Update()
1118 SwIndexReg::Update( rPos, nChangeLen, bNegative, bDelete ); in Update()

Completed in 204 milliseconds