Home
last modified time | relevance | path

Searched refs:MINLAY (Results 1 – 25 of 38) sorted by relevance

12

/aoo41x/main/sw/source/core/doc/
H A Dhtmltbl.cxx136 nMinNoAlign(MINLAY), nMaxNoAlign(MINLAY), nAbsMinNoAlign(MINLAY), in SwHTMLTableLayoutColumn()
700 if( nMinNoAlignCell < MINLAY ) in AutoLayoutPass1()
701 nMinNoAlignCell = MINLAY; in AutoLayoutPass1()
702 if( nMaxNoAlignCell < MINLAY ) in AutoLayoutPass1()
703 nMaxNoAlignCell = MINLAY; in AutoLayoutPass1()
704 if( nAbsMinNoAlignCell < MINLAY ) in AutoLayoutPass1()
705 nAbsMinNoAlignCell = MINLAY; in AutoLayoutPass1()
831 pColumn->SetMinMax( MINLAY, MINLAY ); in AutoLayoutPass1()
1184 nAbsLeftFill = MINLAY+nInhLeftBorderWidth; in AutoLayoutPass2()
1186 nAbsRightFill = MINLAY+nInhRightBorderWidth; in AutoLayoutPass2()
[all …]
/aoo41x/main/sw/source/ui/table/
H A Dtabledlg.cxx159 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 Dtablemgr.cxx120 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 Drowht.cxx100 aHeightEdit.SetMin(MINLAY, FUNIT_TWIP); in SwTableHeightDlg()
H A Dcolwd.cxx96 aWidthEdit.SetMin(aWidthEdit.Normalize(MINLAY), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx493 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 Dcolmgr.cxx169 if (nWidth < MINLAY) in SwColMgr()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltbli.cxx774 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 Dxmlimpit.cxx858 sal_Int32 nMin = MINLAY; in PutXMLValue()
904 if( nValue < MINLAY ) in PutXMLValue()
905 nValue = MINLAY; in PutXMLValue()
/aoo41x/main/sw/source/ui/app/
H A Dapplab.cxx259 aLRMargin.SetRight(MINLAY/2); in InsertLab()
260 aULMargin.SetLower(MINLAY/2); in InsertLab()
275 rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY, in InsertLab()
276 rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY)); in InsertLab()
/aoo41x/main/sw/source/filter/basflt/
H A Dfltini.cxx671 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()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1600 ASSERT( nSwWidth > MINLAY, "Tabellenbreite <= MINLAY" ); in SetTableWidth()
1624 ASSERT( nWidth > MINLAY, "Tabellenzellenbreite <= MINLAY" ); in SetCellWidth()
1625 if (nWidth < MINLAY) in SetCellWidth()
1626 nWidth = MINLAY; in SetCellWidth()
1646 if (nHeight < MINLAY) in SetCellHeight()
1647 nHeight = MINLAY; in SetCellHeight()
H A Dw1sprm.cxx503 if( nPos > MINLAY ){ // per Zuppeln positioniert in Start()
/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx323 rVal <<= (sal_Int32)TWIP_TO_MM100(aSize.Height() < MINLAY ? MINLAY : aSize.Height() ); in QueryValue()
416 if(nWd < MINLAY) in PutValue()
417 nWd = MINLAY; in PutValue()
431 if(nHg < MINLAY) in PutValue()
432 nHg = MINLAY; in PutValue()
H A Dpagechg.cxx658 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 Dcalcmove.cxx1037 if ( (Prt().*fnRect->fnGetWidth)() <= MINLAY ) in MakePrtArea()
1041 (Prt().*fnRect->fnSetWidth)( Min( long(MINLAY), in MakePrtArea()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx2223 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()
/aoo41x/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx131 return nVal1 + ( MINLAY - 1 ) < nVal2; in operator ()()
H A Dswtypes.hxx77 #define MINLAY 23 //Minimalgroesse anderer Frms macro
H A Dhtmltbl.hxx401 nMinNoAlign = nMaxNoAlign = nAbsMinNoAlign = MINLAY; in ClearPass1Info()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx1285 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()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx804 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 Dhtmltab.cxx2243 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()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewtab.cxx1829 aRectangle.Left() += MINLAY; in StateTabWin()
1836 aRectangle.Right() += MINLAY; in StateTabWin()
1875 aRectangle.Left() += MINLAY; in StateTabWin()
1891 aRectangle.Right() += MINLAY; in StateTabWin()
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh.cxx477 if(aSize.Width() > MINLAY&& aSize.Height()> MINLAY) in TYPEINIT1()

Completed in 382 milliseconds

12