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
5478 mnDelay( 50 ), in OCX_SpinButton()5531 if( mnBlockFlags & 0x00008000 ) rStrm >> mnDelay; in Read()5601 aTmp <<= mnDelay; in Import()5684 GetInt32Property( mnDelay, rPropSet, WW8_ASCII2STR( "RepeatDelay" ), 0x00008000 ); in WriteContents()5757 if( mnBlockFlags & 0x00008000 ) rStrm << mnDelay; in WriteData()5835 aTmp <<= mnDelay; in Import()5917 GetInt32Property( mnDelay, rPropSet, WW8_ASCII2STR( "RepeatDelay" ), 0x00008000 ); in WriteContents()
1386 sal_Int32 mnDelay; member in OCX_SpinButton
Completed in 76 milliseconds