Searched refs:bCreateFormulaString (Results 1 – 8 of 8) sorted by relevance
373 void ScDocument::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula() argument377 if (pTab[i]) pTab[i]->CompileDBFormula( bCreateFormulaString ); in CompileDBFormula()381 void ScDocument::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() argument388 if (pTab[i]) pTab[i]->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
1511 void ScFormulaCell::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula() argument1516 if ( bCreateFormulaString ) in CompileDBFormula()1562 void ScFormulaCell::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() argument1567 if ( bCreateFormulaString ) in CompileNameFormula()
1696 void ScColumn::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula() argument1703 ((ScFormulaCell*) pCell)->CompileDBFormula( bCreateFormulaString ); in CompileDBFormula()1707 void ScColumn::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() argument1714 ((ScFormulaCell*) pCell)->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
2012 void ScTable::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula() argument2014 for (SCCOL i=0; i<=MAXCOL; i++) aCol[i].CompileDBFormula( bCreateFormulaString ); in CompileDBFormula()2017 void ScTable::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() argument2019 for (SCCOL i=0; i<=MAXCOL; i++) aCol[i].CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
436 void CompileDBFormula( sal_Bool bCreateFormulaString );437 void CompileNameFormula( sal_Bool bCreateFormulaString );
399 void CompileDBFormula( sal_Bool bCreateFormulaString );400 void CompileNameFormula( sal_Bool bCreateFormulaString );
874 void CompileDBFormula( sal_Bool bCreateFormulaString );875 void CompileNameFormula( sal_Bool bCreateFormulaString );
1784 void CompileDBFormula( sal_Bool bCreateFormulaString );1785 void CompileNameFormula( sal_Bool bCreateFormulaString );
Completed in 53 milliseconds