Home
last modified time | relevance | path

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

/trunk/main/filter/source/t602/
H A Dt602filter.cxx966 #define _propInt(_prop,_nam,_val) \ in OptionsDlg() argument
968 _prop->setPropertyValue(OUString::createFromAscii(_nam), any); in OptionsDlg()
969 #define _propShort(_prop,_nam,_val) \ in OptionsDlg() argument
971 _prop->setPropertyValue(OUString::createFromAscii(_nam), any); in OptionsDlg()
972 #define _propBool(_prop,_nam,_val) \ in OptionsDlg() argument
974 _prop->setPropertyValue(OUString::createFromAscii(_nam), any); in OptionsDlg()
975 #define _propString(_prop,_nam,_val) \ in OptionsDlg() argument
977 _prop->setPropertyValue(OUString::createFromAscii(_nam), any); in OptionsDlg()
978 #define _propStringFromResId(_prop,_nam,_val) \ in OptionsDlg() argument
981 #define _propGet(_prop,_nam) \ in OptionsDlg() argument
[all …]

Completed in 20 milliseconds