Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dtokstack.cxx113 pScToken = new ScTokenArray; in TokenPool()
153 delete pScToken; in ~TokenPool()
407 pScToken->AddString( *p ); in GetElement()
416 pScToken->AddDouble( pP_Dbl[ n ] ); in GetElement()
427 pScToken->AddError( pP_Err[ n ] ); in GetElement()
438 pScToken->AddSingleReference( *p ); in GetElement()
458 pScToken->AddName( pElement[ nId ] ); in GetElement()
468 pScToken->AddOpCode( p->eId ); in GetElement()
482 pScToken->AddColRowName( p->aRef ); in GetElement()
493 pScToken->AddMatrix( p ); in GetElement()
[all …]
H A Dxeformula.cxx816 const FormulaToken* pScToken = mxData->maTokArrIt.Get(); in GetNextRawToken() local
818 return pScToken; in GetNextRawToken()
2112 for( FormulaToken* pScToken = xArray->First(); pScToken; pScToken = xArray->Next() ) in ProcessExternalName() local
2114 if( pScToken->GetOpCode() == ocExternalRef ) in ProcessExternalName()
2116 switch( pScToken->GetType() ) in ProcessExternalName()
2120 … ScSingleRefData aRefData = static_cast< ScToken* >( pScToken )->GetSingleRef(); in ProcessExternalName()
2122 … mxData->mpLinkMgr->StoreCell( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName()
2127 … ScComplexRefData aRefData = static_cast< ScToken* >( pScToken )->GetDoubleRef(); in ProcessExternalName()
2129 … mxData->mpLinkMgr->StoreCellRange( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName()
H A Dxlformula.cxx718 if( const FormulaToken* pScToken = rScTokArr.GetArray()[ 0 ] ) in GetSharedFormula() local
719 if( pScToken->GetOpCode() == ocName ) in GetSharedFormula()
720 if( ScRangeData* pData = rRoot.GetNamedRanges().FindIndex( pScToken->GetIndex() ) ) in GetSharedFormula()
/aoo42x/main/sc/source/filter/inc/
H A Dtokstack.hxx171 ScTokenArray* pScToken; // Tokenbastler member in TokenPool
379 pScToken->Clear(); in operator []()
389 return pScToken; in operator []()
/aoo42x/main/formula/source/ui/dlg/
H A Dstructpg.hxx104 sal_uInt16 nFlag,sal_uLong nPos=0,IFormulaToken* pScToken=NULL);
/aoo42x/main/formula/inc/formula/
H A DIFunctionDescription.hxx116 sal_uInt16 nFlag,sal_uLong nPos=0,IFormulaToken* pScToken=NULL) = 0;

Completed in 161 milliseconds