Searched refs:nOpCount (Results 1 – 2 of 2) sorted by relevance
450 void AppendLogicalOperatorToken( sal_uInt16 nXclFuncIdx, sal_uInt8 nOpCount );2398 void XclExpFmlaCompImpl::AppendLogicalOperatorToken( sal_uInt16 nXclFuncIdx, sal_uInt8 nOpCount ) in AppendLogicalOperatorToken() argument2401 for( sal_uInt8 nOpIdx = 0; nOpIdx < nOpCount; ++nOpIdx ) in AppendLogicalOperatorToken()2404 Append( nOpCount ); in AppendLogicalOperatorToken()
3432 sal_Int32 nOpCount(rOpVec.size()); in WriteDetective() local3433 if( nObjCount || nOpCount ) in WriteDetective()