Searched refs:rRefString (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | address.cxx | 1215 bool ConvertSingleRef( ScDocument* pDoc, const String& rRefString, in ConvertSingleRef() argument 1221 …if (pExtInfo || (ScGlobal::FindUnquoted( rRefString, SC_COMPILER_FILE_TAB_SEP) == STRING_NOTFOUND)) in ConvertSingleRef() 1224 sal_uInt16 nRes = aAddr.Parse( rRefString, pDoc, rDetails, pExtInfo); in ConvertSingleRef() 1238 bool ConvertDoubleRef( ScDocument* pDoc, const String& rRefString, SCTAB nDefTab, in ConvertDoubleRef() argument 1244 …if (pExtInfo || (ScGlobal::FindUnquoted( rRefString, SC_COMPILER_FILE_TAB_SEP) == STRING_NOTFOUND)) in ConvertDoubleRef() 1247 sal_uInt16 nRes = aRange.Parse( rRefString, pDoc, rDetails, pExtInfo); in ConvertDoubleRef()
|
/aoo41x/main/sc/inc/ |
H A D | address.hxx | 784 bool ConvertSingleRef( ScDocument* pDoc, const String& rRefString, 789 bool ConvertDoubleRef(ScDocument* pDoc, const String& rRefString,
|
Completed in 37 milliseconds