Home
last modified time | relevance | path

Searched refs:mnDelay (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/oox/source/ole/
H A Daxcontrol.cxx1348 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()
/aoo41x/main/oox/inc/oox/ole/
H A Daxcontrol.hxx693 sal_Int32 mnDelay; /// Repeat delay in milliseconds. member in oox::ole::AxSpinButtonModel
721 sal_Int32 mnDelay; /// Repeat delay in milliseconds. member in oox::ole::AxScrollBarModel
/aoo41x/main/filter/source/msfilter/
H A Dmsocximex.cxx5478 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()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1386 sal_Int32 mnDelay; member in OCX_SpinButton

Completed in 78 milliseconds