Searched refs:nRepeatDelay (Results 1 – 2 of 2) sorted by relevance
1145 sal_Int32 nRepeatDelay = 0; in exportSpecialAttributes() local1146 m_xProps->getPropertyValue( PROPERTY_REPEAT_DELAY ) >>= nRepeatDelay; in exportSpecialAttributes()1148 aTime.MakeTimeFromMS( nRepeatDelay ); in exportSpecialAttributes()1152 ,SvXMLUnitConverter::convertTimeDuration( aTime, nRepeatDelay % 1000 ) ); in exportSpecialAttributes()
1933 sal_Int32 nRepeatDelay = 0; in setProperty() local1934 if ( Value >>= nRepeatDelay ) in setProperty()1939 aMouseSettings.SetButtonRepeat( nRepeatDelay ); in setProperty()
Completed in 74 milliseconds