/trunk/main/sc/inc/ |
H A D | convuno.hxx | 72 static inline bool Intersects( 148 inline bool ScUnoConversion::Intersects( in Intersects() function in ScUnoConversion
|
H A D | bigrange.hxx | 210 inline sal_Bool Intersects( const ScBigRange& ) const; // ueberschneiden sich zwei Ranges? 242 inline sal_Bool ScBigRange::Intersects( const ScBigRange& r ) const in Intersects() function in ScBigRange
|
H A D | rangelst.hxx | 66 sal_Bool Intersects( const ScRange& ) const;
|
H A D | address.hxx | 524 SC_DLLPUBLIC bool Intersects( const ScRange& ) const; // do two ranges intersect?
|
/trunk/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 3128 pTest->GetBigRange().Intersects( rRange ) ) in Dependencies() 3142 pTest->GetBigRange().Intersects( rRange ) ) in Dependencies() 3156 pTest->GetBigRange().Intersects( rRange ) ) in Dependencies() 3186 pTest->GetBigRange().Intersects( rFromRange ) ) in Dependencies() 3199 (pTest->GetFromRange().Intersects( rRange ) || in Dependencies() 3200 pTest->GetBigRange().Intersects( rRange )) ) in Dependencies() 3559 if ( !aDelRange.Intersects( p->GetBigRange() ) ) in UpdateReference() 3934 pAct->GetBigRange().Intersects( p->GetBigRange() ) ) in UpdateReference() 3984 pAct->GetBigRange().Intersects( p->GetBigRange() ) ) in UpdateReference() 4000 pAct->GetBigRange().Intersects( p->GetBigRange() ) ) in UpdateReference()
|
H A D | chartlis.cxx | 647 if ( rList.Is() && rList->Intersects( rRange ) ) in SetRangeDirty() 660 if (itr->maRange.Intersects(rRange)) in SetRangeDirty()
|
H A D | rangelst.cxx | 307 sal_Bool ScRangeList::Intersects( const ScRange& rRange ) const in Intersects() function in ScRangeList 311 if ( GetObject(j)->Intersects( rRange ) ) in Intersects()
|
H A D | reftokenhelper.cxx | 300 if (aRange.Intersects(aRange2)) in intersects()
|
H A D | address.cxx | 1274 bool ScRange::Intersects( const ScRange& r ) const in Intersects() function in ScRange
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | acredlin.cxx | 398 if(pRangeEntry->Intersects(aRef)) break; in IsValidAction() 524 if(pRangeEntry->Intersects(aRef)) break; in InsertChangeAction() 594 if(pRangeEntry->Intersects(aRef)) break; in InsertFilteredAction() 723 if(pRangeEntry->Intersects(aRef)) break; in InsertChangeActionContent()
|
H A D | crnrdlg.cxx | 340 if ( theCurData.Intersects( theCurArea ) ) in AdjustColRowData() 363 if ( theCurData.Intersects( theCurArea ) ) in AdjustColRowData()
|
H A D | conflictsdlg.cxx | 194 if ( pAction1 && pAction2 && pAction1->GetBigRange().Intersects( pAction2->GetBigRange() ) ) in DoActionsIntersect()
|
/trunk/main/svl/inc/svl/ |
H A D | nranges.hxx | 79 sal_Bool Intersects( const SfxNumRanges & ) const;
|
/trunk/main/sc/source/core/data/ |
H A D | dpglobal.cxx | 74 … if ( (*pDPCollection)[i] && aRange.Intersects( (*pDPCollection)[i]->GetOutRange())) in ChkDPTableOverlap()
|
H A D | bcaslot.cxx | 351 if (rAreaRange.Intersects( rRange )) in AreaBroadcastInRange()
|
/trunk/main/svl/source/items/ |
H A D | nranges.cxx | 775 sal_Bool SfxNumRanges::Intersects( const SfxNumRanges &rRanges ) const in Intersects() function in SfxNumRanges
|
/trunk/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 191 if ( !rSettings.GetTheRangeList().Intersects( rAction.GetBigRange().MakeRange() ) ) in IsActionShown()
|
H A D | hdrcont.cxx | 905 if ( aRanges.GetObject(i)->Intersects( aNewRange ) ) in Command()
|
H A D | output.cxx | 2120 if ( aRange.Intersects( aViewRange ) && in DrawChangeTrack() 2136 if ( aRange.Intersects( aViewRange ) && in DrawChangeTrack()
|
H A D | gridwin4.cxx | 230 if ( aRange.Intersects( aViewRange ) ) //! Platz fuer Text/Button? in lcl_DrawScenarioFrames()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 149 if (!pDest->Intersects(*pSrc)) in CalcScRangeDifferenceMax() 534 aMarkRange.Intersects(m_aLastWithInMarkRange); in Notify()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 520 if ( pSheetDesc && pSheetDesc->aSourceRange.Intersects( rSource ) ) in RefreshPivotTables()
|
H A D | dbdocfun.cxx | 1315 if( pSheetDesc && pSheetDesc->aSourceRange.Intersects( aNewOut ) ) in DataPilotUpdate()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaapplication.cxx | 911 if( aOuterIt->Intersects( *aInnerIt ) ) in lclIntersectRanges()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 316 if (aDBArea.Intersects(*pRange)) in UseSubTotal()
|