/aoo42x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 138 nMinNoAlign(MINLAY), nMaxNoAlign(MINLAY), nAbsMinNoAlign(MINLAY), in SwHTMLTableLayoutColumn() 704 if( nMinNoAlignCell < MINLAY ) in AutoLayoutPass1() 705 nMinNoAlignCell = MINLAY; in AutoLayoutPass1() 706 if( nMaxNoAlignCell < MINLAY ) in AutoLayoutPass1() 707 nMaxNoAlignCell = MINLAY; in AutoLayoutPass1() 708 if( nAbsMinNoAlignCell < MINLAY ) in AutoLayoutPass1() 709 nAbsMinNoAlignCell = MINLAY; in AutoLayoutPass1() 835 pColumn->SetMinMax( MINLAY, MINLAY ); in AutoLayoutPass1() 1188 nAbsLeftFill = MINLAY+nInhLeftBorderWidth; in AutoLayoutPass2() 1190 nAbsRightFill = MINLAY+nInhRightBorderWidth; in AutoLayoutPass2() [all …]
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 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() 437 (pTblData->GetSpace() - MINLAY) - 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() 1186 nAdd += nVisWidth - MINLAY; in UpdateCols() [all …]
|
H A D | tablemgr.cxx | 120 GetColWidth(1) - MINLAY : in GetMaxColWidth() 122 GetColWidth( nNum-1 ) - MINLAY : in GetMaxColWidth() 123 GetColWidth(nNum - 1) + GetColWidth( nNum + 1 ) - 2 * MINLAY; in GetMaxColWidth() 151 if(nDiff < GetColWidth(nNum + 1) - MINLAY) in SetColWidth() 155 int nDiffLeft = nDiff - (int)GetColWidth(nNum + 1) + (int)MINLAY; in SetColWidth()
|
H A D | rowht.cxx | 100 aHeightEdit.SetMin(MINLAY, FUNIT_TWIP); in SwTableHeightDlg()
|
H A D | colwd.cxx | 96 aWidthEdit.SetMin(aWidthEdit.Normalize(MINLAY), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 493 nMinWidth(MINLAY), in SwColumnPage() 797 Min(long(nMaxCols), long( pColMgr->GetActualSize() / (nGutterWidth + MINLAY)) ))); 1038 sal_uInt16 nMaxGap = pColMgr->GetActualSize() - nCols * MINLAY; in IMPL_LINK() 1066 if(nLeft + nRight + 2 * MINLAY < nDiff) in IMPL_LINK() 1067 nDiff = nLeft + nRight - 2 * MINLAY; in IMPL_LINK() 1068 if(nDiff < nRight - MINLAY) in IMPL_LINK() 1074 long nTemp = nDiff - nRight + MINLAY; in IMPL_LINK() 1075 nRight = MINLAY; in IMPL_LINK() 1076 if(nLeft > nTemp - MINLAY) in IMPL_LINK() 1083 nTemp -= nLeft + MINLAY; in IMPL_LINK() [all …]
|
H A D | colmgr.cxx | 169 if (nWidth < MINLAY) in SwColMgr()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 774 sal_Int32 nWidth = MINLAY; in SwXMLTableColContext_Impl() 1533 if( nWidth2 < MINLAY ) in InsertColumn() 1534 nWidth2 = MINLAY; in InsertColumn() 2535 sal_Int32 nMinAbs = nRelCols * MINLAY; in _MakeTable() 2550 else if( nAbsForRelWidth <= (nRelWidth * MINLAY) / in _MakeTable() 2578 nAbsCol = MINLAY; in _MakeTable() 2584 nAbsCol = MINLAY + (nExtraRelCol * nExtraAbs) / in _MakeTable() 2627 sal_Int32 nAbsLastCol = MINLAY + nExtraAbs; in _MakeTable() 2633 nAbsCol = MINLAY + nExtraAbsCol; in _MakeTable() 2773 if( nWidth < (sal_Int32)GetColumnCount() * MINLAY ) in MakeTable() [all …]
|
H A D | xmlimpit.cxx | 858 sal_Int32 nMin = MINLAY; in PutXMLValue() 904 if( nValue < MINLAY ) in PutXMLValue() 905 nValue = MINLAY; in PutXMLValue()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | applab.cxx | 269 aLRMargin.SetRight(MINLAY/2); in InsertLab() 270 aULMargin.SetLower(MINLAY/2); in InsertLab() 285 … rItem.lPaperWidth == 0 ? rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY : rItem.lPaperWidth, in InsertLab() 286 …|| rItem.lPaperHeight == 0 ? rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY : rItem.lPaperHeig… in InsertLab()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 671 if( nMinFrm < MINLAY && pFirstTxtNd ) in CalculateFlySize() 702 if( nMinFrm < MINLAY ) in CalculateFlySize() 703 nMinFrm = MINLAY; in CalculateFlySize() 704 if( nMaxFrm < MINLAY ) in CalculateFlySize() 705 nMaxFrm = MINLAY; in CalculateFlySize()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1597 ASSERT( nSwWidth > MINLAY, "Tabellenbreite <= MINLAY" ); in SetTableWidth() 1621 ASSERT( nWidth > MINLAY, "Tabellenzellenbreite <= MINLAY" ); in SetCellWidth() 1622 if (nWidth < MINLAY) in SetCellWidth() 1623 nWidth = MINLAY; in SetCellWidth() 1643 if (nHeight < MINLAY) in SetCellHeight() 1644 nHeight = MINLAY; in SetCellHeight()
|
H A D | w1sprm.cxx | 503 if( nPos > MINLAY ){ // per Zuppeln positioniert in Start()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 328 rVal <<= (sal_Int32)TWIP_TO_MM100(aSize.Height() < MINLAY ? MINLAY : aSize.Height() ); in QueryValue() 421 if(nWd < MINLAY) in PutValue() 422 nWd = MINLAY; in PutValue() 436 if(nHg < MINLAY) in PutValue() 437 nHg = MINLAY; in PutValue()
|
H A D | pagechg.cxx | 658 Frm().Height( Max( rSz.GetHeight(), long(MINLAY) ) ); in _UpdateAttr() 659 Frm().Width ( Max( rSz.GetWidth(), long(MINLAY) ) ); in _UpdateAttr() 1797 ? MINLAY + 2 * pSh->GetOut()-> in ImplCalcBrowseWidth()
|
H A D | calcmove.cxx | 1037 if ( (Prt().*fnRect->fnGetWidth)() <= MINLAY ) in MakePrtArea() 1041 (Prt().*fnRect->fnSetWidth)( Min( long(MINLAY), in MakePrtArea()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2223 if (nCellWidth && ((nCellWidth - pR->nGapHalf*2) < MINLAY) && pR->nGapHalf < nCellWidth) in CalcDefaults() 2225 pR->nCenter[i+1] = pR->nCenter[i]+MINLAY+pR->nGapHalf * 2; in CalcDefaults() 2345 pR->bLEmptyCol = pR->nCenter[0] - nMinLeft >= MINLAY; in CalcDefaults() 2346 pR->bREmptyCol = (nMaxRight - pR->nCenter[pR->nWwCols] - nRightMaxThickness) >= MINLAY; in CalcDefaults() 2458 aSize.SetHeight(MINLAY); in SetSizePosition() 2563 if( nMaxRight - nMinLeft > MINLAY * nDefaultSwCols ) in CreateSwTable() 3269 if (pActBand->nLineHeight < MINLAY) // nicht erlaubte Zeilenhoehe in AdjustNewBand() 3270 pActBand->nLineHeight = MINLAY; in AdjustNewBand()
|
/aoo42x/main/sw/inc/ |
H A D | EnhancedPDFExportHelper.hxx | 131 return nVal1 + ( MINLAY - 1 ) < nVal2; in operator ()()
|
H A D | swtypes.hxx | 77 #define MINLAY 23 //Minimalgroesse anderer Frms macro
|
H A D | htmltbl.hxx | 401 nMinNoAlign = nMaxNoAlign = nAbsMinNoAlign = MINLAY; in ClearPass1Info()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 804 if( aNewSz.Width < MINLAY ) in SetControlSize() 805 aNewSz.Width = MINLAY; in SetControlSize() 810 if( aNewSz.Height < MINLAY ) in SetControlSize() 811 aNewSz.Height = MINLAY; in SetControlSize()
|
H A D | htmltab.cxx | 2243 if( nCellHeight < MINLAY ) in InsertCell() 2244 nCellHeight = MINLAY; in InsertCell() 2711 if( nHeight < MINLAY ) in MakeTable() 2712 nHeight = MINLAY; in MakeTable() 2740 SwFmtFrmSize aFlyFrmSize( ATT_VAR_SIZE, (SwTwips)nMin, MINLAY ); in MakeTable() 2757 SwFmtFrmSize aFlyFrmSize( ATT_VAR_SIZE, (SwTwips)nMax, MINLAY ); in MakeTable() 3792 SwFmtFrmSize aFrmSize( ATT_VAR_SIZE, 20*MM50, MINLAY ); in BuildTableCell()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 1829 aRectangle.Left() += MINLAY; in StateTabWin() 1836 aRectangle.Right() += MINLAY; in StateTabWin() 1875 aRectangle.Left() += MINLAY; in StateTabWin() 1891 aRectangle.Right() += MINLAY; in StateTabWin()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 1285 return (sal_uInt16)Max( long(MINLAY), nRet ); in lcl_CalcCellFit() 1306 MINLAY + sal_uInt16(pCell->Frm().Width() - pCell->Prt().Width()); in lcl_CalcSubColValues() 1424 { const sal_uInt16 nMin = MINLAY + sal_uInt16(pCell->Frm().Width() - in lcl_CalcColValues()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 478 if(aSize.Width() > MINLAY&& aSize.Height()> MINLAY) in TYPEINIT1()
|