Searched refs:nEC (Results 1 – 10 of 10) sorted by relevance
63 sal_Unicode nEC = maGroupChars.GetChar( nMatchChar+1 ); in MatchGroup() local74 else if ( aStr.GetChar( nCur ) == nEC ) in MatchGroup()98 xub_Unicode nEC = maGroupChars.GetChar( nMatchChar ); in MatchGroup() local116 else if ( aStr.GetChar( nCur ) == nEC ) in MatchGroup()
382 const SCSIZE nEC = aParam.GetEntryCount(); in ToggleAutoFilter() local383 for ( SCSIZE i=0; i<nEC; ++i ) in ToggleAutoFilter()
686 SCSIZE nEC = aParam.GetEntryCount(); in ExecuteDB() local687 for (SCSIZE i=0; i<nEC; i++) in ExecuteDB()
980 sal_uLong nEC = pNewEngine->GetControlWord(); in SetEditEngine() local981 pNewEngine->SetControlWord(nEC & ~EE_CNTRL_DOIDLEFORMAT); in SetEditEngine()
1293 SCSIZE nEC = aParam.GetEntryCount(); in ExecFilter() local1294 for (SCSIZE i=0; i<nEC; i++) in ExecFilter()
679 SCSIZE nEC = aOldQuery.GetEntryCount(); in Query() local680 for (SCSIZE i=0; i<nEC; i++) in Query()
3559 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar+1 ); in MatchGroup() local3570 else if ( rStr.GetChar( nCur ) == nEC ) in MatchGroup()3595 xub_Unicode nEC = aGroupChars.GetChar( nMatchChar ); in MatchGroup() local3613 else if ( rStr.GetChar( nCur ) == nEC ) in MatchGroup()
750 SCSIZE nEC = aNewDesc.aQueryParam.GetEntryCount(); in UpdateReference() local751 for (SCSIZE i=0; i<nEC; i++) in UpdateReference()
2856 ScTableColumnsObj::ScTableColumnsObj(ScDocShell* pDocSh, SCTAB nT, SCCOL nSC, SCCOL nEC) : in ScTableColumnsObj() argument2860 nEndCol ( nEC ) in ScTableColumnsObj()
490 SCCOL nSC, SCCOL nEC);
Completed in 104 milliseconds