Home
last modified time | relevance | path

Searched refs:rValue (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/AOO41X/main/xmloff/source/style/
H A Dxmlbahdl.cxx38 void lcl_xmloff_setAny( Any& rValue, sal_Int32 nValue, sal_Int8 nBytes ) in lcl_xmloff_setAny() argument
47 rValue <<= (sal_Int8)nValue; in lcl_xmloff_setAny()
54 rValue <<= (sal_Int16)nValue; in lcl_xmloff_setAny()
57 rValue <<= nValue; in lcl_xmloff_setAny()
62 sal_Bool lcl_xmloff_getAny( const Any& rValue, sal_Int32& nValue, in lcl_xmloff_getAny() argument
72 bRet = rValue >>= nValue8; in lcl_xmloff_getAny()
79 bRet = rValue >>= nValue16; in lcl_xmloff_getAny()
84 bRet = rValue >>= nValue; in lcl_xmloff_getAny()
101 sal_Bool XMLNumberPropHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLUnitCon… in importXML() argument
107 lcl_xmloff_setAny( rValue, nValue, nBytes ); in importXML()
[all …]
H A Dxmlbahdl.hxx43 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
44 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
59 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
60 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
73 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
74 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
87 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
88 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
97 …ortXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
98 …ortXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitCo…
[all …]
H A DPageMasterPropHdl.cxx67 Any& rValue, in importXML() argument
73 rValue <<= PageStyleLayout_ALL; in importXML()
75 rValue <<= PageStyleLayout_LEFT; in importXML()
77 rValue <<= PageStyleLayout_RIGHT; in importXML()
79 rValue <<= PageStyleLayout_MIRRORED; in importXML()
88 const Any& rValue, in exportXML() argument
94 if( rValue >>= eLayout ) in exportXML()
129 Any& rValue, in importXML() argument
137 if( !(rValue >>= nSync) ) in importXML()
155 rValue <<= nNumType; in importXML()
[all …]
/AOO41X/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx297 …DocumentSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &rValue ) in _setSingleValue() argument
310 rValue >>= nMode; in _setSingleValue()
326 sal_Bool bUpdateField = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
337 sal_Bool bUpdateChart = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
349 rValue >>= bParaSpace; in _setSingleValue()
356 rValue >>= bParaSpacePage; in _setSingleValue()
362 sal_Bool bAlignTab = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
370 if( rValue >>= sPrinterName ) in _setSingleValue()
397 if ( rValue >>= aSequence ) in _setSingleValue()
427 sal_Bool bIsKern = *(sal_Bool*)(rValue).getValue(); in _setSingleValue()
[all …]
H A Dunomod.cxx347 …SwXPrintSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &rValue ) in _setSingleValue() argument
353 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
359 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
365 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
371 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
377 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
383 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
389 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
395 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
401 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
[all …]
H A Dunomailmerge.cxx492 const Any &rValue = pArguments[i].Value; in execute() local
496 bOK = rValue >>= aCurSelection; in execute()
498 bOK = rValue >>= xCurResultSet; in execute()
500 bOK = rValue >>= xCurConnection; in execute()
504 bOK = rValue >>= aCurDataSourceName; in execute()
506 bOK = rValue >>= aCurDataCommand; in execute()
508 bOK = rValue >>= aCurFilter; in execute()
511 bOK = rValue >>= aCurDocumentURL; in execute()
518 bOK = rValue >>= aCurOutputURL; in execute()
528 bOK = rValue >>= aCurFileNamePrefix; in execute()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Danimationimport.cxx133 Any convertValue( XMLTokenEnum eAttributeName, const OUString& rValue );
134 Sequence< Any > convertValueSequence( XMLTokenEnum eAttributeName, const OUString& rValue );
136 Any convertTarget( const OUString& rValue );
137 Any convertPath( const OUString& rValue );
138 Any convertTiming( const OUString& rValue );
139 Sequence< double > convertKeyTimes( const OUString& rValue );
140 Sequence< TimeFilterPair > convertTimeFilter( const OUString& rValue );
142 bool convertAnimationValue( XMLTokenEnum eAttributeName, Any& rValue );
305 static bool isDouble( const OUString& rValue ) in isDouble() argument
307 sal_Int32 nLength = rValue.getLength(); in isDouble()
[all …]
H A Dximpcustomshape.cxx83 const rtl::OUString& rValue, const EnhancedCustomShapeTokenEnum eDestProp ) in GetBool() argument
86 if ( SvXMLUnitConverter::convertBool( bAttrBool, rValue ) ) in GetBool()
96 const rtl::OUString& rValue, const EnhancedCustomShapeTokenEnum eDestProp ) in GetInt32() argument
99 if ( SvXMLUnitConverter::convertNumber( nAttrNumber, rValue ) ) in GetInt32()
109 const rtl::OUString& rValue, const EnhancedCustomShapeTokenEnum eDestProp ) in GetDouble() argument
112 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue ) ) in GetDouble()
122 const rtl::OUString& rValue, const EnhancedCustomShapeTokenEnum eDestProp ) in GetDistance() argument
125 MapUnit eSrcUnit( SvXMLExportHelper::GetUnitFromString( rValue, MAP_100TH_MM ) ); in GetDistance()
126 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue, eSrcUnit, MAP_100TH_MM ) ) in GetDistance()
136 const rtl::OUString& rValue, const EnhancedCustomShapeTokenEnum eDestProp ) in GetString() argument
[all …]
H A Dximpshap.cxx796 …ssAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::rtl::OUString& rValue ) in processAttribute() argument
803 mnZOrder = rValue.toInt32(); in processAttribute()
807 if (!bHaveXmlId) { maShapeId = rValue; }; in processAttribute()
811 maShapeName = rValue; in processAttribute()
815 maDrawStyleName = rValue; in processAttribute()
819 maTextStyleName = rValue; in processAttribute()
823 maLayerName = rValue; in processAttribute()
827 mnTransform.SetString(rValue, GetImport().GetMM100UnitConverter()); in processAttribute()
831 mbVisible = IsXMLToken( rValue, XML_ALWAYS ) || IsXMLToken( rValue, XML_SCREEN ); in processAttribute()
832 mbPrintable = IsXMLToken( rValue, XML_ALWAYS ) || IsXMLToken( rValue, XML_PRINTER ); in processAttribute()
[all …]
/AOO41X/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx166 ucbhelper_impl::PropertyValue& rValue \
169 if ( rValue.nOrigValue != NO_VALUE_SET ) \
171 if ( rValue.nPropsSet & _type_name_ ) \
174 aValue = rValue._member_name_; \
179 if ( !(rValue.nPropsSet & OBJECT_VALUE_SET) ) \
185 if ( rValue.nPropsSet & OBJECT_VALUE_SET ) \
189 if ( rValue.aObject.hasValue() ) \
192 if ( rValue.aObject >>= aValue ) \
194 rValue._member_name_ = aValue; \
195 rValue.nPropsSet |= _type_name_; \
[all …]
/AOO41X/main/xmloff/source/text/
H A Dtxtprhdl.cxx269 ::com::sun::star::uno::Any& rValue,
273 const ::com::sun::star::uno::Any& rValue,
322 ::com::sun::star::uno::Any& rValue,
326 const ::com::sun::star::uno::Any& rValue,
332 Any& rValue, in importXML() argument
343 rValue.setValue( &bVal, ::getBooleanCppuType() ); in importXML()
350 const Any& rValue, in exportXML() argument
353 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
374 ::com::sun::star::uno::Any& rValue,
378 const ::com::sun::star::uno::Any& rValue,
[all …]
/AOO41X/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx204 void appendString( const ::rtl::OUString& rPropName, const ::rtl::OUString& rValue );
205 void appendString( const sal_Char* pAsciiPropName, const ::rtl::OUString& rValue ) in appendString() argument
207 appendString( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendString()
209 … void appendString( const ::com::sun::star::beans::Property& rProp, const ::rtl::OUString& rValue ) in appendString() argument
211 appendString( rProp.Name, rValue ); in appendString()
284 …tes( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Sequence< sal_Int8 >& rValue );
285 …dBytes( const sal_Char* pAsciiPropName, const ::com::sun::star::uno::Sequence< sal_Int8 >& rValue ) in appendBytes() argument
287 appendBytes( ::rtl::OUString::createFromAscii( pAsciiPropName ), rValue ); in appendBytes()
289 …com::sun::star::beans::Property& rProp, const ::com::sun::star::uno::Sequence< sal_Int8 >& rValue ) in appendBytes() argument
291 appendBytes( rProp.Name, rValue ); in appendBytes()
[all …]
/AOO41X/main/forms/source/component/
H A DGrid.cxx497 void OGridControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() argument
502 rValue <<= m_nContextWritingMode; in getFastPropertyValue()
505 rValue <<= m_nWritingMode; in getFastPropertyValue()
508 rValue <<= m_sHelpText; in getFastPropertyValue()
511 rValue <<= m_sHelpURL; in getFastPropertyValue()
514 setBOOL(rValue, m_bDisplaySynchron); in getFastPropertyValue()
517 setBOOL(rValue, m_bAlwaysShowCursor); in getFastPropertyValue()
520 rValue = m_aCursorColor; in getFastPropertyValue()
523 setBOOL(rValue, m_bPrintable); in getFastPropertyValue()
526 rValue = m_aTabStop; in getFastPropertyValue()
[all …]
/AOO41X/main/svx/source/unodraw/
H A Dunoshap4.cxx102 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
155 if( (rValue >>= aVisArea) && mpObj->ISA(SdrOle2Obj)) in setPropertyValueImpl()
181 if( rValue >>= nAspect ) in setPropertyValueImpl()
191 if( rValue >>= aCLSID ) in setPropertyValueImpl()
206 if( rValue >>= aURL ) in setPropertyValueImpl()
216 uno::Reference< graphic::XGraphic > xGraphic( rValue, uno::UNO_QUERY ); in setPropertyValueImpl()
233 if( rValue >>= aPersistName ) in setPropertyValueImpl()
243 if( rValue >>= aLinkURL ) in setPropertyValueImpl()
251 return SvxShapeText::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
257 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
[all …]
H A Dunoshap3.cxx271 static bool ConvertHomogenMatrixToObject( E3dObject* pObject, const Any& rValue ) in ConvertHomogenMatrixToObject() argument
274 if( rValue >>= m ) in ConvertHomogenMatrixToObject()
299 static void ConvertObjectToHomogenMatric( E3dObject* pObject, Any& rValue ) in ConvertObjectToHomogenMatric() argument
319 rValue <<= aHomMat; in ConvertObjectToHomogenMatric()
331 …SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in setPropertyValueImpl() argument
338 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
348 if(rValue >>= aCamGeo) in setPropertyValueImpl()
435 return SvxShape::setPropertyValueImpl(rName, pProperty, rValue); in setPropertyValueImpl()
443 …const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in getPropertyValueImpl() argument
450 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
[all …]
H A Dtableshape.cxx61 const ::com::sun::star::uno::Any& rValue ) in setPropertyValueImpl()
70 if( !(rValue >>= xTemplate) ) in setPropertyValueImpl()
91 … case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue >>= aSettings.mbUseFirstRow; break; in setPropertyValueImpl()
92 … case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue >>= aSettings.mbUseLastRow; break; in setPropertyValueImpl()
93 … case OWN_ATTR_TABLETEMPLATE_FIRSTCOLUMN: rValue >>= aSettings.mbUseFirstColumn; break; in setPropertyValueImpl()
94 … case OWN_ATTR_TABLETEMPLATE_LASTCOLUMN: rValue >>= aSettings.mbUseLastColumn; break; in setPropertyValueImpl()
95 … case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue >>= aSettings.mbUseRowBanding; break; in setPropertyValueImpl()
96 … case OWN_ATTR_TABLETEMPLATE_BANDINGCOULUMNS: rValue >>= aSettings.mbUseColumnBanding; break; in setPropertyValueImpl()
106 return SvxShape::setPropertyValueImpl( rName, pProperty, rValue ); in setPropertyValueImpl()
116 ::com::sun::star::uno::Any& rValue ) in getPropertyValueImpl() argument
[all …]
/AOO41X/main/sw/source/filter/xml/
H A Dxmlimpit.cxx102 const OUString& rValue = xAttrList->getValueByIndex( i ); in importXML() local
133 bPut = PutXMLValue( *pNewItem, rValue, in importXML()
141 rValue, rUnitConverter, in importXML()
157 handleNoItem( *pEntry, rSet, rValue, rUnitConverter, in importXML()
184 pUnknownItem->AddAttr( aLocalName, rValue ); in importXML()
187 rValue ); in importXML()
238 const ::rtl::OUString& rValue, in PutXMLValue()
259 if( rValue.indexOf( sal_Unicode('%') ) != -1 ) in PutXMLValue()
260 bOk = rUnitConverter.convertPercent( nProp, rValue ); in PutXMLValue()
262 bOk = rUnitConverter.convertMeasure( nAbs, rValue ); in PutXMLValue()
[all …]
/AOO41X/main/dbaccess/source/core/api/
H A Dresultcolumn.cxx229 void OResultColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue() argument
235 OColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
243 rValue = m_aIsRowVersion; in getFastPropertyValue()
246 rValue <<= m_xMetaData->getTableName(m_nPos); in getFastPropertyValue()
249 rValue <<= m_xMetaData->getSchemaName(m_nPos); in getFastPropertyValue()
252 rValue <<= m_xMetaData->getCatalogName(m_nPos); in getFastPropertyValue()
255 … obtain( rValue, m_isSigned, m_nPos, m_xMetaData, &XResultSetMetaData::isSigned ); in getFastPropertyValue()
258 … obtain( rValue, m_isCurrency, m_nPos, m_xMetaData, &XResultSetMetaData::isCurrency ); in getFastPropertyValue()
261 … obtain( rValue, m_bSearchable, m_nPos, m_xMetaData, &XResultSetMetaData::isSearchable ); in getFastPropertyValue()
264 … obtain( rValue, m_isCaseSensitive, m_nPos, m_xMetaData, &XResultSetMetaData::isCaseSensitive ); in getFastPropertyValue()
[all …]
/AOO41X/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx86 … ImplControlProperty( sal_uInt16 nT, const ::com::sun::star::uno::Any& rValue ) : aValue( rValue ) in ImplControlProperty()
93 … SetValue( const ::com::sun::star::uno::Any& rValue ) { aValue = rValue; } in SetValue()
100 static void lcl_ImplMergeFontProperty( FontDescriptor& rFD, sal_uInt16 nPropId, const Any& rValue ) in DECLARE_TABLE()
110 case BASEPROPERTY_FONTDESCRIPTORPART_NAME: rValue >>= rFD.Name; in DECLARE_TABLE()
112 case BASEPROPERTY_FONTDESCRIPTORPART_STYLENAME: rValue >>= rFD.StyleName; in DECLARE_TABLE()
114 case BASEPROPERTY_FONTDESCRIPTORPART_FAMILY: rValue >>= rFD.Family; in DECLARE_TABLE()
116 case BASEPROPERTY_FONTDESCRIPTORPART_CHARSET: rValue >>= rFD.CharSet; in DECLARE_TABLE()
118 …case BASEPROPERTY_FONTDESCRIPTORPART_HEIGHT: rValue >>= nExtractFloat; rFD.Height = (sal_In… in DECLARE_TABLE()
120 case BASEPROPERTY_FONTDESCRIPTORPART_WEIGHT: rValue >>= rFD.Weight; in DECLARE_TABLE()
122 case BASEPROPERTY_FONTDESCRIPTORPART_SLANT: if ( rValue >>= nExtractShort ) in DECLARE_TABLE()
[all …]
/AOO41X/main/oox/source/ole/
H A Daxcontrol.cxx469 …const OUString& rValue, sal_Int32 nMultiSelect, ApiDefaultStateMode eDefStateMode, bool bAwtModel … in convertAxState() argument
476 if( rValue.getLength() == 1 ) switch( rValue[ 0 ] ) in convertAxState()
761 void AxControlModelBase::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument
768 sal_Int32 nSepPos = rValue.indexOf( ';' ); in importProperty()
772 maSize.first = rValue.copy( 0, nSepPos ).toInt32(); in importProperty()
773 maSize.second = rValue.copy( nSepPos + 1 ).toInt32(); in importProperty()
787 void AxFontDataModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument
791 …case XML_FontName: maFontData.maFontName = rValue; … in importProperty()
792 …ntEffects: maFontData.mnFontEffects = AttributeConversion::decodeUnsigned( rValue ); break; in importProperty()
793 …ntHeight: maFontData.mnFontHeight = AttributeConversion::decodeInteger( rValue ); break; in importProperty()
[all …]
/AOO41X/main/basegfx/source/polygon/
H A Db3dpolygon.cxx59 void setCoordinate(const basegfx::B3DPoint& rValue) in setCoordinate() argument
61 if(rValue != maPoint) in setCoordinate()
62 maPoint = rValue; in setCoordinate()
186 void setCoordinate(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setCoordinate() argument
188 maVector[nIndex].setCoordinate(rValue); in setCoordinate()
191 void insert(sal_uInt32 nIndex, const CoordinateData3D& rValue, sal_uInt32 nCount) in insert() argument
198 maVector.insert(aIndex, nCount, rValue); in insert()
323 void setBColor(sal_uInt32 nIndex, const ::basegfx::BColor& rValue) in setBColor() argument
326 bool bIsUsed(!rValue.equalZero()); in setBColor()
332 maVector[nIndex] = rValue; in setBColor()
[all …]
/AOO41X/main/sc/source/filter/xml/
H A Dxmlstyle.cxx961 ::com::sun::star::uno::Any& rValue, in importXML() argument
968 if (!rValue.hasValue()) in importXML()
976 if ((rValue >>= aCellProtection) || bDefault) in importXML()
998 rValue <<= aCellProtection; in importXML()
1006 rValue <<= aCellProtection; in importXML()
1015 rValue <<= aCellProtection; in importXML()
1024 rValue <<= aCellProtection; in importXML()
1033 rValue <<= aCellProtection; in importXML()
1043 const ::com::sun::star::uno::Any& rValue, in exportXML()
1049 if(rValue >>= aCellProtection) in exportXML()
[all …]
/AOO41X/main/xmloff/source/transform/
H A DTransformerBase.cxx512 static MapUnit lcl_getUnit( const OUString& rValue ) in lcl_getUnit() argument
515 if( rValue.endsWithIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "cm" ) ) ) in lcl_getUnit()
517 else if ( rValue.endsWithIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "mm" ) ) ) in lcl_getUnit()
920 sal_Bool XMLTransformerBase::ReplaceSingleInchWithIn( OUString& rValue ) in ReplaceSingleInchWithIn() argument
923 sal_Int32 nPos = rValue.getLength(); in ReplaceSingleInchWithIn()
924 while( nPos && rValue[nPos-1] <= ' ' ) in ReplaceSingleInchWithIn()
927 ('c'==rValue[nPos-2] || 'C'==rValue[nPos-2]) && in ReplaceSingleInchWithIn()
928 ('h'==rValue[nPos-1] || 'H'==rValue[nPos-1]) ) in ReplaceSingleInchWithIn()
930 rValue =rValue.copy( 0, nPos-2 ); in ReplaceSingleInchWithIn()
937 sal_Bool XMLTransformerBase::ReplaceInchWithIn( OUString& rValue ) in ReplaceInchWithIn() argument
[all …]
/AOO41X/main/oox/source/drawingml/
H A Dshapepropertymap.cxx90 bool ShapePropertyMap::setAnyProperty( ShapePropertyId ePropId, const Any& rValue ) in setAnyProperty() argument
101 return setLineMarker( nPropId, rValue ); in setAnyProperty()
104 return setLineDash( nPropId, rValue ); in setAnyProperty()
107 return setFillGradient( nPropId, rValue ); in setAnyProperty()
110 return setFillBitmapUrl( nPropId, rValue ); in setAnyProperty()
116 operator[]( nPropId ) = rValue; in setAnyProperty()
122 bool ShapePropertyMap::setLineMarker( sal_Int32 nPropId, const Any& rValue ) in setLineMarker() argument
125 if( (rValue >>= aNamedMarker) && (aNamedMarker.Name.getLength() > 0) ) in setLineMarker()
139 bool ShapePropertyMap::setLineDash( sal_Int32 nPropId, const Any& rValue ) in setLineDash() argument
143 return setAnyProperty( nPropId, rValue ); in setLineDash()
[all …]
/AOO41X/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx137 const OUString& rValue ) in HandleAttribute() argument
141 msBaseName = rValue; in HandleAttribute()
147 Any lcl_string( const OUString& rValue ) in lcl_string() argument
149 return makeAny( rValue ); in lcl_string()
152 Any lcl_int32( const OUString& rValue ) in lcl_int32() argument
155 bool bSuccess = SvXMLUnitConverter::convertNumber( nValue, rValue ); in lcl_int32()
159 Any lcl_int16( const OUString& rValue ) in lcl_int16() argument
162 bool bSuccess = SvXMLUnitConverter::convertNumber( nValue, rValue ); in lcl_int16()
166 Any lcl_whitespace( const OUString& rValue ) in lcl_whitespace() argument
169 if( IsXMLToken( rValue, XML_PRESERVE ) ) in lcl_whitespace()
[all …]

12345678910>>...34