Home
last modified time | relevance | path

Searched refs:intersects (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/offapi/com/sun/star/awt/
H A DXRegion.idl72 /** intersects the specified rectangle with the current region.
97 /** intersects the specified region with the current region.
/aoo4110/main/oox/source/helper/
H A Dcontainerhelper.cxx68 if( (aIt != aEnd) && aIt->intersects( rRange ) ) in insert()
74 while( (aNext != aEnd) && aNext->intersects( rRange ) ) ++aNext; in insert()
/aoo4110/main/sc/inc/
H A Dreftokenhelper.hxx69 …static bool SC_DLLPUBLIC intersects(const ::std::vector<ScSharedTokenRef>& rTokens, const ScShared…
/aoo4110/main/oox/source/xls/
H A Dsheetdatabuffer.cxx566 bool SheetDataBuffer::XfIdRowRange::intersects( const CellRangeAddress& rRange ) const in intersects() function in oox::xls::SheetDataBuffer::XfIdRowRange
800 … if( (aIt->second.maRange.EndRow < nLastRow) && !maXfIdRowRange.intersects( aIt->second.maRange ) ) in setCellFormat()
/aoo4110/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx299 … bool intersects( const ::com::sun::star::table::CellRangeAddress& rRange ) const;
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl148 /** intersects the current cell range(s) with the specified cell range.
/aoo4110/main/sc/source/core/tool/
H A Dreftokenhelper.cxx272 bool ScRefTokenHelper::intersects(const vector<ScSharedTokenRef>& rTokens, const ScSharedTokenRef& … in intersects() function in ScRefTokenHelper
H A Dchartlis.cxx405 if (ScRefTokenHelper::intersects(*mpTokens, pToken)) in UpdateChartIntersecting()
/aoo4110/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx59 …inline bool intersects( const ValueRange& rRange ) const { return (mnFirst <= rRange.mnLas… in intersects() function

Completed in 51 milliseconds