Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dcell.cxx639 bCompile( sal_False ), in ScFormulaCell()
669 bCompile( sal_False ), in ScFormulaCell()
701 bCompile( sal_False ), in ScFormulaCell()
743 bCompile( rCell.bCompile ), in ScFormulaCell()
767 bCompile = sal_True; in ScFormulaCell()
772 if( !bCompile ) in ScFormulaCell()
776 … while ( ( t = static_cast<ScToken*>(pCode->GetNextReferenceOrName()) ) != NULL && !bCompile ) in ScFormulaCell()
781 bCompile = true; in ScFormulaCell()
789 bCompile = sal_True; in ScFormulaCell()
792 bCompile = sal_True; // invalid reference! in ScFormulaCell()
[all …]
H A Dcell2.cxx907 bColRowNameCompile = bCompile; // evtl. aus Copy-ctor in UpdateReference()
1006 if ( ( bCompile = (bCompile || bValChanged || bRangeModified || bColRowNameCompile) ) != 0 ) in UpdateReference()
1068 bCompile = sal_True; in UpdateInsertTab()
1106 bCompile = sal_True; in UpdateDeleteTab()
1138 bCompile = sal_True; in UpdateMoveTab()
1204 if ( bForceIfNameInUse && !bCompile ) in UpdateCompile()
1205 bCompile = pCode->HasNameOrColRowName(); in UpdateCompile()
1206 if ( bCompile ) in UpdateCompile()
1246 bCompile = sal_True; in TransposeReference()
1344 bCompile = sal_True; in UpdateTranspose()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Drangenam.cxx637 bool bCompile = false; in ReplaceRangeNamesInUse() local
648 bCompile = true; in ReplaceRangeNamesInUse()
652 if ( bCompile ) in ReplaceRangeNamesInUse()
/AOO41X/main/sc/inc/
H A Dcell.hxx304 sal_Bool bCompile : 1; // Must be (re)compiled member in ScFormulaCell
449 void SetCompile( sal_Bool bVal ) { bCompile = bVal; } in SetCompile()
H A Dcompiler.hxx445 …ScRangeData* UpdateDeleteTab(SCTAB nTable, sal_Bool bIsMove, sal_Bool bIsName, sal_Bool& bCompile);
/AOO41X/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx82 sal_Bool bCompile = !pDoc->IsImportingXML(); in AddDBRange() local
84 if ( bCompile ) in AddDBRange()
87 if ( bCompile ) in AddDBRange()
H A Ddocfunc.cxx4474 sal_Bool bCompile = ( !pDoc->IsImportingXML() && pDoc->GetNamedRangesLockCount() == 0 ); in SetNewRangeNames() local
4476 if ( bCompile ) in SetNewRangeNames()
4479 if ( bCompile ) in SetNewRangeNames()
4486 if ( bCompile ) in SetNewRangeNames()