Home
last modified time | relevance | path

Searched refs:_rValue (Results 26 – 50 of 186) sorted by relevance

12345678

/aoo42x/main/forms/source/component/
H A DTime.cxx183 void SAL_CALL OTimeModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
188 getFormatKeyPropertyValue(_rValue); in getFastPropertyValue()
191 _rValue <<= getFormatsSupplier(); in getFastPropertyValue()
194 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
201 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument
204 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
206 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
210 void SAL_CALL OTimeModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument
213 setFormatKeyPropertyValue(_rValue); in setFastPropertyValue_NoBroadcast()
215 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
H A DDate.cxx186 void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
191 getFormatKeyPropertyValue(_rValue); in getFastPropertyValue()
194 _rValue <<= getFormatsSupplier(); in getFastPropertyValue()
197 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
204 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument
207 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
209 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
213 void SAL_CALL ODateModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument
216 setFormatKeyPropertyValue(_rValue); in setFastPropertyValue_NoBroadcast()
218 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
H A Dnavigationbar.cxx366 … void SAL_CALL ONavigationBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
370 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
374 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
378 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
384 sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
390 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
394 …ed = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
398 …ified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
409 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
415 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
[all …]
H A Dscrollbar.cxx160 void OScrollBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
165 _rValue <<= m_nDefaultScrollValue; in getFastPropertyValue()
169 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
174 …void OScrollBarModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) t… in setFastPropertyValue_NoBroadcast() argument
179 OSL_VERIFY( _rValue >>= m_nDefaultScrollValue ); in setFastPropertyValue_NoBroadcast()
184 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
190 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
197 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nDefaultScrollValue ); in convertFastPropertyValue()
201 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
H A DButton.cxx261 void SAL_CALL OButtonModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
266 _rValue <<= (sal_Int16)m_eDefaultState; in getFastPropertyValue()
270 OClickableImageBaseModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
276 …nModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw (Exceptio… in setFastPropertyValue_NoBroadcast() argument
283 OSL_VERIFY( _rValue >>= nDefaultState ); in setFastPropertyValue_NoBroadcast()
290 OClickableImageBaseModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
296 …( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw (IllegalA… in convertFastPropertyValue() argument
302 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_eDefaultState ); in convertFastPropertyValue()
306 …ickableImageBaseModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
/aoo42x/main/forms/source/richtext/
H A Drichtextcontrol.cxx149 if ( _rValue >>= bFlagValue ) in implAdjustTwoStateFlag()
171 implAdjustTwoStateFlag( _rValue, nBits, _nFlag, _bInvert ); in adjustTwoStateWinBit()
429 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
436 if ( !_rValue.hasValue() ) in setProperty()
443 _rValue >>= nColor; in setProperty()
449 adjustTwoStateWinBit( GetWindow(), _rValue, WB_HSCROLL ); in setProperty()
453 adjustTwoStateWinBit( GetWindow(), _rValue, WB_VSCROLL ); in setProperty()
457 adjustTwoStateWinBit( GetWindow(), _rValue, WB_WORDBREAK, true ); in setProperty()
463 OSL_VERIFY( _rValue >>= bReadOnly ); in setProperty()
479 OSL_VERIFY( _rValue >>= bHide ); in setProperty()
[all …]
/aoo42x/main/comphelper/source/streaming/
H A Dbasicio.cxx112 …operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_Int16& _rValue) in operator >>() argument
114 _rValue = _rxInStream->readShort(); in operator >>()
126 …perator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_uInt16& _rValue) in operator >>() argument
128 _rValue = _rxInStream->readShort(); in operator >>()
140 …perator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_uInt32& _rValue) in operator >>() argument
142 _rValue = _rxInStream->readLong(); in operator >>()
154 …operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_Int32& _rValue) in operator >>() argument
156 _rValue = _rxInStream->readLong(); in operator >>()
/aoo42x/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx332 …nBarPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& _rValue ) throw( RuntimeE… in setProperty() argument
339 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
343 bool bVoid = !_rValue.hasValue(); in setProperty()
361 OSL_VERIFY( _rValue >>= nColor ); in setProperty()
375 OSL_VERIFY( _rValue >>= nColor ); in setProperty()
383 OSL_VERIFY( _rValue >>= nInt16Value ); in setProperty()
388 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
393 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
398 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
403 OSL_VERIFY( _rValue >>= bBoolValue ); in setProperty()
[all …]
/aoo42x/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx235 inline bool put( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rValue ) in put() argument
237 … ::rtl::OUString::createFromAscii( _pAsciiValueName ), ::com::sun::star::uno::makeAny( _rValue ) ); in put()
246 inline bool put( const ::rtl::OUString& _rValueName, const VALUE_TYPE& _rValue ) in put() argument
248 return impl_put( _rValueName, ::com::sun::star::uno::makeAny( _rValue ) ); in put()
251 … inline bool put( const sal_Char* _pAsciiValueName, const ::com::sun::star::uno::Any& _rValue ) in put() argument
253 return impl_put( ::rtl::OUString::createFromAscii( _pAsciiValueName ), _rValue ); in put()
256 … inline bool put( const ::rtl::OUString& _rValueName, const ::com::sun::star::uno::Any& _rValue ) in put() argument
258 return impl_put( _rValueName, _rValue ); in put()
346 … bool impl_put( const ::rtl::OUString& _rValueName, const ::com::sun::star::uno::Any& _rValue );
/aoo42x/main/xmloff/source/forms/
H A Delementimport.hxx138 const ::rtl::OUString& _rValue);
246 const ::rtl::OUString& _rValue);
317 const ::rtl::OUString& _rValue
343 const ::rtl::OUString& _rValue);
361 const ::rtl::OUString& _rValue);
380 const ::rtl::OUString& _rValue);
402 const ::rtl::OUString& _rValue);
452 const ::rtl::OUString& _rValue );
538 const ::rtl::OUString& _rValue);
545 void implPushBackValue(const ::rtl::OUString& _rValue);
[all …]
/aoo42x/main/comphelper/source/property/
H A Dpropertycontainer.cxx80 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw (IllegalArg… in convertFastPropertyValue() argument
82 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
86 void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) t… in setFastPropertyValue_NoBroadcast() argument
88 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
92 void OPropertyContainer::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() argument
94 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
H A Dpropagg.cxx386 void doForward( sal_Int32 _nHandle, const Any& _rValue ) throw ( Exception );
416 void PropertyForwarder::doForward( sal_Int32 _nHandle, const Any& _rValue ) throw ( Exception ) in doForward() argument
428 …per.m_xAggregateSet->setPropertyValue( m_rAggregationHelper.getPropertyName( _nHandle ), _rValue ); in doForward()
652 …egationHelper::setFastPropertyValue(sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue) in setFastPropertyValue() argument
664 m_xAggregateFastSet->setFastPropertyValue(nOriginalHandle, _rValue); in setFastPropertyValue()
666 m_xAggregateSet->setPropertyValue(aPropName, _rValue); in setFastPropertyValue()
668 OPropertySetHelper::setFastPropertyValue(_nHandle, _rValue); in setFastPropertyValue()
987 …( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalAr… in convertFastPropertyValue() argument
1001 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, aCurrentValue, aProperty.Type… in convertFastPropertyValue()
1008 …Helper::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw ( Excepti… in setFastPropertyValue_NoBroadcast() argument
[all …]
/aoo42x/main/connectivity/source/commontools/
H A DFValue.cxx2221 _rValue >>= bValue; in fill()
2228 _rValue >>= aDummy; in fill()
2235 _rValue >>= sDummy; in fill()
2242 _rValue >>= aDummy; in fill()
2249 _rValue >>= aDummy; in fill()
2256 _rValue >>= aDummy; in fill()
2263 _rValue >>= aDummy; in fill()
2348 if ( _rValue >>= xClob ) in fill()
2350 (*this) = _rValue; in fill()
2356 if ( _rValue >>= xBlob ) in fill()
[all …]
/aoo42x/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx309 bool NamedValueCollection::impl_put( const ::rtl::OUString& _rValueName, const Any& _rValue ) in impl_put() argument
312 m_pImpl->aValues[ _rValueName ] = _rValue; in impl_put()
331 PropertyValue operator()( const NamedValueRepository::value_type& _rValue ) in operator ()()
334 _rValue.first, 0, _rValue.second, PropertyState_DIRECT_VALUE ); in operator ()()
340 NamedValue operator()( const NamedValueRepository::value_type& _rValue ) in operator ()()
342 return NamedValue( _rValue.first, _rValue.second ); in operator ()()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOTools.hxx116 ::rtl::OUString &_rValue,
124 sal_Int32 &_rValue,
130 SQLUSMALLINT &_rValue,
136 SQLUINTEGER &_rValue,
142 sal_Bool &_rValue,
262 … T& _rValue) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) in getValue() argument
264 …pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,sizeof _rValue); in getValue()
/aoo42x/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx316 sal_Int32 _nHandle, const Any& _rValue) throw (IllegalArgumentException) in convertFastPropertyValue() argument
318 …turn OPropertyContainer::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue); in convertFastPropertyValue()
322 …el_Base::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (Exception) in setFastPropertyValue_NoBroadcast() argument
324 OPropertyContainer::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
328 …void SAL_CALL OGeometryControlModel_Base::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) c… in getFastPropertyValue() argument
335 OPropertySetAggregationHelper::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
337 OPropertyContainer::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
622 …lModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw ( Excepti… in setFastPropertyValue_NoBroadcast() argument
624 OGeometryControlModel_Base::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
643 m_xAggregateSet->setPropertyValue( sPropName, _rValue ); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.hxx120 …::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue ) throw(::com::su…
216 …l::OUString typedValueAsHumanReadableString( const ::com::sun::star::uno::Any& _rValue ) const = 0;
230 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co…
343 …::rtl::OUString typedValueAsHumanReadableString( const ::com::sun::star::uno::Any& _rValue ) const;
344 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co…
369 …OUString typedValueAsHumanReadableString( const ::com::sun::star::uno::Any& _rValue ) const; \
370 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co…
408 …::rtl::OUString typedValueAsHumanReadableString( const ::com::sun::star::uno::Any& _rValue ) const;
409 …virtual void normalizeValue( const ::com::sun::star::uno::Any& _rValue, double& _rDoubleValue ) co…
/aoo42x/main/dbaccess/source/ui/misc/
H A Dpropertystorage.cxx71 static bool trySet( SfxItemSet& _rSet, ItemId _nItemId, const Any& _rValue ) in trySet() argument
79 OSL_VERIFY( _rValue >>= aValue ); in trySet()
119 void SetItemPropertyStorage::setPropertyValue( const Any& _rValue ) in setPropertyValue() argument
122 if ( ItemAdapter< SfxBoolItem, sal_Bool >::trySet( m_rItemSet, m_nItemID, _rValue ) in setPropertyValue()
123 … || ItemAdapter< SfxStringItem, ::rtl::OUString >::trySet( m_rItemSet, m_nItemID, _rValue ) in setPropertyValue()
/aoo42x/main/fpicker/source/office/
H A DOfficeControlAccess.hxx59 …ControlName, const ::rtl::OUString& _rControlProperty, const ::com::sun::star::uno::Any& _rValue );
69 … setValue( sal_Int16 _nId, sal_Int16 _nCtrlAction, const ::com::sun::star::uno::Any& _rValue );
71 void setLabel( sal_Int16 _nId, const ::rtl::OUString& _rValue );
95 Control* _pControl, sal_Int16 _nProperty, const ::com::sun::star::uno::Any& _rValue,
112 …boxAction( ListBox* _pListbox, sal_Int16 _nCtrlAction, const ::com::sun::star::uno::Any& _rValue );
/aoo42x/main/extensions/source/propctrlr/
H A Dusercontrol.cxx106 …void SAL_CALL OFormatSampleControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Ru… in setValue() argument
109 if ( _rValue >>= nFormatKey ) in setValue()
200 …void SAL_CALL OFormattedNumericControl::setValue( const Any& _rValue ) throw (IllegalTypeException… in setValue() argument
203 if ( _rValue >>= nValue ) in setValue()
291 …void SAL_CALL OFileUrlControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Runtime… in setValue() argument
294 if ( ( _rValue >>= sURL ) ) in setValue()
H A Deformspropertyhandler.cxx169 …ler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rValue ) throw (UnknownP… in setPropertyValue() argument
186 OSL_VERIFY( _rValue >>= xSource ); in setPropertyValue()
193 OSL_VERIFY( _rValue >>= m_sBindingLessModelName ); in setPropertyValue()
209 OSL_VERIFY( _rValue >>= sNewBindingName ); in setPropertyValue()
245 xBinding->setPropertyValue( PROPERTY_BIND_EXPRESSION, _rValue ); in setPropertyValue()
259 …DBG_ASSERT( _rValue.getValueType().equals( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) … in setPropertyValue()
261 xBindingProps->setPropertyValue( _rPropertyName, _rValue ); in setPropertyValue()
/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx76 bool QueryState( sal_uInt16 _nSlot, bool& _rValue ) in QueryState() argument
87 _rValue = ( static_cast< const SfxBoolItem* >( pItem ) )->GetValue(); in QueryState()
93 bool QueryRecordChangesProtectionState( RedliningMode _eMode, bool& _rValue ) in QueryRecordChangesProtectionState() argument
99 bRet = QueryState( nSlot, _rValue ); in QueryRecordChangesProtectionState()
105 bool QueryRecordChangesState( RedliningMode _eMode, bool& _rValue ) in QueryRecordChangesState() argument
111 bRet = QueryState( nSlot, _rValue ); in QueryRecordChangesState()
/aoo42x/main/svl/source/misc/
H A Dfolderrestriction.cxx75 static bool getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue ) in getEnvironmentValue() argument
77 _rValue = ::rtl::OUString(); in getEnvironmentValue()
79 osl_getEnvironment( sEnvName.pData, &_rValue.pData ); in getEnvironmentValue()
80 return _rValue.getLength() != 0; in getEnvironmentValue()
/aoo42x/main/dbaccess/source/ui/uno/
H A Dunoadmin.cxx118 void ODatabaseAdministrationDialog::implInitialize(const Any& _rValue) in implInitialize() argument
121 if (_rValue >>= aProperty) in implInitialize()
132 ODatabaseAdministrationDialogBase::implInitialize(_rValue); in implInitialize()
135 ODatabaseAdministrationDialogBase::implInitialize(_rValue); in implInitialize()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx117 …roperty(const Reference< XPropertySet >& _rxSet, const ::rtl::OUString& _rName, const Any& _rValue) in lcl_putProperty() argument
122 _rxSet->setPropertyValue(_rName, _rValue); in lcl_putProperty()
984 …ministrationHelper::implTranslateProperty( SfxItemSet& _rSet, sal_Int32 _nId, const Any& _rValue ) in implTranslateProperty() argument
986 switch ( _rValue.getValueType().getTypeClass() ) in implTranslateProperty()
992 _rValue >>= sValue; in implTranslateProperty()
1009 _rValue >>= bVal; in implTranslateProperty()
1015 if ( _rValue.hasValue() ) in implTranslateProperty()
1018 _rValue >>= bValue; in implTranslateProperty()
1039 _rValue >>= nValue; in implTranslateProperty()
1056 TypeDescription aTD(_rValue.getValueType()); in implTranslateProperty()
[all …]

Completed in 144 milliseconds

12345678