Home
last modified time | relevance | path

Searched refs:rValue (Results 226 – 250 of 831) sorted by relevance

12345678910>>...34

/trunk/main/xmloff/source/style/
H A DXMLFillBitmapSizePropertyHandler.cxx48 Any& rValue, in importXML() argument
65 rValue <<= nValue; in importXML()
72 const Any& rValue, in exportXML() argument
78 if( rValue >>= nValue ) in exportXML()
H A Dkernihdl.cxx50 sal_Bool XMLKerningPropHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLUnitCo… in importXML() argument
60 rValue <<= (sal_Int16)nKerning; in importXML()
65 sal_Bool XMLKerningPropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitCo… in exportXML() argument
70 if( rValue >>= nValue ) in exportXML()
H A DXMLPercentOrMeasurePropertyHandler.cxx49 Any& rValue, in importXML() argument
68 rValue <<= nValue; in importXML()
74 const Any& rValue, in exportXML() argument
80 if( !(rValue >>= nValue ) ) in exportXML()
H A Dbackhdl.cxx63 sal_Bool XMLBackGraphicPositionPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue, … in importXML() argument
143 rValue <<= (style::GraphicLocation)(sal_uInt16)ePos; in importXML()
148 sal_Bool XMLBackGraphicPositionPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue, … in exportXML() argument
154 if( !( rValue >>= eLocation ) ) in exportXML()
157 if( rValue >>= nValue ) in exportXML()
H A Dchrlohdl.hxx39 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
40 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
50 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
51 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
H A DWordWrapPropertyHdl.cxx55 sal_Bool XMLWordWrapPropertyHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLU… in importXML() argument
81 rValue <<= bValue; in importXML()
86 sal_Bool XMLWordWrapPropertyHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLU… in exportXML() argument
88 if( ::cppu::any2bool( rValue ) ) in exportXML()
H A DXMLBitmapRepeatOffsetPropertyHandler.cxx56 Any& rValue, in importXML() argument
70 rValue <<= nValue; in importXML()
83 const Any& rValue, in exportXML() argument
89 if( rValue >>= nValue ) in exportXML()
H A Dxmlimppr.cxx151 const OUString& rValue = xAttrList->getValueByIndex( i ); in importXML() local
216 bSet = maPropMapper->importXML( rValue, aNewProperty, in importXML()
224 rValue, rUnitConverter, in importXML()
253 aSeq[1] = rValue; in importXML()
317 aData.Value = rValue; in importXML()
356 const OUString& rValue, in handleSpecialItem() argument
362 return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue, in handleSpecialItem()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx197 bool ScfPropertySet::GetAnyProperty( Any& rValue, const OUString& rPropName ) const in GetAnyProperty() argument
204 rValue = mxPropSet->getPropertyValue( rPropName ); in GetAnyProperty()
220 bool ScfPropertySet::GetStringProperty( String& rValue, const OUString& rPropName ) const in GetStringProperty() argument
224 rValue = aOUString; in GetStringProperty()
263 void ScfPropertySet::SetAnyProperty( const OUString& rPropName, const Any& rValue ) in SetAnyProperty() argument
268 mxPropSet->setPropertyValue( rPropName, rValue ); in SetAnyProperty()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx108 explicit OOXMLBooleanValue(const rtl::OUString & rValue);
197 explicit OOXMLIntegerValue(const rtl::OUString & rValue);
212 explicit OOXMLHexValue(const rtl::OUString & rValue);
261 virtual void attribute(Id nId, Value & rValue);
275 virtual void attribute(Id nId, Value & rValue);
/trunk/main/connectivity/source/drivers/ado/
H A DATable.cxx207 void OAdoTable::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Excepti… in setFastPropertyValue_NoBroadcast() argument
214 m_aTable.put_Name(getString(rValue)); in setFastPropertyValue_NoBroadcast()
220 getString(rValue)); in setFastPropertyValue_NoBroadcast()
226 getString(rValue)); in setFastPropertyValue_NoBroadcast()
236 OTable_TYPEDEF::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
H A DAView.cxx75 void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue() argument
82 rValue <<= m_aView.get_Name(); in getFastPropertyValue()
98 rValue <<= (::rtl::OUString) aBSTR; in getFastPropertyValue()
105 OView_ADO::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
/trunk/main/xmloff/inc/xmloff/
H A DImageStyle.hxx44 …sal_Bool exportXML( const ::rtl::OUString& rStrName, const ::com::sun::star::uno::Any& rValue, SvX…
45 …star::xml::sax::XAttributeList >& xAttrList, ::com::sun::star::uno::Any& rValue, ::rtl::OUString& …
49 …E sal_Bool ImpExportXML( const ::rtl::OUString& rStrName, const ::com::sun::star::uno::Any& rValue,
52 ::com::sun::star::uno::Any& rValue, ::rtl::OUString& rStrName,
/trunk/main/sd/source/ui/unoidl/
H A Dunopool.cxx58 …virtual void putAny( SfxItemPool* pPool, const PropertyMapEntry* pEntry, const uno::Any& rValue ) …
73 …l::putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const uno::Any& rValue ) in putAny() argument
83 if( rValue >>= aLocale ) in putAny()
89 SvxUnoDrawPool::putAny( pPool, pEntry, rValue ); in putAny()
/trunk/main/oox/inc/oox/helper/
H A Dpropertymap.hxx71 … inline bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue ) in setAnyProperty() argument
72 … { if( nPropId < 0 ) return false; (*this)[ nPropId ] = rValue; return true; } in setAnyProperty()
77 inline bool setProperty( sal_Int32 nPropId, const Type& rValue ) in setProperty() argument
78 … { if( nPropId < 0 ) return false; (*this)[ nPropId ] <<= rValue; return true; } in setProperty()
H A Dopenssl_wrapper.hxx96 OpenSSLDigest( const OpenSSLDigest& rValue );
97 OpenSSLDigest& operator=( const OpenSSLDigest& rValue );
151 OpenSSLCipher( const OpenSSLCipher& rValue );
152 OpenSSLCipher& operator=( const OpenSSLCipher& rValue );
/trunk/main/sd/source/ui/animations/
H A DSTLPropertySet.cxx45 void STLPropertySet::setPropertyDefaultValue( sal_Int32 nHandle, const Any& rValue ) in setPropertyDefaultValue() argument
47 STLPropertyMapEntry aEntry( rValue, STLPropertyState_DEFAULT ); in setPropertyDefaultValue()
51 void STLPropertySet::setPropertyValue( sal_Int32 nHandle, const Any& rValue, sal_Int32 /* nState = … in setPropertyValue() argument
57 (*aIter).second.maValue = rValue; in setPropertyValue()
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainer.hxx67 const ::com::sun::star::uno::Any& rValue )
72 const ::com::sun::star::uno::Any& rValue
78 ::com::sun::star::uno::Any& rValue,
83 …l void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
/trunk/main/stoc/source/corereflection/
H A Dcrcomp.cxx70 …virtual void SAL_CALL set( const Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::Il…
72 …virtual void SAL_CALL set( Any & rObj, const Any & rValue ) throw(::com::sun::star::lang::IllegalA…
216 void IdlCompFieldImpl::set( const Any & rObj, const Any & rValue ) in set() argument
234 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
253 void IdlCompFieldImpl::set( Any & rObj, const Any & rValue ) in set() argument
271 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx80 void setB3DPoint(sal_uInt32 nIndex, const B3DPoint& rValue);
88 void setBColor(sal_uInt32 nIndex, const BColor& rValue);
95 void setNormal(sal_uInt32 nIndex, const B3DVector& rValue);
102 void setTextureCoordinate(sal_uInt32 nIndex, const B2DPoint& rValue);
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx143 void OGenericUnoDialog::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast() argument
147 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
160 …lue( Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue) throw(IllegalArgu… in convertFastPropertyValue() argument
167 ::cppu::extractInterface(xNew, rValue); in convertFastPropertyValue()
177 return OPropertyContainer::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx201 sal_Int32 nHandle, const uno::Any& rValue ) in setFastPropertyValue_NoBroadcast() argument
217 OSL_ASSERT( rValue.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ); in setFastPropertyValue_NoBroadcast()
218 if( rValue.hasValue() && in setFastPropertyValue_NoBroadcast()
219 (rValue >>= xBroadcaster) && in setFastPropertyValue_NoBroadcast()
226 ::property::OPropertySet::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx914 const Any& rValue = pProps->Value; in filter() local
918 if( !(rValue >>= msOrigFileName ) ) in filter()
923 if( !(rValue >>= msFilterName ) ) in filter()
1071 const OUString& rValue ) in AddAttribute() argument
1080 const OUString& rValue ) in AddAttribute() argument
1088 const OUString& rValue ) in AddAttribute() argument
1092 rValue ); in AddAttribute()
1109 rValue ); in AddAttribute()
2291 OUString sValue( rValue ); in GetRelativeReference()
2551 AddAttribute(XML_NAMESPACE_XML, XML_ID, rValue); in AddAttributeIdLegacy()
[all …]
/trunk/main/l10ntools/source/
H A Dexport.cxx1673 void Export::CleanValue( ByteString &rValue ) in CleanValue() argument
1676 while ( rValue.Len()) { in CleanValue()
1677 if (( rValue.GetChar( 0 ) == ' ' ) || ( rValue.GetChar( 0 ) == '\t' )) in CleanValue()
1678 rValue = rValue.Copy( 1 ); in CleanValue()
1683 if ( rValue.Len()) { in CleanValue()
1684 for ( sal_uInt16 i = rValue.Len() - 1; i > 0; i-- ) { in CleanValue()
1685 if (( rValue.GetChar( i ) == ' ' ) || ( rValue.GetChar( i ) == '\t' ) || in CleanValue()
1686 ( rValue.GetChar( i ) == '\n' ) || ( rValue.GetChar( i ) == ';' ) || in CleanValue()
1687 ( rValue.GetChar( i ) == '{' ) || ( rValue.GetChar( i ) == '\\' ) || in CleanValue()
1688 ( rValue.GetChar( i ) == '\r' )) in CleanValue()
[all …]
/trunk/main/sot/inc/sot/
H A Dstorage.hxx95 …l_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue );
96 sal_Bool GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue );
239 …l_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue );
240 sal_Bool GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue );
241 … GetProperty( const String& rEleName, const String& rName, ::com::sun::star::uno::Any& rValue );

Completed in 99 milliseconds

12345678910>>...34