Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx319 const ScAddress* pScBasePos = 0, XclExpRefLog* pRefLog = 0 );
337 const ScAddress* pScBasePos, XclExpRefLog* pRefLog );
509 const ScTokenArray& rScTokArr, const ScAddress* pScBasePos, XclExpRefLog* pRefLog ) in CreateFormula() argument
512 Init( eType, rScTokArr, pScBasePos, pRefLog ); in CreateFormula()
598 const ScAddress* pScBasePos, XclExpRefLog* pRefLog ) in Init() argument
609 mxData->mbOk = pScBasePos != 0; in Init()
611 mxData->mpScBasePos = pScBasePos; in Init()
614 mxData->mbOk = pScBasePos != 0; in Init()
618 … ScCompiler::MoveRelWrap( *mxData->mxOwnScTokArr, GetDocPtr(), *pScBasePos, MAXCOL, MAXROW ); in Init()
2596 const ScAddress* pScBasePos, XclExpRefLog* pRefLog ) in CreateFormula() argument
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxeformula.hxx62 const ScAddress* pScBasePos = 0, XclExpRefLog* pRefLog = 0 );