Searched refs:IsEmptyPath (Results 1 – 4 of 4) sorted by relevance
360 sal_Bool IsEmptyPath( SCSIZE nC, SCSIZE nR ) const in IsEmptyPath() function in ScMatrix367 sal_Bool IsEmptyPath( SCSIZE nIndex ) const in IsEmptyPath() function in ScMatrix
444 if (IsEmptyPath( nIndex)) in GetString()
4313 else if (rMat.IsEmptyPath(rIndex)) in lcl_GetLastMatch()4316 while (rIndex > 0 && rMat.IsEmptyPath(rIndex-1)) in lcl_GetLastMatch()4319 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()
3964 if ( xMat->IsEmptyPath( 0, 0)) in Interpret()
Completed in 65 milliseconds