Searched refs:fLimit1 (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 1611 double fLimit1, fLimit2; in ExportPart_Impl() local 1612 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportPart_Impl() 1614 WriteMapElement_Impl( eOp1, fLimit1, nKey, 0 ); in ExportPart_Impl() 1636 if ( fLimit1 == fLimit2 && in ExportPart_Impl() 1666 double fLimit1, fLimit2; in ExportFormat_Impl() local 1667 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportFormat_Impl()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 532 fLimit1 = rFormat.fLimit1; in ImpCopyNumberformat() 637 fLimit1 = 0.0; in SvNumberformat() 703 fLimit1 = fNumber; in SvNumberformat() 1022 fLimit1 == 0.0 && fLimit2 == 0.0) in SvNumberformat() 1435 rStream >> eType >> fLimit1 >> fLimit2 in Load() 2148 short nCheck = ImpCheckCondition(fNumber, fLimit1, eOp1); in GetOutputString() 3915 if (fLimit1 == 0.0 && fLimit2 == 0.0 && pColor in GetFormatSpecialInfo() 4143 rVal1 = fLimit1; in GetConditions() 4204 eOp1 == NUMBERFORMAT_OP_GE && fLimit1 == 0.0 && in GetMappedFormatstring() 4209 eOp1 == NUMBERFORMAT_OP_GT && fLimit1 == 0.0 && in GetMappedFormatstring() [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | zformat.hxx | 314 return fLimit1 == 0.0 && fLimit2 == 0.0 && in IsNegativeRealNegative() 323 return fLimit1 == 0.0 && fLimit2 == 0.0 && in IsNegativeRealNegative2() 469 double fLimit1; // Value for first condition member in SvNumberformat
|
Completed in 41 milliseconds