Searched refs:intersects (Results 1 – 9 of 9) sorted by relevance
72 /** intersects the specified rectangle with the current region.97 /** intersects the specified region with the current region.
68 if( (aIt != aEnd) && aIt->intersects( rRange ) ) in insert()74 while( (aNext != aEnd) && aNext->intersects( rRange ) ) ++aNext; in insert()
69 …static bool SC_DLLPUBLIC intersects(const ::std::vector<ScSharedTokenRef>& rTokens, const ScShared…
566 bool SheetDataBuffer::XfIdRowRange::intersects( const CellRangeAddress& rRange ) const in intersects() function in oox::xls::SheetDataBuffer::XfIdRowRange800 … if( (aIt->second.maRange.EndRow < nLastRow) && !maXfIdRowRange.intersects( aIt->second.maRange ) ) in setCellFormat()
299 … bool intersects( const ::com::sun::star::table::CellRangeAddress& rRange ) const;
148 /** intersects the current cell range(s) with the specified cell range.
272 bool ScRefTokenHelper::intersects(const vector<ScSharedTokenRef>& rTokens, const ScSharedTokenRef& … in intersects() function in ScRefTokenHelper
405 if (ScRefTokenHelper::intersects(*mpTokens, pToken)) in UpdateChartIntersecting()
59 …inline bool intersects( const ValueRange& rRange ) const { return (mnFirst <= rRange.mnLas… in intersects() function
Completed in 48 milliseconds