/trunk/main/xmloff/source/style/ |
H A D | xmlbahdl.cxx | 57 rValue <<= nValue; in lcl_xmloff_setAny() 84 bRet = rValue >>= nValue; in lcl_xmloff_getAny() 259 if (rValue >>= bValue) in exportXML() 297 if (rValue >>= bValue) in exportXML() 367 rValue <<= fValue; in importXML() 377 if( rValue >>= fValue ) in exportXML() 503 rValue <<= aHSL; in importXML() 523 if( rValue >>= nColor ) in exportXML() 621 rValue <<= fDblValue; in importXML() 871 Any& rValue, in importXML() argument [all …]
|
H A D | xmlbahdl.hxx | 43 …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 D | PageMasterPropHdl.cxx | 67 Any& rValue, in importXML() argument 88 const Any& rValue, in exportXML() argument 129 Any& rValue, in importXML() argument 155 rValue <<= nNumType; in importXML() 162 const Any& rValue, in exportXML() argument 188 Any& rValue, in importXML() argument 211 rValue <<= nNumType; in importXML() 244 Any& rValue, in importXML() argument 305 Any& rValue, in importXML() argument 346 Any& rValue, in importXML() argument [all …]
|
/trunk/main/sw/source/ui/uno/ |
H A D | SwXDocumentSettings.cxx | 310 rValue >>= nMode; in _setSingleValue() 349 rValue >>= bParaSpace; in _setSingleValue() 356 rValue >>= bParaSpacePage; in _setSingleValue() 397 if ( rValue >>= aSequence ) in _setSingleValue() 437 rValue >>= nMode; in _setSingleValue() 495 rValue >>= nTmp; in _setSingleValue() 737 rValue <<= xRet; in _getSingleValue() 795 rValue <<= aSequence; in _getSingleValue() 800 rValue <<= aSequence; in _getSingleValue() 836 rValue <<= rData.sCommand; in _getSingleValue() [all …]
|
H A D | unomod.cxx | 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() 432 rValue >>= nVal; in _setSingleValue() 448 if ( rValue >>= sString) in _setSingleValue() 553 rValue <<= mpPrtOpt->GetFaxName(); in _getSingleValue() 743 if(!(rValue >>= nZoom)) in _setSingleValue() 798 if ( ! ( rValue >>= sHelpURL ) ) in _setSingleValue() 815 if( rValue >>= nUnit ) in _setSingleValue() [all …]
|
H A D | unomailmerge.cxx | 508 bOK = rValue >>= aCurFilter; in execute() 540 bOK = rValue >>= sSubject; in execute() 544 bOK = rValue >>= bSendAsHTML; in execute() 546 bOK = rValue >>= sMailBody; in execute() 552 bOK = rValue >>= aCopiesTo; in execute() 562 bOK = rValue >>= sSaveFilter; in execute() 941 if (aOld != rValue) in setPropertyValue() 950 bOK = rValue >>= xModel; in setPropertyValue() 956 bOK = rValue >>= aFilter; in setPropertyValue() 960 bOK = rValue >>= aText; in setPropertyValue() [all …]
|
/trunk/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 408 switch( rValue[nPos] ) in convertValue() 470 aAny <<= rValue; in convertValue() 519 if( rValue.getLength() ) in convertValueSequence() 543 if( rValue.getLength() ) in convertTiming() 622 if( rValue.getLength() ) in convertKeyTimes() 642 if( rValue.getLength() ) in convertTimeFilter() 670 return makeAny( rValue ); in convertPath() 1016 aValues = rValue; in init_node() 1022 aFrom = rValue; in init_node() 1028 aBy = rValue; in init_node() [all …]
|
H A D | ximpcustomshape.cxx | 142 aProp.Value <<= rValue; in GetString() 576 const rtl::OUString& rValue ) in GetEnhancedPath() argument 591 switch( rValue[ nIndex ] ) in GetEnhancedPath() 795 const rtl::OUString& rValue ) in GetAdjustmentValues() argument 950 while( ( nIndex < rValue.getLength() ) && rValue[ nIndex ] == (sal_Unicode)' ' ) in StartElement() 996 if( IsXMLToken( rValue, XML_PHONG ) ) in StartElement() 1027 if( IsXMLToken( rValue, XML_PARALLEL ) ) in StartElement() 1046 GetEnhancedPath( maPath, rValue ); in StartElement() 1093 if( IsXMLToken( rValue, XML_PATH ) ) in StartElement() 1363 aFormula = rValue; in CreateChildContext() [all …]
|
H A D | ximpshap.cxx | 811 maShapeName = rValue; in processAttribute() 823 maLayerName = rValue; in processAttribute() 904 maShapeId = rValue; in processAttribute() 1356 maViewBox = rValue; in processAttribute() 1364 maPoints = rValue; in processAttribute() 1481 maViewBox = rValue; in processAttribute() 1486 maD = rValue; in processAttribute() 1814 maFormId = rValue; in processAttribute() 2466 maURL = rValue; in processAttribute() 2889 maCLSID = rValue; in processAttribute() [all …]
|
/trunk/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 291 rValue.Handle, in PropertyValueSet() 294 rValue.Value ); in PropertyValueSet() 488 aValue = rValue.aObject; in getObject() 509 aValue <<= rValue.nByte; in getObject() 517 aValue <<= rValue.nInt; in getObject() 521 aValue <<= rValue.nLong; in getObject() 537 aValue <<= rValue.aDate; in getObject() 541 aValue <<= rValue.aTime; in getObject() 557 aValue <<= rValue.xRef; in getObject() 561 aValue <<= rValue.xBlob; in getObject() [all …]
|
/trunk/main/xmloff/source/text/ |
H A D | txtprhdl.cxx | 338 Any& rValue, in importXML() argument 390 Any& rValue, in importXML() argument 442 Any& rValue, in importXML() argument 508 Any& rValue, in importXML() argument 529 rValue >>= eVal; in exportXML() 564 Any& rValue, in importXML() argument 640 Any& rValue, in importXML() argument 661 rValue >>= eVal; in exportXML() 766 Any& rValue, in importXML() argument 821 Any& rValue, in importXML() argument [all …]
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 211 appendString( rProp.Name, rValue ); in appendString() 291 appendBytes( rProp.Name, rValue ); in appendBytes() 301 appendDate( rProp.Name, rValue ); in appendDate() 311 appendTime( rProp.Name, rValue ); in appendTime() 321 appendTimestamp( rProp.Name, rValue ); in appendTimestamp() 331 appendBinaryStream( rProp.Name, rValue ); in appendBinaryStream() 351 appendObject( rProp.Name, rValue ); in appendObject() 361 appendRef( rProp.Name, rValue ); in appendRef() 371 appendBlob( rProp.Name, rValue ); in appendBlob() 381 appendClob( rProp.Name, rValue ); in appendClob() [all …]
|
/trunk/main/forms/source/component/ |
H A D | Grid.cxx | 508 rValue <<= m_sHelpText; in getFastPropertyValue() 511 rValue <<= m_sHelpURL; in getFastPropertyValue() 520 rValue = m_aCursorColor; in getFastPropertyValue() 526 rValue = m_aTabStop; in getFastPropertyValue() 553 rValue = m_aRowHeight; in getFastPropertyValue() 666 rValue >>= m_sHelpText; in setFastPropertyValue_NoBroadcast() 669 rValue >>= m_sHelpURL; in setFastPropertyValue_NoBroadcast() 678 m_aCursorColor = rValue; in setFastPropertyValue_NoBroadcast() 684 m_aTabStop = rValue; in setFastPropertyValue_NoBroadcast() 699 rValue >>= m_nBorder; in setFastPropertyValue_NoBroadcast() [all …]
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshap4.cxx | 181 if( rValue >>= nAspect ) in setPropertyValueImpl() 191 if( rValue >>= aCLSID ) in setPropertyValueImpl() 206 if( rValue >>= aURL ) in setPropertyValueImpl() 265 rValue <<= aCLSID; in getPropertyValueImpl() 292 rValue <<= aSeq; in getPropertyValueImpl() 304 rValue <<= aSeq; in getPropertyValueImpl() 325 rValue <<= aVisArea; in getPropertyValueImpl() 368 rValue <<= xObj; in getPropertyValueImpl() 380 rValue <<= xGraphic; in getPropertyValueImpl() 404 rValue <<= aURL; in getPropertyValueImpl() [all …]
|
H A D | unoshap3.cxx | 274 if( rValue >>= m ) in ConvertHomogenMatrixToObject() 319 rValue <<= aHomMat; in ConvertObjectToHomogenMatric() 476 rValue <<= aCamGeo; in getPropertyValueImpl() 588 rValue <<= aPos; in getPropertyValueImpl() 601 rValue <<= aDir; in getPropertyValueImpl() 709 rValue <<= aPos; in getPropertyValueImpl() 722 rValue <<= aDir; in getPropertyValueImpl() 758 const Any& rValue, in PolyPolygonShape3D_to_B3dPolyPolygon() argument 842 rValue <<= aRetval; in B3dPolyPolygon_to_PolyPolygonShape3D() 922 rValue <<= aHomMat; in getPropertyValueImpl() [all …]
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlimpit.cxx | 141 rValue, rUnitConverter, in importXML() 184 pUnknownItem->AddAttr( aLocalName, rValue ); in importXML() 187 rValue ); in importXML() 238 const ::rtl::OUString& rValue, in PutXMLValue() 625 IsXMLToken( rValue, XML_TRUE ) ) in PutXMLValue() 631 IsXMLToken( rValue, XML_FALSE ) ) in PutXMLValue() 665 aAny <<= rValue; in PutXMLValue() 802 if( IsXMLToken( rValue, XML_AUTO ) || in PutXMLValue() 803 IsXMLToken( rValue, XML_TRUE ) ) in PutXMLValue() 809 IsXMLToken( rValue, XML_FALSE ) ) in PutXMLValue() [all …]
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 648 rValue >>= b; in write() 654 rValue >>= aUString; in write() 660 rValue >>= n; in write() 666 rValue >>= n; in write() 672 rValue >>= n; in write() 678 rValue >>= n; in write() 684 rValue >>= n; in write() 690 rValue >>= aFD; in write() 712 rValue >>= aSeq; in write() 721 rValue >>= aSeq; in write() [all …]
|
/trunk/main/dbaccess/source/core/api/ |
H A D | resultcolumn.cxx | 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() 300 rValue <<= m_xMetaData->getColumnTypeName(m_nPos); in getFastPropertyValue() 320 rValue <<= rtl::OUString(); in getFastPropertyValue() 332 rValue.setValue(&bVal, getBooleanCppuType()); in getFastPropertyValue() 337 rValue.setValue(&bVal, getBooleanCppuType()); in getFastPropertyValue() 342 rValue <<= sal_Int32(0); in getFastPropertyValue() 345 rValue <<= sal_Int32(DataType::SQLNULL); in getFastPropertyValue() [all …]
|
/trunk/main/oox/source/ole/ |
H A D | axcontrol.cxx | 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 927 void AxLabelModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument 992 void AxImageModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument 1357 void AxSpinButtonModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument 1435 void AxScrollBarModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty() argument [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygon.cxx | 61 if(rValue != maPoint) in setCoordinate() 62 maPoint = rValue; in setCoordinate() 332 maVector[nIndex] = rValue; in setBColor() 344 maVector[nIndex] = rValue; in setBColor() 359 if(!rValue.equalZero()) in insert() 496 maVector[nIndex] = rValue; in setNormal() 523 if(!rValue.equalZero()) in insert() 698 if(!rValue.equalZero()) in insert() 1093 if(!rValue.equalZero()) in setBColor() 1152 if(!rValue.equalZero()) in setNormal() [all …]
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 1216 if(rValue >>= nVal) in exportXML() 1284 rValue <<= nValue; in importXML() 1299 if(rValue >>= nVal) in exportXML() 1345 rValue <<= nValue; in importXML() 1360 if(rValue >>= nVal) in exportXML() 1403 rValue <<= nValue; in importXML() 1409 rValue <<= nValue; in importXML() 1424 if(rValue >>= nVal) in exportXML() 1472 rValue <<= nValue; in importXML() 1487 if(rValue >>= nVal) in exportXML() [all …]
|
/trunk/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 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() 946 c = rValue[nPos-1]; in ReplaceInchWithIn() 949 c = rValue[nPos+1]; in ReplaceInchWithIn() 952 c = rValue[nPos+2]; in ReplaceInchWithIn() 958 rValue = rValue.replaceAt( nPos, in ReplaceInchWithIn() 988 rValue = rValue.replaceAt( nPos, rValue.getLength() - nPos, in ReplaceSingleInWithInch() 1005 c = rValue[nPos-1]; in ReplaceInWithInch() 1008 c = rValue[nPos+1]; in ReplaceInWithInch() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | shapepropertymap.cxx | 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() 143 return setAnyProperty( nPropId, rValue ); in setLineDash() 146 if( rValue.has< LineDash >() ) in setLineDash() 159 return setAnyProperty( nPropId, rValue ); in setFillGradient() 162 if( rValue.has< Gradient >() ) in setFillGradient() 175 return setAnyProperty( nPropId, rValue ); in setFillBitmapUrl() [all …]
|
/trunk/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 141 inline void SetValue( const String& rValue ) { maValue = rValue; } in SetValue() argument 288 ImplSaveString16( rStrm, rValue ); in SaveString16() 487 maValue( rValue ) in SfxOleStringPropertyBase() 502 maValue( rValue ) in SfxOleStringPropertyBase() 785 rValue = pProp->GetValue(); in GetStringValue() 797 rValue = util::DateTime(); in GetFileTimeValue() 799 rValue = pProp->GetValue(); in GetFileTimeValue() 835 if ( rValue.Year == 0 || rValue.Month == 0 || rValue.Day == 0 ) in SetFileTimeValue() 894 else if( rValue >>= nInt32 ) in SetAnyValue() 896 else if( rValue >>= fDouble ) in SetAnyValue() [all …]
|
/trunk/main/xmloff/source/xforms/ |
H A D | SchemaRestrictionContext.cxx | 137 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 159 Any lcl_int16( const OUString& rValue ) in lcl_int16() argument 166 Any lcl_whitespace( const OUString& rValue ) in lcl_whitespace() argument 178 Any lcl_double( const OUString& rValue ) in lcl_double() argument 185 Any lcl_date( const OUString& rValue ) in lcl_date() argument 206 Any lcl_dateTime( const OUString& rValue ) in lcl_dateTime() argument [all …]
|