Home
last modified time | relevance | path

Searched refs:_values (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java81 …private void impl_putAll( XMap _map, Object[] _keys, Object[] _values ) throws com.sun.star.uno.Ex… in impl_putAll() argument
85 _map.put( _keys[i], _values[i] ); in impl_putAll()
89 …private void impl_ceckContent( XMap _map, Object[] _keys, Object[] _values, String _context ) thro… in impl_ceckContent() argument
95 …assertTrue( _context + ": " + impl_getNth(i) + " value (" + _values[i].toString() + ") not found i… in impl_ceckContent()
96 _map.containsValue( _values[i] ) ); in impl_ceckContent()
98 _values[i], _map.get( _keys[i] ) ); in impl_ceckContent()
103 …private void impl_checkMappings( Object[] _keys, Object[] _values, String _context ) throws com.su… in impl_checkMappings() argument
108 Type valueType = AnyConverter.getType( _values[0] ); in impl_checkMappings()
118 impl_putAll( map, _keys, _values ); in impl_checkMappings()
121 impl_ceckContent( map, _keys, _values, _context ); in impl_checkMappings()
[all …]
/trunk/main/forms/source/component/
H A DListBox.cxx120 Sequence< ::rtl::OUString > lcl_convertToStringSequence( const ValueList& _values ) in lcl_convertToStringSequence() argument
122 Sequence< ::rtl::OUString > aStrings( _values.size() ); in lcl_convertToStringSequence()
124 _values.begin(), in lcl_convertToStringSequence()
125 _values.end(), in lcl_convertToStringSequence()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx198 virtual void SAL_CALL setValues( const Sequence< Any >& _values ) throw (RuntimeException);
1274 void SAL_CALL AnimationNode::setValues( const Sequence< Any >& _values ) in setValues() argument
1278 maValues = _values; in setValues()