Home
last modified time | relevance | path

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

1234

/trunk/main/svl/inc/svl/
H A Dsrchitem.hxx141 sal_uInt16 GetCellType() const { return nCellType; } in GetCellType() function in SvxSearchItem
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx329 switch ( pCell->GetCellType() ) in MakeNumberInfoItem()
H A Dtabview4.cxx554 if ( pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetDirty() ) in InterpretVisible()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1021 switch ( pCell->GetCellType() ) in WriteCell()
1103 switch ( pCell->GetCellType() ) in WriteCell()
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx170 switch( pAkt->GetCellType() ) in ScExportDif()
/trunk/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx192 else if (aString.EqualsAscii( SC_UNO_SRCHTYPE )) aRet <<= (sal_Int16) pSearchItem->GetCellType(); in getPropertyValue()
H A Dfuncuno.cxx192 if (pCell->GetCellType() == CELLTYPE_FORMULA) in lcl_CopyData()
H A Dtextuno.cxx1073 if ( pCell && pCell->GetCellType() == CELLTYPE_EDIT ) in GetTextForwarder()
/trunk/main/sc/source/filter/xml/
H A Dxmlexternaltabi.cxx300 mnCellType = mrScImport.GetCellType(sValue); in ScXMLExternalRefCellContext()
H A Dxmlimprt.hxx831 sal_Int16 GetCellType(const ::rtl::OUString& rStrValue) const;
H A DXMLExportIterator.cxx717 CellType eCalcType = rExport.GetDocument()->GetCellType( aScAddress ); in SetMatrixCellData()
H A Dxmlimprt.cxx1983 sal_Int16 ScXMLImport::GetCellType(const OUString& rStrValue) const in GetCellType() function in ScXMLImport
2378 GetNumberFormatAttributesExportHelper()->GetCellType( in SetType()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1612 sal_Bool bTempCell = (!pVCell || pVCell->GetCellType() == CELLTYPE_NOTE); in ScBackSolver()
1615 if ( ((pVCell && pVCell->GetCellType() == CELLTYPE_VALUE) || bTempCell) in ScBackSolver()
1616 && pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA ) in ScBackSolver()
H A Dinterpr5.cxx543 if (pCell && pCell->GetCellType() == CELLTYPE_FORMULA) in ScMatValue()
3182 if( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in ScMatRef()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx1163 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in GetNextMarkedCell()
1540 if (pNextCell && pNextCell->GetCellType() != CELLTYPE_NOTE) in MaybeAddExtraColumn()
H A Dvalidat.cxx489 switch (pCell->GetCellType()) in IsDataValid()
H A Ddptablecache.cxx197 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetErrCode() ) in ScDPItemData()
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx322 if (pCell->GetCellType() == CELLTYPE_FORMULA) in Refresh()
H A Ddbdocimp.cxx436 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in DoImport()
H A Dimpex.cxx1440 pDoc->GetCellType( nCol, nRow, aRange.aStart.Tab(), eType ); in Doc2Text()
1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
H A Ddocsh3.cxx1040 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in MergeDocument()
/trunk/main/sc/inc/
H A Dcolumn.hxx250 CellType GetCellType( SCROW nRow ) const;
H A Ddocument.hxx828 SC_DLLPUBLIC void GetCellType( SCCOL nCol, SCROW nRow, SCTAB nTab, CellType& rCellType ) const;
829 SC_DLLPUBLIC CellType GetCellType( const ScAddress& rPos ) const;
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx751 if (pCell->GetCellType() == CELLTYPE_EDIT ) in DoChange()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx171 CellType eCellType = rDoc.GetCellType( aScPos ); in lclInsertUrl()

Completed in 473 milliseconds

1234