Searched refs:MayBeRegExp (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr1.cxx | 4460 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScMatch() 4885 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIf() 5180 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScCountIf() 5411 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIfs() 6050 aParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScLookup() 6264 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in CalculateLookup() 6636 pParam->bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in GetDBParams() 8014 (MayBeRegExp( SearchStr, pDok ) ? in ScSearch() 8303 sal_Bool ScInterpreter::MayBeRegExp( const String& rStr, const ScDocument* pDoc ) in MayBeRegExp() function in ScInterpreter
|
| /trunk/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 168 static sal_Bool MayBeRegExp( const String& rStr, const ScDocument* pDoc );
|