Home
last modified time | relevance | path

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

/trunk/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()
801 if( bCompile ) in ScFormulaCell()
945 bCompile = sal_True; in Compile()
986 bCompile = sal_False; in CompileTokenArray()
1032 bCompile = sal_False; in CompileXML()
[all …]
H A Dcell2.cxx1006 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()
1206 if ( bCompile ) in UpdateCompile()
1246 bCompile = sal_True; in TransposeReference()
1344 bCompile = sal_True; in UpdateTranspose()
1421 bCompile = sal_True; in UpdateGrow()
1492 if( bCompile ) in ReplaceRangeNamesInUse()
1503 bCompile = sal_True; in CompileDBFormula()
[all …]
/trunk/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()
/trunk/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.hxx449 …ScRangeData* UpdateDeleteTab(SCTAB nTable, sal_Bool bIsMove, sal_Bool bIsName, sal_Bool& bCompile);
/trunk/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()

Completed in 78 milliseconds