Searched refs:GetUnion (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 359 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in GetTblSel() 372 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetTblSel() 570 if( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in ChkChartSel() 584 const SwRect& rUnion = pUnion->GetUnion(), in ChkChartSel() 806 if( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in GetAutoSumSel() 829 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetAutoSumSel() 876 if( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in GetAutoSumSel() 898 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetAutoSumSel() 1043 SwRect &rUnion = aUnions[i]->GetUnion(); in GetMergeSel() 2096 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in CheckSplitCells() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | tblsel.hxx | 131 const SwRect& GetUnion() const { return aUnion; } in GetUnion() function in SwSelUnion 132 SwRect& GetUnion() { return aUnion; } in GetUnion() function in SwSelUnion
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 651 const SwRect &rUnion = pUnion->GetUnion(); in SetTabBorders() 655 ::lcl_CollectCells( aCellArr, pUnion->GetUnion(), pTab ); in SetTabBorders() 852 ::lcl_CollectCells( aCellArr, pUnion->GetUnion(), pTab ); in SetTabLineStyle() 933 const SwRect &rUnion = pUnion->GetUnion(); in GetTabBorders() 1372 const SwRect &rUnion = pSelUnion->GetUnion(); in lcl_CalcColValues()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 199 void GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const; 302 void GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
|
H A D | gen.hxx | 429 Rectangle GetUnion( const Rectangle& rRect ) const; 641 inline Rectangle Rectangle::GetUnion( const Rectangle& rRect ) const in GetUnion() function in Rectangle
|
/aoo42x/main/svtools/source/control/ |
H A D | scrwin.cxx | 440 Rectangle aBox( aTarget.GetUnion(aVisArea) ); in MakeVisible()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 372 void PolyPolygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion() function in PolyPolygon
|
H A D | poly.cxx | 1110 void Polygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion() function in Polygon 1113 aTmp.GetUnion( rPolyPoly, rResult ); in GetUnion()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 1910 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in MakeTblCrsrs() 1917 if( IsFrmInTblSel( pUnion->GetUnion(), pCell ) && in MakeTblCrsrs()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 1104 aRect = aRect.GetUnion( aVisRect ); in CursorIsOverRect()
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 125 aTmp.GetUnion( rSource, rDest ); in lclPolyPolyUnion()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 234 rPolyPoly.GetUnion( aPolyPolyOr1, aPolyPolyOr2 ); in ImplReadRegion()
|
H A D | winmtf.cxx | 107 aPolyPoly.GetUnion( aSimplePoly, aNewClipPath ); in SetClipPath()
|
Completed in 106 milliseconds