Home
last modified time | relevance | path

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

/aoo41x/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx243 struct XfIdRowRange;
272 void writeXfIdRowRangeProperties( const XfIdRowRange& rXfIdRowRange ) const;
293 struct XfIdRowRange struct in oox::xls::SheetDataBuffer
298 explicit XfIdRowRange();
338 XfIdRowRange maXfIdRowRange; /// Cached XF identifier for a range of rows.
/aoo41x/main/oox/source/xls/
H A Dsheetdatabuffer.cxx560 SheetDataBuffer::XfIdRowRange::XfIdRowRange() : in XfIdRowRange() function in oox::xls::SheetDataBuffer::XfIdRowRange
566 bool SheetDataBuffer::XfIdRowRange::intersects( const CellRangeAddress& rRange ) const in intersects()
571 void SheetDataBuffer::XfIdRowRange::set( sal_Int32 nRow, sal_Int32 nXfId ) in set()
577 bool SheetDataBuffer::XfIdRowRange::tryExpand( sal_Int32 nRow, sal_Int32 nXfId ) in tryExpand()
832 void SheetDataBuffer::writeXfIdRowRangeProperties( const XfIdRowRange& rXfIdRowRange ) const in writeXfIdRowRangeProperties()

Completed in 23 milliseconds