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()
732 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
740 m_sControlId = _rValue; in handleAttribute()
746 m_sControlId = _rValue; in handleAttribute()
754 m_sBoundCellAddress = _rValue; in handleAttribute()
760 m_sBindingID = _rValue; in handleAttribute()
766 m_sListBindingID = _rValue; in handleAttribute()
778 m_sSubmissionID = _rValue; in handleAttribute()
782 if ( OElementImport::tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
806 aProp.Value <<= _rValue; in handleAttribute()
815 if ( SvXMLUnitConverter::convertTimeDuration( _rValue, aTime, &nFractions ) ) in handleAttribute()
826 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1155 const ::rtl::OUString& _rValue ) in handleAttribute()
1161 _rValue, OEnumMapper::getEnumMap( OEnumMapper::epImagePosition ) in handleAttribute()
1171 _rValue, OEnumMapper::getEnumMap( OEnumMapper::epImageAlign ) in handleAttribute()
1176 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1225 const ::rtl::OUString& _rValue) in handleAttribute()
1230 m_sReferringControls = _rValue; in handleAttribute()
1233 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1247 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1255 …OSL_ENSURE(_rValue.getLength() == 1, "OPasswordImport::handleAttribute: invalid echo char attribut… in handleAttribute()
1257 if (_rValue.getLength() >= 1) in handleAttribute()
1258 aEchoChar.Value <<= (sal_Int16)_rValue.getStr()[0]; in handleAttribute()
1264 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1278 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1292 …::convertString(m_rContext.getGlobalContext(), pProperty->aPropertyType, _rValue, pProperty->pEnum… in handleAttribute()
1303 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1317 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1333 if ( bMakeAbsolute && ( _rValue.getLength() > 0 ) ) in handleAttribute()
1341 … sAdjustedValue = m_rContext.getGlobalContext().ResolveGraphicObjectURL( _rValue, sal_False ); in handleAttribute()
1343 sAdjustedValue = m_rContext.getGlobalContext().GetAbsoluteReference( _rValue ); in handleAttribute()
1347 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1384 …te( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue ) in handleAttribute() argument
1388 GetImport().GetMM100UnitConverter().convertNumber( m_nStepSizeValue, _rValue ); in handleAttribute()
1391 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1714 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
1726 aListSource.Value <<= _rValue; in handleAttribute()
1734 aListSourcePropValue[0] = _rValue; in handleAttribute()
1744 m_sCellListSource = _rValue; in handleAttribute()
1754 _rValue, in handleAttribute()
1762 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1774 void OListAndComboImport::implPushBackValue(const ::rtl::OUString& _rValue) in implPushBackValue() argument
1785 pushBackSequenceElement( m_aValueList, _rValue ); in implPushBackValue()
2057 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
2065 implTranslateStringListProperty(PROPERTY_MASTERFIELDS, _rValue); in handleAttribute()
2071 implTranslateStringListProperty(PROPERTY_DETAILFIELDS, _rValue); in handleAttribute()
2075 return OFormImport_Base::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
2079 …lTranslateStringListProperty(const ::rtl::OUString& _rPropertyName, const ::rtl::OUString& _rValue) in implTranslateStringListProperty() argument
2087 if (_rValue.getLength()) in implTranslateStringListProperty()
2093 sal_Int32 nEstimate = 0, nLength = _rValue.getLength(); in implTranslateStringListProperty()
2094 const sal_Unicode* pChars = _rValue.getStr(); in implTranslateStringListProperty()
2110 _rValue, nElementStart); in implTranslateStringListProperty()
2113 sElement = _rValue.copy(nElementStart, nNextSep - nElementStart); in implTranslateStringListProperty()