/trunk/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 76 …maBaseXclPos.Set( static_cast< sal_uInt16 >( rScPos.Col() ), static_cast< sal_uInt16 >( rScPos.Row… in XclExpRangeFmlaBase() 99 void XclExpRangeFmlaBase::Extend( const ScAddress& rScPos ) in Extend() argument 149 const ScAddress& rScPos = rScRange.aStart; in CreateArray() local 153 XclExpArrayRef& rxRec = maRecMap[ rScPos ]; in CreateArray() 188 Extend( rScPos ); in ExtendRange() 234 xRec->ExtendRange( rScPos ); in CreateOrExtendShrfmla() 242 XclExpTableop::XclExpTableop( const ScAddress& rScPos, in XclExpTableop() argument 244 XclExpRangeFmlaBase( EXC_ID3_TABLEOP, 16, rScPos ), in XclExpTableop() 311 Extend( rScPos ); in TryExtend() 414 if( xTempRec->TryExtend( rScPos, aRefs ) ) in CreateOrExtendTableop() [all …]
|
H A D | xehelper.cxx | 169 bool XclExpAddressConverter::CheckAddress( const ScAddress& rScPos, bool bWarn ) in CheckAddress() argument 172 bool bValidCol = (0 <= rScPos.Col()) && (rScPos.Col() <= maMaxPos.Col()); in CheckAddress() 173 bool bValidRow = (0 <= rScPos.Row()) && (rScPos.Row() <= maMaxPos.Row()); in CheckAddress() 174 bool bValidTab = (0 <= rScPos.Tab()) && (rScPos.Tab() <= maMaxPos.Tab()); in CheckAddress() 182 mrTracer.TraceInvalidAddress( rScPos, maMaxPos ); in CheckAddress() 188 const ScAddress& rScPos, bool bWarn ) in ConvertAddress() argument 190 bool bValid = CheckAddress( rScPos, bWarn ); in ConvertAddress() 192 lclFillAddress( rXclPos, rScPos.Col(), rScPos.Row() ); in ConvertAddress() 199 if( !ConvertAddress( aXclPos, rScPos, bWarn ) ) in CreateValidAddress() 200 …lclFillAddress( aXclPos, ::std::min( rScPos.Col(), maMaxPos.Col() ), ::std::min( rScPos.Row(), maM… in CreateValidAddress() [all …]
|
H A D | xipivot.cxx | 89 void lclSetValue( const XclImpRoot& rRoot, const ScAddress& rScPos, double fValue, short nFormatTyp… in lclSetValue() argument 92 rDoc.SetValue( rScPos.Col(), rScPos.Row(), rScPos.Tab(), fValue ); in lclSetValue() 94 …rDoc.ApplyAttr( rScPos.Col(), rScPos.Row(), rScPos.Tab(), SfxUInt32Item( ATTR_VALUE_FORMAT, nScNum… in lclSetValue() 99 void XclImpPCItem::WriteToSource( const XclImpRoot& rRoot, const ScAddress& rScPos ) const in WriteToSource() 103 rDoc.SetString( rScPos.Col(), rScPos.Row(), rScPos.Tab(), *pText ); in WriteToSource() 105 rDoc.SetValue( rScPos.Col(), rScPos.Row(), rScPos.Tab(), *pfValue ); in WriteToSource() 107 rDoc.SetValue( rScPos.Col(), rScPos.Row(), rScPos.Tab(), *pnValue ); in WriteToSource() 109 lclSetValue( rRoot, rScPos, *pbValue ? 1.0 : 0.0, NUMBERFORMAT_LOGICAL ); in WriteToSource() 118 lclSetValue( rRoot, rScPos, fValue, nFormatType ); in WriteToSource() 126 ScFormulaCell* pCell = new ScFormulaCell( &rDoc, rScPos, pScTokArr ); in WriteToSource() [all …]
|
H A D | xistyle.cxx | 1256 const ScAddress& rScPos, sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 ) in ApplyPatternForBiff2CellFormat() argument 1274 aXF.ApplyPattern( rScPos.Col(), rScPos.Row(), rScPos.Col(), rScPos.Row(), rScPos.Tab() ); in ApplyPatternForBiff2CellFormat() 1745 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode e… in SetXF() argument 1747 SCCOL nScCol = rScPos.Col(); in SetXF() 1748 SCROW nScRow = rScPos.Row(); in SetXF() 1777 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetXF() argument 1779 SetXF( rScPos, nXFIndex, xlXFModeCell ); in SetXF() 1782 void XclImpXFRangeBuffer::SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBlankXF() argument 1784 SetXF( rScPos, nXFIndex, xlXFModeBlank ); in SetBlankXF() 1787 void XclImpXFRangeBuffer::SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBoolXF() argument [all …]
|
H A D | xihelper.cxx | 49 inline void lclFillAddress( ScAddress& rScPos, sal_uInt16 nXclCol, sal_uInt16 nXclRow, SCTAB nScTab… in lclFillAddress() argument 51 rScPos.SetCol( static_cast< SCCOL >( nXclCol ) ); in lclFillAddress() 52 rScPos.SetRow( static_cast< SCROW >( nXclRow ) ); in lclFillAddress() 53 rScPos.SetTab( nScTab ); in lclFillAddress() 82 bool XclImpAddressConverter::ConvertAddress( ScAddress& rScPos, in ConvertAddress() argument 87 lclFillAddress( rScPos, rXclPos.mnCol, rXclPos.mnRow, nScTab ); in ConvertAddress()
|
H A D | xeescher.cxx | 179 XclExpDffDropDownAnchor::XclExpDffDropDownAnchor( const XclExpRoot& rRoot, const ScAddress& rScPos … in XclExpDffDropDownAnchor() argument 182 GetAddressConverter().ConvertAddress( maAnchor.maFirst, rScPos, true ); in XclExpDffDropDownAnchor() 981 XclExpNote::XclExpNote( const XclExpRoot& rRoot, const ScAddress& rScPos, in XclExpNote() argument 984 maScPos( rScPos ), in XclExpNote()
|
H A D | xeformula.cxx | 2544 void lclInitOwnTab( ScSingleRefData& rRef, const ScAddress& rScPos, SCTAB nCurrScTab, bool b3DRefOn… in lclInitOwnTab() argument 2551 else if( rScPos.Tab() == nCurrScTab ) in lclInitOwnTab() 2558 void lclPutCellToTokenArray( ScTokenArray& rScTokArr, const ScAddress& rScPos, SCTAB nCurrScTab, bo… in lclPutCellToTokenArray() argument 2561 aRef.InitAddress( rScPos ); in lclPutCellToTokenArray() 2562 lclInitOwnTab( aRef, rScPos, nCurrScTab, b3DRefOnly ); in lclPutCellToTokenArray() 2603 …TokenArrayRef XclExpFormulaCompiler::CreateFormula( XclFormulaType eType, const ScAddress& rScPos ) in CreateFormula() argument 2606 lclPutCellToTokenArray( aScTokArr, rScPos, GetCurrScTab(), mxImpl->Is3DRefOnly( eType ) ); in CreateFormula()
|
H A D | impop.cxx | 194 sal_uInt16 ImportExcel::ReadXFIndex( const ScAddress& rScPos, bool bBiff2 ) in ReadXFIndex() argument 226 … XclImpXF::ApplyPatternForBiff2CellFormat( GetRoot(), rScPos, nFlags1, nFlags2, nFlags3 ); in ReadXFIndex()
|
H A D | xecontent.cxx | 382 …XclExpHyperlink( const XclExpRoot& rRoot, const SvxURLField& rUrlField, const ScAddress& rScPos ) : in XclExpHyperlink() argument 384 maScPos( rScPos ), in XclExpHyperlink()
|
H A D | xiescher.cxx | 1812 void XclImpNoteObj::SetNoteData( const ScAddress& rScPos, sal_uInt16 nNoteFlags ) in SetNoteData() argument 1814 maScPos = rScPos; in SetNoteData()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xetable.hxx | 79 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScAddress& rScPos ); 85 void Extend( const ScAddress& rScPos ); 158 explicit XclExpShrfmla( XclTokenArrayRef xTokArr, const ScAddress& rScPos ); 161 void ExtendRange( const ScAddress& rScPos ); 193 const ScTokenArray& rScTokArr, const ScAddress& rScPos ); 208 explicit XclExpTableop( const ScAddress& rScPos, 213 bool TryExtend( const ScAddress& rScPos, const XclMultipleOpRefs& rRefs ); 258 const ScTokenArray& rScTokArr, const ScAddress& rScPos ); 265 XclExpTableopRef TryCreate( const ScAddress& rScPos, const XclMultipleOpRefs& rRefs );
|
H A D | xehelper.hxx | 93 bool CheckAddress( const ScAddress& rScPos, bool bWarn ); 102 const ScAddress& rScPos, bool bWarn ); 109 XclAddress CreateValidAddress( const ScAddress& rScPos, bool bWarn ); 198 explicit XclExpHyperlinkHelper( const XclExpRoot& rRoot, const ScAddress& rScPos );
|
H A D | xistyle.hxx | 420 const XclImpRoot& rRoot, const ScAddress& rScPos, 629 void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 631 void SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 633 void SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ); 662 …void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode eMode …
|
H A D | xeescher.hxx | 116 explicit XclExpDffDropDownAnchor( const XclExpRoot& rRoot, const ScAddress& rScPos ); 321 const ScAddress& rScPos,
|
H A D | xeformula.hxx | 65 XclTokenArrayRef CreateFormula( XclFormulaType eType, const ScAddress& rScPos );
|
H A D | imp_op.hxx | 122 sal_uInt16 ReadXFIndex( const ScAddress& rScPos, bool bBiff2 );
|
H A D | xihelper.hxx | 56 bool ConvertAddress( ScAddress& rScPos,
|
H A D | xecontent.hxx | 105 const SvxURLField& rUrlField, const ScAddress& rScPos );
|
H A D | xipivot.hxx | 43 void WriteToSource( const XclImpRoot& rRoot, const ScAddress& rScPos ) const;
|
H A D | xiescher.hxx | 459 void SetNoteData( const ScAddress& rScPos, sal_uInt16 nNoteFlags );
|