Home
last modified time | relevance | path

Searched refs:mnMaxLength (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java131 aBuffer.append(mnMaxLength); in toString()
220 mnMaxLength = Integer.parseInt(sValue); in SetMaxLength()
295 return mnMaxLength; in GetMaximumLength()
334 private int mnMaxLength; field in Restriction
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx1067 mnMaxLength( 0 ), in AxMorphDataModelBase()
1093 …case XML_MaxLength: mnMaxLength = AttributeConversion::decodeInteger( rValue ); br… in importProperty()
1115 aReader.readIntProperty< sal_Int32 >( mnMaxLength ); in importBinaryModel()
1248 …rPropMap.setProperty( PROP_MaxTextLen, getLimitedValue< sal_Int16, sal_Int32 >( mnMaxLength, 0, SA… in convertProperties()
1325 …rPropMap.setProperty( PROP_MaxTextLen, getLimitedValue< sal_Int16, sal_Int32 >( mnMaxLength, 0, SA… in convertProperties()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx577 sal_Int32 mnMaxLength; /// Maximum character count. member in oox::ole::AxMorphDataModelBase

Completed in 40 milliseconds