Searched refs:bEditCell (Results 1 – 5 of 5) sorted by relevance
221 void IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc = 1);
3030 sal_Bool bEditCell = sal_False; in WriteCell() local3037 bEditCell = sal_True; in WriteCell()3052 IncrementProgressBar(bEditCell); in WriteCell()4464 void ScXMLExport::IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc) in IncrementProgressBar() argument4467 if (bEditCell || nProgressCount > 100) in IncrementProgressBar()
965 void ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc = 1);
2967 void ScXMLImport::ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc) in ProgressBarIncrement() argument2970 if (bEditCell || nProgressCount > 100) in ProgressBarIncrement()
816 sal_Bool bEditCell = ( pNewCell->GetCellType() == CELLTYPE_EDIT ); in PutCell() local819 sal_Bool bHeight = ( bEditDeleted || bEditCell || in PutCell()887 sal_Bool bEditCell = aTester.NeedsObject(); in PutData() local888 if ( bEditCell ) in PutData()
Completed in 166 milliseconds