Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr1.cxx2031 String aFuncResult; in ScCell() local
2052 aCellPos.Format( aFuncResult, nFlags, pDok, pDok->GetAddressConvention() ); in ScCell()
2053 PushString( aFuncResult ); in ScCell()
2061 pDok->GetName( nTab, aFuncResult ); in ScCell()
2067 aFuncResult = (sal_Unicode) '\''; in ScCell()
2069aFuncResult += String( rURLObj.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ); in ScCell()
2070 aFuncResult.AppendAscii( "'#$" ); in ScCell()
2073 aFuncResult += aTabName; in ScCell()
2077 PushString( aFuncResult ); in ScCell()
2083aFuncResult, (SCA_COL_ABSOLUTE|SCA_VALID_COL), NULL, pDok->GetAddressConvention() ); in ScCell()
[all …]