/aoo42x/main/oox/inc/oox/xls/ |
H A D | sheetdatacontext.hxx | 75 enum CellType { CELLTYPE_VALUE, CELLTYPE_MULTI, CELLTYPE_FORMULA }; enum in oox::xls::SheetDataContext 88 bool readCellHeader( SequenceInputStream& rStrm, CellType eCellType ); 95 void importCellBlank( SequenceInputStream& rStrm, CellType eCellType ); 97 void importCellBool( SequenceInputStream& rStrm, CellType eCellType ); 99 void importCellDouble( SequenceInputStream& rStrm, CellType eCellType ); 101 void importCellError( SequenceInputStream& rStrm, CellType eCellType ); 103 void importCellRk( SequenceInputStream& rStrm, CellType eCellType ); 105 void importCellRString( SequenceInputStream& rStrm, CellType eCellType ); 107 void importCellSi( SequenceInputStream& rStrm, CellType eCellType ); 109 void importCellString( SequenceInputStream& rStrm, CellType eCellType );
|
/aoo42x/main/oox/source/xls/ |
H A D | sheetdatacontext.cxx | 427 bool SheetDataContext::readCellHeader( SequenceInputStream& rStrm, CellType eCellType ) in readCellHeader() 462 void SheetDataContext::importCellBool( SequenceInputStream& rStrm, CellType eCellType ) in importCellBool() 475 void SheetDataContext::importCellBlank( SequenceInputStream& rStrm, CellType eCellType ) in importCellBlank() 482 void SheetDataContext::importCellDouble( SequenceInputStream& rStrm, CellType eCellType ) in importCellDouble() 495 void SheetDataContext::importCellError( SequenceInputStream& rStrm, CellType eCellType ) in importCellError() 508 void SheetDataContext::importCellRk( SequenceInputStream& rStrm, CellType eCellType ) in importCellRk() 518 void SheetDataContext::importCellRString( SequenceInputStream& rStrm, CellType eCellType ) in importCellRString() 531 void SheetDataContext::importCellSi( SequenceInputStream& rStrm, CellType eCellType ) in importCellSi() 541 void SheetDataContext::importCellString( SequenceInputStream& rStrm, CellType eCellType ) in importCellString()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column3.cxx | 145 CellType eCellType = pNewCell->GetCellType(); in Insert() 430 CellType eCellType = pOldCell->GetCellType(); in DeleteRange() 612 CellType eCellType = pCell->GetCellType(); in CreateRefCell() 1024 CellType eSrcType = pSrc ? pSrc->GetCellType() : CELLTYPE_NONE; in MixData() 1025 CellType eDestType = pDest ? pDest->GetCellType() : CELLTYPE_NONE; in MixData() 1594 CellType eType = pCell->GetCellType(); in GetDataEntries() 1619 CellType eType = pCell->GetCellType(); in GetDataEntries() 1862 CellType ScColumn::GetCellType( SCROW nRow ) const in GetCellType() 1911 CellType eType = pItems[nIndex].pCell->GetCellType(); in HasStringCells() 2027 CellType eType = pCell->GetCellType(); in GetMaxNumberStringLen()
|
H A D | table4.cxx | 165 sal_uInt16 nDigits, const String& rSuffix, CellType eCellType, in lcl_getSuffixCell() 221 CellType eCellType = pFirstCell ? pFirstCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse() 378 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse() 758 CellType eCellType = CELLTYPE_NONE; in FillAuto() 1042 CellType eType = pCell->GetCellType(); in GetAutoFillPreview() 1099 CellType eType = pCell->GetCellType(); in GetAutoFillPreview() 1381 CellType eCellType = pSrcCell->GetCellType(); in FillSeries()
|
H A D | autonamecache.cxx | 74 CellType eType = pCell->GetCellType(); in GetNameOccurences()
|
H A D | cell.cxx | 79 ScBaseCell::ScBaseCell( CellType eNewType ) : in IMPL_FIXEDMEMPOOL_NEWDEL() 478 CellType eType1 = CELLTYPE_NONE; in CellEqual() 479 CellType eType2 = CELLTYPE_NONE; in CellEqual()
|
H A D | column.cxx | 872 CellType eType1 = pCell1->GetCellType(); in SwapRow() 873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow() 2114 CellType eCellType = pCell->GetCellType(); in HasEditCells()
|
H A D | table3.cxx | 244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell() 1863 CellType eType = GetCellType( nCol, nStartRow ); in HasColHeader() 1874 CellType eType = GetCellType( nStartCol, nRow ); in HasRowHeader()
|
H A D | documen8.cxx | 707 CellType eType = pCell->GetCellType(); in OnlineSpellInRange() 1514 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in TransliterateText()
|
H A D | column2.cxx | 327 CellType eCellType = pCell->GetCellType(); in GetNeededSize() 939 CellType eCellType; in GetNextSpellingCell()
|
H A D | table6.cxx | 74 CellType eCellType = pCell->GetCellType(); in SearchCell()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 261 CellType eType = pCell->GetCellType(); in CreateMemChartSingle() 424 CellType eType = pCell->GetCellType(); in CreateMemChartMulti() 457 CellType eType = pCell->GetCellType(); in CreateMemChartMulti()
|
H A D | cellform.cxx | 59 CellType eType = pCell->GetCellType(); in GetString() 180 CellType eType = pCell->GetCellType(); in GetInputString()
|
H A D | rangeseq.cxx | 260 CellType eType = rCell.GetCellType(); in lcl_GetValueFromCell()
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 81 explicit ScBaseCell( CellType eNewType ); 102 inline CellType GetCellType() const { return (CellType)eCellType; } in GetCellType()
|
H A D | table.hxx | 331 CellType GetCellType( const ScAddress& rPos ) const in GetCellType() 337 CellType GetCellType( SCCOL nCol, SCROW nRow ) const;
|
H A D | global.hxx | 301 enum CellType enum
|
H A D | column.hxx | 250 CellType GetCellType( SCROW nRow ) const;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 129 CellType eCellType = mrDoc.GetCellType( aPos ); in FindNextConversionCell() 283 CellType eCellType; in FillFromCell()
|
H A D | tabvwsha.cxx | 621 CellType eType; in UpdateInputHandler()
|
/aoo42x/main/sfx2/sdi/ |
H A D | sfxitems.sdi | 78 UINT16 CellType MID_SEARCH_CELLTYPE;
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | solvrdlg.cxx | 245 CellType eType; in IMPL_LINK()
|
/aoo42x/main/starmath/sdi/ |
H A D | smitems.sdi | 429 UINT16 CellType MID_CELLTYPE;
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1656 sal_uInt8 CellType; in LoadCol() local 1663 rStream >> CellType; in LoadCol() 1668 switch (CellType) in LoadCol()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1439 CellType eType; in Doc2Text() 1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
|