/trunk/main/sc/source/core/data/ |
H A D | documen7.cxx | 87 ScBaseCell* pCell in Broadcast() argument 106 if ( pCell ) in Broadcast() 270 return pCell->GetPrevious() || pFormulaTree == pCell; in IsInFormulaTree() 294 while ( pCell ) in CalcFormulaTree() 297 pCell = pCell->GetNext(); // alles klar in CalcFormulaTree() 312 pCell = pCell->GetNext(); in CalcFormulaTree() 335 if ( pCell->GetPrevious() || pCell == pFormulaTree ) in CalcFormulaTree() 338 pCell = pCell->GetNext(); in CalcFormulaTree() 359 pCell = pCell->GetNext(); in CalcFormulaTree() 386 pCell = pTree; in ClearFormulaTree() [all …]
|
H A D | column3.cxx | 199 pItems[nCount].pCell = pCell; in Append() 211 ScBaseCell* pCell = pItems[nIndex].pCell; in Delete() local 237 ScBaseCell* pCell = pItems[nIndex].pCell; in DeleteAtIndex() local 296 ScBaseCell* pCell = pItems[i].pCell; in DeleteRow() local 611 ScBaseCell* pCell = pItems[nIndex].pCell; in CreateRefCell() local 1174 ScBaseCell* pCell = pItems[i].pCell; in StartAllListeners() local 1192 ScBaseCell* pCell = pItems[i].pCell; in StartNeededListeners() local 1315 ScBaseCell* pCell = pItems[i].pCell; in SetString() local 1719 ScBaseCell* pCell = pItems[nIndex].pCell; in GetString() local 1804 ScBaseCell* pCell = pItems[nIndex].pCell; in GetInputString() local [all …]
|
H A D | column.cxx | 112 ScBaseCell* pCell = pItems[nIndex].pCell; in GetBlockMatrixEdges() local 131 ScBaseCell* pCell = pItems[nIndex].pCell; in GetBlockMatrixEdges() local 180 ScBaseCell* pCell = pItems[nIndex].pCell; in HasSelectionMatrixFragment() local 1682 ScBaseCell* pCell = pItems[i].pCell; in UpdateTranspose() local 1699 ScBaseCell* pCell = pItems[i].pCell; in UpdateGrow() local 1919 ScBaseCell* pCell = pItems[nIndex].pCell; in SetDirty() local 1948 ScBaseCell* pCell = pItems[nIndex].pCell; in SetTableOpDirty() local 2015 ScBaseCell* pCell = pItems[i].pCell; in CalcAll() local 2042 ScBaseCell* pCell = pItems[i].pCell; in CompileAll() local 2063 ScBaseCell* pCell = pItems[i].pCell; in CompileXML() local [all …]
|
H A D | column2.cxx | 1243 ScBaseCell* pCell = pItems[i].pCell; in IsEmptyVisData() local 1280 ScBaseCell* pCell = pItems[i].pCell; in GetLastVisDataPos() local 1300 ScBaseCell* pCell = pItems[i].pCell; in GetFirstVisDataPos() local 1608 pCell = pItems[nIndex].pCell; in StartListening() 1633 pCell = pItems[nIndex].pCell; in MoveListeners() 1690 ScBaseCell* pCell = pItems[i].pCell; in CompileDBFormula() local 1701 ScBaseCell* pCell = pItems[i].pCell; in CompileDBFormula() local 1712 ScBaseCell* pCell = pItems[i].pCell; in CompileNameFormula() local 1723 ScBaseCell* pCell = pItems[i].pCell; in CompileColRowNameFormula() local 1851 ScBaseCell* pCell = pItems[i].pCell; in GetWeightedCount() local [all …]
|
H A D | dociter.cxx | 126 pCell = pCol->pItems[nColPos].pCell; in GetThisCol() 199 return pCell; in GetCell() 347 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis() local 447 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo() 451 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo() 1079 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis() local 1463 pCell = pItems[nLastInRange].pCell; in BinarySearch() 1514 pCell = pItems[i].pCell; in BinarySearch() 1662 pCell = pItems[nLo].pCell; in BinarySearch() 1741 ScBaseCell* pCell = pCol->pItems[nIndex].pCell; in GetNext() local [all …]
|
H A D | validat.cxx | 208 bIsValue = pCell->IsValue(); in DoScript() 210 nValue = pCell->GetValue(); in DoScript() 212 pCell->GetString( aValStr ); in DoScript() 230 if ( pCell ) in DoScript() 240 if ( pCell ) in DoScript() 362 if ( pCell ) in DoMacro() 366 if ( pCell ) in DoMacro() 393 DoMacro( pCell->aPos, EMPTY_STRING, pCell, NULL ); in DoCalcError() 460 ScBaseCell* pCell; in IsDataValid() local 476 pCell->Delete(); in IsDataValid() [all …]
|
H A D | table3.cxx | 69 ScBaseCell* pCell; member 581 ScBaseCell* pCell; in TestRemoveSubTotals() local 614 ScBaseCell* pCell; in RemoveSubTotals() local 964 else if ( !rEntry.bQueryByString && (pCell ? pCell->HasValueData() : in ValidQuery() 968 if ( pCell ) in ValidQuery() 1048 (rEntry.bQueryByString && (pCell ? pCell->HasStringData() : in ValidQuery() 1226 (pCell ? pCell->HasValueData() : in ValidQuery() 1233 (pCell ? pCell->HasStringData() : in ValidQuery() 1368 ScBaseCell* pCell = ppInfo[nOffset]->pCell; in TopTenQuery() local 1513 ScBaseCell* pCell; in Query() local [all …]
|
H A D | documen6.cxx | 131 sal_uInt8 ScDocument::GetCellScriptType( ScBaseCell* pCell, sal_uLong nNumberFormat ) in GetCellScriptType() argument 133 if ( !pCell ) in GetCellScriptType() 136 sal_uInt8 nStored = pCell->GetScriptType(); in GetCellScriptType() 142 ScCellFormat::GetString( pCell, nNumberFormat, aStr, &pColor, *xPoolHelper->GetFormTable() ); in GetCellScriptType() 146 pCell->SetScriptType( nRet ); // store for later calls in GetCellScriptType() 151 sal_uInt8 ScDocument::GetScriptType( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell ) in GetScriptType() argument 155 if (!pCell) in GetScriptType() 157 pCell = GetCell( ScAddress( nCol, nRow, nTab ) ); in GetScriptType() 158 if ( !pCell ) in GetScriptType() 164 sal_uInt8 nStored = pCell->GetScriptType(); in GetScriptType() [all …]
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 426 pCell = pCell->FirstCell(); in GetTblSel() 429 pCell = ::lcl_FindNextCellFrm( pCell ); in GetTblSel() 629 pCell = pCell->FirstCell(); in ChkChartSel() 632 pCell = ::lcl_FindNextCellFrm( pCell ); in ChkChartSel() 811 while( pCell && pRow->IsAnLower( pCell ) ) in GetAutoSumSel() 836 pCell = pCell->FirstCell(); in GetAutoSumSel() 839 pCell = ::lcl_FindNextCellFrm( pCell ); in GetAutoSumSel() 907 pCell = pCell->FirstCell(); in GetAutoSumSel() 1210 pCell = pCell->FirstCell(); in GetMergeSel() 1213 pCell = ::lcl_FindNextCellFrm( pCell ); in GetMergeSel() [all …]
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 564 while ( !pCell->IsCellFrm() ) in lcl_CollectCells() 565 pCell = pCell->GetUpper(); in lcl_CollectCells() 570 SwLayoutFrm *pTmp = pCell; in lcl_CollectCells() 574 pCell = pTmp; in lcl_CollectCells() 575 } while( pCell && pTab->IsAnLower( pCell ) ); in lcl_CollectCells() 1263 SWRECTFN( pCell ) in lcl_CalcCellFit() 1306 MINLAY + sal_uInt16(pCell->Frm().Width() - pCell->Prt().Width()); in lcl_CalcSubColValues() 1380 … if ( pCell->IsCellFrm() && pCell->FindTabFrm() == pTab && ::IsFrmInTblSel( rUnion, pCell ) ) in lcl_CalcColValues() 1437 pCell = pCell->GetNextLayoutLeaf(); in lcl_CalcColValues() 1438 }while( pCell && pCell->Frm().Width() == 0 ); in lcl_CalcColValues() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 467 if (pCell) in SetText() 520 if (!pCell) in SetTextToWidthOrHash() 769 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in lcl_DoHyperlinkResult() 788 if (pCell) in SetSyntaxColor() 820 if (pCell) in SetEditSyntaxColor() 1054 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in IsEmptyCellText() 1477 pCell = pThisRowInfo->pCellInfo[nCellX+1].pCell; in DrawStrings() 1938 if (!pCell) in lcl_SafeIsValue() 2220 pCell = rCellInfo.pCell; in DrawEdit() 2481 if (pCell) in DrawEdit() [all …]
|
H A D | spelleng.cxx | 103 ScBaseCell* pCell = NULL; in FindNextConversionCell() local 130 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell() 132 if( mpUndoDoc && pCell ) in FindNextConversionCell() 140 if( pCell ) in FindNextConversionCell() 150 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell() 153 if( mpRedoDoc && pCell ) in FindNextConversionCell() 163 pCell = NULL; in FindNextConversionCell() 297 ScBaseCell* pCell = NULL; in FillFromCell() local 298 mrDoc.GetCell( nCol, nRow, nTab, pCell ); in FillFromCell() 299 if( pCell ) in FillFromCell() [all …]
|
H A D | viewfun4.cxx | 250 while ( pCell ) in DoRefConversion() 272 pCell = aIter.GetNext(); in DoRefConversion() 322 ScBaseCell* pCell = NULL; in DoThesaurus() local 387 pDoc->GetCell(nCol, nRow, nTab, pCell); in DoThesaurus() 388 if (pCell) in DoThesaurus() 390 ((ScEditCell*) pCell)->GetData(pTObject); in DoThesaurus() 427 if (pCell && pTObject) in DoThesaurus() 430 pCell = new ScEditCell( pNewTObj, pDoc, in DoThesaurus() 432 pDoc->PutCell( nCol, nRow, nTab, pCell ); in DoThesaurus() 767 if (pCell) in InsertBookmark() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 159 if ( pCell ) in GetCellNumberFormat() 415 if (pCell) in GetCellValueOrZero() 491 if (pCell) in GetCellString() 574 if (pCell) in CreateDoubleArr() 657 if (pCell) in CreateStringArr() 760 if (pCell) in CreateCellArr() 959 if (!pCell || pCell->HasEmptyData()) in PushCellResultToken() 2519 if ( pCell && pCell->HasStringData() ) in ScExternal() 2569 if ( pCell && pCell->HasStringData() ) in ScExternal() 2931 if (pCell) in SetSbxVariable() [all …]
|
H A D | interpr1.cxx | 827 if (HasCellEmptyData( pCell)) in Compare() 881 if (HasCellEmptyData( pCell)) in CompareMat() 2036 if (HasCellValueData(pCell)) in ScIsLogical() 2232 if( pCell && pCell->HasStringData() ) in ScCell() 2497 switch ( GetCellType( pCell ) ) in ScFormula() 2947 if ( pCell && pCell->HasStringData() ) in ScValue() 2949 else if ( pCell && pCell->HasValueData() ) in ScValue() 3472 if ( pCell ) in IterateParameters() 3534 ScBaseCell* pCell; in IterateParameters() local 4640 ScBaseCell* pCell; in ScCountEmptyCells() local [all …]
|
H A D | cellform.cxx | 59 CellType eType = pCell->GetCellType(); in GetString() 65 ((ScStringCell*)pCell)->GetString( aCellString ); in GetString() 72 ((ScEditCell*)pCell)->GetString( aCellString ); in GetString() 78 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetString() 101 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in GetString() 180 CellType eType = pCell->GetCellType(); in GetInputString() 185 ((ScStringCell*)pCell)->GetString( rString ); in GetInputString() 190 ((ScEditCell*)pCell)->GetString( rString ); in GetInputString() 195 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetInputString() 207 double nValue = ((ScFormulaCell*)pCell)->GetValue(); in GetInputString() [all …]
|
H A D | detfunc.cxx | 306 while (pCell) in HasError() 813 while (pCell) in InsertPredLevelArea() 840 ScBaseCell* pCell; in InsertPredLevel() local 842 if (!pCell) in InsertPredLevel() 913 while (pCell) in FindPredLevelArea() 933 ScBaseCell* pCell; in FindPredLevel() local 935 if (!pCell) in FindPredLevel() 995 ScBaseCell* pCell; in InsertErrorLevel() local 997 if (!pCell) in InsertErrorLevel() 1056 while (pCell) in InsertSuccLevel() [all …]
|
H A D | chartarr.cxx | 251 ScBaseCell* pCell; in CreateMemChartSingle() local 259 if (pCell) in CreateMemChartSingle() 261 CellType eType = pCell->GetCellType(); in CreateMemChartSingle() 264 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartSingle() 275 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartSingle() 422 if (pCell) in CreateMemChartMulti() 454 ScBaseCell* pCell = pDocument->GetCell( *pPos ); in CreateMemChartMulti() local 455 if (pCell) in CreateMemChartMulti() 457 CellType eType = pCell->GetCellType(); in CreateMemChartMulti() 460 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti() [all …]
|
H A D | chgtrack.cxx | 1554 if ( pCell ) in SetValueString() 1557 pCell = NULL; in SetValueString() 1746 if ( pCell ) in GetStringOfCell() 1794 if ( pCell ) in GetContentCellType() 1830 return pCell && pCell->GetCellType() == CELLTYPE_VALUE; in NeedsNumberFormat() 1850 if ( pCell ) in SetValue() 1874 pCell = NULL; in SetValue() 1883 if ( pCell ) in SetCell() 1911 if ( pCell ) in GetValueString() 1981 if ( pCell ) in PutValueToDoc() [all …]
|
/trunk/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 575 while ( pCell && !pCell->IsCellFrm() ) in lcl_MissProtectedFrames() 576 pCell = pCell->GetUpper(); in lcl_MissProtectedFrames() 613 pCell = pCell->GetUpper(); in lcl_UpDown() 674 while ( pCell && !pCell->IsCellFrm() ) in lcl_UpDown() 675 pCell = pCell->GetUpper(); in lcl_UpDown() 795 while ( pCell && !pCell->IsCellFrm() ) in lcl_UpDown() 796 pCell = pCell->GetUpper(); in lcl_UpDown() 825 if ( pCell && pCell->Frm().IsInside( aInsideCell ) ) in lcl_UpDown() 1929 pCell = pCell->FirstCell(); in MakeTblCrsrs() 1939 if( pCell && pCell->IsInTab() ) in MakeTblCrsrs() [all …]
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 40 : pCell(NULL), in ScMyCellInfo() 57 : pCell(pTempCell), in ScMyCellInfo() 72 if (pCell) in ~ScMyCellInfo() 73 pCell->Delete(); in ~ScMyCellInfo() 100 return pCell ? pCell->CloneWithoutNote( *pDoc ) : 0; in CreateCell() 538 ScBaseCell* pCell = NULL; in CreateContentAction() local 540 pCell = pAction->pCellInfo->CreateCell(pDoc); in CreateContentAction() 563 ScBaseCell* pCell = NULL; in CreateGeneratedActions() local 567 if (pCell) in CreateGeneratedActions() 768 ScBaseCell* pCell = pDoc->GetCell(aAddress); in SetNewCell() local [all …]
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1838 while( pCell && pCell->GetRowSpan() > 1UL ) in FixRowSpan() 2056 if( pCell->GetStartNode() ) in MakeTableBox() 2075 pCell->GetStartNode() && pCell->GetFormula().getLength() == 0 && in MakeTableBox() 2076 ! pCell->HasValue(), in MakeTableBox() 2093 if( pCell->GetStartNode() ) in MakeTableBox() 2104 if( pCell->HasValue() && (pCell->GetValue() == 0.0) && in MakeTableBox() 2158 else if( !pCell->HasValue() && pCell->HasTextValue() ) in MakeTableBox() 2191 if( pCell->IsProtected() ) in MakeTableBox() 2337 ( pCell->GetStartNode() || pCell->GetSubTable() ) ) in MakeTableLine() 2424 SwXMLTableCell_Impl *pCell; in _MakeTable() local [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 140 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local 142 … pCell->commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in ProcessWindowEvent() 146 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local 186 … pCell->commitEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent() 191 … pCell->commitEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent() 232 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local 234 pCell->SetChecked( m_pTabListBox->IsItemChecked( pEntry, nCol ) ); in ProcessWindowEvent() 262 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local 264 … pCell->commitEvent( AccessibleEventId::NAME_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent() 268 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local [all …]
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 542 ScBaseCell* pCell; in lcl_GetColumnTypes() local 543 pDoc->GetCell( nCol, nFirstDataRow, nTab, pCell ); in lcl_GetColumnTypes() 544 if ( !pCell || pCell->HasStringData() ) in lcl_GetColumnTypes() 550 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA in lcl_GetColumnTypes() 554 ((ScFormulaCell*)pCell)->GetValue(), *pNumFmt, nFormat, in lcl_GetColumnTypes() 555 ((ScFormulaCell*)pCell)->GetFormatType() ); in lcl_GetColumnTypes() 887 ScBaseCell* pCell; in DBaseExport() local 888 aDocument.GetCell( nDocCol, nDocRow, nTab, pCell ); in DBaseExport() 889 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport() 891 if ( pCell->GetCellType() == CELLTYPE_EDIT ) in DBaseExport() [all …]
|
H A D | externalrefmgr.cxx | 153 pCell->SetCompile(true); in operator ()() 154 pCell->CompileTokenArray(); in operator ()() 155 pCell->SetDirty(); in operator ()() 182 if (pCell->IsValue()) in operator ()() 192 pCell->GetString(aVal); in operator ()() 1288 if (!pCell || pCell->HasEmptyData()) in lcl_convertToToken() 1290 bool bInherited = (pCell && pCell->GetCellType() == CELLTYPE_FORMULA); in lcl_convertToToken() 1294 switch (pCell->GetCellType()) in lcl_convertToToken() 1395 if (!pCell || pCell->HasEmptyData()) in lcl_convertToTokenArray() 1666 ScBaseCell* pCell = NULL; in getSingleRefToken() local [all …]
|