Home
last modified time | relevance | path

Searched refs:rValue (Results 26 – 50 of 831) sorted by last modified time

12345678910>>...34

/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/editeng/source/uno/
H A Dunotext.cxx533 …etPropertyValue( const SfxItemPropertySimpleEntry* pMap, const uno::Any& rValue, const ESelection&… in setPropertyValue() argument
535 if(!SetPropertyValueHelper( rOldSet, pMap, rValue, rNewSet, &rSelection, GetEditSource() )) in setPropertyValue()
540 mpPropSet->setPropertyValue(pMap, rValue, rNewSet, false ); in setPropertyValue()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx282 … const SfxItemPropertySimpleEntry* pMap, const com::sun::star::uno::Any& rValue, const ESelection&…
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx511 ::com::sun::star::uno::Any & rValue );
514 const ::com::sun::star::uno::Any & rValue );
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx664 …tFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun… in DECLARE_XTYPEPROVIDER()
668 uno::Reference< frame::XModel > xModel( rValue, uno::UNO_QUERY ); in DECLARE_XTYPEPROVIDER()
685 OPropertyContainer::setFastPropertyValue( nHandle, rValue ); in DECLARE_XTYPEPROVIDER()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx293 m_bModified = cppu::any2bool(rValue); in setFastPropertyValue_NoBroadcast()
384 rValue.setValue(&m_bModified,::getCppuBooleanType()); in getFastPropertyValue()
387 rValue.setValue(&m_bNew,::getCppuBooleanType()); in getFastPropertyValue()
390 rValue <<= m_pCache->m_nPrivileges; in getFastPropertyValue()
393 rValue <<= m_xActiveConnection; in getFastPropertyValue()
396 rValue <<= m_xTypeMap; in getFastPropertyValue()
399 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
407 rValue <<= m_xActiveConnection; in getFastPropertyValue()
410 rValue <<= m_xTypeMap; in getFastPropertyValue()
413 ORowSetBase::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
[all …]
H A DTableDeco.cxx178 const Any& rValue ) in convertFastPropertyValue() argument
211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue); in convertFastPropertyValue()
218 …bRet = ::comphelper::tryPropertyValue(rConvertedValue,rOldValue,rValue,aValue,::getCppuType(static… in convertFastPropertyValue()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx80 return StaticTokenMap::get().getTokenFromUnicode( rValue ); in decodeToken()
86 if( rValue.getLength() < XSTRING_ENCCHAR_LEN ) in decodeXString()
87 return rValue; in decodeXString()
89 const sal_Unicode* pcStr = rValue.getStr(); in decodeXString()
90 const sal_Unicode* pcEnd = pcStr + rValue.getLength(); in decodeXString()
96 double AttributeConversion::decodeDouble( const OUString& rValue ) in decodeDouble() argument
98 return rValue.toDouble(); in decodeDouble()
103 return rValue.toInt32(); in decodeInteger()
113 return rValue.toInt64(); in decodeHyper()
118 return rValue.toInt32( 16 ); in decodeIntegerHex()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx343 ::com::sun::star::uno::Any & rValue ) in ExportData() argument
351 rValue <<= ::com::sun::star::uno::Sequence< sal_Int8 >( in ExportData()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx604 void setNumberingProperty(const Any& rValue, SwPaM& rPam) in setNumberingProperty() argument
607 if(rValue >>= xIndexReplace) in setNumberingProperty()
724 else if ( rValue.getValueType() == ::getVoidCppuType() ) in setNumberingProperty()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1320 const uno::Any & rValue = rData.getValue( rProp.Name ); in getPropertyValues() local
1321 if ( rValue.hasValue() ) in getPropertyValues()
1323 xRow->appendObject( rProp, rValue ); in getPropertyValues()
1777 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues() local
1778 const rtl::OUString & rName = rValue.Name; in setPropertyValues()
1826 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1951 ProppatchValue aValue( PROPSET, rName, rValue.Value ); in setPropertyValues()
1975 if ( aOldValue != rValue.Value ) in setPropertyValues()
1978 rName, rValue.Value ); in setPropertyValues()
1982 aEvent.NewValue = rValue.Value; in setPropertyValues()
H A Dwebdavdatasupplier.cxx456 const uno::Any & rValue in getData() local
461 rValue >>= bFolder; in getData()
473 const uno::Any & rValue in getData() local
478 rValue >>= bDocument; in getData()
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/xmloff/source/transform/
H A DOOo2Oasis.cxx1169 const OUString& rValue = xAttrList->getValueByIndex( i ); in StartElement() local
1170 GetTransformer().SetClass( rValue ); in StartElement()
1175 sMime += rValue; in StartElement()
/trunk/main/xmloff/inc/xmloff/
H A Dattrlist.hxx162 void SetValueByIndex( sal_Int16 i, const ::rtl::OUString& rValue );
H A Dxmlexp.hxx389 const ::rtl::OUString& rValue );
391 const ::rtl::OUString& rValue );
394 const ::rtl::OUString& rValue );
399 const ::rtl::OUString& rValue );
517 rtl::OUString GetRelativeReference(const rtl::OUString& rValue);
593 sal_uInt16 const nLegacyPrefix, ::rtl::OUString const& rValue);
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx45 const OUString &rValue ) in SvXMLTagAttribute_Impl()
47 sValue(rValue) in SvXMLTagAttribute_Impl()
223 const ::rtl::OUString& rValue ) in SetValueByIndex()
228 m_pImpl->vecAttribute[i].sValue = rValue; in SetValueByIndex()
H A Dxmlexp.cxx914 const Any& rValue = pProps->Value; in filter() local
918 if( !(rValue >>= msOrigFileName ) ) in filter()
923 if( !(rValue >>= msFilterName ) ) in filter()
1071 const OUString& rValue ) in AddAttribute() argument
1080 const OUString& rValue ) in AddAttribute() argument
1088 const OUString& rValue ) in AddAttribute() argument
1092 rValue ); in AddAttribute()
1109 rValue ); in AddAttribute()
2291 OUString sValue( rValue ); in GetRelativeReference()
2551 AddAttribute(XML_NAMESPACE_XML, XML_ID, rValue); in AddAttributeIdLegacy()
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx374 …sal_Bool convertNumber( sal_Int32& rValue, const rtl::OUString& rString, sal_Int32 nMin, sal_Int32…
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx664 const Any& rValue ) in setValue() argument
673 aAccess.setValue( nElementID, nControlAction, rValue ); in setValue()
691 rEntry.setValue( rValue ); in setValue()
700 aNew.setValue( rValue ); in setValue()
744 void SAL_CALL SvtFilePicker::setLabel( sal_Int16 nLabelID, const rtl::OUString& rValue ) in setLabel() argument
753 aAccess.setLabel( nLabelID, rValue ); in setLabel()
769 rEntry.setLabel( rValue ); in setLabel()
777 aNew.setLabel( rValue ); in setLabel()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1172 …ePicker::HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, const uno::Any& rValue) in HandleSetListValue() argument
1181 rValue >>= sItem; in HandleSetListValue()
1193 rValue >>= aStringList; in HandleSetListValue()
1210 rValue >>= nPos; in HandleSetListValue()
1232 rValue >>= nPos; in HandleSetListValue()
1307 …alGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValue ) in setValue() argument
1323 rValue >>= bChecked; in setValue()
1327 HandleSetListValue(GTK_COMBO_BOX(pWidget), nControlAction, rValue); in setValue()
/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx496 …MediaDescriptor::setComponentDataEntry( const ::rtl::OUString& rName, const css::uno::Any& rValue ) in setComponentDataEntry() argument
498 if( rValue.hasValue() ) in setComponentDataEntry()
510 aCompDataMap[ rName ] = rValue; in setComponentDataEntry()
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx73 …L ChainablePropertySet::setPropertyValue( const ::rtl::OUString& rPropertyName, const Any& rValue ) in setPropertyValue() argument
87 _setSingleValue( *((*aIter).second), rValue ); in setPropertyValue()
/trunk/main/l10ntools/source/
H A Dexport.cxx1673 void Export::CleanValue( ByteString &rValue ) in CleanValue() argument
1676 while ( rValue.Len()) { in CleanValue()
1677 if (( rValue.GetChar( 0 ) == ' ' ) || ( rValue.GetChar( 0 ) == '\t' )) in CleanValue()
1678 rValue = rValue.Copy( 1 ); in CleanValue()
1683 if ( rValue.Len()) { in CleanValue()
1684 for ( sal_uInt16 i = rValue.Len() - 1; i > 0; i-- ) { in CleanValue()
1685 if (( rValue.GetChar( i ) == ' ' ) || ( rValue.GetChar( i ) == '\t' ) || in CleanValue()
1686 ( rValue.GetChar( i ) == '\n' ) || ( rValue.GetChar( i ) == ';' ) || in CleanValue()
1687 ( rValue.GetChar( i ) == '{' ) || ( rValue.GetChar( i ) == '\\' ) || in CleanValue()
1688 ( rValue.GetChar( i ) == '\r' )) in CleanValue()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx276 inline sal_Bool GetValue( double& rValue ) const;
819 inline sal_Bool HTMLTableCell::GetValue( double& rValue ) const in GetValue()
821 rValue = nValue; in GetValue()

Completed in 226 milliseconds

12345678910>>...34