Home
last modified time | relevance | path

Searched refs:fTest (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/tools/inc/tools/
H A Ddebug.hxx435 #define DBG_CTOR( aName, fTest ) \ argument
439 fTest )
441 #define DBG_DTOR( aName, fTest ) \ argument
445 fTest )
447 #define DBG_CHKTHIS( aName, fTest ) \ argument
451 fTest )
455 (const void*)pObj, (DbgUsr)fTest )
726 #define DBG_CTOR( aName, fTest ) ((void)0) argument
727 #define DBG_DTOR( aName, fTest ) ((void)0) argument
728 #define DBG_CHKTHIS( aName, fTest ) ((void)0) argument
[all …]
/aoo4110/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx485 double fTest = 0; in lcl_fillDateCategories() local
488 else if( (aAny>>=fTest) && ::rtl::math::isNan(fTest) ) in lcl_fillDateCategories()
H A DAxisHelper.cxx210 double fTest=0.0; in getExplicitNumberFormatKeyForAxis() local
215 if( (aCats[i]>>=fTest) && !::rtl::math::isNan(fTest) ) in getExplicitNumberFormatKeyForAxis()
H A DDiagramHelper.cxx1043 double fTest = 0.0; in lcl_switchToDateCategories() local
1055 if( !(rAny>>=fTest) ) in lcl_switchToDateCategories()
/aoo4110/main/svl/source/numbers/
H A Dzformat.cxx2304 double fTest = (double)x1/(double)y1; in GetOutputString() local
2307 while (fTest > fOg) in GetOutputString()
2310 fTest = (double)x1/(double)y1; in GetOutputString()
2312 while (fTest < fUg && y1 > 1) in GetOutputString()
2315 fTest = (double)x1/(double)y1; in GetOutputString()
2317 if (fTest <= fOg) in GetOutputString()
2319 fOg = fTest; in GetOutputString()

Completed in 71 milliseconds