Home
last modified time | relevance | path

Searched refs:rValue (Results 126 – 150 of 831) sorted by relevance

12345678910>>...34

/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx109 … setAnyProperty( ShapePropertyId ePropId, const ::com::sun::star::uno::Any& rValue );
113 inline bool setProperty( ShapePropertyId ePropId, const Type& rValue ) in setProperty() argument
114 … { return setAnyProperty( ePropId, ::com::sun::star::uno::Any( rValue ) ); } in setProperty()
122 … bool setLineMarker( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
124 bool setLineDash( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
126 …bool setFillGradient( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
128 …ool setFillBitmapUrl( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
/trunk/main/xmloff/source/chart/
H A DXMLSymbolTypePropertyHdl.cxx96 const OUString & rValue, in lcl_convertEnum() argument
101 if( IsXMLToken( rValue, pMap->eToken ) ) in lcl_convertEnum()
123 uno::Any& rValue, const SvXMLUnitConverter& /*rUnitConverter*/ ) const in importXML() argument
131 rValue <<= nValue; in importXML()
137 rValue <<= nValue; in importXML()
144 … const uno::Any& rValue, const SvXMLUnitConverter& /*rUnitConverter*/ ) const in exportXML() argument
149 rValue >>= nType; in exportXML()
/trunk/main/connectivity/source/drivers/ado/
H A DAIndex.cxx106 void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw… in setFastPropertyValue_NoBroadcast() argument
115 rValue >>= aVal; in setFastPropertyValue_NoBroadcast()
122 rValue >>= aVal; in setFastPropertyValue_NoBroadcast()
127 m_aIndex.put_Unique(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
130 m_aIndex.put_PrimaryKey(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
133 m_aIndex.put_Clustered(getBOOL(rValue)); in setFastPropertyValue_NoBroadcast()
137 OIndex_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
H A DAKey.cxx100 void OAdoKey::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Exception) in setFastPropertyValue_NoBroadcast() argument
109 rValue >>= aVal; in setFastPropertyValue_NoBroadcast()
117 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
125 rValue >>= aVal; in setFastPropertyValue_NoBroadcast()
133 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
141 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
148 OKey_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx178 …alue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue) throw( IllegalArg… in convertFastPropertyValue() argument
185 rConvertedValue = rValue; in convertFastPropertyValue()
190 …void ParameterWrapper::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast() argument
208 … m_xValueDestination->setObjectWithInfo( *aIter + 1, rValue, nParamType, nScale ); in setFastPropertyValue_NoBroadcast()
213 m_aValue = rValue; in setFastPropertyValue_NoBroadcast()
227 m_xDelegator->setPropertyValue( aName, rValue ); in setFastPropertyValue_NoBroadcast()
232 void ParameterWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() argument
236 rValue = m_aValue.makeAny(); in getFastPropertyValue()
241 rValue = m_xDelegator->getPropertyValue( aName ); in getFastPropertyValue()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx95 const rtl::OUString& rValue(xAttrList->getValueByIndex( i )); in finishShape() local
106 …ScRangeStringConverter::GetAddressFromString(aEndCell, rValue, static_cast<ScXMLImport&>(mrImporte… in finishShape()
109 … static_cast<ScXMLImport&>(mrImporter).GetMM100UnitConverter().convertMeasure(nEndX, rValue); in finishShape()
111 … static_cast<ScXMLImport&>(mrImporter).GetMM100UnitConverter().convertMeasure(nEndY, rValue); in finishShape()
113 if (IsXMLToken(rValue, XML_TRUE)) in finishShape()
119 pRangeList = new rtl::OUString(rValue); in finishShape()
189 const rtl::OUString& rValue(xAttrList->getValueByIndex( i )); in finishShape() local
196 if (IsXMLToken(rValue, XML_TRUE)) in finishShape()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx165 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
344 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
581 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
616 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
647 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
672 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
695 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
735 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
755 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
771 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun…
[all …]
/trunk/main/xmloff/source/text/
H A DXMLIndexObjectSourceContext.cxx95 const OUString& rValue) in ProcessAttribute() argument
102 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
109 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
116 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
123 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
130 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
137 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
H A DXMLIndexTOCSourceContext.cxx87 const OUString& rValue) in ProcessAttribute() argument
92 if ( IsXMLToken( rValue, XML_NONE ) ) in ProcessAttribute()
103 nTmp, rValue, 1, GetImport().GetTextImport()-> in ProcessAttribute()
115 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
126 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
136 if (SvXMLUnitConverter::convertBool(bTmp, rValue)) in ProcessAttribute()
145 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
/trunk/main/xmloff/source/style/
H A DXMLFontStylesContext.cxx114 const OUString& rValue );
144 const OUString& rValue ) in SetAttribute() argument
153 if( GetStyles()->GetFamilyNameHdl().importXML( rValue, aAny, in SetAttribute()
158 aStyleName <<= rValue; in SetAttribute()
161 if( GetStyles()->GetFamilyHdl().importXML( rValue, aAny, in SetAttribute()
166 if( GetStyles()->GetPitchHdl().importXML( rValue, aAny, in SetAttribute()
171 if( GetStyles()->GetEncodingHdl().importXML( rValue, aAny, in SetAttribute()
176 SvXMLStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute()
H A Dchrhghdl.hxx37 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
38 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
46 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
47 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
55 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
56 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
H A Dlspachdl.hxx37 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
38 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
46 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
47 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
55 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
56 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
H A Dundlihdl.hxx37 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
38 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
46 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
47 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
55 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
56 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
H A DXMLRectangleMembersHandler.cxx53 Any& rValue, in importXML() argument
57 if( rValue.hasValue() ) in importXML()
58 rValue >>= aRect; in importXML()
80 rValue <<= aRect; in importXML()
89 const Any& rValue, in exportXML() argument
93 rValue >>= aRect; in exportXML()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx54 const ::rtl::OUString & rValue);
61 const ::rtl::OUString & rValue);
175 const ::rtl::OUString & rValue) in newProperty()
177 OOXMLValue::Pointer_t pVal(new T(rValue)); in newProperty()
187 (rValue, RTL_TEXTENCODING_ASCII_US).getStr()); in newProperty()
227 const ::rtl::OUString & rValue) in mark()
229 OOXMLValue::Pointer_t pVal(new T(rValue)); in mark()
239 (rValue, RTL_TEXTENCODING_ASCII_US).getStr()); in mark()
/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx120 inline void operator()(const value_type& rValue) in operator ()()
122 if(rValue.second.get()) in operator ()()
123 m_aFunctor(*rValue.second); in operator ()()
132 inline void operator()(const value_type& rValue) in operator ()()
134 if(rValue.second.get()) in operator ()()
135 m_aFunctor(rValue.first, *rValue.second); in operator ()()
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx155 …nline void operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( * in operator ()()
163 …oid operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( rValue.f… in operator ()()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dquadraticbezier.hxx60 void setStartPoint(const ::basegfx::B2DPoint& rValue) { maStartPoint = rValue; } in setStartPoint() argument
63 void setEndPoint(const ::basegfx::B2DPoint& rValue) { maEndPoint = rValue; } in setEndPoint() argument
66 void setControlPoint(const ::basegfx::B2DPoint& rValue) { maControlPoint = rValue; } in setControlPoint() argument
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx436 rValue, sal_Unicode('.'), sal_Unicode(0), &eStatus, &nEnd ); in _getValue()
441 && nEnd == rValue.getLength() ) in _getValue()
452 sal_uInt16 nReason = OXSDDataType::_validate( rValue ); in _validate()
458 if( ! _getValue( rValue, f ) ) in _validate()
569 sal_uInt16 OStringType::_validate( const ::rtl::OUString& rValue ) in _validate() argument
572 sal_uInt16 nReason = OStringType_Base::_validate( rValue ); in _validate()
577 sal_Int32 nLength = rValue.getLength(); in _validate()
698 sal_uInt16 ODecimalType::_validate( const ::rtl::OUString& rValue ) in _validate() argument
700 sal_Int16 nReason = ODecimalType_Base::_validate( rValue ); in _validate()
705 sal_Int32 nLength = rValue.getLength(); in _validate()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx184 sal_Bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue) in ConvertToKey() argument
193 *rKey = ONDXKey(rValue.getString(), nRec ); in ConvertToKey()
197 if (rValue.isNull()) in ConvertToKey()
198 *rKey = ONDXKey(rValue.getDouble(), DataType::DOUBLE, nRec ); in ConvertToKey()
200 *rKey = ONDXKey(rValue.getDouble(), nRec ); in ConvertToKey()
212 sal_Bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() argument
219 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
223 sal_Bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() argument
231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
260 sal_Bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete() argument
[all …]
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx100 setProperty(Index nIndex, star::uno::Any const & rValue, bool bFlush);
330 star::uno::Any const & rValue, in setProperty() argument
336 m_aEntries[nIndex].m_aValue = rValue; in setProperty()
345 aValues[0] = rValue; in setProperty()
466 void SvtInetOptions::SetProxyNoProxy(rtl::OUString const & rValue, in SetProxyNoProxy() argument
470 star::uno::makeAny(rValue), in SetProxyNoProxy()
483 void SvtInetOptions::SetProxyFtpName(rtl::OUString const & rValue, in SetProxyFtpName() argument
487 star::uno::makeAny(rValue), in SetProxyFtpName()
500 void SvtInetOptions::SetProxyHttpName(rtl::OUString const & rValue, in SetProxyHttpName() argument
504 star::uno::makeAny(rValue), in SetProxyHttpName()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx459 const com::sun::star::uno::Any & rValue, in addProperty() argument
466 rValue >>= aValue; in addProperty()
483 rValue >>= aValue; in addProperty()
496 rValue >>= aValue; in addProperty()
505 = PropertyValue( rValue, true ); in addProperty()
514 = PropertyValue( rValue, true ); in addProperty()
523 rValue >>= aValue; in addProperty()
538 rValue >>= aValue; in addProperty()
551 rValue >>= aValue; in addProperty()
572 (*m_xProps)[ rName ] = PropertyValue( rValue, bIsCaseSensitive ); in addProperty()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx884 rValue <<= aString; in convertAnimationValue()
894 if( rValue >>= aString ) in convertAnimationValue()
907 rValue >>= aString; in convertAnimationValue()
914 rValue >>= fValue; in convertAnimationValue()
927 if( rValue >>= aString ) in convertAnimationValue()
962 rValue <<= aHSL; in convertAnimationValue()
972 if( rValue >>= aString ) in convertAnimationValue()
983 if( rValue >>= aString ) in convertAnimationValue()
994 if( rValue >>= aString ) in convertAnimationValue()
1005 if( rValue >>= aString ) in convertAnimationValue()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1253 Object rValue = Any.VOID; in makeAny() local
1261 rValue = value; in makeAny()
1264 rValue = value; in makeAny()
1267 rValue = value; in makeAny()
1271 rValue = value; in makeAny()
1279 rValue = dateOut; in makeAny()
1288 rValue = timeOut; in makeAny()
1305 rValue = getAny(); in makeAny()
1318 rValue = (int)value; in makeAny()
1321 rValue = getAny(); in makeAny()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dpropmap.hxx46 const TValueType& rValue) in put() argument
48 void* pValue = (void*)&rValue; in put()
54 const TValueType& rValue) in put_copy() argument
56 TValueType* pCopy = new TValueType(rValue); in put_copy()
75 TValueType& rValue) in get_copy() argument
85 rValue = *((TValueType*)pValue); in get_copy()

Completed in 134 milliseconds

12345678910>>...34