Home
last modified time | relevance | path

Searched refs:IsEmptyPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx360 sal_Bool IsEmptyPath( SCSIZE nC, SCSIZE nR ) const in IsEmptyPath() function in ScMatrix
367 sal_Bool IsEmptyPath( SCSIZE nIndex ) const in IsEmptyPath() function in ScMatrix
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx444 if (IsEmptyPath( nIndex)) in GetString()
H A Dinterpr1.cxx4313 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()
H A Dinterpr4.cxx3964 if ( xMat->IsEmptyPath( 0, 0)) in Interpret()

Completed in 74 milliseconds