Home
last modified time | relevance | path

Searched refs:_rProps (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/forms/source/inc/
H A Dproperty.hxx121 baseclass::describeFixedProperties( _rProps ); \
122 sal_Int32 nOldCount = _rProps.getLength(); \
123 _rProps.realloc( nOldCount + ( count ) ); \
124 ::com::sun::star::beans::Property* pProperties = _rProps.getArray() + nOldCount; \
128 _rProps.realloc( count ); \
129 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \
133 _rProps.realloc( count ); \
134 ::com::sun::star::beans::Property* pProperties = _rProps.getArray(); \
202 …DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperti…
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx510 void OPropertyContainerHelper::describeProperties(Sequence< Property >& _rProps) const in describeProperties()
532 aOutput.realloc(_rProps.getLength() + aOwnProps.getLength()); in describeProperties()
534 ::std::merge( _rProps.getConstArray(), _rProps.getConstArray() + _rProps.getLength(), // input 1 in describeProperties()
541 _rProps = aOutput; in describeProperties()
H A Dproperty.cxx172 void RemoveProperty(Sequence<Property>& _rProps, const rtl::OUString& _rPropName) in RemoveProperty() argument
174 sal_Int32 nLen = _rProps.getLength(); in RemoveProperty()
177 const Property* pProperties = _rProps.getConstArray(); in RemoveProperty()
184 removeElementAt(_rProps, pResult - pProperties); in RemoveProperty()
H A Dopropertybag.cxx462 void OPropertyBag::impl_setPropertyValues_throw( const Sequence< PropertyValue >& _rProps ) in impl_setPropertyValues_throw() argument
465 Sequence< PropertyValue > aProperties( _rProps ); in impl_setPropertyValues_throw()
544 …void SAL_CALL OPropertyBag::setPropertyValues( const Sequence< PropertyValue >& _rProps ) throw (U… in setPropertyValues() argument
547 impl_setPropertyValues_throw( _rProps ); in setPropertyValues()
H A Dpropagg.cxx54 …const Property* lcl_findPropertyByName( const Sequence< Property >& _rProps, const ::rtl::OUString… in lcl_findPropertyByName() argument
56 sal_Int32 nLen = _rProps.getLength(); in lcl_findPropertyByName()
57 const Property* pProperties = _rProps.getConstArray(); in lcl_findPropertyByName()
/trunk/main/forms/source/component/
H A DColumns.cxx320 void OGridColumn::clearAggregateProperties( Sequence< Property >& _rProps, sal_Bool bAllowDropDown ) in clearAggregateProperties() argument
364 Sequence< Property > aNewProps( _rProps.getLength() ); in clearAggregateProperties()
367 const Property* pProps = _rProps.getConstArray(); in clearAggregateProperties()
368 const Property* pPropsEnd = pProps + _rProps.getLength(); in clearAggregateProperties()
376 _rProps = aNewProps; in clearAggregateProperties()
H A Dformcontrolfont.cxx201 …void FontControlModel::describeFontRelatedProperties( Sequence< Property >& /* [out] */ _rProps ) … in describeFontRelatedProperties()
203 sal_Int32 nPos = _rProps.getLength(); in describeFontRelatedProperties()
204 _rProps.realloc( nPos + 21 ); in describeFontRelatedProperties()
205 Property* pProperties = _rProps.getArray(); in describeFontRelatedProperties()
H A DColumns.hxx141 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, …
168 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps, \
176 setOwnProperties(_rProps); \
H A Dpropertybaghelper.cxx320 void PropertyBagHelper::setPropertyValues( const Sequence< PropertyValue >& _rProps ) in setPropertyValues() argument
326 sal_Int32 nPropertyValues = _rProps.getLength(); in setPropertyValues()
330 Sequence< PropertyValue > aSortedProps( _rProps ); in setPropertyValues()
H A Dnavigationbar.cxx482 void ONavigationBarModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
496 _rProps = concatSequences( in describeFixedProperties()
499 _rProps in describeFixedProperties()
H A DFixedText.hxx55 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A DCurrency.hxx57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A DNumeric.hxx57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A DPattern.hxx64 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A DCheckBox.hxx57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A DHidden.hxx65 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A Dscrollbar.hxx61 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
H A Dspinbutton.hxx61 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
/trunk/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel_impl.hxx58 …es(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _rProps, ::com::sun::star… in fillProperties() argument
61 OPropertyContainer::describeProperties(_rProps); in fillProperties()
/trunk/main/connectivity/source/commontools/
H A DTKey.cxx51 ,const sdbcx::TKeyProperties& _rProps in OTableKeyHelper() argument
52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx294 void ORichTextModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
308 _rProps = concatSequences( aContainedProperties, aFontProperties, _rProps ); in describeFixedProperties()
/trunk/main/connectivity/source/sdbcx/
H A DVKey.cxx82 OKey::OKey(const ::rtl::OUString& _Name,const TKeyProperties& _rProps,sal_Bool _bCase) in OKey() argument
85 ,m_aProps(_rProps) in OKey()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx402 …static void putValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition,const OLEVaria…
410 static OLEVariant getValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition);
/trunk/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx2181 void OTools::putValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition,const OLEVariant … in putValue() argument
2183 OSL_ENSURE(_rProps.IsValid(),"Properties are not valid!"); in putValue()
2184 WpADOProperty aProp(_rProps.GetItem(_aPosition)); in putValue()
2193 OLEVariant OTools::getValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition) in getValue() argument
2195 WpADOProperty aProp(_rProps.GetItem(_aPosition)); in getValue()
/trunk/main/connectivity/inc/connectivity/
H A DTKey.hxx43 ,const sdbcx::TKeyProperties& _rProps

Completed in 85 milliseconds

1234