Home
last modified time | relevance | path

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

/trunk/main/filter/source/t602/
H A Dt602filter.cxx121 #define _AddAtt(_nam, _val) \ argument
123 OUString::createFromAscii( _val ) );
966 #define _propInt(_prop,_nam,_val) \ in OptionsDlg() argument
967 any <<= (sal_Int32)_val;\ in OptionsDlg()
969 #define _propShort(_prop,_nam,_val) \ in OptionsDlg() argument
970 any <<= (sal_Int16)_val;\ in OptionsDlg()
972 #define _propBool(_prop,_nam,_val) \ in OptionsDlg() argument
973 any <<= (sal_Bool)_val;\ in OptionsDlg()
975 #define _propString(_prop,_nam,_val) \ in OptionsDlg() argument
976 any <<= OUString::createFromAscii(_val);\ in OptionsDlg()
[all …]
/trunk/main/connectivity/source/commontools/
H A DBlobHelper.cxx34 BlobHelper::BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val) : m_aValue(_val) in BlobHelper() argument
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx36 BlobHelper(const ::com::sun::star::uno::Sequence< sal_Int8 >& _val);

Completed in 18 milliseconds