Searched refs:MIN_WIDTH (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/reportdesign/source/core/api/ |
H A D | FixedLine.cxx | 42 #define MIN_WIDTH 80 macro 151 m_aProps.aComponent.m_nWidth = MIN_WIDTH; in DBG_NAME() 175 if ( aSize.Width < MIN_WIDTH ) in OFixedLine() 177 aSize.Width = MIN_WIDTH; in OFixedLine() 527 …if ( (aSize.Width < MIN_WIDTH && m_nOrientation == 1) || (aSize.Height < MIN_HEIGHT && m_nOrientat… in setSize()
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | optiongrouplayouter.cxx | 50 #define MIN_WIDTH 600 macro 98 if (aControlShapeSize.Width < MIN_WIDTH) in doLayout() 99 aControlShapeSize.Width = MIN_WIDTH; in doLayout()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlTable.cxx | 48 #define MIN_WIDTH 80 macro 258 if ( nWidth < MIN_WIDTH ) in EndElement() 259 nWidth = MIN_WIDTH; in EndElement()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtprmap.cxx | 554 …MG_ED( "Width", FO, MIN_WIDTH, XML_TYPE_MEASURE|MID_FLAG_MULTI_PROPERTY, CTF_FRAMEWIDTH_MIN_A… 555 MG_ED( "RelativeWidth", FO, MIN_WIDTH, XML_TYPE_TEXT_REL_WIDTH_HEIGHT, CTF_FRAMEWIDTH_MIN_REL ),
|
/aoo41x/main/xmloff/source/transform/ |
H A D | Oasis2OOo.cxx | 756 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_IN2INCH ), 808 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_IN2INCH ),
|
H A D | OOo2Oasis.cxx | 738 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_INCH2IN ), 776 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_INCH2IN ),
|
Completed in 49 milliseconds