Lines Matching refs:aUnions
323 SwSelUnions aUnions; in GetTblSel() local
324 ::MakeSelUnions( aUnions, pStart, pEnd, eSearchType ); in GetTblSel()
336 for( i = 0; i < aUnions.Count() && bTblIsValid; ++i ) in GetTblSel()
338 SwSelUnion *pUnion = aUnions[i]; in GetTblSel()
452 SwTabFrm *pTable = aUnions[0]->GetTable(); in GetTblSel()
536 SwSelUnions aUnions; in ChkChartSel() local
537 ::MakeSelUnions( aUnions, pStart, pEnd, nsSwTblSearchType::TBLSEARCH_NO_UNION_CORRECT ); in ChkChartSel()
540 for( i = 0; i < aUnions.Count() && bTblIsValid && in ChkChartSel()
543 SwSelUnion *pUnion = aUnions[i]; in ChkChartSel()
721 SwTabFrm *pTable = aUnions[0]->GetTable(); in ChkChartSel()
722 for( i = 0; i < aUnions.Count(); ++i ) in ChkChartSel()
785 SwSelUnions aUnions; in GetAutoSumSel() local
788 ::MakeSelUnions( aUnions, pStart, pEnd, nsSwTblSearchType::TBLSEARCH_COL ); in GetAutoSumSel()
794 for( i = 0; i < aUnions.Count(); ++i ) in GetAutoSumSel()
796 SwSelUnion *pUnion = aUnions[i]; in GetAutoSumSel()
847 i = aUnions.Count(); in GetAutoSumSel()
861 aUnions.DeleteAndDestroy( 0, aUnions.Count() ); in GetAutoSumSel()
862 ::MakeSelUnions( aUnions, pStart, pEnd, nsSwTblSearchType::TBLSEARCH_ROW ); in GetAutoSumSel()
864 for( i = 0; i < aUnions.Count(); ++i ) in GetAutoSumSel()
866 SwSelUnion *pUnion = aUnions[i]; in GetAutoSumSel()
915 i = aUnions.Count(); in GetAutoSumSel()
1023 SwSelUnions aUnions; in GetMergeSel() local
1024 ::MakeSelUnions( aUnions, pStart, pEnd ); in GetMergeSel()
1025 if( !aUnions.Count() ) in GetMergeSel()
1028 const SwTable *pTable = aUnions[0]->GetTable()->GetTable(); in GetMergeSel()
1039 for ( sal_uInt16 i = 0; i < aUnions.Count(); ++i ) in GetMergeSel()
1041 const SwTabFrm *pTabFrm = aUnions[i]->GetTable(); in GetMergeSel()
1043 SwRect &rUnion = aUnions[i]->GetUnion(); in GetMergeSel()
2079 SwSelUnions aUnions; in CheckSplitCells()
2081 ::MakeSelUnions( aUnions, pStart, pEnd, eSearchType ); in CheckSplitCells()
2084 for ( sal_uInt16 i = 0; i < aUnions.Count(); ++i ) in CheckSplitCells()
2086 SwSelUnion *pUnion = aUnions[i]; in CheckSplitCells()