/aoo41x/main/oox/source/xls/ |
H A D | sheetdatacontext.cxx | 429 switch( eCellType ) in readCellHeader() 464 if( readCellHeader( rStrm, eCellType ) ) in importCellBool() 468 if( eCellType == CELLTYPE_FORMULA ) in importCellBool() 478 if( readCellHeader( rStrm, eCellType ) ) in importCellBlank() 484 if( readCellHeader( rStrm, eCellType ) ) in importCellDouble() 488 if( eCellType == CELLTYPE_FORMULA ) in importCellDouble() 497 if( readCellHeader( rStrm, eCellType ) ) in importCellError() 501 if( eCellType == CELLTYPE_FORMULA ) in importCellError() 511 if( readCellHeader( rStrm, eCellType ) ) in importCellRk() 521 if( readCellHeader( rStrm, eCellType ) ) in importCellRString() [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | sheetdatacontext.hxx | 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 );
|
/aoo41x/main/sc/source/core/data/ |
H A D | table4.cxx | 173 if (eCellType != CELLTYPE_EDIT) in lcl_getSuffixCell() 223 if (eCellType == CELLTYPE_VALUE) in FillAnalyse() 338 else if (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) in FillAnalyse() 775 switch ( eCellType ) in FillAuto() 803 eCellType = CELLTYPE_NONE; in FillAuto() 813 switch (eCellType) in FillAuto() 906 if ( eCellType == CELLTYPE_FORMULA || eCellType == CELLTYPE_EDIT ) in FillAuto() 1407 else if (eCellType == CELLTYPE_VALUE || eCellType == CELLTYPE_FORMULA) in FillSeries() 1410 if (eCellType == CELLTYPE_VALUE) in FillSeries() 1484 else if (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) in FillSeries() [all …]
|
H A D | cell.cxx | 92 eCellType( rCell.eCellType ), in ScBaseCell() 158 switch (eCellType) in Delete() 405 switch ( eCellType ) in GetErrorCode() 417 switch ( eCellType ) in HasEmptyData() 431 switch ( eCellType ) in HasValueData() 445 switch ( eCellType ) in HasStringData() 460 switch ( eCellType ) in GetStringData() 572 eCellType = CELLTYPE_DESTROYED; in ~ScNoteCell() 593 eCellType = CELLTYPE_DESTROYED; in ~ScValueCell() 613 eCellType = CELLTYPE_DESTROYED; in ~ScStringCell() [all …]
|
H A D | column2.cxx | 327 CellType eCellType = pCell->GetCellType(); in GetNeededSize() local 329 sal_Bool bEditEngine = ( eCellType == CELLTYPE_EDIT || in GetNeededSize() 332 … ((eCellType == CELLTYPE_FORMULA) && ((ScFormulaCell*)pCell)->IsMultilineResult()) ); in GetNeededSize() 939 CellType eCellType; in GetNextSpellingCell() local 943 eCellType = GetCellType(nRow); in GetNextSpellingCell() 944 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell() 961 eCellType = GetCellType(nRow); in GetNextSpellingCell() 962 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell() 972 eCellType = GetCellType(nRow); in GetNextSpellingCell() 973 if ( (eCellType == CELLTYPE_STRING || eCellType == CELLTYPE_EDIT) && in GetNextSpellingCell()
|
H A D | table6.cxx | 74 CellType eCellType = pCell->GetCellType(); in SearchCell() local 79 if ( eCellType == CELLTYPE_FORMULA ) in SearchCell() 82 else if ( eCellType == CELLTYPE_EDIT ) in SearchCell() 90 if ( eCellType == CELLTYPE_EDIT ) in SearchCell() 141 !( (eCellType == CELLTYPE_FORMULA && in SearchCell()
|
H A D | column3.cxx | 145 CellType eCellType = pNewCell->GetCellType(); in Insert() local 148 if ( !(pDocument->IsCalcingAfterLoad() && eCellType == CELLTYPE_NOTE) ) in Insert() 150 if ( eCellType == CELLTYPE_FORMULA ) in Insert() 430 CellType eCellType = pOldCell->GetCellType(); in DeleteRange() local 431 switch ( eCellType ) in DeleteRange() 470 if (eCellType != CELLTYPE_NOTE) in DeleteRange() 498 if (eCellType == CELLTYPE_FORMULA) in DeleteRange() 612 CellType eCellType = pCell->GetCellType(); in CreateRefCell() local 613 switch ( eCellType ) in CreateRefCell()
|
H A D | column.cxx | 2114 CellType eCellType = pCell->GetCellType(); in HasEditCells() local 2115 if ( eCellType == CELLTYPE_EDIT || in HasEditCells() 2117 ((eCellType == CELLTYPE_FORMULA) && ((ScFormulaCell*)pCell)->IsMultilineResult()) ) in HasEditCells()
|
H A D | cell2.cxx | 99 eCellType = CELLTYPE_DESTROYED; in ~ScEditCell()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 157 CellContentType eCellType = xCell->getType(); in lcl_GetContentOrResultType() local 158 if ( eCellType == CellContentType_FORMULA ) in lcl_GetContentOrResultType() 171 return eCellType; in lcl_GetContentOrResultType() 272 else if ( eCellType == CellContentType_VALUE ) in lcl_GetColumnInfo() 342 CellContentType eCellType = lcl_GetContentOrResultType( xCell ); in lcl_SetValue() local 346 if ( eCellType == CellContentType_EMPTY ) in lcl_SetValue() 357 if ( eCellType == CellContentType_VALUE ) in lcl_SetValue() 363 if ( eCellType == CellContentType_VALUE ) in lcl_SetValue() 369 if ( eCellType == CellContentType_VALUE ) in lcl_SetValue() 380 if ( eCellType == CellContentType_VALUE ) in lcl_SetValue() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 129 CellType eCellType = mrDoc.GetCellType( aPos ); in FindNextConversionCell() local 138 if( eCellType == CELLTYPE_EDIT ) in FindNextConversionCell() 283 CellType eCellType; in FillFromCell() local 284 mrDoc.GetCellType( nCol, nRow, nTab, eCellType ); in FillFromCell() 286 switch( eCellType ) in FillFromCell()
|
H A D | viewfun4.cxx | 317 CellType eCellType; in DoThesaurus() local 350 pDoc->GetCellType(nCol, nRow, nTab, eCellType); in DoThesaurus() 351 if (eCellType != CELLTYPE_STRING && eCellType != CELLTYPE_EDIT) in DoThesaurus() 380 if (eCellType == CELLTYPE_STRING) in DoThesaurus() 385 else if (eCellType == CELLTYPE_EDIT) in DoThesaurus()
|
H A D | cellsh1.cxx | 653 CellType eCellType; in ExecuteEdit() local 655 pDoc->GetCellType( nStartCol, nStartRow, nStartTab,eCellType ); in ExecuteEdit() 668 else if(eCellType==CELLTYPE_STRING) in ExecuteEdit()
|
H A D | output2.cxx | 1540 CellType eCellType = pCell->GetCellType(); in DrawStrings() local 1541 bCellIsValue = ( eCellType == CELLTYPE_VALUE ); in DrawStrings() 1542 if ( eCellType == CELLTYPE_FORMULA ) in DrawStrings()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 252 CellContentType eCellType = m_xCell->getType(); in getValue() local 253 if ( eCellType == CellContentType_VALUE ) in getValue() 255 else if ( eCellType == CellContentType_FORMULA ) in getValue()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.hxx | 77 enum eCellType enum in chart::DataBrowserModel 84 eCellType getCellType( sal_Int32 nAtColumn, sal_Int32 nAtRow ) const;
|
H A D | DataBrowserModel.cxx | 249 eCellType m_eCellType; 262 eCellType aCellType, in tDataColumn() 589 DataBrowserModel::eCellType DataBrowserModel::getCellType( sal_Int32 nAtColumn, sal_Int32 /* nAtRow… in getCellType() 591 eCellType eResult = TEXT; in getCellType()
|
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 102 inline CellType GetCellType() const { return (CellType)eCellType; } in GetCellType() 168 sal_uInt8 eCellType; // enum CellType - sal_uInt8 spart Speicher member in ScBaseCell
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 171 CellType eCellType = rDoc.GetCellType( aScPos ); in lclInsertUrl() local 172 switch( eCellType ) in lclInsertUrl() 186 …const ScEditCell* pEditCell = (eCellType == CELLTYPE_EDIT) ? static_cast< const ScEditCell* >( rDo… in lclInsertUrl()
|
H A D | excform.cxx | 138 CellType eCellType; in Formula() local 140 pD->GetCellType( aScPos.Col(), aScPos.Row(), aScPos.Tab(), eCellType ); in Formula() 141 if( eCellType == CELLTYPE_FORMULA ) in Formula()
|
H A D | xetable.cxx | 2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable() local 2412 switch( eCellType ) in XclExpCellTable()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 1778 CellType eCellType = GetCellType( GetCell( aAdr ) ); in ScIsEmpty() local 1779 if((eCellType == CELLTYPE_NONE) || (eCellType == CELLTYPE_NOTE)) in ScIsEmpty() 3339 CellType eCellType = pCell->GetCellType(); in IterateParameters() local 3340 if (eCellType != CELLTYPE_NONE && eCellType != CELLTYPE_NOTE) in IterateParameters() 4477 CellType eCellType; in ScCountEmptyCells() local 4485 eCellType = GetCellType( GetCell( aAdr ) ); in ScCountEmptyCells() 4486 if (eCellType != CELLTYPE_NONE && eCellType != CELLTYPE_NOTE) in ScCountEmptyCells() 4509 if ((eCellType = pCell->GetCellType()) != CELLTYPE_NONE in ScCountEmptyCells() 4510 && eCellType != CELLTYPE_NOTE) in ScCountEmptyCells()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 475 CellType eCellType = pDoc->GetCellType( pViewSh->GetViewData()->GetCurPos() ); in Select() local 476 switch ( eCellType ) in Select()
|