Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5474 mnSmallStep( 1 ), in OCX_SpinButton()
5521 if( mnBlockFlags & 0x00000800 ) rStrm >> mnSmallStep; in Read()
5585 aTmp <<= mnSmallStep; in Import()
5682 GetInt32Property( mnSmallStep, rPropSet, WW8_ASCII2STR( "SpinIncrement" ), 0x00000800 ); in WriteContents()
5752 if( mnBlockFlags & 0x00000800 ) rStrm << mnSmallStep; in WriteData()
5817 aTmp <<= mnSmallStep; in Import()
5914 GetInt32Property( mnSmallStep, rPropSet, WW8_ASCII2STR( "LineIncrement" ), 0x00000800 ); in WriteContents()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1383 sal_Int32 mnSmallStep; member in OCX_SpinButton