Home
last modified time | relevance | path

Searched refs:XclRange (Results 1 – 21 of 21) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dxladdress.hxx77 struct XclRange struct
82 inline explicit XclRange( ScAddress::Uninitialized e ) : maFirst( e ), maLast( e ) {} in XclRange() function
83 inline explicit XclRange() {} in XclRange() argument
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() argument
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 Dxihelper.hxx74 bool CheckRange( const XclRange& rXclRange, bool bWarn );
82 bool ConvertRange( ScRange& rScRange, const XclRange& rXclRange,
H A Dxistyle.hxx640 void SetHyperlink( const XclRange& rXclRange, const String& rUrl );
674 typedef ::std::pair< XclRange, String > XclImpHyperlinkRange;
H A Dxicontent.hxx91 …static void InsertUrl( const XclImpRoot& rRoot, const XclRange& rXclRange, const String& r…
H A Dxehelper.hxx136 bool ConvertRange( XclRange& rXclRange, const ScRange& rScRange, bool bWarn );
H A Dxlroot.hxx41 struct XclRange;
H A Dxlescher.hxx310 struct XclObjAnchor : public XclRange
H A Dxlpivot.hxx754 XclRange maOutXclRange; /// Output range.
H A Dxetable.hxx91 XclRange maXclRange; /// Range described by this record.
/aoo41x/main/sc/source/filter/excel/
H A Dxladdress.cxx53 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 Dxeformula.cxx406 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 Dimpop.cxx236 XclRange aXclUsedArea( ScAddress::UNINITIALIZED ); in ReadDimensions()
929 XclRange aXclRange; in Cellmerging()
940 XclRange aXclOleSize( ScAddress::UNINITIALIZED ); in Olesize()
H A Dxihelper.cxx106 bool XclImpAddressConverter::CheckRange( const XclRange& rXclRange, bool bWarn ) in CheckRange()
112 const XclRange& rXclRange, SCTAB nScTab1, SCTAB nScTab2, bool bWarn ) in ConvertRange()
H A Dxehelper.cxx232 bool XclExpAddressConverter::ConvertRange( XclRange& rXclRange, in ConvertRange()
292 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ConvertRangeList()
H A Dxicontent.cxx238 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ReadHlink()
415 void XclImpHyperlink::InsertUrl( const XclImpRoot& rRoot, const XclRange& rXclRange, const String& … in InsertUrl()
H A Dxeview.cxx233 rXclSel.push_back( XclRange( maSelData.maXclCursor ) ); in XclExpSelection()
H A Dxestream.cxx759 static ScRange lcl_ToRange( const XclRange& rRange ) in lcl_ToRange()
H A Dexcform8.cxx1495 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
H A Dexcform.cxx1405 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
H A Dxipivot.cxx641 XclRange aXclRange( ScAddress::UNINITIALIZED ); in ReadDconref()
H A Dxistyle.cxx1825 void XclImpXFRangeBuffer::SetHyperlink( const XclRange& rXclRange, const String& rUrl ) in SetHyperlink()

Completed in 137 milliseconds