Searched refs:mnDelay (Results 1 – 4 of 4) sorted by relevance
1348 mnDelay( 50 ) in AxSpinButtonModel()1369 …case XML_Delay: mnDelay = AttributeConversion::decodeInteger( rValue ); br… in importProperty()1389 aReader.readIntProperty< sal_Int32 >( mnDelay ); in importBinaryModel()1405 rPropMap.setProperty( PROP_RepeatDelay, mnDelay ); in convertProperties()1426 mnDelay( 50 ) in AxScrollBarModel()1449 …case XML_Delay: mnDelay = AttributeConversion::decodeInteger( rValue ); br… in importProperty()1472 aReader.readIntProperty< sal_Int32 >( mnDelay ); in importBinaryModel()1480 rPropMap.setProperty( PROP_RepeatDelay, mnDelay ); in convertProperties()
693 sal_Int32 mnDelay; /// Repeat delay in milliseconds. member in oox::ole::AxSpinButtonModel721 sal_Int32 mnDelay; /// Repeat delay in milliseconds. member in oox::ole::AxScrollBarModel
5477 mnDelay( 50 ), in OCX_SpinButton()5530 if( mnBlockFlags & 0x00008000 ) rStrm >> mnDelay; in Read()5600 aTmp <<= mnDelay; in Import()5683 GetInt32Property( mnDelay, rPropSet, WW8_ASCII2STR( "RepeatDelay" ), 0x00008000 ); in WriteContents()5756 if( mnBlockFlags & 0x00008000 ) rStrm << mnDelay; in WriteData()5834 aTmp <<= mnDelay; in Import()5916 GetInt32Property( mnDelay, rPropSet, WW8_ASCII2STR( "RepeatDelay" ), 0x00008000 ); in WriteContents()
1386 sal_Int32 mnDelay; member in OCX_SpinButton