Home
last modified time | relevance | path

Searched refs:pCell (Results 1 – 25 of 133) sorted by relevance

123456

/aoo41x/main/sc/source/core/data/
H A Ddocumen7.cxx87 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 Dcolumn3.cxx199 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 Dcolumn.cxx112 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 Dcolumn2.cxx1243 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 Ddociter.cxx126 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 Dvalidat.cxx208 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 Dtable3.cxx69 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 Ddocumen6.cxx131 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 …]
H A Ddbdocutl.cxx161 ScBaseCell* pCell; in PutData() local
164 pCell = NULL; in PutData()
165 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
173 pCell = new ScValueCell( nVal ); in PutData()
175 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
177 pDoc->PutCell( nCol, nRow, nTab, pCell, nFormatIndex ); in PutData()
183 pCell = ScBaseCell::CreateTextCell( aString, pDoc ); in PutData()
184 if ( pSimpleFlag && pCell->GetCellType() == CELLTYPE_EDIT ) in PutData()
188 pCell = NULL; in PutData()
189 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
/aoo41x/main/sw/source/core/frmedt/
H A Dtblsel.cxx426 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 …]
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx564 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 …]
/aoo41x/main/sc/source/ui/view/
H A Doutput2.cxx467 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 Dspelleng.cxx103 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 Dviewfun4.cxx250 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 …]
/aoo41x/main/sc/source/core/tool/
H A Dinterpr4.cxx159 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 Dcellform.cxx59 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 Dinterpr1.cxx829 if (HasCellEmptyData( pCell)) in Compare()
883 if (HasCellEmptyData( pCell)) in CompareMat()
1899 if (HasCellValueData(pCell)) in ScIsLogical()
2095 if( pCell && pCell->HasStringData() ) in ScCell()
2360 switch ( GetCellType( pCell ) ) in ScFormula()
2810 if ( pCell && pCell->HasStringData() ) in ScValue()
2812 else if ( pCell && pCell->HasValueData() ) in ScValue()
3335 if ( pCell ) in IterateParameters()
3397 ScBaseCell* pCell; in IterateParameters() local
4503 ScBaseCell* pCell; in ScCountEmptyCells() local
[all …]
H A Ddetfunc.cxx306 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 Dchartarr.cxx251 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 Dchgtrack.cxx1554 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 …]
/aoo41x/main/sw/source/core/layout/
H A Dtrvlfrm.cxx575 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 …]
/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx40 : 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 …]
/aoo41x/main/sw/source/filter/xml/
H A Dxmltbli.cxx1838 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 …]
/aoo41x/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx140 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local
142pCell->commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in ProcessWindowEvent()
146 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local
186pCell->commitEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent()
191pCell->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
264pCell->commitEvent( AccessibleEventId::NAME_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
268 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local
[all …]
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx542 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 …]

Completed in 595 milliseconds

123456