/trunk/main/forms/source/inc/ |
H A D | property.hxx | 121 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 D | propertycontainerhelper.cxx | 510 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 D | property.cxx | 172 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 D | opropertybag.cxx | 462 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 D | propagg.cxx | 54 …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 D | Columns.cxx | 320 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 D | formcontrolfont.cxx | 201 …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 D | Columns.hxx | 141 …::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 D | propertybaghelper.cxx | 320 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 D | navigationbar.cxx | 482 void ONavigationBarModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties() 496 _rProps = concatSequences( in describeFixedProperties() 499 _rProps in describeFixedProperties()
|
H A D | FixedText.hxx | 55 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | Currency.hxx | 57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | Numeric.hxx | 57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | Pattern.hxx | 64 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | CheckBox.hxx | 57 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | Hidden.hxx | 65 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | scrollbar.hxx | 61 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
H A D | spinbutton.hxx | 61 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | geometrycontrolmodel_impl.hxx | 58 …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 D | TKey.cxx | 51 ,const sdbcx::TKeyProperties& _rProps in OTableKeyHelper() argument 52 ) : connectivity::sdbcx::OKey(_Name,_rProps,sal_True) in OTableKeyHelper()
|
/trunk/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 294 void ORichTextModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties() 308 _rProps = concatSequences( aContainedProperties, aFontProperties, _rProps ); in describeFixedProperties()
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VKey.cxx | 82 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 D | Awrapado.hxx | 402 …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 D | Awrapado.cxx | 2181 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 D | TKey.hxx | 43 ,const sdbcx::TKeyProperties& _rProps
|