/trunk/main/sc/source/core/data/ |
H A D | documen3.cxx | 646 ScBaseCell* pCell = aIter.GetFirst(); in HasSubTotalCells() local 1534 for ( ScBaseCell* pCell = aIter.GetFirst(); pCell; pCell = aIter.GetNext() ) in GetFormulaEntries() local
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 1908 for( SwCellFrm* pCell = aFrmIter.First(); pCell; pCell = aFrmIter.Next() ) in ClaimFrmFmt() local 1927 for( SwCellFrm* pCell = aIter.First(); pCell; pCell = aIter.Next() ) in ChgFrmFmt() local
|
H A D | swnewtable.cxx | 593 for( SwCellFrm* pCell = aIter.First(); pCell; pCell = aIter.Next() ) in lcl_InvalidateCellFrm() local
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 658 ScBaseCell* pCell = GetCell( aAdr ); in ScNPV() local 2588 ScBaseCell* pCell = GetCell( aAdr ); in ScHyperLink() local
|
H A D | compiler.cxx | 3065 for ( ScBaseCell* pCell = aIter.GetFirst(); pCell && !bInList; in IsColRowName() local 3195 for ( ScBaseCell* pCell = aIter.GetFirst(); pCell; pCell = aIter.GetNext() ) in IsColRowName() local
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 345 const ScBaseCell* pCell = pDoc->GetCell( rRange.aEnd ); in lcl_IsEditableMatrix() local 2217 ScBaseCell* pCell = NULL; in MouseButtonUp() local 4973 ScBaseCell* pCell = NULL; in GetEditUrlOrError() local
|
H A D | viewfun2.cxx | 214 ScBaseCell* pCell; in lcl_IsAutoSumData() local
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 221 ScStringCell* pCell; member
|
/trunk/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 126 ScFormulaCell* pCell = new ScFormulaCell( &rDoc, rScPos, pScTokArr ); in WriteToSource() local
|
/trunk/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1808 ScBaseCell* pCell; in Doc2Sylk() local
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 2070 …ScFormulaCell* pCell = new ScFormulaCell(m_pDocument, aAddr, aFormulaStr, FormulaGrammar::GRAM_ENG… in createDataSequenceByRangeRepresentation() local 2562 ScBaseCell* pCell = m_pDocument->GetCell(aAdr); in BuildDataCache() local
|
H A D | docuno.cxx | 3499 for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = aCellIter.GetNext() ) in GetAddressByIndex_Impl() local 3581 for( ScBaseCell* pCell = aCellIter.GetFirst(); pCell; pCell = aCellIter.GetNext() ) in getCount() local
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1705 … ScFormulaCell* pCell = new ScFormulaCell( pDoc, ScAddress( Col, static_cast<SCROW> (Row), Tab ) ); in LoadCol() local
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 299 SwXCell* pCell = xIfcTunnel.is() ? reinterpret_cast<SwXCell*>( in select() local
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 197 ScBaseCell* pCell = pDoc->GetCell( rPos ); in lcl_GetRawString() local 2185 ScBaseCell* pCell = aIter.GetFirst(); in _ExportAutoStyles() local
|
H A D | XMLTrackedChangesContext.cxx | 110 ScBaseCell* pCell; member in ScXMLCellContentDeletionContext
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 1142 SwWriteTableCell *pCell = pRow->GetCells( )[ pTableTextNodeInfoInner->getCell( ) ]; in TableCellProperties() local
|
H A D | ww8par2.cxx | 3773 const WW8_TCell* pCell = pTableDesc->GetAktWWCell(); in IsInvalidOrToBeMergedTabCell() local
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 1233 ScFormulaCell* pCell = new ScFormulaCell( pDoc, rPos, rFormula ); in lcl_Calculate() local
|