Home
last modified time | relevance | path

Searched refs:CELLTYPE_STRING (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Dtable4.cxx338 else if (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) in FillAnalyse()
381 if ( eType == CELLTYPE_STRING ) in FillAnalyse()
780 case CELLTYPE_STRING: in FillAuto()
782 if ( eCellType == CELLTYPE_STRING ) in FillAuto()
818 case CELLTYPE_STRING: in FillAuto()
848 case CELLTYPE_STRING: in FillAuto()
1045 case CELLTYPE_STRING: in GetAutoFillPreview()
1048 if ( eType == CELLTYPE_STRING ) in GetAutoFillPreview()
1102 case CELLTYPE_STRING: in GetAutoFillPreview()
1105 if ( eType == CELLTYPE_STRING ) in GetAutoFillPreview()
[all …]
H A Dcell.cxx112 case CELLTYPE_STRING: in lclCloneCell()
163 case CELLTYPE_STRING: in Delete()
447 case CELLTYPE_STRING : in HasStringData()
462 case CELLTYPE_STRING: in GetStringData()
484 eType1 = CELLTYPE_STRING; in CellEqual()
492 eType2 = CELLTYPE_STRING; in CellEqual()
506 case CELLTYPE_STRING: // String oder Edit in CellEqual()
509 if ( pCell1->GetCellType() == CELLTYPE_STRING ) in CellEqual()
514 if ( pCell2->GetCellType() == CELLTYPE_STRING ) in CellEqual()
600 ScBaseCell( CELLTYPE_STRING ) in ScStringCell()
[all …]
H A Dcolumn3.cxx449 case CELLTYPE_STRING: in DeleteRange()
633 case CELLTYPE_STRING: in CreateRefCell()
843 case CELLTYPE_STRING: in CloneCell()
1055 sal_Bool bSrcText = ( eSrcType == CELLTYPE_STRING || in MixData()
1057 sal_Bool bDestText = ( eDestType == CELLTYPE_STRING || in MixData()
1318 case CELLTYPE_STRING : in SetString()
1595 if (eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT) // nur Strings interessieren in GetDataEntries()
1597 if (eType == CELLTYPE_STRING) in GetDataEntries()
1620 if (eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT) // nur Strings interessieren in GetDataEntries()
1622 if (eType == CELLTYPE_STRING) in GetDataEntries()
[all …]
H A Ddocumen8.cxx708 if ( eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT ) in OnlineSpellInRange()
738 if ( eType == CELLTYPE_STRING ) in OnlineSpellInRange()
1521 …( eType == CELLTYPE_STRING && ( nType == com::sun::star::i18n::TransliterationModulesExtra::SENTEN… in TransliterateText()
1533 if ( eType == CELLTYPE_STRING ) in TransliterateText()
1571 else if ( eType == CELLTYPE_STRING ) in TransliterateText()
H A Dcolumn2.cxx944 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell()
962 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell()
973 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell()
1855 case CELLTYPE_STRING: in GetWeightedCount()
H A Dautonamecache.cxx77 case CELLTYPE_STRING: in GetNameOccurences()
H A Dtable3.cxx273 if (eType1 == CELLTYPE_STRING) in CompareCell()
277 if (eType2 == CELLTYPE_STRING) in CompareCell()
1864 if (eType != CELLTYPE_STRING && eType != CELLTYPE_EDIT) in HasColHeader()
1875 if (eType != CELLTYPE_STRING && eType != CELLTYPE_EDIT) in HasRowHeader()
H A Ddociter.cxx408 case CELLTYPE_STRING : in GetThis()
642 case CELLTYPE_STRING: in getCurrent()
1901 case CELLTYPE_STRING : in GetNext()
H A Dconditio.cxx864 case CELLTYPE_STRING: in IsCellValid()
867 if ( eType == CELLTYPE_STRING ) in IsCellValid()
/trunk/main/sc/source/core/tool/
H A Dcellform.cxx62 case CELLTYPE_STRING: in GetString()
183 case CELLTYPE_STRING: in GetInputString()
H A Dscmatrix.cxx155 if ( nType == CELLTYPE_STRING ) in ScMatrix()
208 nType = CELLTYPE_STRING; in Store()
215 else if ( nType == CELLTYPE_STRING ) in Store()
H A Dinterpr4.cxx455 case CELLTYPE_STRING: in GetCellValueOrZero()
461 if ( eType == CELLTYPE_STRING ) in GetCellValueOrZero()
495 case CELLTYPE_STRING: in GetCellString()
664 case CELLTYPE_STRING : in CreateStringArr()
769 case CELLTYPE_STRING : in CreateCellArr()
2941 case CELLTYPE_STRING : in SetSbxVariable()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java662 if (cellType.equalsIgnoreCase(CELLTYPE_STRING)) { in traverseCell()
665 fmt.setCategory(CELLTYPE_STRING); in traverseCell()
746 fmt.setCategory(CELLTYPE_STRING); in traverseCell()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java556 type = OfficeConstants.CELLTYPE_STRING; in getCellDataType()
609 type = OfficeConstants.CELLTYPE_STRING; in getCellFormatType()
H A DMinicalcEncoder.java565 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_STRING)) { in getFormat()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java329 public final static String CELLTYPE_STRING = "string"; field
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx351 if (eCellType != CELLTYPE_STRING && eCellType != CELLTYPE_EDIT) in DoThesaurus()
380 if (eCellType == CELLTYPE_STRING) in DoThesaurus()
H A Dtabvwsh5.cxx339 case CELLTYPE_STRING: in MakeNumberInfoItem()
H A Dspelleng.cxx288 case CELLTYPE_STRING: in FillFromCell()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx754 case CELLTYPE_STRING: in GetCellData()
758 if( pScCell->GetCellType() == CELLTYPE_STRING ) in GetCellData()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java93 } else if(category.equalsIgnoreCase(CELLTYPE_STRING)) { in Formula()
H A DWorkbook.java392 if(category.equalsIgnoreCase(CELLTYPE_STRING)) { in addCell()
/trunk/main/sc/source/filter/lotus/
H A Dexpop.cxx380 case CELLTYPE_STRING: in Write()
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx196 case CELLTYPE_STRING: in ScExportDif()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java378 String type = OfficeConstants.CELLTYPE_STRING; in getCellDataType()

Completed in 270 milliseconds

12