/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | queryfilter.cxx | 847 _rValues = aHaving; in IMPL_LINK_INLINE_END() 852 _rValues.realloc( nPos + 1); in IMPL_LINK_INLINE_END() 853 _rValues[nPos].realloc( 1); in IMPL_LINK_INLINE_END() 854 pPos = &_rValues[nPos][0]; in IMPL_LINK_INLINE_END() 860 _rValues[nPos].realloc( _rValues[nPos].getLength() + 1); in IMPL_LINK_INLINE_END() 861 pPos = &_rValues[nPos][nAndPos]; in IMPL_LINK_INLINE_END() 871 _rValues = aHaving; in IMPL_LINK_INLINE_END() 876 _rValues.realloc( nPos + 1); in IMPL_LINK_INLINE_END() 877 _rValues[nPos].realloc( 1); in IMPL_LINK_INLINE_END() 878 pPos = &_rValues[nPos][0]; in IMPL_LINK_INLINE_END() [all …]
|
H A D | textconnectionsettings.cxx | 69 … void TextConnectionSettingsDialog::bindItemStorages( SfxItemSet& _rSet, PropertyValues& _rValues ) in bindItemStorages() argument 71 …_rValues[ PROPERTY_ID_HEADER_LINE ].reset( new SetItemPropertyStorage( _rSet, DSID_TEXTFILEHEADER … in bindItemStorages() 72 …_rValues[ PROPERTY_ID_FIELD_DELIMITER ].reset( new SetItemPropertyStorage( _rSet, DSID_FIELDDELIMI… in bindItemStorages() 73 …_rValues[ PROPERTY_ID_STRING_DELIMITER ].reset( new SetItemPropertyStorage( _rSet, DSID_TEXTDELIMI… in bindItemStorages() 74 …_rValues[ PROPERTY_ID_DECIMAL_DELIMITER ].reset( new SetItemPropertyStorage( _rSet, DSID_DECIMALDE… in bindItemStorages() 75 …_rValues[ PROPERTY_ID_THOUSAND_DELIMITER ].reset( new SetItemPropertyStorage( _rSet, DSID_THOUSAND… in bindItemStorages() 76 _rValues[ PROPERTY_ID_ENCODING ].reset( new SetItemPropertyStorage( _rSet, DSID_CHARSET ) ); in bindItemStorages()
|
/aoo41x/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 80 sal_Bool buildFrom( const Sequence< PropertyValue >& _rValues ); 86 sal_Bool buildFrom( const Reference< XPropertySet >& _rValues ); 121 const PropertyValue* pValues = _rValues.getConstArray(); in buildFrom() 122 const PropertyValue* pValuesEnd = pValues + _rValues.getLength(); in buildFrom() 138 m_aAsSequence = _rValues; in buildFrom() 369 m_pImpl->buildFrom(_rValues); in ODataAccessDescriptor() 376 ODataAccessDescriptor::ODataAccessDescriptor( const Any& _rValues ) in ODataAccessDescriptor() argument 387 if ( _rValues >>= aValues ) in ODataAccessDescriptor() 389 else if ( _rValues >>= xValues ) in ODataAccessDescriptor() 405 m_pImpl->buildFrom(_rValues); in ODataAccessDescriptor() [all …]
|
H A D | formcontroller.cxx | 445 …virtual void SAL_CALL setParameters( const Sequence< PropertyValue >& _rValues ) throw(RuntimeExce… 449 void SAL_CALL OParameterContinuation::setParameters( const Sequence< PropertyValue >& _rValues ) th… in setParameters() argument 451 m_aValues = _rValues; in setParameters()
|
/aoo41x/main/svx/inc/svx/ |
H A D | dataaccessdescriptor.hxx | 76 …iptor( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rValues ); 77 …iptor( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rValues ); 80 ODataAccessDescriptor( const ::com::sun::star::uno::Any& _rValues ); 119 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rValues,
|
/aoo41x/main/comphelper/source/property/ |
H A D | propagg.cxx | 719 const Sequence< ::rtl::OUString >& _rPropertyNames, const Sequence< Any >& _rValues ) in setPropertyValues() 727 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 732 setPropertyValue( _rPropertyNames[0], _rValues[0] ); in setPropertyValues() 775 m_xAggregateMultiSet->setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 779 OPropertySetHelper::setPropertyValues(_rPropertyNames, _rValues); in setPropertyValues() 784 const ::com::sun::star::uno::Any* pValues = _rValues.getConstArray(); in setPropertyValues()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | DriversConfig.cxx | 44 …nNode& _aURLPatternNode,const ::rtl::OUString& _sNode,::comphelper::NamedValueCollection& _rValues) in lcl_fillValues() argument 61 _rValues.put(*pPropertiesIter,aValue); in lcl_fillValues()
|
H A D | parameters.cxx | 1108 …void SAL_CALL OParameterContinuation::setParameters( const Sequence< PropertyValue >& _rValues ) t… in setParameters() argument 1110 m_aValues = _rValues; in setParameters()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 314 …st Sequence< ::rtl::OUString >& _rPropertyNames, const Sequence< Any >& _rValues ) throw(PropertyV… in setPropertyValues() argument 332 UnoControlModel::setPropertyValues( _rPropertyNames, _rValues ); in setPropertyValues()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | textconnectionsettings.hxx | 57 static void bindItemStorages( SfxItemSet& _rSet, PropertyValues& _rValues );
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | ParameterCont.hxx | 45 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rValues ) throw(::com::su…
|
/aoo41x/main/forms/source/component/ |
H A D | ListBox.cxx | 408 …st Sequence< ::rtl::OUString >& _rPropertyNames, const Sequence< Any >& _rValues ) throw(PropertyV… in setPropertyValues() argument 428 pSelectSequenceValue = _rValues.getConstArray() + ( pSelectedItemsPos - pStartPos ); in setPropertyValues() 431 OBoundControlModel::setPropertyValues( _rPropertyNames, _rValues ); in setPropertyValues()
|
/aoo41x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 132 ,const Sequence< PropertyValue>& _rValues) in ODatabaseCreator() 133 : m_aValues(_rValues) in ODatabaseCreator()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 151 …virtual void SAL_CALL setParameters( const Sequence< PropertyValue >& _rValues ) throw(RuntimeExce… 155 void SAL_CALL OParameterContinuation::setParameters( const Sequence< PropertyValue >& _rValues ) th… in setParameters() argument 157 m_aValues = _rValues; in setParameters()
|