Home
last modified time | relevance | path

Searched defs:rValue (Results 101 – 125 of 481) sorted by relevance

12345678910>>...20

/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx95 const rtl::OUString& rValue(xAttrList->getValueByIndex( i )); in finishShape() local
189 const rtl::OUString& rValue(xAttrList->getValueByIndex( i )); in finishShape() local
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopool.cxx73 …l::putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const uno::Any& rValue ) in putAny()
/aoo41x/main/oox/inc/oox/helper/
H A Dhelper.hxx198 inline explicit OptValue( const Type& rValue ) : maValue( rValue ), mbHasValue( true ) {} in OptValue()
199 …inline explicit OptValue( bool bHasValue, const Type& rValue ) : maValue( rValue ), mbHasValue… in OptValue()
209 inline void set( const Type& rValue ) { maValue = rValue; mbHasValue = true; } in set()
212 inline OptValue& operator=( const Type& rValue ) { set( rValue ); return *this; } in operator =()
213 …inline void assignIfUsed( const OptValue& rValue ) { if( rValue.mbHasValue ) set( rValue.m… in assignIfUsed()
/aoo41x/main/forms/source/component/
H A DColumns.cxx393 void OGridColumn::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
419 … sal_Int32 nHandle, const Any& rValue )throw( IllegalArgumentException ) in convertFastPropertyValue()
449 void OGridColumn::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw (:… in setFastPropertyValue_NoBroadcast()
H A DRadioButton.cxx162 void ORadioButtonModel::SetSiblingPropsTo(const ::rtl::OUString& rPropName, const Any& rValue) in SetSiblingPropsTo()
199 void ORadioButtonModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thro… in setFastPropertyValue_NoBroadcast()
/aoo41x/main/svtools/source/uno/
H A Dgenericunodialog.cxx143 void OGenericUnoDialog::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast()
160 …ertyValue( Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue) throw(Illeg… in convertFastPropertyValue()
/aoo41x/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx234 …ddProperty( Reference< XDocumentHandler > xHandler, const OUString& rName, const OUString& rValue ) in addProperty()
264 …leProperty( Reference< XDocumentHandler > xHandler, const OUString& rName, const OUString& rValue ) in addLocaleProperty()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAUser.cxx102 void OAdoUser::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Exceptio… in setFastPropertyValue_NoBroadcast()
120 void OAdoUser::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
H A DAIndex.cxx106 void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw… in setFastPropertyValue_NoBroadcast()
/aoo41x/main/xmloff/source/xforms/
H A DSchemaSimpleTypeContext.cxx82 const OUString& rValue ) in HandleAttribute()
H A DXFormsModelContext.cxx97 const OUString& rValue ) in HandleAttribute()
/aoo41x/main/oox/source/ole/
H A Dvbahelper.cxx69 /*static*/ bool VbaHelper::extractKeyValue( OUString& rKey, OUString& rValue, const OUString& rKeyV… in extractKeyValue()
/aoo41x/main/toolkit/source/layout/core/
H A Dhelper.cxx279 const uno::Any& rValue ) in convertFastPropertyValue()
302 const uno::Any& rValue ) in setFastPropertyValue_NoBroadcast()
318 PropHelper::getFastPropertyValue( uno::Any& rValue, in getFastPropertyValue()
/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx312 sal_Bool ScValueIterator::GetThis(double& rValue, sal_uInt16& rErr) in GetThis()
468 sal_Bool ScValueIterator::GetFirst(double& rValue, sal_uInt16& rErr) in GetFirst()
566 bool ScDBQueryDataIterator::DataAccessInternal::getCurrent(Value& rValue) in getCurrent()
670 bool ScDBQueryDataIterator::DataAccessInternal::getFirst(Value& rValue) in getFirst()
679 bool ScDBQueryDataIterator::DataAccessInternal::getNext(Value& rValue) in getNext()
701 bool ScDBQueryDataIterator::DataAccessMatrix::getCurrent(Value& rValue) in getCurrent()
728 bool ScDBQueryDataIterator::DataAccessMatrix::getFirst(Value& rValue) in getFirst()
734 bool ScDBQueryDataIterator::DataAccessMatrix::getNext(Value& rValue) in getNext()
951 bool ScDBQueryDataIterator::GetFirst(Value& rValue) in GetFirst()
956 bool ScDBQueryDataIterator::GetNext(Value& rValue) in GetNext()
[all …]
/aoo41x/main/sfx2/source/doc/
H A Doleprops.cxx141 inline void SetValue( const String& rValue ) { maValue = rValue; } in SetValue()
484 …al_Int32 nPropId, sal_Int32 nPropType, const SfxOleTextEncoding& rTextEnc, const String& rValue ) : in SfxOleStringPropertyBase()
499 sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc, const String& rValue ) : in SfxOleStringPropertyBase()
515 sal_Int32 nPropId, const SfxOleTextEncoding& rTextEnc, const String& rValue ) : in SfxOleString8Property()
537 SfxOleString16Property::SfxOleString16Property( sal_Int32 nPropId, const String& rValue ) : in SfxOleString16Property()
779 bool SfxOleSection::GetStringValue( String& rValue, sal_Int32 nPropId ) const in GetStringValue()
789 bool SfxOleSection::GetFileTimeValue( util::DateTime& rValue, sal_Int32 nPropId ) const in GetFileTimeValue()
825 bool SfxOleSection::SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty ) in SetStringValue()
833 void SfxOleSection::SetFileTimeValue( sal_Int32 nPropId, const util::DateTime& rValue ) in SetFileTimeValue()
884 bool SfxOleSection::SetAnyValue( sal_Int32 nPropId, const Any& rValue ) in SetAnyValue()
/aoo41x/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx282 const OUString& rValue) in ProcessAttribute()
375 const OUString& rValue) in ProcessAttribute()
483 const OUString& rValue) in ProcessAttribute()
580 const OUString& rValue) in ProcessAttribute()
/aoo41x/main/xmloff/source/style/
H A DGradientStyle.cxx91 uno::Any& rValue, in importXML()
247 const uno::Any& rValue ) in exportXML()
H A DTransGradientStyle.cxx88 uno::Any& rValue, in importXML()
240 const uno::Any& rValue ) in exportXML()
/aoo41x/main/svx/workben/msview/
H A Dxmlconfig.hxx63 …ElementValueConfig( const rtl::OUString& rName, const rtl::OUString& rValue ) : ElementConfig( rNa… in ElementValueConfig()
94 CaseElementConfig( const rtl::OUString& rValue ) : maValue( rValue ) {} in CaseElementConfig()
/aoo41x/main/comphelper/source/property/
H A Dpropertycontainer.cxx73 void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) thro… in setFastPropertyValue()
/aoo41x/main/dbaccess/source/core/api/
H A DCRowSetColumn.cxx98 void SAL_CALL ORowSetColumn::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue )… in setFastPropertyValue_NoBroadcast()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx282 OOXMLBooleanValue::OOXMLBooleanValue(const rtl::OUString & rValue) in OOXMLBooleanValue()
587 OOXMLIntegerValue::OOXMLIntegerValue(const rtl::OUString & rValue) in OOXMLIntegerValue()
631 OOXMLHexValue::OOXMLHexValue(const rtl::OUString & rValue) in OOXMLHexValue()
758 void OOXMLPropertySetEntryToString::attribute(Id nId, Value & rValue) in attribute()
782 void OOXMLPropertySetEntryToInteger::attribute(Id nId, Value & rValue) in attribute()
/aoo41x/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx134 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextColumnContext_Impl() local
222 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextColumnSepContext_Impl() local
302 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextColumnsContext() local
/aoo41x/main/unotools/source/config/
H A Dinetoptions.cxx330 star::uno::Any const & rValue, in setProperty()
466 void SvtInetOptions::SetProxyNoProxy(rtl::OUString const & rValue, in SetProxyNoProxy()
483 void SvtInetOptions::SetProxyFtpName(rtl::OUString const & rValue, in SetProxyFtpName()
500 void SvtInetOptions::SetProxyHttpName(rtl::OUString const & rValue, in SetProxyHttpName()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx642 const ::com::sun::star::uno::Any& rValue = pProp->GetValue(); in write() local
1124 …tyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nPropId, const Any& rValue ) throw (Ill… in convertFastPropertyValue()
1250 void UnoControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nPropId, const ::com::sun::star::… in setFastPropertyValue_NoBroadcast()
1261 void UnoControlModel::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nPropId )… in getFastPropertyValue()
1318 void UnoControlModel::setPropertyValue( const ::rtl::OUString& rPropertyName, const ::com::sun::sta… in setPropertyValue()
1333 void UnoControlModel::setFastPropertyValue( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rV… in setFastPropertyValue()

Completed in 416 milliseconds

12345678910>>...20