Searched refs:eS (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 335 eS = S_END; in GetNextTopic() 339 switch( eS ) in GetNextTopic() 381 eS = S_Data; in GetNextTopic() 394 eS = S_END; in GetNextTopic() 405 eS = S_END; in GetNextTopic() 676 switch( eS ) in ScanFloatVal() 683 eS = S_PRE; in ScanFloatVal() 702 eS = S_END; in ScanFloatVal() 761 eS = S_EXP; in ScanFloatVal() 794 eS = S_END; in ScanFloatVal() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 803 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument 805 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor() 806 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() 808 FASTBOOL bSInch=IsInch(eS); in GetMapFactor() 818 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() 820 FASTBOOL bSInch=IsInch(eS); in GetMapFactor() 830 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() 832 FASTBOOL bSInch=IsInch(eS); in GetMapFactor() 842 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor() 843 FrPair aS(GetInchOrMM(eS)); in GetMapFactor() [all …]
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 732 while( eS ) in ParseDouble() 735 switch( eS ) in ParseDouble() 742 eS = S_Int; in ParseDouble() 761 eS = S_Int; in ParseDouble() 787 eS = S_End; in ParseDouble() 797 eS = S_End; in ParseDouble() 812 eS = S_End; in ParseDouble() 818 eS = S_End; in ParseDouble() 824 eS = S_Exp; in ParseDouble() 829 eS = S_Exp; in ParseDouble() [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 265 SVX_DLLPUBLIC FrPair GetMapFactor(MapUnit eS, MapUnit eD); 266 FrPair GetMapFactor(MapUnit eS, FieldUnit eD); 267 FrPair GetMapFactor(FieldUnit eS, MapUnit eD); 268 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD);
|
Completed in 66 milliseconds