Lines Matching refs:pStr

734 …         DBG_ASSERT( *rComp.pVal[1] == *rEntry.pStr, "ScInterpreter::CompareFunc: broken options");  in CompareFunc()
783 if (!rEntry.bQueryByString && rEntry.pStr->Len() && in CompareFunc()
789 bool bEqual = rComp.pVal[nStringQuery-1]->Equals( *rEntry.pStr); in CompareFunc()
991 PushString( *rOptions.aQueryEntry.pStr); in QueryMat()
2827 register sal_Unicode* pStr = aStr.GetBufferAccess(); in ScPropper() local
2830 *pStr = *pUpr; in ScPropper()
2835 aTmpStr.SetChar( 0, pStr[nPos-1] ); in ScPropper()
2837 pStr[nPos] = pUpr[nPos]; in ScPropper()
2839 pStr[nPos] = pLwr[nPos]; in ScPropper()
4285 if (!rEntry.pStr) in lcl_CompareMatrix2Query()
4290 const String& rStr2 = *rEntry.pStr; in lcl_CompareMatrix2Query()
4421 *rEntry.pStr = sStr; in ScMatch()
4444 *rEntry.pStr = sStr; in ScMatch()
4451 rEntry.nVal, *rEntry.pStr); in ScMatch()
4462 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScMatch()
4885 *rEntry.pStr, nIndex, rEntry.nVal)); in IterateParametersIf()
4887 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIf()
5180 *rEntry.pStr, nIndex, rEntry.nVal)); in ScCountIf()
5182 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScCountIf()
5411 *rEntry.pStr, nIndex, rEntry.nVal)); in IterateParametersIfs()
5413 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIfs()
5811 bFound = (ScGlobal::GetCollator()->compareString( aDataStr, *rEntry.pStr) <= 0); in ScLookup()
6052 aParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScLookup()
6266 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in CalculateLookup()
6276 String aParamStr = *rEntry.pStr; in CalculateLookup()
6420 *rEntry.pStr = sStr; in FillEntry()
6450 *rEntry.pStr = sStr; in FillEntry()
6457 const ScMatValType nType = GetDoubleOrStringFromMatrix(rEntry.nVal, *rEntry.pStr); in FillEntry()
6636 *rEntry.pStr, nIndex, rEntry.nVal ); in GetDBParams()
6638 pParam->bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in GetDBParams()