Lines Matching defs:x

978     void ParameterManager::setBoolean( sal_Int32 _nIndex, sal_Bool x )  in setBoolean()
984 void ParameterManager::setByte( sal_Int32 _nIndex, sal_Int8 x ) in setByte()
990 void ParameterManager::setShort( sal_Int32 _nIndex, sal_Int16 x ) in setShort()
996 void ParameterManager::setInt( sal_Int32 _nIndex, sal_Int32 x ) in setInt()
1002 void ParameterManager::setLong( sal_Int32 _nIndex, sal_Int64 x ) in setLong()
1008 void ParameterManager::setFloat( sal_Int32 _nIndex, float x ) in setFloat()
1014 void ParameterManager::setDouble( sal_Int32 _nIndex, double x ) in setDouble()
1020 void ParameterManager::setString( sal_Int32 _nIndex, const ::rtl::OUString& x ) in setString()
1026 …void ParameterManager::setBytes( sal_Int32 _nIndex, const ::com::sun::star::uno::Sequence< sal_Int… in setBytes()
1032 void ParameterManager::setDate( sal_Int32 _nIndex, const ::com::sun::star::util::Date& x ) in setDate()
1038 void ParameterManager::setTime( sal_Int32 _nIndex, const ::com::sun::star::util::Time& x ) in setTime()
1044 …void ParameterManager::setTimestamp( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x ) in setTimestamp()
1050 …void ParameterManager::setBinaryStream( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference<… in setBinaryStream()
1056 …void ParameterManager::setCharacterStream( sal_Int32 _nIndex, const ::com::sun::star::uno::Referen… in setCharacterStream()
1062 void ParameterManager::setObject( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x ) in setObject()
1068 …void ParameterManager::setObjectWithInfo( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, … in setObjectWithInfo()
1074 …void ParameterManager::setRef( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::s… in setRef()
1080 …void ParameterManager::setBlob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::… in setBlob()
1086 …void ParameterManager::setClob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::… in setClob()
1092 …void ParameterManager::setArray( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com:… in setArray()