Home
last modified time | relevance | path

Searched refs:nRepeatDelay (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1145 sal_Int32 nRepeatDelay = 0; in exportSpecialAttributes() local
1146 m_xProps->getPropertyValue( PROPERTY_REPEAT_DELAY ) >>= nRepeatDelay; in exportSpecialAttributes()
1148 aTime.MakeTimeFromMS( nRepeatDelay ); in exportSpecialAttributes()
1152 ,SvXMLUnitConverter::convertTimeDuration( aTime, nRepeatDelay % 1000 ) ); in exportSpecialAttributes()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1933 sal_Int32 nRepeatDelay = 0; in setProperty() local
1934 if ( Value >>= nRepeatDelay ) in setProperty()
1939 aMouseSettings.SetButtonRepeat( nRepeatDelay ); in setProperty()

Completed in 24 milliseconds