Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4489 sal_uInt16 nParse = aCellRange.ParseAny( rName, pDocSh->GetDocument() ); in lcl_FindRangeOrEntry() local
4490 if ( ( nParse & ( SCA_VALID | SCA_TAB_3D ) ) == ( SCA_VALID | SCA_TAB_3D ) ) in lcl_FindRangeOrEntry()
4968 sal_uInt16 nParse = aCellRange.ParseAny( aString, pDoc, rDetails ); in getCellRangeByName() local
4969 if ( nParse & SCA_VALID ) in getCellRangeByName()
4971 if ( !(nParse & SCA_TAB_3D) ) // keine Tabelle angegeben -> auf dieser Tabelle in getCellRangeByName()

Completed in 51 milliseconds