Searched refs:IsFrmInTblSel (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 372 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetTblSel() 746 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell ) in IsFrmInTblSel() function 829 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetAutoSumSel() 898 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in GetAutoSumSel() 2003 while ( pFirst && !::IsFrmInTblSel( aUnion, pFirst ) ) in MakeSelUnions() 2019 while ( pLast && !::IsFrmInTblSel( aUnion, pLast ) ) in MakeSelUnions() 2103 if( ::IsFrmInTblSel( pUnion->GetUnion(), pCell ) ) in CheckSplitCells()
|
/aoo4110/main/sw/inc/ |
H A D | tblsel.hxx | 98 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell );
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 1380 … if ( pCell->IsCellFrm() && pCell->FindTabFrm() == pTab && ::IsFrmInTblSel( rUnion, pCell ) ) in lcl_CalcColValues()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 1917 if( IsFrmInTblSel( pUnion->GetUnion(), pCell ) && in MakeTblCrsrs()
|
Completed in 45 milliseconds