Home
last modified time | relevance | path

Searched refs:XfIdRange (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx244 struct XfIdRange;
274 void writeXfIdRangeProperties( const XfIdRange& rXfIdRange ) const;
305 struct XfIdRange struct in oox::xls::SheetDataBuffer
314 bool tryMerge( const XfIdRange& rXfIdRange );
316 typedef ::std::map< BinAddress, XfIdRange > XfIdRangeMap;
/aoo4110/main/oox/source/xls/
H A Dsheetdatabuffer.cxx595 void SheetDataBuffer::XfIdRange::set( const CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int32 nNum… in set()
604 bool SheetDataBuffer::XfIdRange::tryExpand( const CellAddress& rCellAddr, sal_Int32 nXfId, sal_Int3… in tryExpand()
617 bool SheetDataBuffer::XfIdRange::tryMerge( const XfIdRange& rXfIdRange ) in tryMerge()
846 void SheetDataBuffer::writeXfIdRangeProperties( const XfIdRange& rXfIdRange ) const in writeXfIdRangeProperties()
868 const XfIdRange& rMergeXfIdRange = aMergeIt->second; in mergeXfIdRanges()

Completed in 24 milliseconds