Searched refs:XclRangeList (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xladdress.cxx | 82 XclRange XclRangeList::GetEnclosingRange() const in GetEnclosingRange() 100 void XclRangeList::Read( XclImpStream& rStrm, bool bCol16Bit ) in Read() 110 void XclRangeList::Write( XclExpStream& rStrm, bool bCol16Bit ) const in Write() 115 void XclRangeList::WriteSubList( XclExpStream& rStrm, size_t nBegin, size_t nCount, bool bCol16Bit … in WriteSubList()
|
H A D | xicontent.cxx | 446 XclRangeList aRowXclRanges, aColXclRanges; in ReadLabelranges() 507 XclRangeList aXclRanges; in ReadCondfmt() 773 XclRangeList aXclRanges; in ReadDV()
|
H A D | xeview.cxx | 222 XclRangeList& rXclSel = maSelData.maXclSelection; in XclExpSelection() 224 …for( XclRangeList::const_iterator aIt = rXclSel.begin(), aEnd = rXclSel.end(); !bFound && (aIt != … in XclExpSelection()
|
H A D | xihelper.cxx | 152 const XclRangeList& rXclRanges, SCTAB nScTab, bool bWarn ) in ConvertRangeList() 155 …for( XclRangeList::const_iterator aIt = rXclRanges.begin(), aEnd = rXclRanges.end(); aIt != aEnd; … in ConvertRangeList()
|
H A D | xestream.cxx | 769 OString XclXmlUtils::ToOString( const XclRangeList& rRanges ) in ToOString() 772 for( XclRangeList::const_iterator i = rRanges.begin(), end = rRanges.end(); in ToOString()
|
H A D | xecontent.cxx | 343 XclRangeList aXclRanges; in Save() 571 XclRangeList aRowXclRanges, aColXclRanges; in Save()
|
H A D | xehelper.cxx | 284 void XclExpAddressConverter::ConvertRangeList( XclRangeList& rXclRanges, in ConvertRangeList()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xladdress.hxx | 127 class XclRangeList : public ::std::vector< XclRange > class 130 inline explicit XclRangeList() {} in XclRangeList() function in XclRangeList 140 inline XclImpStream& operator>>( XclImpStream& rStrm, XclRangeList& rXclRanges ) in operator >>() 146 inline XclExpStream& operator<<( XclExpStream& rStrm, const XclRangeList& rXclRanges ) in operator <<()
|
H A D | xecontent.hxx | 210 XclRangeList maXclRanges; /// Cell ranges for this conditional format. 263 XclRangeList maXclRanges; /// Excel range list with all affected cells.
|
H A D | xestream.hxx | 273 class XclRangeList; 293 static ::rtl::OString ToOString( const XclRangeList& rRangeList );
|
H A D | xlview.hxx | 114 XclRangeList maXclSelection; /// Selected cell ranges.
|
H A D | xihelper.hxx | 115 const XclRangeList& rXclRanges, SCTAB nScTab, bool bWarn );
|
H A D | xehelper.hxx | 177 void ConvertRangeList( XclRangeList& rXclRanges,
|
H A D | xlroot.hxx | 42 class XclRangeList;
|
Completed in 103 milliseconds