Home
last modified time | relevance | path

Searched refs:aBoxArr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/table/
H A Dswtable.cxx769 SvPtrarr aBoxArr; member
773 rNew( rN ), rOld( rO ), aBoxArr( 10, 1 ) {} in Parm()
1098 ::lcl_ProcessBoxPtr( rBoxes[i], aParm.aBoxArr, sal_False ); in SetTabCols()
1110 ::lcl_ProcessBoxPtr( rBoxes2[i], aParm.aBoxArr, bBefore ); in SetTabCols()
1120 for ( int j = aParm.aBoxArr.Count()-1; j >= 0; --j ) in SetTabCols()
1122 SwTableBox *pBox = (SwTableBox*)aParm.aBoxArr[ static_cast< sal_uInt16 >(j)]; in SetTabCols()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3940 sal_uInt16 aBoxArr[4]; in GetTableAutoFmt() local
3941 aBoxArr[0] = 0; in GetTableAutoFmt()
3942 aBoxArr[1] = 1 < rLine.GetBoxes().Count() ? 1 : 0; in GetTableAutoFmt()
3943 aBoxArr[2] = 2 < rLine.GetBoxes().Count() ? 2 : aBoxArr[1]; in GetTableAutoFmt()
3944 aBoxArr[3] = rLine.GetBoxes().Count() - 1; in GetTableAutoFmt()
3948 SwTableBox* pFBox = rLine.GetBoxes()[ aBoxArr[ nBox ] ]->GetBox(); in GetTableAutoFmt()

Completed in 44 milliseconds