Searched refs:CompileNameFormula (Results 1 – 12 of 12) sorted by relevance
1087 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in DoChange()1094 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in DoChange()
381 void ScDocument::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScDocument388 if (pTab[i]) pTab[i]->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
1707 void ScColumn::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScColumn1714 ((ScFormulaCell*) pCell)->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
2017 void ScTable::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScTable2019 for (SCCOL i=0; i<=MAXCOL; i++) aCol[i].CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
1562 void ScFormulaCell::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScFormulaCell
948 pDocShell->GetDocument()->CompileNameFormula( sal_True ); // CreateFormulaString in lock()954 pDocShell->GetDocument()->CompileNameFormula( sal_False ); // CompileFormulaString in unlock()
437 void CompileNameFormula( sal_Bool bCreateFormulaString );
400 void CompileNameFormula( sal_Bool bCreateFormulaString );
875 void CompileNameFormula( sal_Bool bCreateFormulaString );
1785 void CompileNameFormula( sal_Bool bCreateFormulaString );
2911 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in InsertName()2927 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in InsertName()
4477 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in SetNewRangeNames()4480 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in SetNewRangeNames()
Completed in 142 milliseconds