Lines Matching refs:pCell

542 			ScBaseCell* pCell;  in lcl_GetColumnTypes()  local
543 pDoc->GetCell( nCol, nFirstDataRow, nTab, pCell ); in lcl_GetColumnTypes()
544 if ( !pCell || pCell->HasStringData() ) in lcl_GetColumnTypes()
550 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA in lcl_GetColumnTypes()
554 ((ScFormulaCell*)pCell)->GetValue(), *pNumFmt, nFormat, in lcl_GetColumnTypes()
555 ((ScFormulaCell*)pCell)->GetFormatType() ); in lcl_GetColumnTypes()
684 const ScBaseCell* pCell, ScFieldEditEngine& rEditEngine ) in lcl_getLongVarCharEditString() argument
686 rEditEngine.SetText( *((const ScEditCell*)pCell)->GetData() ); in lcl_getLongVarCharEditString()
690 inline void lcl_getLongVarCharString( String& rString, ScBaseCell* pCell, in lcl_getLongVarCharString() argument
697 ScCellFormat::GetString( pCell, nFormat, rString, &pColor, rNumFmt ); in lcl_getLongVarCharString()
887 ScBaseCell* pCell; in DBaseExport() local
888 aDocument.GetCell( nDocCol, nDocRow, nTab, pCell ); in DBaseExport()
889 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport()
891 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DBaseExport()
894 pCell, aEditEngine); in DBaseExport()
898 lcl_getLongVarCharString( aString, pCell, in DBaseExport()
997 ScBaseCell* pCell = NULL; in DBaseExport() local
999 while (bTest && ((pCell = aIter.GetNext( nDocCol, nDocRow)) != NULL)) in DBaseExport()
1006 if ( pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport()
1008 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DBaseExport()
1010 pCell, aEditEngine); in DBaseExport()
1013 pCell, aDocument, nDocCol, in DBaseExport()