Home
last modified time | relevance | path

Searched refs:aUnions (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx323 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()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx588 SwSelUnions aUnions; in SetTabBorders() local
589 ::MakeSelUnions( aUnions, pStart, pEnd ); in SetTabBorders()
591 if( aUnions.Count() ) in SetTabBorders()
647 for ( sal_uInt16 i = 0; i < aUnions.Count(); ++i ) in SetTabBorders()
649 SwSelUnion *pUnion = aUnions[i]; in SetTabBorders()
652 const sal_Bool bLast = i == aUnions.Count() - 1 ? sal_True : sal_False; in SetTabBorders()
836 SwSelUnions aUnions; in SetTabLineStyle() local
837 ::MakeSelUnions( aUnions, pStart, pEnd ); in SetTabLineStyle()
839 if( aUnions.Count() ) in SetTabLineStyle()
847 for( sal_uInt16 i = 0; i < aUnions.Count(); ++i ) in SetTabLineStyle()
[all …]
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1891 SwSelUnions aUnions; in MakeTblCrsrs() local
1892 ::MakeSelUnions( aUnions, pStart, pEnd ); in MakeTblCrsrs()
1898 for ( sal_uInt16 i = 0; i < aUnions.Count(); ++i ) in MakeTblCrsrs()
1900 SwSelUnion *pUnion = aUnions[i]; in MakeTblCrsrs()