Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DFixedLine.cxx43 #define MIN_WIDTH 80 macro
152 m_aProps.aComponent.m_nWidth = MIN_WIDTH; in DBG_NAME()
176 if ( aSize.Width < MIN_WIDTH ) in OFixedLine()
178 aSize.Width = MIN_WIDTH; in OFixedLine()
528 …if ( (aSize.Width < MIN_WIDTH && m_nOrientation == 1) || (aSize.Height < MIN_HEIGHT && m_nOrientat… in setSize()
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx50 #define MIN_WIDTH 600 macro
98 if (aControlShapeSize.Width < MIN_WIDTH) in doLayout()
99 aControlShapeSize.Width = MIN_WIDTH; in doLayout()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx48 #define MIN_WIDTH 80 macro
258 if ( nWidth < MIN_WIDTH ) in EndElement()
259 nWidth = MIN_WIDTH; in EndElement()
/trunk/main/xmloff/source/text/
H A Dtxtprmap.cxx582 …MG_ED( "Width", FO, MIN_WIDTH, XML_TYPE_MEASURE|MID_FLAG_MULTI_PROPERTY, CTF_FRAMEWIDTH_MIN_A…
583 MG_ED( "RelativeWidth", FO, MIN_WIDTH, XML_TYPE_TEXT_REL_WIDTH_HEIGHT, CTF_FRAMEWIDTH_MIN_REL ),
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx756 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_IN2INCH ),
808 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_IN2INCH ),
H A DOOo2Oasis.cxx738 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_INCH2IN ),
776 ENTRY0( FO, MIN_WIDTH, XML_ATACTION_INCH2IN ),

Completed in 76 milliseconds