Lines Matching refs:pStr

736 …         DBG_ASSERT( *rComp.pVal[1] == *rEntry.pStr, "ScInterpreter::CompareFunc: broken options");  in CompareFunc()
785 if (!rEntry.bQueryByString && rEntry.pStr->Len() && in CompareFunc()
791 bool bEqual = rComp.pVal[nStringQuery-1]->Equals( *rEntry.pStr); in CompareFunc()
993 PushString( *rOptions.aQueryEntry.pStr); in QueryMat()
2690 register sal_Unicode* pStr = aStr.GetBufferAccess(); in ScPropper() local
2693 *pStr = *pUpr; in ScPropper()
2698 aTmpStr.SetChar( 0, pStr[nPos-1] ); in ScPropper()
2700 pStr[nPos] = pUpr[nPos]; in ScPropper()
2702 pStr[nPos] = pLwr[nPos]; in ScPropper()
4148 if (!rEntry.pStr) in lcl_CompareMatrix2Query()
4153 const String& rStr2 = *rEntry.pStr; in lcl_CompareMatrix2Query()
4284 *rEntry.pStr = sStr; in ScMatch()
4307 *rEntry.pStr = sStr; in ScMatch()
4314 rEntry.nVal, *rEntry.pStr); in ScMatch()
4325 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScMatch()
4748 *rEntry.pStr, nIndex, rEntry.nVal)); in IterateParametersIf()
4750 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIf()
5043 *rEntry.pStr, nIndex, rEntry.nVal)); in ScCountIf()
5045 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScCountIf()
5274 *rEntry.pStr, nIndex, rEntry.nVal)); in IterateParametersIfs()
5276 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIfs()
5674 bFound = (ScGlobal::GetCollator()->compareString( aDataStr, *rEntry.pStr) <= 0); in ScLookup()
5915 aParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScLookup()
6129 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in CalculateLookup()
6139 String aParamStr = *rEntry.pStr; in CalculateLookup()
6283 *rEntry.pStr = sStr; in FillEntry()
6313 *rEntry.pStr = sStr; in FillEntry()
6320 const ScMatValType nType = GetDoubleOrStringFromMatrix(rEntry.nVal, *rEntry.pStr); in FillEntry()
6499 *rEntry.pStr, nIndex, rEntry.nVal ); in GetDBParams()
6501 pParam->bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in GetDBParams()