Searched refs:ConvertSingleRef (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | tabopdlg.cxx | 244 bRet = ConvertSingleRef( pDoc, rString, nCurTab, rStart, eConv ); in lcl_Parse() 279 if (!ConvertSingleRef( pDoc, aEdRowCell.GetText(), nCurTab, in IMPL_LINK() 293 if (!ConvertSingleRef( pDoc, aEdColCell.GetText(), nCurTab, in IMPL_LINK() 301 ConvertSingleRef( pDoc, aEdFormulaRange.GetText(), nCurTab, in IMPL_LINK()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 155 if ( ConvertSingleRef( pDoc, aStartPosStr, 0, aStartPos, rDetails ) ) in IsAbsTabArea() 157 if ( ConvertSingleRef( pDoc, aEndPosStr, aStartPos.Tab(), aEndPos, rDetails ) ) in IsAbsTabArea() 250 bIsAbsPos = ConvertSingleRef( pDoc, rPosStr, nTab, thePos, rDetails ); in IsAbsPos()
|
H A D | address.cxx | 1215 bool ConvertSingleRef( ScDocument* pDoc, const String& rRefString, in ConvertSingleRef() function
|
H A D | interpr1.cxx | 6845 else if ( ConvertSingleRef ( pDok, sRefStr, nTab, aRefAd, aDetails, &aExtInfo) || in ScIndirect() 6846 (bTryXlA1 && ConvertSingleRef ( pDok, sRefStr, nTab, aRefAd, in ScIndirect()
|
/aoo41x/main/sc/inc/ |
H A D | address.hxx | 784 bool ConvertSingleRef( ScDocument* pDoc, const String& rRefString,
|
Completed in 79 milliseconds