Home
last modified time | relevance | path

Searched refs:bMinHeight (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx661 sal_Bool bMinHeight; member in SwHTMLFormPendingStackData_Impl
671 bMinHeight( bMinH ) in SwHTMLFormPendingStackData_Impl()
700 sal_Bool bMinHeight, in SetControlSize() argument
764 if( bMinWidth || bMinHeight ) in SetControlSize()
770 if( bMinHeight ) in SetControlSize()
1780 bMinWidth = bMinHeight = sal_True; in InsertInput()
1839 bMinWidth = bMinHeight = sal_True; in InsertInput()
1872 bMinHeight = sal_True; in InsertInput()
1916 bMinHeight = sal_False; in InsertInput()
2448 bMinHeight = sal_False; in NewSelect()
[all …]
H A Dswhtml.hxx816 …wing::XShape > & rShape, const Size& rTextSz,sal_Bool bMinWidth, sal_Bool bMinHeight, int nToken );
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx100 sal_Bool bMinHeight:1; //sal_True wenn die vom Attribut vorgegebene Hoehe eine member in SwFlyFrm
129 void SetMinHeight() { bMinHeight = sal_True; } in SetMinHeight()
130 void ResetMinHeight(){ bMinHeight = sal_False; } in ResetMinHeight()
198 sal_Bool IsMinHeight() const { return bMinHeight; } in IsMinHeight()
/trunk/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx125 bool bMinHeight = true; in sprm() local
129 bMinHeight = false; in sprm()
132 …pPropMap->Insert( PROP_SIZE_TYPE, false, uno::makeAny(bMinHeight ? text::SizeType::MIN : text::Siz… in sprm()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx440 sal_Bool bMinHeight : 1; member in XMLTextFrameContext_Impl
738 (bMinHeight || nHeight > 0 || nRelHeight > 0 ) ) in Create()
741 (bMinHeight && XML_TEXT_FRAME_TEXTBOX == nType) ? SizeType::MIN in Create()
892 bMinHeight = sal_False; in XMLTextFrameContext_Impl()
1026 bMinHeight = sal_True; in XMLTextFrameContext_Impl()
1049 bMinHeight = sal_True; in XMLTextFrameContext_Impl()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx118 bLocked = bMinHeight = bHeightClipped = bWidthClipped = bFormatHeightOnly = sal_False; in SwFlyFrm()
171 bMinHeight = sal_True; in SwFlyFrm()
235 bMinHeight = sal_False; in InsertCnt()
733 bFixSize = bMinHeight = sal_False; in FrmSizeChg()
739 bMinHeight = sal_False; in FrmSizeChg()
744 bMinHeight = sal_True; in FrmSizeChg()
773 bMinHeight = sal_False; in FrmSizeChg()

Completed in 59 milliseconds