Home
last modified time | relevance | path

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

/aoo4110/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
/aoo4110/main/sc/source/core/tool/
H A Dscmatrix.cxx444 if (IsEmptyPath( nIndex)) in GetString()
H A Dinterpr1.cxx4176 else if (rMat.IsEmptyPath(rIndex)) in lcl_GetLastMatch()
4179 while (rIndex > 0 && rMat.IsEmptyPath(rIndex-1)) in lcl_GetLastMatch()
4182 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()
H A Dinterpr4.cxx3959 if ( xMat->IsEmptyPath( 0, 0)) in Interpret()

Completed in 71 milliseconds