Home
last modified time | relevance | path

Searched refs:GetCellType (Results 76 – 96 of 96) sorted by relevance

1234

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx385 if ( pDocCell->GetCellType() == CELLTYPE_EDIT ) in EnterData()
696 sal_Bool bNeedHeight = ( pOldCell && pOldCell->GetCellType() == CELLTYPE_EDIT ) in EnterValue()
H A Dcellsh1.cxx655 pDoc->GetCellType( nStartCol, nStartRow, nStartTab,eCellType ); in ExecuteEdit()
H A Doutput.cxx1769 if (pCell->GetCellType() == CELLTYPE_FORMULA) in FindChanged()
H A Dviewfun2.cxx218 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in lcl_IsAutoSumData()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx752 sal_Bool bEditDeleted = (pDocCell && pDocCell->GetCellType() == CELLTYPE_EDIT); in SetNormalString()
816 sal_Bool bEditCell = ( pNewCell->GetCellType() == CELLTYPE_EDIT ); in PutCell()
818 sal_Bool bEditDeleted = (pDocCell && pDocCell->GetCellType() == CELLTYPE_EDIT); in PutCell()
H A Ddbdocfun.cxx739 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in Query()
H A Ddocsh.cxx1824 CellType eType = pCell->GetCellType(); in AsciiSave()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx848 CellType eType = pCell->GetCellType(); in IsCellValid()
H A Ddocumen3.cxx649 if ( pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->IsSubTotal() ) in HasSubTotalCells()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx140 pD->GetCellType( aScPos.Col(), aScPos.Row(), aScPos.Tab(), eCellType ); in Formula()
H A Dxistyle.cxx1884 if( !bTextWrap && (rDoc.GetCellType( rStart ) == CELLTYPE_EDIT) ) in Finalize()
H A Dxetable.cxx2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx475 CellType eCellType = pDoc->GetCellType( pViewSh->GetViewData()->GetCurPos() ); in Select()
H A Dinputhdl.cxx1764 bNumber = ( pDoc->GetCellType( aCursorPos ) == CELLTYPE_VALUE ); in UpdateAdjust()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx807 pDoc->GetCellType(rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), aCellType); in GetCellText()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1191 else if (pSearchItem->GetCellType() == SVX_SEARCHIN_NOTE) in Undo()
H A Dundodat.cxx1517 pDoc->GetCellType(ScAddress( nCol, nRow, nTab )) == CELLTYPE_FORMULA ) in Undo()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx870 … if ( util::NumberFormat::TEXT == aHelper.GetCellType(nFormatKey,bIsStandard) ) in exportContainer()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1003 switch ( pSearchItem->GetCellType() ) in Init_Impl()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3073 CellType eType = pCell->GetCellType(); in IsColRowName()
3202 CellType eType = pCell->GetCellType(); in IsColRowName()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2576 switch (pCell->GetCellType()) in BuildDataCache()

Completed in 281 milliseconds

1234