Searched refs:_values (Results 1 – 3 of 3) sorted by relevance
/aoo42x/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() 108 _map.containsValue( _values[i] ) ); in impl_ceckContent() 110 _values[i], _map.get( _keys[i] ) ); in impl_ceckContent() 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() 140 _values[i], map.remove( _keys[i] ) ); in impl_checkMappings() 145 impl_putAll( map, _keys, _values ); in impl_checkMappings() 153 initialMappings[i] = new Pair< Object, Object >( _keys[i], _values[i] ); in impl_checkMappings() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
Completed in 75 milliseconds