Home
last modified time | relevance | path

Searched refs:rPropName (Results 26 – 50 of 70) sorted by relevance

123

/trunk/main/filter/inc/filter/msfilter/
H A Dmsfiltertracer.hxx88 …::com::sun::star::uno::Any GetProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::…
89 void SetProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rProperty );
/trunk/main/forms/source/component/
H A DFilter.cxx278 void OFilterControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const Any& rVal ) in ImplSetPeerProperty() argument
281 if (rPropName == PROPERTY_TEXT || in ImplSetPeerProperty()
282 rPropName == PROPERTY_STATE) in ImplSetPeerProperty()
285 UnoControl::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
H A DRadioButton.cxx162 void ORadioButtonModel::SetSiblingPropsTo(const ::rtl::OUString& rPropName, const Any& rValue) in SetSiblingPropsTo() argument
193 xSiblingProperties->setPropertyValue(rPropName, rValue); in SetSiblingPropsTo()
H A DRadioButton.hxx73 void SetSiblingPropsTo(const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rValue);
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx62 const rtl::OUString & rPropName, beans::Property & rProp, bool bStrict ) in getProperty() argument
261 aProp.Name = rPropName; in getProperty()
274 rPropName, in getProperty()
H A Dwebdavprovider.hxx109 bool getProperty( const ::rtl::OUString & rPropName,
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx134 …mplGetPropertyValue( ::com::sun::star::uno::Any& orValue, const ::rtl::OUString& rPropName ) const;
137 …bool implSetPropertyValue( const ::rtl::OUString& rPropName, const ::com::sun::star…
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx106 com::sun::star::uno::Any* GetPropertyValueByName( const rtl::OUString& rPropName );
107 …com::sun::star::uno::Any* GetPropertyValueByName( const rtl::OUString& rPropName, const rtl::OUStr…
/trunk/main/basic/source/inc/
H A Dpropacc.hxx64 sal_Int32 GetIndex_Impl( const ::rtl::OUString &rPropName ) const;
119 sal_Int32 GetIndex_Impl( const ::rtl::OUString &rPropName ) const;
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx164 …Sequence< rtl::OUString > GetCurrentOrLastActiveDicts_Impl( const rtl::OUString &rPropName ) const;
165 …void SetCurrentOrLastActiveDicts_Impl( const rtl::OUString &rPropName, const com::sun::star::uno::…
/trunk/main/oox/source/drawingml/
H A Dshape.cxx464 const OUString& rPropName = PropertyMap::getPropertyName( PROP_TextAutoGrowHeight ); in createAndInsert() local
465 if( xSetInfo.is() && xSetInfo->hasPropertyByName( rPropName ) ) in createAndInsert()
467 xSet->setPropertyValue( rPropName, Any( false ) ); in createAndInsert()
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx698 void SfxOleDictionaryProperty::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName() argument
700 maPropNameMap[ nPropId ] = rPropName; in SetPropertyName()
914 void SfxOleSection::SetPropertyName( sal_Int32 nPropId, const String& rPropName ) in SetPropertyName() argument
916 maDictProp.SetPropertyName( nPropId, rPropName ); in SetPropertyName()
H A Ddoctempl.cxx311 const OUString& rPropName,
2700 const OUString& rPropName, in getTextProperty_Impl() argument
2711 if ( !aPropInfo.is() || !aPropInfo->hasPropertyByName( rPropName ) ) in getTextProperty_Impl()
2719 aAnyValue = rContent.getPropertyValue( rPropName ); in getTextProperty_Impl()
2722 if ( SfxURLRelocator_Impl::propertyCanContainOfficeDir( rPropName ) ) in getTextProperty_Impl()
H A Doleprops.hxx259 void SetPropertyName( sal_Int32 nPropId, const String& rPropName );
329 void SetPropertyName( sal_Int32 nPropId, const String& rPropName );
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx205 void UnoEditControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal ) in ImplSetPeerProperty() argument
208 if ( GetPropertyId( rPropName ) == BASEPROPERTY_TEXT ) in ImplSetPeerProperty()
223 UnoControlBase::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
2349 void UnoListBoxControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal… in ImplSetPeerProperty() argument
2351 if ( rPropName == GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ) in ImplSetPeerProperty()
2357 UnoControl::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
2858 void UnoComboBoxControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVa… in ImplSetPeerProperty() argument
2860 if ( rPropName == GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ) in ImplSetPeerProperty()
2866 UnoEditControl::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
4112 sal_uInt16 nType = GetPropertyId( rPropName ); in ImplSetPeerProperty()
[all …]
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx152 , const rtl::OUString& rPropName ) in getValuePointer() argument
157 if(rPropNames[nN].equals(rPropName)) in getValuePointer()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx49 … Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, const OUString& rPropName ) in lclGetProperty() argument
53 return rxPropSet->getPropertyValue( rPropName ) >>= orValue; in lclGetProperty()
/trunk/main/xmloff/source/text/
H A DXMLTextCharStyleNamesElementExport.hxx48 const ::rtl::OUString& rPropName );
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx121 void lclAppendProperty( ::std::vector< PropertyValue >& orProps, const OUString& rPropName, const T… in lclAppendProperty() argument
124 orProps.back().Name = rPropName; in lclAppendProperty()
/trunk/main/sfx2/source/inc/
H A Dsfxurlrelocator.hxx42 static bool propertyCanContainOfficeDir( const rtl::OUString & rPropName );
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx87 const OUString & rPropName ) in lcl_getProperty() argument
92 OUString aPropName( rPropName ); in lcl_getProperty()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx179 …Listener(const Reference< XPropertySet > & xSet, const ::rtl::OUString& rPropName, XPropertyChange… in SafeAddPropertyListener() argument
182 if (xInfo->hasPropertyByName(rPropName)) in SafeAddPropertyListener()
183 xSet->addPropertyChangeListener(rPropName, pListener); in SafeAddPropertyListener()
187 …Listener(const Reference< XPropertySet > & xSet, const ::rtl::OUString& rPropName, XPropertyChange… in SafeRemovePropertyListener() argument
190 if (xInfo->hasPropertyByName(rPropName)) in SafeRemovePropertyListener()
191 xSet->removePropertyChangeListener(rPropName, pListener); in SafeRemovePropertyListener()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx902 const OUString& rPropName = aElems[ n ]; in renamePropertySet() local
920 aKey += makeHierarchalNameSegment( rPropName ); in renamePropertySet()
964 rPropName, makeAny( xNewPropNameReplace ) ); in renamePropertySet()
/trunk/main/sd/source/filter/ppt/
H A Dpropread.hxx133 sal_uInt32 GetProperty( const String& rPropName );
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1316 const SfxItemSet* ScStyleObj::GetStyleItemSet_Impl( const ::rtl::OUString& rPropName, in GetStyleItemSet_Impl() argument
1327 pEntry = lcl_GetHeaderStyleMap()->getByName( rPropName ); in GetStyleItemSet_Impl()
1333 pEntry = lcl_GetFooterStyleMap()->getByName( rPropName ); in GetStyleItemSet_Impl()
1340 pEntry = pPropSet->getPropertyMap()->getByName( rPropName ); in GetStyleItemSet_Impl()

Completed in 169 milliseconds

123