Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx584 if ( _value >>= aValue ) in impl_setObject()
600 if ( !( _value >>= nValue ) ) in impl_setObject()
615 if ( !_value.hasValue() ) in setObjectWithInfo()
627 if ( _value >>= nValue ) in setObjectWithInfo()
644 if ( !( _value >>= nValue ) ) in setObjectWithInfo()
654 if ( _value >>= nValue ) in setObjectWithInfo()
665 if ( !( _value >>= nValue ) ) in setObjectWithInfo()
694 if ( _value >>= xBinStream ) in setObjectWithInfo()
708 if ( _value >>= bValue ) in setObjectWithInfo()
714 if ( _value >>= nValue ) in setObjectWithInfo()
[all …]
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx241 void impl_checkValue_throw( const Any& _value ) const;
442 if ( !_value.hasValue() ) in impl_checkValue_throw()
467 Reference< XInterface > xValue( _value, UNO_QUERY ); in impl_checkValue_throw()
482 if ( _value.getValueTypeClass() != eAllowedTypeClass ) in impl_checkValue_throw()
508 aMessage.append( _value.getValueTypeName() ); in impl_checkValue_throw()
515 impl_checkNaN_throw( _value, m_aData.m_aValueType ); in impl_checkValue_throw()
616 impl_checkValue_throw( _value ); in containsValue()
623 if ( mapping->second == _value ) in containsValue()
648 impl_checkValue_throw( _value ); in put()
656 pos->second = _value; in put()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx113 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
128 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
146 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
164 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
211 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
257 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
302 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
328 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
352 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
432 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
H A Dusercontrol.hxx71 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
114 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
140 …virtual void SAL_CALL setValue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star…
/trunk/main/cli_ure/source/basetypes/uno/
H A DAny.cs38 private object _value; field
76 _value = value; in Any()
87 _value = value; in setValue()
104 return _value;
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx75 void MacabRecord::insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column) in insertAtColumn() argument
82 fields[_column]->value = _value; in insertAtColumn()
99 sal_Bool MacabRecord::contains (const CFTypeRef _value) const in contains()
106 if(CFEqual(fields[i]->value, _value)) in contains()
H A DMacabRecord.hxx58 void insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column);
60 sal_Bool contains(const CFTypeRef _value) const;
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx72 ScVbaComboBox::setListIndex( const uno::Any& _value ) throw (uno::RuntimeException) in setListIndex() argument
75 if( _value >>= nIndex ) in setListIndex()
115 ScVbaComboBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() argument
118 …m_xProps->setPropertyValue( sSourceName, uno::Any( extractStringFromAny( _value, ::rtl::OUString()… in setValue()
H A Dvbalistbox.cxx45 ScVbaListBox::setListIndex( const uno::Any& _value ) throw (uno::RuntimeException) in setListIndex() argument
48 _value >>= nIndex; in setListIndex()
80 ScVbaListBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() argument
87 rtl::OUString sValue = getAnyAsString( _value ); in setValue()
H A Dvbacheckbox.cxx67 ScVbaCheckbox::setValue( const uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument
71 if( _value >>= nValue ) in setValue()
76 else if ( _value >>= bValue ) in setValue()
H A Dvbaradiobutton.cxx67 ScVbaRadioButton::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() argument
71 if( _value >>= nValue ) in setValue()
76 else if ( _value >>= bValue ) in setValue()
H A Dvbamultipage.cxx91 ScVbaMultiPage::setValue( const sal_Int32 _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument
94 m_xProps->setPropertyValue( SVALUE, uno::makeAny( _value ) ); in setValue()
95 mxDialogProps->setPropertyValue( SSTEP, uno::makeAny( _value + 1) ); in setValue()
H A Dvbaprogressbar.cxx44 ScVbaProgressBar::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument
46 m_xProps->setPropertyValue( SVALUE, _value ); in setValue()
H A Dvbalabel.cxx57 ScVbaLabel::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument
60 _value >>= sCaption; in setValue()
H A Dvbaspinbutton.cxx47 ScVbaSpinButton::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument
49 m_xProps->setPropertyValue( SPINVALUE, _value ); in setValue()
H A Dvbalistbox.hxx51 …virtual void SAL_CALL setListIndex( const css::uno::Any& _value ) throw (css::uno::RuntimeExceptio…
54 virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
H A Dvbascrollbar.cxx49 ScVbaScrollBar::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument
51 m_xProps->setPropertyValue( SCROLLVALUE, _value ); in setValue()
H A Dvbatogglebutton.cxx69 ScVbaToggleButton::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() argument
72 _value >>= nState; in setValue()
H A Dvbacombobox.hxx52 …virtual void SAL_CALL setListIndex( const css::uno::Any& _value ) throw (css::uno::RuntimeExceptio…
54 virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
H A Dvbatextbox.cxx45 ScVbaTextBox::setValue( const uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument
48 rtl::OUString sVal = extractStringFromAny( _value, true ); in setValue()
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx295 long zoomBy( long _value, const Fraction& _zoom ) in zoomBy() argument
297 double n = (double)_value; in zoomBy()
302 long unzoomBy( long _value, const Fraction& _zoom ) in unzoomBy() argument
304 return zoomBy( _value, Fraction( _zoom.GetDenominator(), _zoom.GetNumerator() ) ); in unzoomBy()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapropvalue.cxx38 ScVbaPropValue::setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument
40 m_pListener->setValueEvent( _value ); in setValue()
/trunk/main/sc/source/ui/vba/
H A Dvbapropvalue.cxx38 ScVbaPropValue::setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument
40 m_pListener->setValueEvent( _value ); in setValue()
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx108 …nline bool SAL_CALL operator >>= ( const ::com::sun::star::uno::Any & _any, optional< T >& _value ) in operator >>=() argument
110 _value.reset(); // de-init the optional value in operator >>=()
114 _value.reset( directValue ); in operator >>=()
116 return !!_value; in operator >>=()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx135 …String& _name, const ::com::sun::star::uno::Type& _type, const ::com::sun::star::uno::Any& _value ) in TypedPropertyValue()
138 ,Value( _value ) in TypedPropertyValue()

Completed in 109 milliseconds

12