/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 145 CellType eCellType = pNewCell->GetCellType(); in Insert() 612 CellType eCellType = pCell->GetCellType(); in CreateRefCell() 837 switch (rSource.GetCellType()) in CloneCell() 1316 switch ( pCell->GetCellType() ) in SetString() 1513 switch ( pCell->GetCellType() ) in GetFilterEntries() 1594 CellType eType = pCell->GetCellType(); in GetDataEntries() 1619 CellType eType = pCell->GetCellType(); in GetDataEntries() 1720 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetString() 1805 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetInputString() 1824 switch (pCell->GetCellType()) in GetValue() [all …]
|
H A D | column.cxx | 113 if ( pCell->GetCellType() == CELLTYPE_FORMULA in GetBlockMatrixEdges() 132 if ( pCell->GetCellType() == CELLTYPE_FORMULA in GetBlockMatrixEdges() 181 if ( pCell->GetCellType() == CELLTYPE_FORMULA in HasSelectionMatrixFragment() 872 CellType eType1 = pCell1->GetCellType(); in SwapRow() 1514 if( pCell->GetCellType() == CELLTYPE_FORMULA) in SwapCol() 1521 if( pCell->GetCellType() == CELLTYPE_FORMULA) in SwapCol() 1683 if (pCell->GetCellType() == CELLTYPE_FORMULA) in UpdateTranspose() 1810 if( p->GetCellType() == CELLTYPE_FORMULA ) in UpdateCompile() 1829 if( p->GetCellType() == CELLTYPE_FORMULA ) in SetTabNo() 1880 if( p->GetCellType() == CELLTYPE_FORMULA ) in SetDirtyVar() [all …]
|
H A D | column2.cxx | 327 CellType eCellType = pCell->GetCellType(); in GetNeededSize() 492 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in GetNeededSize() 943 eCellType = GetCellType(nRow); in GetNextSpellingCell() 961 eCellType = GetCellType(nRow); in GetNextSpellingCell() 972 eCellType = GetCellType(nRow); in GetNextSpellingCell() 1691 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in CompileDBFormula() 1702 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in CompileDBFormula() 1713 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in CompileNameFormula() 1734 switch (pCell->GetCellType()) in lcl_UpdateSubTotal() 1852 switch ( pCell->GetCellType() ) in GetWeightedCount() [all …]
|
H A D | dociter.cxx | 349 switch (pCell->GetCellType()) in GetThis() 369 pCol->pItems[nColRow].pCell->GetCellType() == CELLTYPE_VALUE && in GetThis() 455 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in GetCurNumFmtInfo() 596 switch (pCell ? pCell->GetCellType() : CELLTYPE_NONE) in getCurrent() 1081 if ( bSubTotal && pCell->GetCellType() == CELLTYPE_FORMULA in GetThis() 1188 if ( pCell->GetCellType() == CELLTYPE_NOTE ) in GetThis() 1472 switch ( pCell->GetCellType() ) in BinarySearch() 1497 while (i <= nHi && pItems[i].pCell->GetCellType() == CELLTYPE_NOTE) in BinarySearch() 1515 switch ( pCell->GetCellType() ) in BinarySearch() 1864 switch (pCell->GetCellType()) in GetNext() [all …]
|
H A D | table3.cxx | 247 eType1 = pCell1->GetCellType(); in CompareCell() 253 eType2 = pCell2->GetCellType(); in CompareCell() 589 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in TestRemoveSubTotals() 621 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in RemoveSubTotals() 970 switch ( pCell->GetCellType() ) in ValidQuery() 1060 if (pCell->GetCellType() != CELLTYPE_NOTE) in ValidQuery() 1310 … ppInfo[nValidCount-1]->pCell->GetCellType() == CELLTYPE_NOTE ) ) in TopTenQuery() 1371 if ( pCell->GetCellType() == CELLTYPE_VALUE ) in TopTenQuery() 1516 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in Query() 1863 CellType eType = GetCellType( nCol, nStartRow ); in HasColHeader() [all …]
|
H A D | table4.cxx | 221 CellType eCellType = pFirstCell ? pFirstCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse() 263 if (pCell && pCell->GetCellType() == CELLTYPE_VALUE) in FillAnalyse() 320 if (pCell && pCell->GetCellType() == CELLTYPE_VALUE) in FillAnalyse() 378 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse() 475 if ( pOrgCell && pOrgCell->GetCellType() == CELLTYPE_FORMULA in FillFormula() 774 eCellType = pSrcCell->GetCellType(); 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 | documen4.cxx | 70 GetCellType(nFCol, nFRow, nFTab, eFType); in Solver() 71 GetCellType(nVCol, nVRow, nVTab, eVType); in Solver() 786 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in RowDifferences() 787 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in RowDifferences() 827 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in ColDifferences() 828 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in ColDifferences()
|
H A D | cell.cxx | 108 switch( rSrcCell.GetCellType() ) in lclCloneCell() 482 eType1 = pCell1->GetCellType(); in CellEqual() 490 eType2 = pCell2->GetCellType(); in CellEqual() 509 if ( pCell1->GetCellType() == CELLTYPE_STRING ) in CellEqual() 514 if ( pCell2->GetCellType() == CELLTYPE_STRING ) in CellEqual() 862 if (pCell && pCell->GetCellType() == CELLTYPE_FORMULA) in GetFormula()
|
H A D | table6.cxx | 74 CellType eCellType = pCell->GetCellType(); in SearchCell() 75 switch (rSearchItem.GetCellType()) in SearchCell() 210 if (rSearchItem.GetCellType() == SVX_SEARCHIN_NOTE) in SearchCell()
|
H A D | cell2.cxx | 517 if ( pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA in GetMatrixEdge() 533 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA in GetMatrixEdge() 549 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA in GetMatrixEdge() 979 if ( pUndoDoc->GetCellType( aUndoPos ) != CELLTYPE_FORMULA ) in UpdateReference()
|
/aoo41x/main/xmloff/source/style/ |
H A D | numehelp.cxx | 86 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, rtl::OU… in GetCellType() function in XMLNumberFormatAttributesExportHelper 99 aFormat.nType = GetCellType(nNumberFormat, bIsStandard); in GetCellType() 279 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Boo… in GetCellType() function in XMLNumberFormatAttributesExportHelper 310 …sal_Int16 nTypeKey = GetCellType(nNumberFormat, bIsStandard, rXMLExport.GetNumberFormatsSupplier()… in SetNumberFormatAttributes() 361 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Boo… in GetCellType() function in XMLNumberFormatAttributesExportHelper 532 sal_Int16 nTypeKey = GetCellType(nNumberFormat, sCurrency, bIsStandard); in SetNumberFormatAttributes()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | numehelp.hxx | 89 …sal_Int16 GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStanda… 97 static sal_Int16 GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard, 110 sal_Int16 GetCellType(const sal_Int32 nNumberFormat, sal_Bool& bIsStandard);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 459 pCell->GetCellType() == CELLTYPE_VALUE && in SameValue() 523 CellType eType = pCell->GetCellType(); in SetTextToWidthOrHash() 769 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in lcl_DoHyperlinkResult() 790 switch (pCell->GetCellType()) in SetSyntaxColor() 823 switch (pCell->GetCellType()) in SetEditSyntaxColor() 1054 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in IsEmptyCellText() 1482 else if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DrawStrings() 1540 CellType eCellType = pCell->GetCellType(); in DrawStrings() 1942 switch ( pCell->GetCellType() ) in lcl_SafeIsValue() 2483 if (pCell->GetCellType() == CELLTYPE_EDIT) in DrawEdit() [all …]
|
H A D | viewfun4.cxx | 252 if (pCell->GetCellType() == CELLTYPE_FORMULA) in DoRefConversion() 350 pDoc->GetCellType(nCol, nRow, nTab, eCellType); in DoThesaurus() 769 if (pCell->GetCellType() == CELLTYPE_EDIT) in InsertBookmark() 814 if ( pCell && pCell->GetCellType() == CELLTYPE_EDIT ) in HasBookmarkAtCursor()
|
H A D | spelleng.cxx | 129 CellType eCellType = mrDoc.GetCellType( aPos ); in FindNextConversionCell() 284 mrDoc.GetCellType( nCol, nRow, nTab, eCellType ); in FillFromCell()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 308 if (pCell->GetCellType() == CELLTYPE_FORMULA) in HasError() 815 if (pCell->GetCellType() == CELLTYPE_FORMULA) in InsertPredLevelArea() 844 if (pCell->GetCellType() != CELLTYPE_FORMULA) in InsertPredLevel() 915 if (pCell->GetCellType() == CELLTYPE_FORMULA) in FindPredLevelArea() 937 if (pCell->GetCellType() != CELLTYPE_FORMULA) in FindPredLevel() 999 if (pCell->GetCellType() != CELLTYPE_FORMULA) in InsertErrorLevel() 1058 if (pCell->GetCellType() == CELLTYPE_FORMULA) in InsertSuccLevel() 1149 if (pCell->GetCellType() == CELLTYPE_FORMULA) in FindSuccLevel()
|
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 | interpr4.cxx | 161 if ( pCell->GetCellType() == CELLTYPE_FORMULA ) in GetCellNumberFormat() 166 if ( pCell->GetCellType() == CELLTYPE_FORMULA in GetCellNumberFormat() 417 CellType eType = pCell->GetCellType(); in GetCellValueOrZero() 493 switch (pCell->GetCellType()) in GetCellString() 579 switch ( pCell->GetCellType() ) in CreateDoubleArr() 662 switch ( pCell->GetCellType() ) in CreateStringArr() 767 switch ( pCell->GetCellType() ) in CreateCellArr() 963 bool bInherited = (GetCellType( pCell) == CELLTYPE_FORMULA); in PushCellResultToken() 2935 switch( pCell->GetCellType() ) in SetSbxVariable() 3031 if ( pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA ) in ScTableOp() [all …]
|
H A D | cellform.cxx | 59 CellType eType = pCell->GetCellType(); in GetString() 180 CellType eType = pCell->GetCellType(); in GetInputString()
|
H A D | rangeseq.cxx | 53 …if ( pCell->GetCellType() == CELLTYPE_FORMULA && static_cast<ScFormulaCell*>(pCell)->GetErrCode() … in lcl_HasErrors() 260 CellType eType = rCell.GetCellType(); in lcl_GetValueFromCell() 296 if ( pCell->GetCellType() == CELLTYPE_FORMULA && in FillMixedArray()
|
H A D | interpr1.cxx | 1829 switch ( GetCellType( pCell ) ) in IsString() 1938 switch ( GetCellType( pCell ) ) in ScType() 2279 switch ( GetCellType( pCell ) ) in ScIsValue() 2360 switch ( GetCellType( pCell ) ) in ScFormula() 2555 switch ( GetCellType( pCell ) ) in IsEven() 2746 switch ( GetCellType( pCell ) ) in ScT() 4485 eCellType = GetCellType( GetCell( aAdr ) ); in ScCountEmptyCells() 4578 switch ( GetCellType( pCell ) ) in IterateParametersIf() 4923 switch ( GetCellType( pCell ) ) in ScCountIf() 5137 switch ( GetCellType( pCell ) ) in IterateParametersIfs() [all …]
|
H A D | chgtrack.cxx | 1764 switch ( pCell->GetCellType() ) in GetStringOfCell() 1796 switch ( pCell->GetCellType() ) in GetContentCellType() 1830 return pCell && pCell->GetCellType() == CELLTYPE_VALUE; in NeedsNumberFormat() 1855 switch ( pOrgCell->GetCellType() ) in SetValue() 1885 switch ( pCell->GetCellType() ) in SetCell() 1913 switch ( pCell->GetCellType() ) in GetValueString() 1983 switch ( pCell->GetCellType() ) in PutValueToDoc() 2089 sal_Bool bOldFormula = ( pOldCell && pOldCell->GetCellType() == CELLTYPE_FORMULA ); in UpdateReference() 2090 sal_Bool bNewFormula = ( pNewCell && pNewCell->GetCellType() == CELLTYPE_FORMULA ); in UpdateReference() 2732 if ( pOldCell && (pOldCell->GetCellType() == CELLTYPE_FORMULA) && in IsMatrixFormulaRangeDifferent() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 102 inline CellType GetCellType() const { return (CellType)eCellType; } in GetCellType() function in ScBaseCell 504 switch (pCell->GetCellType()) in GetValueFromCell() 524 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetStringFromCell()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 550 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA in lcl_GetColumnTypes() 889 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport() 891 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DBaseExport() 1006 if ( pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport() 1008 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DBaseExport()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 169 nCellType = GetScImport().GetCellType(sValue); in ScXMLTableRowCellContext() 756 return ( !pCell || pCell->GetCellType() == CELLTYPE_NOTE ); in lcl_IsEmptyOrNote() 894 … bDoIncrement = ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ); in EndElement() 968 … if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in EndElement()
|