Home
last modified time | relevance | path

Searched refs:eS (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/filter/dif/
H A Ddifimp.cxx324 STATE eS = S_START; in GetNextTopic() local
331 while( eS != S_END ) in GetNextTopic()
335 eS = S_END; in GetNextTopic()
339 switch( eS ) in GetNextTopic()
366 eS = S_VectorVal; in GetNextTopic()
368 eS = S_UNKNOWN; in GetNextTopic()
381 eS = S_Data; in GetNextTopic()
384 eS = S_ERROR_L2; in GetNextTopic()
394 eS = S_END; in GetNextTopic()
405 eS = S_END; in GetNextTopic()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdtrans.cxx803 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()
816 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
818 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
820 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
828 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
830 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
832 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
[all …]
/AOO41X/main/scaddins/source/analysis/
H A Danalysishelper.cxx724 State eS = S_Sign; in ParseDouble() local
732 while( eS ) in ParseDouble()
735 switch( eS ) in ParseDouble()
742 eS = S_Int; in ParseDouble()
747 eS = S_IntStart; in ParseDouble()
750 eS = S_IntStart; in ParseDouble()
752 eS = S_Frac; in ParseDouble()
761 eS = S_Int; in ParseDouble()
764 eS = S_Frac; in ParseDouble()
780 eS = S_IgnoreIntDigs; in ParseDouble()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvdtrans.hxx265 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);