Lines Matching refs:nDistRight
947 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in lcl_MergeToFrame() argument
951 if ( rMerge.GetColMerge() == nDistRight + 1 ) in lcl_MergeToFrame()
952 nDistRight = 0; in lcl_MergeToFrame()
996 if (nDistRight == 0) in lcl_MergeToFrame()
1011 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const in MergeBlockFrame()
1018 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_True, 0 ); in MergeBlockFrame()
1023 lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_True, in MergeBlockFrame()
1033 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_False, in MergeBlockFrame()
1039 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_False, 0 ); in MergeBlockFrame()
1053 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in ApplyFrame() argument
1063 if ( rMerge.GetColMerge() == nDistRight + 1 ) in ApplyFrame()
1064 nDistRight = 0; in ApplyFrame()
1073 if ( (nDistRight==0) ? pBoxInfoItem->IsValid(VALID_RIGHT) : pBoxInfoItem->IsValid(VALID_VERT) ) in ApplyFrame()
1074 aNewFrame.SetLine( (nDistRight==0) ? pBoxItem->GetRight() : pBoxInfoItem->GetVert(), in ApplyFrame()
1103 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) in ApplyBlockFrame() argument
1106 ApplyFrame( pLineOuter, pLineInner, nStartRow, nEndRow, bLeft, nDistRight, sal_True, 0 ); in ApplyBlockFrame()
1109 ApplyFrame( pLineOuter, pLineInner, nStartRow, nStartRow, bLeft, nDistRight, in ApplyBlockFrame()
1124 bLeft, nDistRight, sal_False, nEndRow-nTmpEnd ); in ApplyBlockFrame()
1136 ApplyFrame( pLineOuter, pLineInner, nEndRow, nEndRow, bLeft, nDistRight, sal_False, 0 ); in ApplyBlockFrame()