/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 646 pCode->Reset(); in HasOneReference() 681 pCode->Reset(); in HasRefListExpressibleAsOneReference() 720 pCode->Reset(); in HasRelNameReference() 734 pCode->Reset(); in HasColRowName() 1044 pCode->Reset(); in UpdateInsertTab() 1080 pCode->Reset(); in UpdateDeleteTab() 1431 for (FormulaToken* p = pCode->First(); p; p = pCode->Next()) in lcl_IsRangeNameInUse() 1457 for (FormulaToken* p = pCode->First(); p; p = pCode->Next()) in lcl_FindRangeNamesInUse() 1478 for( FormulaToken* p = pCode->First(); p; p = pCode->Next() ) in ReplaceRangeNamesInUse() 1498 for( FormulaToken* p = pCode->First(); p; p = pCode->Next() ) in CompileDBFormula() [all …]
|
H A D | cell.cxx | 626 pCode( NULL ), in ScFormulaCell() 656 pCode( NULL ), in ScFormulaCell() 711 if( pCode->GetLen() && !pCode->GetCodeError() && !pCode->GetCodeLen() ) in ScFormulaCell() 720 pCode->Reset(); in ScFormulaCell() 756 pCode = (rCell.pCode) ? rCell.pCode->Clone() : NULL; in ScFormulaCell() 828 delete pCode; in ~ScFormulaCell() 838 if( pCode->GetCodeError() && !pCode->GetLen() ) in GetFormula() 928 if ( pCode ) in Compile() 1012 if ( pCode ) in CompileXML() 1064 if( pCode->GetLen() && !pCode->GetCodeLen() && !pCode->GetCodeError() ) in CalcAfterLoad() [all …]
|
H A D | column3.cxx | 972 ScTokenArray* pCode = pCell->GetCode(); in lcl_AddCode() local 973 if (pCode) in lcl_AddCode() 975 const formula::FormulaToken* pToken = pCode->First(); in lcl_AddCode() 979 pToken = pCode->Next(); in lcl_AddCode()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 83 pCode->Reset(); in ScRangeData() 127 pCode->Reset(); in ScRangeData() 191 delete pCode; in ~ScRangeData() 211 pCode->Reset(); in GuessPosition() 264 pCode->Reset(); in UpdateReference() 291 pCode->Reset(); in UpdateTranspose() 319 pCode->Reset(); in UpdateGrow() 418 pCode->Reset(); in UpdateTabRef() 598 return pCode ? pCode->GetCodeError() : 0; in GetErrCode() 603 pCode->Reset(); in HasReferences() [all …]
|
H A D | token.cxx | 1279 if ( pCode && nLen == 1 ) in ImplGetReference() 1281 const FormulaToken* pToken = pCode[0]; in ImplGetReference() 1366 FormulaToken** p2 = pCode; in Clone() 1378 *pp = p->pCode[ nIdx ]; in Clone() 1415 t = pCode[i]; in MergeArray() 1528 t = pCode[i]; in MergeArray() 1572 pCode[i] = NULL; in MergeArray() 1582 if (!pCode || !nLen) in MergeRangeReference() 1599 pCode[ nLen-1 ] = p; in MergeRangeReference() 1603 return pCode[ nLen-1 ]; in MergeRangeReference() [all …]
|
/aoo42x/main/formula/source/core/api/ |
H A D | token.cxx | 384 if( pCode ) in GetNextReferenceOrName() 410 if( pCode ) in GetNextName() 424 if( pCode ) in GetNextDBArea() 457 if( pCode ) in NextNoSpaces() 569 if( pCode[j]->GetType() == svIndex || pCode[j]->GetOpCode() == ocColRowName ) in HasNameOrColRowName() 604 pCode = NULL; in Assign() 684 if( pCode ) in Clear() 691 delete [] pCode; in Clear() 711 if( !pCode ) in Add() 716 pCode[ nLen++ ] = t; in Add() [all …]
|
H A D | FormulaCompiler.cxx | 802 && pArr->pCode[ pArr->nIndex-1 ]->GetOpCode() == ocColRowName ) in GetToken() 1167 FormulaToken** pCode1 = pCode - 1; in RangeLine() 1171 FormulaToken** pCode2 = pCode - 1; in RangeLine() 1355 (pCode2 - pCode1 != 1) || (pCode - pCode2 != 1) || in MergeRangeReference() 1367 --pCode, --pc; in MergeRangeReference() 1388 pCode = pData; in CompileTokenArray() 1780 *pCode++ = p; in PutCode() 1790 *pCode++ = p; in PutCode()
|
/aoo42x/main/basic/source/comp/ |
H A D | codegen.cxx | 368 T readParam( sal_uInt8*& pCode ) in readParam() argument 373 nOp1 |= *pCode++ << ( i * 8); in readParam() 377 PCodeBufferWalker( sal_uInt8* pCode, T nBytes ): m_nBytes( nBytes ), m_pCode( pCode ) in PCodeBufferWalker() argument 382 sal_uInt8* pCode = m_pCode; in visitBuffer() local 383 if ( !pCode ) in visitBuffer() 388 for( ; pCode < pEnd; ) in visitBuffer() 397 nOp1 = readParam( pCode ); in visitBuffer() 399 pCode += sizeof( T ); in visitBuffer() 406 nOp1 = readParam( pCode ); in visitBuffer() 407 nOp2 = readParam( pCode ); in visitBuffer() [all …]
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 556 pCode = in SbiRuntime() 728 sal_uInt32 nPC = ( pCode - (const sal_uInt8* )pImg->GetCode() ); in Step() 732 SbiOpcode eOp = (SbiOpcode ) ( *pCode++ ); in Step() 740 nOp1 = *pCode++; nOp1 |= *pCode++ << 8; nOp1 |= *pCode++ << 16; nOp1 |= *pCode++ << 24; in Step() 746 nOp1 = *pCode++; nOp1 |= *pCode++ << 8; nOp1 |= *pCode++ << 16; nOp1 |= *pCode++ << 24; in Step() 747 nOp2 = *pCode++; nOp2 |= *pCode++ << 8; nOp2 |= *pCode++ << 16; nOp2 |= *pCode++ << 24; in Step() 778 pErrCode = pCode; in Step() 793 pCode = pError; in Step() 1050 p->pCode = pc; in PushGosub() 1063 pCode = p->pCode; in PopGosub()
|
H A D | step1.cxx | 163 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepJUMP() 200 PushGosub( pCode + 5 * nOp1 ); in StepONJUMP() 205 nOp1 = (sal_uInt32) ( (const char*) pCode - pImg->GetCode() ) + 5 * --n; in StepONJUMP() 213 PushGosub( pCode ); in StepGOSUB() 216 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepGOSUB() 350 const sal_uInt8* p = pCode; in StepERRHDL() 352 pError = pCode; in StepERRHDL() 353 pCode = p; in StepERRHDL() 375 pCode = pMod->FindNextStmnt( pErrCode, n1, n2, sal_True, pImg ); in StepRESUME() 378 pCode = pErrStmnt; in StepRESUME()
|
H A D | step2.cxx | 857 pStmnt = pCode - 9; in StepSTMNT() 871 const sal_uInt8* p = pMod->FindNextStmnt( pCode, n1, n2 ); in StepSTMNT()
|
H A D | step0.cxx | 1191 pCode = pRestart; in StepINPUT() 1407 pRestart = pCode; in StepRESTART()
|
/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 37 pCode = NULL; in SbiImage() 60 delete[] pCode; in Clear() 64 pCode = NULL; in Clear() 184 pCode = new char[ nLen ]; in Load() 186 r.Read( pCode, nCodeSize ); in Load() 191 pLegacyPCode = pCode; in Load() 195 pCode = (char*)aLegacyToNew.GetBuffer(); in Load() 334 if( pCode && SbiGood( r ) ) in Save() 347 r.Write( pCode, nCodeSize ); in Save() 456 pCode = p; in AddCode() [all …]
|
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | except.cxx | 227 unsigned char * pCode = (unsigned char *)somecode; in ObjectFunction() local 229 OSL_ENSURE( (void *)this == (void *)pCode, "### unexpected!" ); in ObjectFunction() 232 *pCode++ = 0x68; in ObjectFunction() 233 *(void **)pCode = this; in ObjectFunction() 234 pCode += sizeof(void *); in ObjectFunction() 236 *pCode++ = 0xe9; in ObjectFunction() 237 *(sal_Int32 *)pCode = ((unsigned char *)fpFunc) - pCode - sizeof(sal_Int32); in ObjectFunction()
|
/aoo42x/main/basic/source/inc/ |
H A D | codegen.hxx | 59 static sal_uInt32 calcNewOffSet( sal_uInt8* pCode, sal_uInt16 nOffset ); 60 static sal_uInt16 calcLegacyOffSet( sal_uInt8* pCode, sal_uInt32 nOffset ); 77 …PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor() argument
|
H A D | image.hxx | 45 char* pCode; // Code-Image member in SbiImage 82 const char* GetCode() const { return pCode; } in GetCode()
|
H A D | runtime.hxx | 129 const sal_uInt8* pCode; // Return-Pointer member 300 const sal_uInt8* pCode; // aktueller Code-Pointer member in SbiRuntime
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 291 ScTokenArray* pCode; // The (new) token array member in ScFormulaCell 431 ScTokenArray* GetCode() const { return pCode; } in GetCode() 481 inline sal_Bool IsHyperLinkCell() const { return pCode && pCode->IsHyperLink(); } in IsHyperLinkCell() 494 ScTokenArray* pCode; member in ScDetectiveRefIter
|
H A D | rangenam.hxx | 69 ScTokenArray* pCode; member in ScRangeData 121 ScTokenArray* GetCode() { return pCode; } in GetCode()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | tokenuno.cxx | 148 ScTokenArray* pCode = aCompiler.CompileString( aFormula ); in parseFormula() local 149 (void)ScTokenConversion::ConvertToTokenSequence( *pDoc, aRet, *pCode ); in parseFormula() 150 delete pCode; in parseFormula()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 976 ScTokenArray* pCode = new ScTokenArray; in lcl_ScDocFunc_CreateTokenArrayXML() local 977 pCode->AddString( rText ); in lcl_ScDocFunc_CreateTokenArrayXML() 979 pCode->AddString( rFormulaNmsp ); in lcl_ScDocFunc_CreateTokenArrayXML() 980 return pCode; in lcl_ScDocFunc_CreateTokenArrayXML() 992 ScTokenArray* pCode; in InterpretEnglishString() local 1002 pCode = aComp.CompileString( rText ); in InterpretEnglishString() 1005 delete pCode; // Zell-ctor hat das TokenArray kopiert in InterpretEnglishString() 3850 aMark, EMPTY_STRING, pCode, eGrammar); in EnterMatrix() 3851 delete pCode; in EnterMatrix() 3858 ScTokenArray* pCode = aComp.CompileString( rString ); in EnterMatrix() local [all …]
|
H A D | externalrefmgr.cxx | 144 const ScTokenArray* pCode = pCell->GetCode(); in operator ()() local 145 if (!pCode->HasOpCode( ocExternalRef)) in operator ()() 1834 ScTokenArray* pCode = pRangeData->GetCode(); in getRangeNameTokens() local 1835 for (FormulaToken* pToken = pCode->First(); pToken; pToken = pCode->Next()) in getRangeNameTokens()
|
H A D | impex.cxx | 1658 ScTokenArray* pCode = aComp.CompileString( aText ); in Sylk2Doc() local 1664 nRefRow, aMark, EMPTY_STRING, pCode ); in Sylk2Doc() 1669 pDoc, aPos, pCode, eGrammar, MM_NONE); in Sylk2Doc() 1672 delete pCode; // ctor/InsertMatrixFormula did copy TokenArray in Sylk2Doc()
|
/aoo42x/main/formula/inc/formula/ |
H A D | tokenarray.hxx | 70 FormulaToken** pCode; // Token code array member in formula::FormulaTokenArray 129 FormulaToken** GetArray() const { return pCode; } in GetArray()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 220 ScTokenArray* pCode = ((ScFormulaCell*)pCell)->GetCode(); in lcl_IsAutoSumData() local 221 if ( pCode && pCode->GetOuterFuncOpCode() == ocSum ) in lcl_IsAutoSumData() 223 if ( pCode->GetAdjacentExtendOfOuterFuncRefs( nExtend, in lcl_IsAutoSumData()
|