/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 584 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 …]
|
/aoo42x/main/comphelper/source/container/ |
H A D | enumerablemap.cxx | 241 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 …]
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.hxx | 113 …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 D | usercontrol.hxx | 71 …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…
|
/aoo42x/main/cli_ure/source/basetypes/uno/ |
H A D | Any.cs | 38 private object _value; field 76 _value = value; in Any() 87 _value = value; in setValue() 104 return _value;
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecord.cxx | 75 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 D | MacabRecord.hxx | 58 void insertAtColumn (CFTypeRef _value, ABPropertyType _type, const sal_Int32 _column); 60 sal_Bool contains(const CFTypeRef _value) const;
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbacombobox.cxx | 72 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 D | vbalistbox.cxx | 45 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 D | vbacheckbox.cxx | 67 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 D | vbaradiobutton.cxx | 67 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 D | vbamultipage.cxx | 91 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 D | vbaprogressbar.cxx | 44 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 D | vbalabel.cxx | 57 ScVbaLabel::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() argument 60 _value >>= sCaption; in setValue()
|
H A D | vbaspinbutton.cxx | 47 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 D | vbalistbox.hxx | 51 …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 D | vbascrollbar.cxx | 49 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 D | vbatogglebutton.cxx | 69 ScVbaToggleButton::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() argument 72 _value >>= nState; in setValue()
|
H A D | vbacombobox.hxx | 52 …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 D | vbatextbox.cxx | 45 ScVbaTextBox::setValue( const uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument 48 rtl::OUString sVal = extractStringFromAny( _value, true ); in setValue()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 295 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()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbapropvalue.cxx | 38 ScVbaPropValue::setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument 40 m_pListener->setValueEvent( _value ); in setValue()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbapropvalue.cxx | 38 ScVbaPropValue::setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException) in setValue() argument 40 m_pListener->setValueEvent( _value ); in setValue()
|
/aoo42x/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 108 …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 >>=()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.hxx | 135 …String& _name, const ::com::sun::star::uno::Type& _type, const ::com::sun::star::uno::Any& _value ) in TypedPropertyValue() 138 ,Value( _value ) in TypedPropertyValue()
|