Searched refs:_values (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/comphelper/qa/complex/comphelper/ |
| H A D | Map.java | 93 …private void impl_putAll( XMap _map, Object[] _keys, Object[] _values ) throws com.sun.star.uno.Ex… in impl_putAll() argument 97 _map.put( _keys[i], _values[i] ); in impl_putAll() 101 …private void impl_ceckContent( XMap _map, Object[] _keys, Object[] _values, String _context ) thro… in impl_ceckContent() argument 107 …assertTrue( _context + ": " + impl_getNth(i) + " value (" + _values[i].toString() + ") not found i… in impl_ceckContent() 108 _map.containsValue( _values[i] ) ); in impl_ceckContent() 110 _values[i], _map.get( _keys[i] ) ); in impl_ceckContent() 115 …private void impl_checkMappings( Object[] _keys, Object[] _values, String _context ) throws com.su… in impl_checkMappings() argument 120 Type valueType = AnyConverter.getType( _values[0] ); in impl_checkMappings() 130 impl_putAll( map, _keys, _values ); in impl_checkMappings() 133 impl_ceckContent( map, _keys, _values, _context ); in impl_checkMappings() [all …]
|
| /AOO41X/main/forms/source/component/ |
| H A D | ListBox.cxx | 120 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()
|
| /AOO41X/main/animations/source/animcore/ |
| H A D | animcore.cxx | 198 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()
|