Searched refs:fLimit2 (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() 1615 WriteMapElement_Impl( eOp2, fLimit2, nKey, 1 ); in ExportPart_Impl() 1623 double fLimit3 = fLimit2; 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 | 533 fLimit2 = rFormat.fLimit2; in ImpCopyNumberformat() 638 fLimit2 = 0.0; in SvNumberformat() 705 fLimit2 = fNumber; in SvNumberformat() 1022 fLimit1 == 0.0 && fLimit2 == 0.0) in SvNumberformat() 1435 rStream >> eType >> fLimit1 >> fLimit2 in Load() 2153 nCheck = ImpCheckCondition(fNumber, fLimit2, eOp2); in GetOutputString() 3915 if (fLimit1 == 0.0 && fLimit2 == 0.0 && pColor in GetFormatSpecialInfo() 4144 rVal2 = fLimit2; in GetConditions() 4205 eOp2 == NUMBERFORMAT_OP_NO && fLimit2 == 0.0 ); in GetMappedFormatstring() 4210 eOp2 == NUMBERFORMAT_OP_LT && fLimit2 == 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() 470 double fLimit2; // Value for second condition member in SvNumberformat
|
Completed in 41 milliseconds