Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dvdraw.cxx263 aSz.setWidth( (aDocRect.Right() - aObjBound.Left()) - MINFLY ); in NotifySizeChg()
265 aSz.setHeight( (aDocRect.Bottom() - aObjBound.Top()) - MINFLY ); in NotifySizeChg()
273 aSz.setWidth( (aDocRect.Left() - aObjBound.Right()) + MINFLY ); in NotifySizeChg()
275 aSz.setHeight( (aDocRect.Top() - aObjBound.Bottom()) + MINFLY ); in NotifySizeChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dvdraw.cxx260 aSz.setWidth( (aDocRect.Right() - aObjBound.Left()) - MINFLY ); in NotifySizeChg()
262 aSz.setHeight( (aDocRect.Bottom() - aObjBound.Top()) - MINFLY ); in NotifySizeChg()
270 aSz.setWidth( (aDocRect.Left() - aObjBound.Right()) + MINFLY ); in NotifySizeChg()
272 aSz.setHeight( (aDocRect.Top() - aObjBound.Bottom()) + MINFLY ); in NotifySizeChg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/basflt/
H A Dfltini.cxx276 MINFLY > static_cast<const SwFormatFrameSize*>(pItem)->GetWidth() ) in CalculateFlySize()
364 if( MINFLY > nWidth ) in CalculateFlySize()
365 nWidth = MINFLY; in CalculateFlySize()
368 if( MINFLY > aSz->GetHeight() ) in CalculateFlySize()
369 aSz->SetHeight( MINFLY ); in CalculateFlySize()
372 else if( MINFLY > static_cast<const SwFormatFrameSize*>(pItem)->GetHeight() ) in CalculateFlySize()
375 aSz->SetHeight( MINFLY ); in CalculateFlySize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/basflt/
H A Dfltini.cxx309 MINFLY > static_cast<const SwFormatFrameSize*>(pItem)->GetWidth() ) in CalculateFlySize()
397 if( MINFLY > nWidth ) in CalculateFlySize()
398 nWidth = MINFLY; in CalculateFlySize()
401 if( MINFLY > aSz->GetHeight() ) in CalculateFlySize()
402 aSz->SetHeight( MINFLY ); in CalculateFlySize()
405 else if( MINFLY > static_cast<const SwFormatFrameSize*>(pItem)->GetHeight() ) in CalculateFlySize()
408 aSz->SetHeight( MINFLY ); in CalculateFlySize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlform.cxx495 if( aNewSz.Width < MINFLY ) in init()
496 aNewSz.Width = MINFLY; in init()
497 if( aNewSz.Height < MINFLY ) in init()
498 aNewSz.Height = MINFLY; in init()
1815 if( aSz.Width() < MINFLY ) in InsertInput()
1816 aSz.setWidth( MINFLY ); in InsertInput()
1817 if( aSz.Height() < MINFLY ) in InsertInput()
2046 Size aSz( MINFLY, MINFLY ); in NewTextArea()
2057 if( aSz.Width() < MINFLY ) in NewTextArea()
2313 Size aSz( MINFLY, MINFLY ); in NewSelect()
[all …]
H A Dhtmldrawreader.cxx504 if( aTwipSz.Height() < MINFLY ) in NewMarquee()
505 aTwipSz.setHeight( MINFLY ); in NewMarquee()
510 if( aTwipSz.Width() < MINFLY ) in NewMarquee()
511 aTwipSz.setWidth( MINFLY ); in NewMarquee()
H A Dhtmlgrin.cxx760 if( aTwipSz.Width() < MINFLY ) in InsertImage()
761 aTwipSz.setWidth( MINFLY ); in InsertImage()
773 if( aTwipSz.Height() < MINFLY ) in InsertImage()
774 aTwipSz.setHeight( MINFLY ); in InsertImage()
H A Dhtmldrawwriter.cxx216 if( MINFLY==aTwipSz.Height() ) in OutHTML_DrawFrameFormatAsMarquee()
H A Dhtmlsect.cxx624 if( !nPercentWidth && nTwipWidth < MINFLY ) in NewMultiCol()
625 nTwipWidth = MINFLY; in NewMultiCol()
H A Dhtmlplug.cxx203 if( aTwipSz.Width() < MINFLY ) in SetFixSize()
205 aTwipSz.setWidth( MINFLY ); in SetFixSize()
230 if( aTwipSz.Height() < MINFLY ) in SetFixSize()
232 aTwipSz.setHeight( MINFLY ); in SetFixSize()
H A Dhtmlcss1.cxx2043 SwTwips nWidth = nDfltWidth, nHeight = MINFLY; in SetVarSize()
2049 nWidth = MINFLY; in SetVarSize()
2052 nWidth = std::max<tools::Long>(rPropInfo.m_nWidth, MINFLY); in SetVarSize()
2066 nHeight = std::max<tools::Long>(rPropInfo.m_nHeight, MINFLY); in SetVarSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlform.cxx485 if( aNewSz.Width < MINFLY ) in init()
486 aNewSz.Width = MINFLY; in init()
487 if( aNewSz.Height < MINFLY ) in init()
488 aNewSz.Height = MINFLY; in init()
1807 if( aSz.Width() < MINFLY ) in InsertInput()
1808 aSz.setWidth( MINFLY ); in InsertInput()
1809 if( aSz.Height() < MINFLY ) in InsertInput()
2038 Size aSz( MINFLY, MINFLY ); in NewTextArea()
2049 if( aSz.Width() < MINFLY ) in NewTextArea()
2305 Size aSz( MINFLY, MINFLY ); in NewSelect()
[all …]
H A Dhtmldrawreader.cxx511 if( aTwipSz.Height() < MINFLY ) in NewMarquee()
512 aTwipSz.setHeight( MINFLY ); in NewMarquee()
517 if( aTwipSz.Width() < MINFLY ) in NewMarquee()
518 aTwipSz.setWidth( MINFLY ); in NewMarquee()
H A Dhtmlgrin.cxx764 if( aTwipSz.Width() < MINFLY ) in InsertImage()
765 aTwipSz.setWidth( MINFLY ); in InsertImage()
777 if( aTwipSz.Height() < MINFLY ) in InsertImage()
778 aTwipSz.setHeight( MINFLY ); in InsertImage()
H A Dhtmldrawwriter.cxx229 if( MINFLY==aTwipSz.Height() ) in OutHTML_DrawFrameFormatAsMarquee()
H A Dhtmlsect.cxx614 if( !nPrcWidth && nTwipWidth < MINFLY ) in NewMultiCol()
615 nTwipWidth = MINFLY; in NewMultiCol()
H A Dhtmlplug.cxx203 if( aTwipSz.Width() < MINFLY ) in SetFixSize()
205 aTwipSz.setWidth( MINFLY ); in SetFixSize()
230 if( aTwipSz.Height() < MINFLY ) in SetFixSize()
232 aTwipSz.setHeight( MINFLY ); in SetFixSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx254 rVal.nMinHeight = MINFLY + CalcTopSpace() + CalcBottomSpace(); in ValidateMetrics()
255 rVal.nMinWidth = MINFLY + CalcLeftSpace()+ CalcRightSpace(); in ValidateMetrics()
600 …aSize.SetSize(Size(std::max(rSize.Width(), long(MINFLY)), std::max(rSize.Height(), long(MINFLY)))); in SetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx271 rVal.nMinHeight = MINFLY + CalcTopSpace() + CalcBottomSpace(); in ValidateMetrics()
272 rVal.nMinWidth = MINFLY + CalcLeftSpace()+ CalcRightSpace(); in ValidateMetrics()
617 ….SetSize(Size(std::max(rSize.Width(), tools::Long(MINFLY)), std::max(rSize.Height(), tools::Long(M… in SetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswtypes.hxx65 #define MINFLY 23 // Minimal size for FlyFrames. macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswtypes.hxx65 #define MINFLY 23 // Minimal size for FlyFrames. macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltexti.cxx109 if( nWidth < MINFLY ) in lcl_putHeightAndWidth()
110 nWidth = MINFLY; in lcl_putHeightAndWidth()
112 if( nHeight < MINFLY ) in lcl_putHeightAndWidth()
113 nHeight = MINFLY; in lcl_putHeightAndWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltexti.cxx104 if( nWidth < MINFLY ) in lcl_putHeightAndWidth()
105 nWidth = MINFLY; in lcl_putHeightAndWidth()
107 if( nHeight < MINFLY ) in lcl_putHeightAndWidth()
108 nHeight = MINFLY; in lcl_putHeightAndWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx152 …aFrm.Height( rFrameSize.GetHeightSizeType() == SwFrameSize::Variable ? MINFLY : rFrameSize.GetHeig… in SwFlyFrame()
1291 if ( nRemaining < MINFLY ) in Format()
1292 nRemaining = MINFLY; in Format()
1336 if( nNewSize < MINFLY ) in Format()
1337 nNewSize = MINFLY; in Format()
1378 if( nNewSize < MINFLY ) in Format()
1379 nNewSize = MINFLY; in Format()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx153 … aFrm.Height( rFrameSize.GetHeightSizeType() == ATT_VAR_SIZE ? MINFLY : rFrameSize.GetHeight() ); in SwFlyFrame()
1244 if ( nRemaining < MINFLY ) in Format()
1245 nRemaining = MINFLY; in Format()
1289 if( nNewSize < MINFLY ) in Format()
1290 nNewSize = MINFLY; in Format()
1331 if( nNewSize < MINFLY ) in Format()
1332 nNewSize = MINFLY; in Format()

12