Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2168 String aFuncResult; in ScCell() local
2189 aCellPos.Format( aFuncResult, nFlags, pDok, pDok->GetAddressConvention() ); in ScCell()
2190 PushString( aFuncResult ); in ScCell()
2198 pDok->GetName( nTab, aFuncResult ); in ScCell()
2204 aFuncResult = (sal_Unicode) '\''; in ScCell()
2206aFuncResult += String( rURLObj.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ); in ScCell()
2207 aFuncResult.AppendAscii( "'#$" ); in ScCell()
2210 aFuncResult += aTabName; in ScCell()
2214 PushString( aFuncResult ); in ScCell()
2220aFuncResult, (SCA_COL_ABSOLUTE|SCA_VALID_COL), NULL, pDok->GetAddressConvention() ); in ScCell()
[all …]