Searched refs:eOc (Results 1 – 6 of 6) sorted by relevance
94 if( eOc == ocNoName ) in DoFunc()117 switch( eOc ) in DoFunc()143 aPool << eOc; in DoFunc()152 if( eOc == ocZGZ ) in DoFunc()154 if( eOc == ocZinsZ ) in DoFunc()167 if( eOc == ocGetYear ) in DoFunc()169 else if( eOc == ocFixed ) in DoFunc()207 DefTokenId eOc; in Convert() local264 if( eOc == ocNoName ) in Convert()274 DoFunc( eOc, 0, NULL ); in Convert()[all …]
62 if( eOc == ocNoName ) in DoFunc()79 if( eOc == ocNoName ) in DoFunc()85 if( eOc == ocNoName ) in DoFunc()98 switch( eOc ) in DoFunc()160 aPool << eOc; in DoFunc()171 if( eOc == ocRMZ ) in DoFunc()194 if( eOc == ocGetYear ) in DoFunc()198 else if( eOc == ocFixed ) in DoFunc()202 else if( eOc == ocFind ) in DoFunc()388 DefTokenId eOc; in Convert() local[all …]
424 DefTokenId eOc; in Convert() local432 case EXC_ERR_NUM: eOc = ocStop; break; in Convert()433 case EXC_ERR_NA: eOc = ocNotAvail; break; in Convert()434 default: eOc = ocNoName; in Convert()436 aPool << eOc; in Convert()437 if( eOc != ocStop ) in Convert()1721 DefTokenId eOc; in GetBoolErr() local1725 case xlErrNull: eOc = ocStop; nError = errNoCode; break; in GetBoolErr()1737 eOc = ocNoName; in GetBoolErr()1741 aPool << eOc; in GetBoolErr()[all …]
354 DefTokenId eOc; in Convert() local362 case EXC_ERR_NUM: eOc = ocStop; break; in Convert()363 case EXC_ERR_NA: eOc = ocNotAvail; break; in Convert()364 default: eOc = ocNoName; in Convert()366 aPool << eOc; in Convert()367 if( eOc != ocStop ) in Convert()1268 DefTokenId eOc; in ConvertExternName() local1276 case EXC_ERR_NUM: eOc = ocStop; break; in ConvertExternName()1278 default: eOc = ocNoName; in ConvertExternName()1280 aPool << eOc; in ConvertExternName()[all …]
74 void DoFunc( DefTokenId eOc, sal_uInt16 nArgs, const sal_Char* pExtString );
81 void DoFunc( DefTokenId eOc, sal_uInt8 nAnz, const sal_Char* pExtName );
Completed in 45 milliseconds