Searched refs:XfIdRowRange (Results 1 – 2 of 2) sorted by relevance
243 struct XfIdRowRange;272 void writeXfIdRowRangeProperties( const XfIdRowRange& rXfIdRowRange ) const;293 struct XfIdRowRange struct in oox::xls::SheetDataBuffer298 explicit XfIdRowRange();338 XfIdRowRange maXfIdRowRange; /// Cached XF identifier for a range of rows.
560 SheetDataBuffer::XfIdRowRange::XfIdRowRange() : in XfIdRowRange() function in oox::xls::SheetDataBuffer::XfIdRowRange566 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 28 milliseconds