Home
last modified time | relevance | path

Searched refs:pCell (Results 1 – 25 of 133) sorted by last modified time

123456

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx353 for (ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = in CreateMatrixFromDoubleRef() local
384 if (HasCellEmptyData(pCell)) in CreateMatrixFromDoubleRef()
459 if (HasCellEmptyData(pCell)) in GetMatrix()
461 else if (HasCellValueData(pCell)) in GetMatrix()
466 GetCellString(aStr, pCell); in GetMatrix()
543 if (pCell && pCell->GetCellType() == CELLTYPE_FORMULA) in ScMatValue()
574 if (HasCellValueData(pCell)) in ScMatValue()
3182 if( pCell && pCell->GetCellType() == CELLTYPE_FORMULA ) in ScMatRef()
3227 else if( pCell->IsValue() ) in ScMatRef()
3228 PushDouble( pCell->GetValue() ); in ScMatRef()
[all …]
H A Dinterpr2.cxx658 ScBaseCell* pCell = GetCell( aAdr ); in ScNPV() local
659 if (!HasCellEmptyData(pCell) && HasCellValueData(pCell)) in ScNPV()
661 double nCellVal = GetCellValue( aAdr, pCell ); in ScNPV()
2588 ScBaseCell* pCell = GetCell( aAdr ); in ScHyperLink() local
2589 if (HasCellEmptyData( pCell)) in ScHyperLink()
2593 sal_uInt16 nErr = GetCellErrCode( pCell ); in ScHyperLink()
2596 else if (HasCellValueData( pCell)) in ScHyperLink()
2598 fVal = GetCellValue( aAdr, pCell ); in ScHyperLink()
2602 GetCellString( aStr, pCell ); in ScHyperLink()
/trunk/main/svx/source/table/
H A Dcell.cxx120 CellProperties(SdrObject& rObj, sdr::table::Cell* pCell );
123 CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell);
162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties() argument
164 , mxCell(pCell) in CellProperties()
168 …lProperties::CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties() argument
170 , mxCell( pCell ) in CellProperties()
/trunk/main/sc/inc/
H A Ddociter.hxx56 ScBaseCell* pCell; member in ScDocumentIterator
147 …ueryValid(ScDocument& rDoc, const ScQueryParam& rParam, SCTAB nTab, SCROW nRow, ScBaseCell* pCell);
522 const ScBaseCell* pCell; member in ScUsedAreaIterator
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2681 pTab[nTab]->PutCell( nCol, nRow, pCell ); in PutCell()
2700 pTab[nTab]->PutCell( rPos, pCell ); in PutCell()
2753 ScBaseCell* pCell = GetCell( rPos ); in GetStringForFormula() local
2754 if (pCell) in GetStringForFormula()
2757 switch (pCell->GetCellType()) in GetStringForFormula()
3069 while (pCell) in InterpretDirtyCells()
3076 pCell = aIter.GetNext(); in InterpretDirtyCells()
4586 ScBaseCell* pCell = GetCell( rCellPos ); in GetMatrixFormulaRange() local
4587 if (pCell && pCell->GetCellType() == CELLTYPE_FORMULA) in GetMatrixFormulaRange()
4593 pCell = GetCell( aOrigin ); in GetMatrixFormulaRange()
[all …]
H A Dcell.cxx854 ScBaseCell* pCell; in GetFormula() local
861 pCell = NULL; in GetFormula()
862 if (pCell && pCell->GetCellType() == CELLTYPE_FORMULA) in GetFormula()
1156 aDebugThisPos = pCell->aPos; in Interpret()
1164 pCell->aPos.Format( aStr, SCA_VALID | SCA_TAB_3D, pCell->GetDocument(), in Interpret()
1324 pIterCell = (*aIter).pCell; in Interpret()
1336 pIterCell = (*aIter).pCell; in Interpret()
1452 ScFormulaCell* pCell = (*aIter).pCell; in Interpret() local
1456 if (!pCell->IsDirtyOrInTableOpDirty() && !pCell->IsIterCell()) in Interpret()
2000 pCode = pCell->GetCode(); in ScDetectiveRefIter()
[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 Ddocumen8.cxx462 ScBaseCell* pCell = NULL; in IdleCalcTextWidth() local
506 if ( pColIter->Next( nRow, pCell ) ) in IdleCalcTextWidth()
537 pCell->SetTextWidth( nNewWidth ); in IdleCalcTextWidth()
699 pCell = aIter.GetNext( nCol, nRow ); in OnlineSpellInRange()
701 for (; pCell; pCell = aIter.GetNext(nCol, nRow)) in OnlineSpellInRange()
707 CellType eType = pCell->GetCellType(); in OnlineSpellInRange()
741 ((ScStringCell*)pCell)->GetString(aText); in OnlineSpellInRange()
762 ((ScEditCell*)pCell)->SetData( pNewData, in OnlineSpellInRange()
793 if ( pCell ) in OnlineSpellInRange()
801 pCell = NULL; in OnlineSpellInRange()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx585 pDoc->PutCell( aPos, pCell ); in EnterData()
590 pDoc->PutCell( aPos, pCell ); in EnterData()
599 pCell->GetCode()->DelRPN(); in EnterData()
600 pCell->SetErrCode( nError ); in EnterData()
604 pDoc->PutCell( aPos, pCell ); in EnterData()
607 pCell->Interpret(); in EnterData()
608 pCell->SetDirtyVar(); in EnterData()
609 pDoc->PutInFormulaTree( pCell ); in EnterData()
952 ScBaseCell* pCell = aIter.GetFirst(); in GetSelectionScriptType() local
953 while ( pCell ) in GetSelectionScriptType()
[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 …]
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 Dgridwin.cxx345 const ScBaseCell* pCell = pDoc->GetCell( rRange.aEnd ); in lcl_IsEditableMatrix() local
346 return ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA && in lcl_IsEditableMatrix()
347 ((ScFormulaCell*)pCell)->GetMatrixOrigin(aPos) && aPos == rRange.aStart ); in lcl_IsEditableMatrix()
2217 ScBaseCell* pCell = NULL; in MouseButtonUp() local
2218 if( lcl_GetHyperlinkCell( pDoc, nPosX, nPosY, nTab, pCell ) ) in MouseButtonUp()
4973 ScBaseCell* pCell = NULL; in GetEditUrlOrError() local
5033 if(pCell->GetCellType() == CELLTYPE_FORMULA) in GetEditUrlOrError()
5048 if(pCell->GetCellType() == CELLTYPE_EDIT) in GetEditUrlOrError()
5050 ((ScEditCell*)pCell)->GetData(pData); in GetEditUrlOrError()
5080 if(pCell->GetCellType() == CELLTYPE_FORMULA && in GetEditUrlOrError()
[all …]
H A Dprintfun.cxx395 pThisRowInfo->pCellInfo[nX+1].pCell = NULL; in lcl_HidePrint()
1926 ScBaseCell* pCell = pDoc->GetCell( *pPos); in DoNotes() local
1927 if( const ScPostIt* pNote = pCell->GetNote() ) in DoNotes()
2577 ScBaseCell* pCell = aIter.GetNext( nCol, nRow ); in CountNotePages() local
2578 while (pCell) in CountNotePages()
2580 if (pCell->HasNote()) in CountNotePages()
2586 pCell = aIter.GetNext( nCol, nRow ); in CountNotePages()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx835 ScBaseCell* pCell = pDoc->GetCell( aPos ); in WriteCell() local
839 if ( pCell ) in WriteCell()
841 bValueData = pCell->HasValueData(); in WriteCell()
1019 if ( pCell ) in WriteCell()
1021 switch ( pCell->GetCellType() ) in WriteCell()
1024 fVal = ((ScValueCell*)pCell)->GetValue(); in WriteCell()
1029 fVal = ((ScFormulaCell*)pCell)->GetValue(); in WriteCell()
1032 nFormat, ((ScFormulaCell*)pCell)->GetFormatType() ); in WriteCell()
1100 if ( pCell ) in WriteCell()
1103 switch ( pCell->GetCellType() ) in WriteCell()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1239 sal_Bool bColRowName = pCell->HasColRowName(); in lcl_Calculate()
1243 if ( pCell->GetCode()->GetCodeLen() <= 1 ) in lcl_Calculate()
1249 delete pCell; in lcl_Calculate()
1250 pCell = new ScFormulaCell( pDoc, rPos, aBraced ); in lcl_Calculate()
1256 sal_uInt16 nErrCode = pCell->GetErrCode(); in lcl_Calculate()
1261 if ( pCell->IsValue() ) in lcl_Calculate()
1263 double n = pCell->GetValue(); in lcl_Calculate()
1265 pCell->GetFormatType(), ScGlobal::eLnge ); in lcl_Calculate()
1273 pCell->GetString( aStr ); in lcl_Calculate()
1275 pCell->GetFormatType(), ScGlobal::eLnge); in lcl_Calculate()
[all …]
H A Dtransobj.cxx279 ScBaseCell* pCell = NULL; in GetData() local
280 pDoc->GetCell( nCol, nRow, nTab, pCell ); in GetData()
281 if (pCell) in GetData()
283 if (pCell->GetCellType() == CELLTYPE_EDIT) in GetData()
286 ((ScEditCell*)pCell)->GetData(pObj); in GetData()
787 ScBaseCell* pCell = aIter.GetFirst(); in StripRefs() local
788 while (pCell) in StripRefs()
790 if (pCell->GetCellType() == CELLTYPE_FORMULA) in StripRefs()
792 ScFormulaCell* pFCell = (ScFormulaCell*) pCell; in StripRefs()
847 pCell = aIter.GetNext(); in StripRefs()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx101 ScBaseCell* pCell = 0; in CreateCell() local
103 pCell = XclImpStringHelper::CreateCell( *this, *pString, nXFIndex ); in CreateCell()
104 return pCell; in CreateCell()
206 … ScEditCell* pCell = new ScEditCell( xTextObj.get(), &rDoc, rEE.GetEditTextObjectPool() ); in lclInsertUrl() local
207 rDoc.PutCell( aScPos, pCell ); in lclInsertUrl()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1808 ScBaseCell* pCell; in Doc2Sylk() local
1809 pDoc->GetCell( nCol, nRow, aRange.aStart.Tab(), pCell ); in Doc2Sylk()
1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
1855 static_cast<const ScFormulaCell*>(pCell); in Doc2Sylk()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx835 SwLayoutFrm* pCell = pCnt->GetUpper(); in ~SwCntntNotify() local
836 while( !pCell->IsCellFrm() && pCell->GetUpper() ) in ~SwCntntNotify()
837 pCell = pCell->GetUpper(); in ~SwCntntNotify()
838 ASSERT( pCell->IsCellFrm(), "Where's my cell?" ); in ~SwCntntNotify()
3058 SwLayoutFrm* pCell = pCnt->GetUpper(); in Notify_Background() local
3062 if ( pCell->IsCellFrm() && in Notify_Background()
3069 pCell->InvalidatePrt(); in Notify_Background()
3295 if ( pCell->Lower()->IsCntntFrm() || pCell->Lower()->IsSctFrm() ) in lcl_CalcCellRstHeight()
3297 SwFrm *pLow = pCell->Lower(); in lcl_CalcCellRstHeight()
3321 return pCell->Frm().Height() - nHeight; in lcl_CalcCellRstHeight()
[all …]
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 …]
/trunk/main/starmath/source/
H A Dmathmlexport.cxx847 SvXMLElementExport *pCell=0; in ExportTable() local
851pCell = new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MTD, sal_True, sal_True); in ExportTable()
854 delete pCell; in ExportTable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx907 if( !pCell->GetContents() ) in Shrink()
911 pCell->SetColSpan( nCells-i); in Shrink()
1223 HTMLTableCell *pCell; in FixRowSpan() local
1224 while( ( pCell=GetCell(nRow,nCol), pCell->GetContents()==pCnts ) ) in FixRowSpan()
1226 pCell->SetRowSpan( nRowSpan ); in FixRowSpan()
1450 eVOri = pCell->GetVertOri(); in FixFrameFmt()
2064 if( pCell->GetContents() ) in SetBorders()
2190 if( pCell->GetContents() ) in InsertCell()
2320 if( !pCell->GetContents() ) in CloseRow()
2402 HTMLTableCell *pCell; in CloseTable() local
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1120 for( ScBaseCell* pCell = aIter.GetFirst(); pCell; pCell = aIter.GetNext() ) in GetNoteStrings() local
1121 if( const ScPostIt* pNote = pCell->GetNote() ) in GetNoteStrings()
1137 ScBaseCell* pCell = aIter.GetFirst(); in GetNotePos() local
1138 while (pCell) in GetNotePos()
1140 if( pCell->HasNote() ) in GetNotePos()
1146 pCell = aIter.GetNext(); in GetNotePos()
1171 ScBaseCell* pCell = aIter.GetFirst(); in NoteStringsChanged() local
1172 while (pCell && bEqual) in NoteStringsChanged()
1174 if( const ScPostIt* pNote = pCell->GetNote() ) in NoteStringsChanged()
1186 pCell = aIter.GetNext(); in NoteStringsChanged()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3773 const WW8_TCell* pCell = pTableDesc->GetAktWWCell(); in IsInvalidOrToBeMergedTabCell() local
3776 || ( pCell in IsInvalidOrToBeMergedTabCell()
3777 && ( !pCell->bFirstMerged in IsInvalidOrToBeMergedTabCell()
3778 && ( pCell->bMerged in IsInvalidOrToBeMergedTabCell()
3779 || ( pCell->bVertMerge in IsInvalidOrToBeMergedTabCell()
3780 && !pCell->bVertRestart in IsInvalidOrToBeMergedTabCell()
H A Dwrtw8nds.cxx2489 static bool CellContainsProblematicGraphic( const SwWriteTableCell *pCell,
2492 const SwNode *pStart = pCell ? pCell->GetBox()->GetSttNd() : 0;

Completed in 337 milliseconds

123456