Lines Matching refs:MINLAY
159 nMinTableWidth(MINLAY), in SwFormatTablePage()
368 if( nCurWidth < MINLAY ) in IMPL_LINK_INLINE_END()
369 nCurWidth = MINLAY; in IMPL_LINK_INLINE_END()
422 if( nRight + nLeft > pTblData->GetSpace() - MINLAY ) in IMPL_LINK_INLINE_END()
423 nRight = pTblData->GetSpace() -nLeft - MINLAY; in IMPL_LINK_INLINE_END()
434 if(nRight + nLeft > pTblData->GetSpace() - MINLAY ) in IMPL_LINK_INLINE_END()
436 nLeft = bCenter ? (pTblData->GetSpace() - MINLAY) /2 : in IMPL_LINK_INLINE_END()
437 (pTblData->GetSpace() - MINLAY) - nRight; in IMPL_LINK_INLINE_END()
438 nRight = bCenter ? (pTblData->GetSpace() - MINLAY) /2 : nRight; in IMPL_LINK_INLINE_END()
549 nMinTableWidth = pTblData->GetColCount() * MINLAY; in Reset()
752 SwTwips nMinWidth = Min( (long)MINLAY, in DeactivatePage()
843 nMinWidth( MINLAY ), in SwTableColumnPage()
1184 if((nVisWidth = GetVisibleWidth(i)) + nDiff < MINLAY) in UpdateCols()
1186 nAdd += nVisWidth - MINLAY; in UpdateCols()
1187 SetVisibleWidth(i, MINLAY); in UpdateCols()