Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx513 aNewSz.Width = MINFLY; in init()
515 aNewSz.Height = MINFLY; in init()
1937 aSz.Width() = MINFLY; in InsertInput()
1939 aSz.Height() = MINFLY; in InsertInput()
2178 Size aSz( MINFLY, MINFLY ); in NewTextArea()
2190 aSz.Width() = MINFLY; in NewTextArea()
2192 aSz.Height() = MINFLY; in NewTextArea()
2460 Size aSz( MINFLY, MINFLY ); in NewSelect()
2475 aSz.Width() = MINFLY; in NewSelect()
2477 aSz.Height() = MINFLY; in NewSelect()
[all …]
H A Dhtmldraw.cxx541 if( aTwipSz.Height() < MINFLY ) in NewMarquee()
542 aTwipSz.Height() = MINFLY; in NewMarquee()
547 if( aTwipSz.Width() < MINFLY ) in NewMarquee()
548 aTwipSz.Width() = MINFLY; in NewMarquee()
785 if( MINFLY==aTwipSz.Height() ) in OutHTML_DrawFrmFmtAsMarquee()
H A Dhtmlgrin.cxx696 if( aTwipSz.Width() < MINFLY ) in InsertImage()
697 aTwipSz.Width() = MINFLY; in InsertImage()
709 if( aTwipSz.Height() < MINFLY ) in InsertImage()
710 aTwipSz.Height() = MINFLY; in InsertImage()
H A Dhtmlcss1.cxx2167 SwTwips nWidth = nDfltWidth, nHeight = MINFLY; in SetVarSize()
2173 nWidth = MINFLY; in SetVarSize()
2176 nWidth = rPropInfo.nWidth > MINFLY ? rPropInfo.nWidth : MINFLY; in SetVarSize()
2190 nHeight = rPropInfo.nHeight > MINFLY ? rPropInfo.nHeight : MINFLY; in SetVarSize()
H A Dhtmlplug.cxx169 if( aTwipSz.Width() < MINFLY ) in SetFixSize()
171 aTwipSz.Width() = MINFLY; in SetFixSize()
196 if( aTwipSz.Height() < MINFLY ) in SetFixSize()
198 aTwipSz.Height() = MINFLY; in SetFixSize()
H A Dhtmlsect.cxx621 if( !nPrcWidth && nTwipWidth < MINFLY ) in NewMultiCol()
622 nTwipWidth = MINFLY; in NewMultiCol()
H A Dswhtml.cxx4834 Size aDfltSz( MINFLY, MINFLY ); in InsertSpacer()
/aoo41x/main/sw/source/filter/basflt/
H A Dfltini.cxx622 MINFLY > ((SwFmtFrmSize*)pItem)->GetWidth() ) in CalculateFlySize()
714 if( MINFLY > nWidth ) in CalculateFlySize()
715 nWidth = MINFLY; in CalculateFlySize()
718 if( MINFLY > aSz.GetHeight() ) in CalculateFlySize()
719 aSz.SetHeight( MINFLY ); in CalculateFlySize()
722 else if( MINFLY > ((SwFmtFrmSize*)pItem)->GetHeight() ) in CalculateFlySize()
725 aSz.SetHeight( MINFLY ); in CalculateFlySize()
/aoo41x/main/sw/source/core/view/
H A Dvdraw.cxx355 aSz.Width() = (aRect.Right() - aBound.Left()) - MINFLY; in NotifySizeChg()
357 aSz.Height() = (aRect.Bottom() - aBound.Top()) - MINFLY; in NotifySizeChg()
364 aSz.Width() = (aBound.Bottom() - aRect.Top()) - MINFLY; in NotifySizeChg()
366 aSz.Height() = (aBound.Right() - aRect.Left()) - MINFLY; in NotifySizeChg()
/aoo41x/main/sw/source/filter/rtf/
H A Drtffly.cxx610 if( MINFLY > nTokenValue ) nTokenValue = MINFLY; in ReadFly()
616 SwFmtFrmSize aSz( ATT_MIN_SIZE, 0, MINFLY ); in ReadFly()
629 if( MINFLY > nTokenValue ) nTokenValue = MINFLY; in ReadFly()
1403 if( aSize.Width() < MINFLY ) in _SetPictureSize()
1404 aSize.Width() = MINFLY; in _SetPictureSize()
1405 if( aSize.Height() < MINFLY) in _SetPictureSize()
1406 aSize.Height() = MINFLY; in _SetPictureSize()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx279 rVal.nMinHeight = MINFLY + CalcTopSpace() + CalcBottomSpace(); in ValidateMetrics()
280 rVal.nMinWidth = MINFLY + CalcLeftSpace()+ CalcRightSpace(); in ValidateMetrics()
617 aSize.SetSize(Size(Max(rSize.Width(), long(MINFLY)), Max(rSize.Height(), long(MINFLY)))); in SetSize()
H A Dfrmpage.cxx1857 MINFLY; in IMPL_LINK()
1859 aVal.nMinWidth -= MINFLY;//einen hatten wir schon mit drin! in IMPL_LINK()
/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx177 Frm().Height( rFrmSize.GetHeightSizeType() == ATT_VAR_SIZE ? MINFLY : rFrmSize.GetHeight() ); in SwFlyFrm()
1486 if ( nRemaining < MINFLY ) in Format()
1487 nRemaining = MINFLY; in Format()
1505 if( nNewSize < MINFLY ) in Format()
1506 nNewSize = MINFLY; in Format()
1547 if( nNewSize < MINFLY ) in Format()
1548 nNewSize = MINFLY; in Format()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltexti.cxx115 if( nWidth < MINFLY ) in lcl_putHeightAndWidth()
116 nWidth = MINFLY; in lcl_putHeightAndWidth()
118 if( nHeight < MINFLY ) in lcl_putHeightAndWidth()
119 nHeight = MINFLY; in lcl_putHeightAndWidth()
/aoo41x/main/sw/source/core/draw/
H A Ddflyobj.cxx870 MINFLY; in NbcResize()
872 nMin -= MINFLY; in NbcResize()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx1666 const short nMin = MINFLY + in FlySecur1()
1948 nNewNettoWidth = MINFLY; // Minimum in WW8SwFlyPara()
1971 if( nHeight <= MINFLY ) in WW8SwFlyPara()
1974 nHeight = MINFLY; in WW8SwFlyPara()
1985 if( nWidth <= MINFLY ) in WW8SwFlyPara()
1986 nWidth = nNettoWidth = MINFLY; // Minimale Breite in WW8SwFlyPara()
2657 if( pSFlyPara->nNewNettoWidth > MINFLY ) // BoxUpWidth ? in StopApo()
/aoo41x/main/sw/source/ui/shells/
H A Ddrwbassh.cxx821 pValidation->nMinHeight = MINFLY; in IMPL_LINK()
822 pValidation->nMinWidth = MINFLY; in IMPL_LINK()
/aoo41x/main/sw/inc/
H A Dswtypes.hxx76 #define MINFLY 23 //Minimalgroesse fuer FlyFrms macro
/aoo41x/main/sw/source/core/frmedt/
H A Dfeshview.cxx1519 rPos, Size( lMinBorder - MINFLY, lMinBorder - MINFLY ), in BeginCreate()
1796 aSet.Put( SwFmtFrmSize( ATT_MIN_SIZE, Max( nWidth, long(MINFLY) ), in ImpEndCreate()
1797 Max( nHeight, long(MINFLY) ))); in ImpEndCreate()
H A Dfefly1.cxx1963 Max( nWidth, long(MINFLY) ), in ReplaceSdrObj()
1964 Max( nHeight, long(MINFLY) ))); in ReplaceSdrObj()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1sprm.cxx656 rOut.SetFlyFrmAttr( SwFmtFrmSize( ATT_VAR_SIZE, nDxaWidth, MINFLY ) ); in Start()
H A Dfltshell.cxx1798 SwFmtFrmSize aSz( ATT_VAR_SIZE, MINFLY, MINFLY ); in NewFlyDefaults()
/aoo41x/main/sw/source/core/unocore/
H A Dunoframe.cxx472 aFrmSz.SetWidth(MINFLY); in FillBaseProperties()
474 aFrmSz.SetHeight(MINFLY); in FillBaseProperties()
/aoo41x/main/sw/source/core/doc/
H A Ddoclay.cxx712 if( MINFLY > aSize.Width() ) in _MakeFlySection()
/aoo41x/main/sw/source/ui/docvw/
H A Dedtwin.cxx1027 if( aTmp.Width() < aSnap.Width() + MINFLY ) in ChangeFly()
1035 if( aTmp.Height() < aSnap.Height() + MINFLY ) in ChangeFly()

Completed in 211 milliseconds