Home
last modified time | relevance | path

Searched refs:aPropertyNames (Results 1 – 25 of 124) sorted by relevance

12345

/trunk/main/unotools/source/config/
H A Djavaoptions.cxx113 Sequence<OUString> aPropertyNames; member
125 aPropertyNames(4), in SvtJavaOptions_Impl()
134 OUString* pNames = aPropertyNames.getArray(); in SvtJavaOptions_Impl()
150 Sequence< Any > aValues = GetProperties(pImpl->aPropertyNames); in SvtJavaOptions()
151 Sequence< sal_Bool > aROStates = GetReadOnlyStates(pImpl->aPropertyNames); in SvtJavaOptions()
154 …if ( aValues.getLength() == pImpl->aPropertyNames.getLength() && aROStates.getLength() == pImpl->a… in SvtJavaOptions()
189 sal_Int32 nOrgCount = pImpl->aPropertyNames.getLength(); in Commit()
204 aNames[nRealCount] = pImpl->aPropertyNames[nProp]; in Commit()
214 aNames[nRealCount] = pImpl->aPropertyNames[nProp]; in Commit()
224 aNames[nRealCount] = pImpl->aPropertyNames[nProp]; in Commit()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx89 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::… in setPropertyValues() argument
91 { ComphelperBase::setPropertyValues ( aPropertyNames, aValues ); } in setPropertyValues()
92 …_CALL getPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) in getPropertyValues() argument
94 { return ComphelperBase::getPropertyValues ( aPropertyNames ); } in getPropertyValues()
95 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::… in addPropertiesChangeListener() argument
97 { ComphelperBase::addPropertiesChangeListener ( aPropertyNames, xListener ); } in addPropertiesChangeListener()
101 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::… in firePropertiesChangeEvent() argument
103 { ComphelperBase::firePropertiesChangeEvent ( aPropertyNames, xListener ); } in firePropertiesChangeEvent()
/trunk/main/sw/inc/
H A Dunostyle.hxx208 …lues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
248 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
249 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
251 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
262 …ToDefault( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
320 …lues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
333 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
446 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
447 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
449 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
[all …]
H A Dunoport.hxx139 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames,
143 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames )
181 …sTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
182 …sTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
183 …sTolerant( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
187 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
188 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
189 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
191 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl74 @param aPropertyNames
84 <var>aPropertyNames</var> parameter int order to match
101 [in] sequence< string > aPropertyNames,
112 @param aPropertyNames
122 for each of the properties listed in <var>aPropertyNames</var>.
125 [in] sequence< string > aPropertyNames );
137 @param aPropertyNames
151 [in] sequence< string > aPropertyNames );
H A DXMultiPropertySet.idl82 @param aPropertyNames
88 as in <var>aPropertyNames</var>.
98 void setPropertyValues( [in] sequence<string> aPropertyNames,
112 @param aPropertyNames
116 sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
129 @param aPropertyNames
137 [oneway] void addPropertiesChangeListener( [in] sequence<string> aPropertyNames,
167 [oneway] void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx117 const Sequence< OUString > aPropertyNames = GetPropertyNames(); in BibConfig() local
118 const Sequence<Any> aPropertyValues = GetProperties( aPropertyNames ); in BibConfig()
120 if(aPropertyValues.getLength() == aPropertyNames.getLength()) in BibConfig()
122 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in BibConfig()
246 const Sequence<OUString> aPropertyNames = GetPropertyNames(); in Commit() local
247 Sequence<Any> aValues(aPropertyNames.getLength()); in Commit()
250 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in Commit()
266 PutProperties(aPropertyNames, aValues); in Commit()
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx287 Sequence< ::rtl::OUString > aPropertyNames( aProperties.getLength() ); in getPropertyValues() local
289 aPropertyNames.getArray(), SelectNameOfProperty() ); in getPropertyValues()
294 aValues = xMe->getPropertyValues( aPropertyNames ); in getPropertyValues()
296 if ( aValues.getLength() != aPropertyNames.getLength() ) in getPropertyValues()
307 const ::rtl::OUString* pName = aPropertyNames.getConstArray(); in getPropertyValues()
308 … const ::rtl::OUString* pNameEnd = aPropertyNames.getConstArray() + aPropertyNames.getLength(); in getPropertyValues()
/trunk/main/svx/source/table/
H A Dpropertyset.cxx191 void SAL_CALL FastPropertySet::setPropertyValues( const Sequence< OUString >& aPropertyNames, const… in setPropertyValues() argument
193 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in setPropertyValues()
195 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
215 …CALL FastPropertySet::getPropertyValues( const Sequence< OUString >& aPropertyNames ) throw (Runti… in getPropertyValues() argument
217 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
220 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in getPropertyValues()
H A Dcell.cxx1267 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
1269 const OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues()
1291 Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aPropertyNames ) thro… in getPropertyValues() argument
1298 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
1299 const OUString* pNames = aPropertyNames.getConstArray(); in getPropertyValues()
1609 void SAL_CALL Cell::setPropertiesToDefault( const Sequence< OUString >& aPropertyNames ) throw (Unk… in setPropertiesToDefault() argument
1611 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault()
1612 const OUString* pName = aPropertyNames.getConstArray(); in setPropertiesToDefault()
1620 Sequence< Any > SAL_CALL Cell::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) th… in getPropertyDefaults() argument
1622 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults()
[all …]
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx259 OPropertySet::setPropertiesToDefault( const Sequence< OUString >& aPropertyNames ) in setPropertiesToDefault() argument
265 sal_Int32 * pHandles = new sal_Int32[ aPropertyNames.getLength() ]; in setPropertiesToDefault()
266 rPH.fillHandles( pHandles, aPropertyNames ); in setPropertiesToDefault()
268 ::std::vector< sal_Int32 > aHandles( pHandles, pHandles + aPropertyNames.getLength()); in setPropertiesToDefault()
275 OPropertySet::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) in getPropertyDefaults() argument
281 const sal_Int32 nElements = aPropertyNames.getLength(); in getPropertyDefaults()
290 rPH.getHandleByName( aPropertyNames[ nI ] )); in getPropertyDefaults()
H A DConfigColorScheme.cxx73 virtual void Notify( const Sequence< OUString > & aPropertyNames );
88 void ChartConfigItem::Notify( const Sequence< OUString > & aPropertyNames ) in Notify() argument
90 for( sal_Int32 nIdx=0; nIdx<aPropertyNames.getLength(); ++nIdx ) in Notify()
92 if( m_aPropertiesToNotify.find( aPropertyNames[nIdx] ) != m_aPropertiesToNotify.end()) in Notify()
93 m_rListener.notify( aPropertyNames[nIdx] ); in Notify()
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx136 …ertySetHelper::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequenc… in setPropertyValues() argument
138 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
146 const OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues()
166 …ertySetHelper::getPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames ) throw(Runtim… in getPropertyValues() argument
168 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
174 const OUString* pNames = aPropertyNames.getConstArray(); in getPropertyValues()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx113 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com:…
114 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
116 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
1181 void SAL_CALL DocumentSettings::setPropertyValues( const Sequence< OUString >& aPropertyNames, cons… in setPropertyValues() argument
1183 PropertySetHelper::setPropertyValues( aPropertyNames, aValues ); in setPropertyValues()
1186 …ALL DocumentSettings::getPropertyValues( const Sequence< OUString >& aPropertyNames ) throw(Runtim… in getPropertyValues() argument
1188 return PropertySetHelper::getPropertyValues( aPropertyNames ); in getPropertyValues()
1191 …ntSettings::addPropertiesChangeListener( const Sequence< OUString >& aPropertyNames, const Referen… in addPropertiesChangeListener() argument
1193 PropertySetHelper::addPropertiesChangeListener( aPropertyNames, xListener ); in addPropertiesChangeListener()
1201 …mentSettings::firePropertiesChangeEvent( const Sequence< OUString >& aPropertyNames, const Referen… in firePropertiesChangeEvent() argument
[all …]
/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx280 …rtyTranslator::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequenc… in setPropertyValues() argument
288 Sequence< ::rtl::OUString > aTranslatedNames( aPropertyNames ); in setPropertyValues()
302 …rtyTranslator::getPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames ) throw (Runti… in getPropertyValues() argument
304 Sequence< Any > aValues( aPropertyNames.getLength() ); in getPropertyValues()
308 Sequence< ::rtl::OUString > aTranslatedNames( aPropertyNames ); in getPropertyValues()
313 aValues = m_xGridColumn->getPropertyValues( aPropertyNames ); in getPropertyValues()
H A Dgridcolumnproptranslator.hxx68 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
69 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
70 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
72 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx158 …ertySetHelper::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequenc… in setPropertyValues() argument
160 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
169 const OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues()
189 …ertySetHelper::getPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames ) throw(Runtim… in getPropertyValues() argument
191 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
198 const OUString* pNames = aPropertyNames.getConstArray(); in getPropertyValues()
H A DChainablePropertySet.cxx137 …lePropertySet::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequenc… in setPropertyValues() argument
145 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
155 const OUString * pString = aPropertyNames.getConstArray(); in setPropertyValues()
171 …L_CALL ChainablePropertySet::getPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames ) in getPropertyValues() argument
179 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
188 const OUString * pString = aPropertyNames.getConstArray(); in getPropertyValues()
H A DMasterPropertySet.cxx221 …erPropertySet::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequenc… in setPropertyValues() argument
229 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
239 const OUString * pString = aPropertyNames.getConstArray(); in setPropertyValues()
287 …SAL_CALL MasterPropertySet::getPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames ) in getPropertyValues() argument
295 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
304 const OUString * pString = aPropertyNames.getConstArray(); in getPropertyValues()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.hxx97 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
98 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
99 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
101 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
112 …ToDefault( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
113 …yDefaults( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
H A DUpDownBarWrapper.hxx96 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
97 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
98 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
100 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
111 …ToDefault( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
112 …yDefaults( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
/trunk/main/chart2/source/inc/
H A DWrappedPropertySet.hxx81 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
82 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
83 …eListener( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
85 …angeEvent( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::…
96 …ToDefault( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
97 …yDefaults( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (::com…
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1393 const uno::Sequence<rtl::OUString>& aPropertyNames ) in getPropertyStates() argument
1400 const rtl::OUString* pNames = aPropertyNames.getConstArray(); in getPropertyStates()
1403 for(sal_Int32 i = 0; i < aPropertyNames.getLength(); i++) in getPropertyStates()
1521 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues()
1527 const rtl::OUString* pNames = aPropertyNames.getConstArray(); in setPropertyValues()
1552 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues()
1558 pValues[i] = getPropertyValue( aPropertyNames[i] ); in getPropertyValues()
1638 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault()
1653 const uno::Sequence<rtl::OUString>& aPropertyNames ) in getPropertyDefaults() argument
1661 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults()
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrolbase.cxx65 …rtyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::… in ImplSetPropertyValues() argument
75 ImplLockPropertyChangeNotifications( aPropertyNames, true ); in ImplSetPropertyValues()
79 xMPS->setPropertyValues( aPropertyNames, aValues ); in ImplSetPropertyValues()
84 ImplLockPropertyChangeNotifications( aPropertyNames, false ); in ImplSetPropertyValues()
87 ImplLockPropertyChangeNotifications( aPropertyNames, false ); in ImplSetPropertyValues()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx797 _setPropertyValues( aPropertyNames, aValues, -1 ); in setPropertyValues()
811 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _setPropertyValues()
813 sal_Int32 nCount = aPropertyNames.getLength(); in _setPropertyValues()
919 …angeBase::getPropertyValues( const uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw (uno::… in getPropertyValues() argument
921 return _getPropertyValues( aPropertyNames, -1 ); in getPropertyValues()
928 sal_Int32 nCount = aPropertyNames.getLength(); in _getPropertyValues()
944 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _getPropertyValues()
1358 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault()
1359 for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount-- ) in setPropertiesToDefault()
1367 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults()
[all …]

Completed in 119 milliseconds

12345