Home
last modified time | relevance | path

Searched refs:CompileNameFormula (Results 1 – 12 of 12) sorted by path

/trunk/main/sc/inc/
H A Dcell.hxx437 void CompileNameFormula( sal_Bool bCreateFormulaString );
H A Dcolumn.hxx400 void CompileNameFormula( sal_Bool bCreateFormulaString );
H A Ddocument.hxx1785 void CompileNameFormula( sal_Bool bCreateFormulaString );
H A Dtable.hxx875 void CompileNameFormula( sal_Bool bCreateFormulaString );
/trunk/main/sc/source/core/data/
H A Dcell2.cxx1562 void ScFormulaCell::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScFormulaCell
H A Dcolumn2.cxx1707 void ScColumn::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScColumn
1714 ((ScFormulaCell*) pCell)->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
H A Ddocumen4.cxx381 void ScDocument::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScDocument
388 if (pTab[i]) pTab[i]->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
H A Dtable4.cxx2017 void ScTable::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula() function in ScTable
2019 for (SCCOL i=0; i<=MAXCOL; i++) aCol[i].CompileNameFormula( bCreateFormulaString ); in CompileNameFormula()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4477 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in SetNewRangeNames()
4480 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in SetNewRangeNames()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx1087 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in DoChange()
1094 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in DoChange()
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx948 pDocShell->GetDocument()->CompileNameFormula( sal_True ); // CreateFormulaString in lock()
954 pDocShell->GetDocument()->CompileNameFormula( sal_False ); // CompileFormulaString in unlock()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2911 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in InsertName()
2927 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in InsertName()

Completed in 110 milliseconds