Searched refs:CreateCell (Results 1 – 8 of 8) sorted by relevance
76 ScBaseCell* ScMyCellInfo::CreateCell(ScDocument* pDoc) in CreateCell() function in ScMyCellInfo540 pCell = pAction->pCellInfo->CreateCell(pDoc); in CreateContentAction()565 pCell = (*aItr)->pCellInfo->CreateCell(pDoc); in CreateGeneratedActions()721 ScBaseCell* pCell = (*aItr)->pCellInfo->CreateCell(pDoc); in SetDependencies()
61 ScBaseCell* CreateCell(ScDocument* pDoc);
70 ScBaseCell* CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex = 0 ) const;
143 static ScBaseCell* CreateCell(
348 if( ScBaseCell* pCell = XclImpStringHelper::CreateCell( GetRoot(), aString, nXFIdx ) ) in ReadLabel()914 if( ScBaseCell* pCell = XclImpStringHelper::CreateCell( *this, aString, nXFIdx ) ) in Rstring()
99 ScBaseCell* XclImpSst::CreateCell( sal_uInt32 nSstIndex, sal_uInt16 nXFIndex ) const in CreateCell() function in XclImpSst103 pCell = XclImpStringHelper::CreateCell( *this, *pString, nXFIndex ); in CreateCell()
222 if( ScBaseCell* pCell = GetSst().CreateCell( nSst, nXF ) ) in Labelsst()
256 ScBaseCell* XclImpStringHelper::CreateCell( in CreateCell() function in XclImpStringHelper
Completed in 41 milliseconds