Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx760 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument
762 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
763 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
765 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
773 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
775 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
777 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
785 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
787 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
789 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
[all …]
/trunk/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 …]
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx256 SVX_DLLPUBLIC FrPair GetMapFactor(MapUnit eS, MapUnit eD);
257 FrPair GetMapFactor(MapUnit eS, FieldUnit eD);
258 FrPair GetMapFactor(FieldUnit eS, MapUnit eD);
259 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD);