Home
last modified time | relevance | path

Searched refs:DoMulArgs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx391 DoMulArgs( ocSum, 1 ); in Convert()
485DoMulArgs( pFuncInfo->meOpCode, pFuncInfo->mnMaxParamCount, pFuncInfo->mnMinParamCount ); in Convert()
487 DoMulArgs( ocNoName, 0 ); in Convert()
503 DoMulArgs( pFuncInfo->meOpCode, nParamCount, pFuncInfo->mnMinParamCount ); in Convert()
505 DoMulArgs( ocNoName, 0 ); in Convert()
675 DoMulArgs( ocPush, nByte + 1 ); in Convert()
1560 void ExcelToSc::DoMulArgs( DefTokenId eId, sal_uInt8 nAnz, sal_uInt8 nMinParamCount ) in DoMulArgs() function in ExcelToSc
H A Dexcform8.cxx345 DoMulArgs( ocSum, 1 ); in Convert()
412 DoMulArgs( pFuncInfo->meOpCode, pFuncInfo->mnMaxParamCount ); in Convert()
414 DoMulArgs( ocNoName, 0 ); in Convert()
426 DoMulArgs( pFuncInfo->meOpCode, nParamCount, pFuncInfo->mnMinParamCount ); in Convert()
428 DoMulArgs( ocNoName, 0 ); in Convert()
611 DoMulArgs( ocPush, nByte + 1 ); in Convert()
/trunk/main/sc/source/filter/inc/
H A Dexcform.hxx50 void DoMulArgs( DefTokenId eId, sal_uInt8 nNumArgs, sal_uInt8 mnMinParamCount = 0 );

Completed in 29 milliseconds