/aoo42x/main/sc/source/core/data/ |
H A D | cell.cxx | 69 const sal_uInt16 nMemPoolStringCell = (0x4000 - 64) / sizeof(ScStringCell); 73 IMPL_FIXEDMEMPOOL_NEWDEL( ScStringCell, nMemPoolStringCell, nMemPoolStringCell ) in IMPL_FIXEDMEMPOOL_NEWDEL() 113 return new ScStringCell( static_cast< const ScStringCell& >( rSrcCell ) ); in lclCloneCell() 164 delete (ScStringCell*) this; in Delete() 227 return new ScStringCell( rString ); in CreateTextCell() 463 ((const ScStringCell*)this)->GetString( aStr ); in GetStringData() 510 ((const ScStringCell*)pCell1)->GetString(aText1); in CellEqual() 515 ((const ScStringCell*)pCell2)->GetString(aText2); in CellEqual() 599 ScStringCell::ScStringCell() : in ScStringCell() function in ScStringCell 604 ScStringCell::ScStringCell( const String& rString ) : in ScStringCell() function in ScStringCell [all …]
|
H A D | table4.cxx | 170 return new ScStringCell( aValue += rSuffix); in lcl_getSuffixCell() 174 return new ScStringCell( aValue += aOrdinalSuffix); in lcl_getSuffixCell() 382 ((ScStringCell*)pCell)->GetString( aStr ); in FillAnalyse() 731 aCol[nCol].Insert(static_cast<SCROW>(nRow), new ScStringCell(pListData->GetSubStr(nListIndex))); in FillAuto() 783 ((ScStringCell*)pSrcCell)->GetString( aValue ); in FillAuto() 840 new ScStringCell( aStr)); in FillAuto() 1049 ((ScStringCell*)pCell)->GetString( aValue ); in GetAutoFillPreview() 1106 ((ScStringCell*)pCell)->GetString( aValue ); in GetAutoFillPreview() 1498 ((ScStringCell*)pSrcCell)->GetString( aValue ); in FillSeries() 1578 ScStringCell* pCell = new ScStringCell( aStr ); in FillSeries()
|
H A D | column3.cxx | 899 pNew = new ScStringCell( aString ); in CloneCell() 1291 pNewCell = new ScStringCell( rString ); in SetString() 1299 pNewCell = new ScStringCell( rString.Copy(1) ); in SetString() 1319 ((ScStringCell*)pCell)->GetString( aStr ); in SetString() 1422 pNewCell = new ScStringCell(rString); in SetString() 1598 ((ScStringCell*)pCell)->GetString(aString); in GetDataEntries() 1623 ((ScStringCell*)pCell)->GetString(aString); in GetDataEntries() 1678 pItems[nIndex].pCell = new ScStringCell( aString ); in RemoveProtected()
|
H A D | documen8.cxx | 741 ((ScStringCell*)pCell)->GetString(aText); in OnlineSpellInRange() 770 PutCell( nCol, nRow, nTab, new ScStringCell( pEngine->GetText() ) ); in OnlineSpellInRange() 1534 pEngine->SetText( static_cast<const ScStringCell*>(pCell)->GetString() ); in TransliterateText() 1567 PutCell( nCol, nRow, nTab, new ScStringCell( aNewStr ) ); in TransliterateText() 1574 ((const ScStringCell*)pCell)->GetString(aOldStr); in TransliterateText() 1590 PutCell( nCol, nRow, nTab, new ScStringCell( aNewStr ) ); in TransliterateText()
|
H A D | autonamecache.cxx | 78 ((ScStringCell*)pCell)->GetString( aStr ); in GetNameOccurences()
|
H A D | validat.cxx | 464 pCell = new ScStringCell( rTest ); in IsDataValid() 495 ((ScStringCell*)pCell)->GetString( aString ); in IsDataValid()
|
H A D | column2.cxx | 1023 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveAutoSpellObj() 1093 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveEditAttribs()
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 218 class SC_DLLPUBLIC ScStringCell : public ScBaseCell class 222 DECL_FIXEDMEMPOOL_NEWDEL( ScStringCell ) 225 ScStringCell(); 226 explicit ScStringCell( const String& rString ); 229 ~ScStringCell();
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 218 …pD->PutCell( aA.Col(), aA.Row(), aA.Tab(), new ScStringCell( CREATE_STRING( "#ERR!" ) ), (sal_Bool… in Errcell() 228 …pD->PutCell( aA.Col(), aA.Row(), aA.Tab(), new ScStringCell( CREATE_STRING( "#NA!" ) ), (sal_Bool)… in Nacell() 244 pD->PutCell( aA.Col(), aA.Row(), aA.Tab(), new ScStringCell( aLabel ), (sal_Bool)sal_True ); in Labelcell()
|
H A D | tool.cxx | 115 ScStringCell* pZelle = new ScStringCell( String( pString, pLotusRoot->eCharsetQ ) ); in PutFormString()
|
H A D | expop.cxx | 383 ( ( ScStringCell * ) pCell)->GetString( aStr ); in Write()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | cellform.cxx | 65 ((ScStringCell*)pCell)->GetString( aCellString ); in GetString() 185 ((ScStringCell*)pCell)->GetString( rString ); in GetInputString()
|
H A D | interpr4.cxx | 462 ((ScStringCell*)pCell)->GetString( aStr ); in GetCellValueOrZero() 496 ((ScStringCell*) pCell)->GetString(rStr); in GetCellString() 665 ((ScStringCell*)pCell)->GetString(aStr); in CreateStringArr() 770 ((ScStringCell*)pCell)->GetString(aStr); in CreateCellArr() 2944 ((ScStringCell*)pCell)->GetString( aVal ); in SetSbxVariable()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xehelper.hxx | 226 class ScStringCell; 294 const ScStringCell& rStringCell,
|
H A D | xetable.hxx | 425 class ScStringCell; 443 const ScStringCell& rCell );
|
/aoo42x/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 194 pCell = new ScStringCell( rData ); in ScImportDif() 200 pCell = new ScStringCell( aTmp ); in ScImportDif()
|
H A D | difexp.cxx | 197 ( ( ScStringCell* ) pAkt )->GetString( aString ); in ScExportDif()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 343 const ScStringCell* pStringCell = static_cast<const ScStringCell*>(pCell); in WriteStringCell()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 811 pNew = new ScStringCell( ScGlobal::GetErrorString(nErrCode) ); in StripRefs() 830 pNew = new ScStringCell( aStr ); in StripRefs()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 341 ((ScStringCell*)pCell)->GetString( aCellString ); in MakeNumberInfoItem()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 242 rpCell = new ScStringCell( sString ); in ReadCell()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 686 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, const ScStringCell& rCell ) : in XclExpLabelCell() 2442 const ScStringCell& rScStrCell = *static_cast< const ScStringCell* >( pScCell ); in XclExpCellTable()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 193 mpDoc->PutCell(aPos, new ScStringCell(aVal)); in operator ()() 1306 static_cast<ScStringCell*>(pCell)->GetString(aStr); in lcl_convertToToken() 1411 static_cast<ScStringCell*>(pCell)->GetString(aStr); in lcl_convertToTokenArray()
|
/aoo42x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 376 mpDoc->PutCell( nCol, nRow, nTab, new ScStringCell( aStr)); in WriteToDocument()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 434 new ScStringCell( elem ) ); in visitElem()
|