Searched refs:aScPos (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 279 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadBlank() local 293 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadInteger() local 300 GetXFRangeBuffer().SetXF( aScPos, nXFIdx ); in ReadInteger() 310 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadNumber() local 327 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadLabel() local 349 GetDoc().PutCell( aScPos, pCell ); in ReadLabel() 358 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadBoolErr() local 374 GetDoc().PutCell( aScPos, pCell ); in ReadBoolErr() 383 ScAddress aScPos( ScAddress::UNINITIALIZED ); in ReadRk() local 896 ScAddress aScPos( ScAddress::UNINITIALIZED ); in Rstring() local [all …]
|
H A D | excform.cxx | 112 ScAddress aScPos( ScAddress::UNINITIALIZED ); in Formula() local 113 if( GetAddressConverter().ConvertAddress( aScPos, rXclPos, GetCurrScTab(), true ) ) in Formula() 119 pFormConv->Reset( aScPos ); in Formula() 133 pZelle = new ScFormulaCell( pD, aScPos, pErgebnis ); in Formula() 134 pD->PutCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pZelle, (sal_Bool)sal_True ); in Formula() 140 pD->GetCellType( aScPos.Col(), aScPos.Row(), aScPos.Tab(), eCellType ); in Formula() 143 pD->GetCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pBaseCell ); in Formula() 162 GetXFRangeBuffer().SetXF( aScPos, nXF ); in Formula()
|
H A D | xicontent.cxx | 170 ScAddress aScPos( nScCol, nScRow, nScTab ); in lclInsertUrl() local 171 CellType eCellType = rDoc.GetCellType( aScPos ); in lclInsertUrl() 186 …ll = (eCellType == CELLTYPE_EDIT) ? static_cast< const ScEditCell* >( rDoc.GetCell( aScPos ) ) : 0; in lclInsertUrl() 197 … if( const ScPatternAttr* pPattern = rDoc.GetPattern( aScPos.Col(), aScPos.Row(), nScTab ) ) in lclInsertUrl() 207 rDoc.PutCell( aScPos, pCell ); in lclInsertUrl() 221 aTokenArray.AddDouble( rDoc.GetValue( aScPos ) ); in lclInsertUrl() 223 rDoc.PutCell( aScPos, new ScFormulaCell( &rDoc, aScPos, &aTokenArray ) ); in lclInsertUrl()
|
H A D | excimp8.cxx | 218 ScAddress aScPos( ScAddress::UNINITIALIZED ); in Labelsst() local 219 if( GetAddressConverter().ConvertAddress( aScPos, aXclPos, GetCurrScTab(), true ) ) in Labelsst() 221 GetXFRangeBuffer().SetXF( aScPos, nXF ); in Labelsst() 223 GetDoc().PutCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pCell ); in Labelsst()
|
H A D | xihelper.cxx | 94 ScAddress aScPos( ScAddress::UNINITIALIZED ); in CreateValidAddress() local 95 if( !ConvertAddress( aScPos, rXclPos, nScTab, bWarn ) ) in CreateValidAddress() 97 aScPos.SetCol( static_cast< SCCOL >( ::std::min( rXclPos.mnCol, mnMaxCol ) ) ); in CreateValidAddress() 98 aScPos.SetRow( static_cast< SCROW >( ::std::min( rXclPos.mnRow, mnMaxRow ) ) ); in CreateValidAddress() 99 aScPos.SetTab( limit_cast< SCTAB >( nScTab, 0, maMaxPos.Tab() ) ); in CreateValidAddress() 101 return aScPos; in CreateValidAddress()
|
H A D | xetable.cxx | 848 …ScAddress aScPos( static_cast< SCCOL >( rXclPos.mnCol ), static_cast< SCROW >( rXclPos.mnRow ), rR… in XclExpFormulaCell() local 852 mxAddRec = rTableopBfr.CreateOrExtendTableop( rScTokArr, aScPos ); in XclExpFormulaCell() 864 ScRange aMatScRange( aScPos ); in XclExpFormulaCell() 887 mxAddRec = rShrfmlaBfr.CreateOrExtendShrfmla( rScTokArr, aScPos ); in XclExpFormulaCell() 891 … mxTokArr = rRoot.GetFormulaCompiler().CreateFormula( EXC_FMLATYPE_CELL, rScTokArr, &aScPos ); in XclExpFormulaCell() 2383 ScAddress aScPos( nScCol, nScRow, nScTab ); in XclExpCellTable() local 2406 nMergeBaseXFId = mxMergedcells->GetBaseXFId( aScPos ); in XclExpCellTable() 2451 XclExpHyperlinkHelper aLinkHelper( GetRoot(), aScPos ); in XclExpCellTable() 2492 … mxNoteList->AppendNewRecord( new XclExpNote( GetRoot(), aScPos, pScNote, aAddNoteText ) ); in XclExpCellTable() 2503 ScRange aScRange( aScPos ); in XclExpCellTable() [all …]
|
Completed in 55 milliseconds