Lines Matching refs:_rValue

553 …te( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue )  in tryGenericAttribute()  argument
581 if ( handler->getPropertyValues( _rValue, aValues ) ) in tryGenericAttribute()
601 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
611 m_sName = _rValue; in handleAttribute()
618 const SvXMLStyleContext* pStyleContext = m_rContext.getStyleElement( _rValue ); in handleAttribute()
626 if ( tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
733 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
741 m_sControlId = _rValue; in handleAttribute()
747 m_sControlId = _rValue; in handleAttribute()
755 m_sBoundCellAddress = _rValue; in handleAttribute()
761 m_sBindingID = _rValue; in handleAttribute()
767 m_sListBindingID = _rValue; in handleAttribute()
779 m_sSubmissionID = _rValue; in handleAttribute()
783 if ( OElementImport::tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
807 aProp.Value <<= _rValue; in handleAttribute()
816 if ( SvXMLUnitConverter::convertTimeDuration( _rValue, aTime, &nFractions ) ) in handleAttribute()
827 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1156 const ::rtl::OUString& _rValue ) in handleAttribute()
1162 _rValue, OEnumMapper::getEnumMap( OEnumMapper::epImagePosition ) in handleAttribute()
1172 _rValue, OEnumMapper::getEnumMap( OEnumMapper::epImageAlign ) in handleAttribute()
1177 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1226 const ::rtl::OUString& _rValue) in handleAttribute()
1231 m_sReferringControls = _rValue; in handleAttribute()
1234 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1248 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1256 …OSL_ENSURE(_rValue.getLength() == 1, "OPasswordImport::handleAttribute: invalid echo char attribut… in handleAttribute()
1258 if (_rValue.getLength() >= 1) in handleAttribute()
1259 aEchoChar.Value <<= (sal_Int16)_rValue.getStr()[0]; in handleAttribute()
1265 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1279 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1293 …::convertString(m_rContext.getGlobalContext(), pProperty->aPropertyType, _rValue, pProperty->pEnum… in handleAttribute()
1304 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1318 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1334 if ( bMakeAbsolute && ( _rValue.getLength() > 0 ) ) in handleAttribute()
1342 … sAdjustedValue = m_rContext.getGlobalContext().ResolveGraphicObjectURL( _rValue, sal_False ); in handleAttribute()
1344 sAdjustedValue = m_rContext.getGlobalContext().GetAbsoluteReference( _rValue ); in handleAttribute()
1348 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1385 …te( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue ) in handleAttribute() argument
1389 GetImport().GetMM100UnitConverter().convertNumber( m_nStepSizeValue, _rValue ); in handleAttribute()
1392 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1715 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1727 aListSource.Value <<= _rValue; in handleAttribute()
1735 aListSourcePropValue[0] = _rValue; in handleAttribute()
1745 m_sCellListSource = _rValue; in handleAttribute()
1755 _rValue, in handleAttribute()
1763 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1775 void OListAndComboImport::implPushBackValue(const ::rtl::OUString& _rValue) in implPushBackValue() argument
1786 pushBackSequenceElement( m_aValueList, _rValue ); in implPushBackValue()
2058 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
2066 implTranslateStringListProperty(PROPERTY_MASTERFIELDS, _rValue); in handleAttribute()
2072 implTranslateStringListProperty(PROPERTY_DETAILFIELDS, _rValue); in handleAttribute()
2076 return OFormImport_Base::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
2080 …lTranslateStringListProperty(const ::rtl::OUString& _rPropertyName, const ::rtl::OUString& _rValue) in implTranslateStringListProperty() argument
2088 if (_rValue.getLength()) in implTranslateStringListProperty()
2094 sal_Int32 nEstimate = 0, nLength = _rValue.getLength(); in implTranslateStringListProperty()
2095 const sal_Unicode* pChars = _rValue.getStr(); in implTranslateStringListProperty()
2111 _rValue, nElementStart); in implTranslateStringListProperty()
2114 sElement = _rValue.copy(nElementStart, nNextSep - nElementStart); in implTranslateStringListProperty()