/trunk/main/sc/source/filter/inc/ |
H A D | xladdress.hxx | 77 struct XclRange struct 82 inline explicit XclRange( ScAddress::Uninitialized e ) : maFirst( e ), maLast( e ) {} in XclRange() function 83 inline explicit XclRange() {} in XclRange() function 84 inline explicit XclRange( const XclAddress& rPos ) : maFirst( rPos ), maLast( rPos ) {} in XclRange() argument 86 …inline explicit XclRange( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRo… in XclRange() function 102 inline bool operator==( const XclRange& rL, const XclRange& rR ) in operator ==() argument 107 inline bool operator<( const XclRange& rL, const XclRange& rR ) in operator <() 112 inline XclImpStream& operator>>( XclImpStream& rStrm, XclRange& rXclRange ) in operator >>() 118 inline XclExpStream& operator<<( XclExpStream& rStrm, const XclRange& rXclRange ) in operator <<() 127 class XclRangeList : public ::std::vector< XclRange > [all …]
|
H A D | xihelper.hxx | 74 bool CheckRange( const XclRange& rXclRange, bool bWarn ); 82 bool ConvertRange( ScRange& rScRange, const XclRange& rXclRange,
|
H A D | xistyle.hxx | 640 void SetHyperlink( const XclRange& rXclRange, const String& rUrl ); 674 typedef ::std::pair< XclRange, String > XclImpHyperlinkRange;
|
H A D | xicontent.hxx | 91 …static void InsertUrl( const XclImpRoot& rRoot, const XclRange& rXclRange, const String& r…
|
H A D | xehelper.hxx | 136 bool ConvertRange( XclRange& rXclRange, const ScRange& rScRange, bool bWarn );
|
H A D | xlroot.hxx | 41 struct XclRange;
|
H A D | xlescher.hxx | 310 struct XclObjAnchor : public XclRange
|
H A D | xlpivot.hxx | 754 XclRange maOutXclRange; /// Output range.
|
H A D | xetable.hxx | 91 XclRange maXclRange; /// Range described by this record.
|
/trunk/main/sc/source/filter/excel/ |
H A D | xladdress.cxx | 53 bool XclRange::Contains( const XclAddress& rPos ) const in Contains() 59 void XclRange::Read( XclImpStream& rStrm, bool bCol16Bit ) in Read() 71 void XclRange::Write( XclExpStream& rStrm, bool bCol16Bit ) const in Write() 82 XclRange XclRangeList::GetEnclosingRange() const in GetEnclosingRange() 84 XclRange aXclRange; in GetEnclosingRange()
|
H A D | xeformula.cxx | 406 void ConvertRefData( ScComplexRefData& rRefData, XclRange& rXclRange, 432 void AppendRange( const XclRange& rXclRange ); 1877 ScComplexRefData& rRefData, XclRange& rXclRange, bool bNatLangRef ) const in ConvertRefData() 1958 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ProcessRangeRef() 2041 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ProcessExternalRangeRef() 2257 void XclExpFmlaCompImpl::AppendRange( const XclRange& rXclRange ) in AppendRange()
|
H A D | impop.cxx | 236 XclRange aXclUsedArea( ScAddress::UNINITIALIZED ); in ReadDimensions() 929 XclRange aXclRange; in Cellmerging() 940 XclRange aXclOleSize( ScAddress::UNINITIALIZED ); in Olesize()
|
H A D | xihelper.cxx | 106 bool XclImpAddressConverter::CheckRange( const XclRange& rXclRange, bool bWarn ) in CheckRange() 112 const XclRange& rXclRange, SCTAB nScTab1, SCTAB nScTab2, bool bWarn ) in ConvertRange()
|
H A D | xehelper.cxx | 232 bool XclExpAddressConverter::ConvertRange( XclRange& rXclRange, in ConvertRange() 292 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ConvertRangeList()
|
H A D | xicontent.cxx | 238 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ReadHlink() 415 void XclImpHyperlink::InsertUrl( const XclImpRoot& rRoot, const XclRange& rXclRange, const String& … in InsertUrl()
|
H A D | xeview.cxx | 233 rXclSel.push_back( XclRange( maSelData.maXclCursor ) ); in XclExpSelection()
|
H A D | xestream.cxx | 759 static ScRange lcl_ToRange( const XclRange& rRange ) in lcl_ToRange()
|
H A D | excform8.cxx | 1495 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
|
H A D | excform.cxx | 1405 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
|
H A D | xipivot.cxx | 641 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ReadDconref()
|
H A D | xistyle.cxx | 1825 void XclImpXFRangeBuffer::SetHyperlink( const XclRange& rXclRange, const String& rUrl ) in SetHyperlink()
|