Searched refs:GetInt32Property (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 5676 GetInt32Property( mnForeColor, rPropSet, WW8_ASCII2STR( "SymbolColor" ), 0x00000001 ); in WriteContents() 5677 GetInt32Property( mnBackColor, rPropSet, WW8_ASCII2STR( "BackgroundColor" ), 0x00000002 ); in WriteContents() 5679 GetInt32Property( mnMin, rPropSet, WW8_ASCII2STR( "SpinValueMin" ), 0x00000020 ); in WriteContents() 5680 GetInt32Property( mnMax, rPropSet, WW8_ASCII2STR( "SpinValueMax" ), 0x00000040 ); in WriteContents() 5681 GetInt32Property( mnValue, rPropSet, WW8_ASCII2STR( "SpinValue" ), 0x00000080 ); in WriteContents() 5682 GetInt32Property( mnSmallStep, rPropSet, WW8_ASCII2STR( "SpinIncrement" ), 0x00000800 ); in WriteContents() 5683 GetInt32Property( mnDelay, rPropSet, WW8_ASCII2STR( "RepeatDelay" ), 0x00008000 ); in WriteContents() 5703 void OCX_SpinButton::GetInt32Property( in GetInt32Property() function in OCX_SpinButton 5908 GetInt32Property( mnForeColor, rPropSet, WW8_ASCII2STR( "SymbolColor" ), 0x00000001 ); in WriteContents() 5909 GetInt32Property( mnBackColor, rPropSet, WW8_ASCII2STR( "BackgroundColor" ), 0x00000002 ); in WriteContents() [all …]
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msocximex.hxx | 1358 void GetInt32Property(
|