Home
last modified time | relevance | path

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

12345

/trunk/main/cppu/source/uno/
H A Dcopy.hxx81 if (mapping) in _copyConstructStruct()
115 if (mapping) in _copyConstructArray()
144 if (mapping) in _copyConstructUnion()
149 pSetType, mapping ); in _copyConstructUnion()
265 acquire, mapping ); in _copyConstructAnyFromData()
274 acquire, mapping ); in _copyConstructAnyFromData()
285 acquire, mapping ); in _copyConstructAnyFromData()
333 if (mapping) in _copyConstructAnyFromData()
539 if (!mapping || in icopyConstructSequence()
844 if (mapping) in _copyConstructData()
[all …]
H A Ddata.cxx135 uno_AcquireFunc acquire, uno_Mapping * mapping ) in copyConstructStruct() argument
138 _copyConstructStruct( pDest, pSource, pTypeDescr, acquire, mapping ); in copyConstructStruct()
172 uno_AcquireFunc acquire, uno_Mapping * mapping ) in copyConstructSequence() argument
174 return icopyConstructSequence( pSource, pElementType, acquire, mapping ); in copyConstructSequence()
252 uno_Mapping * mapping ) in uno_type_copyAndConvertData() argument
255 _copyConstructData( pDest, pSource, pType, 0, 0, mapping ); in uno_type_copyAndConvertData()
261 uno_Mapping * mapping ) in uno_copyAndConvertData() argument
264 _copyConstructData( pDest, pSource, pTypeDescr->pWeakRef, pTypeDescr, 0, mapping ); in uno_copyAndConvertData()
H A Dprim.hxx61 uno_Mapping * mapping ) in _map() argument
69 (*mapping->mapInterface)( in _map()
70 mapping, &pRet, p, (typelib_InterfaceTypeDescription *)pTypeDescr ); in _map()
75 (*mapping->mapInterface)( in _map()
76 mapping, &pRet, p, (typelib_InterfaceTypeDescription *)pTypeDescr ); in _map()
H A Dcascade_mapping.cxx75 static void SAL_CALL s_acquire(uno_Mapping * mapping) in s_acquire() argument
77 MediatorMapping * pMediatorMapping = static_cast<MediatorMapping *>(mapping); in s_acquire()
81 static void SAL_CALL s_release(uno_Mapping * mapping) in s_release() argument
83 MediatorMapping * pMediatorMapping = static_cast<MediatorMapping *>(mapping); in s_release()
88 uno_Mapping * mapping, in s_mapInterface() argument
93 MediatorMapping * pMediatorMapping = static_cast<MediatorMapping *>(mapping); in s_mapInterface()
H A Dany.cxx105 uno_Mapping * mapping ) in uno_type_any_constructAndConvert() argument
110 _copyConstructAny( pDest, pSource, pType, 0, 0, mapping ); in uno_type_any_constructAndConvert()
121 uno_Mapping * mapping ) in uno_any_constructAndConvert() argument
126 _copyConstructAny( pDest, pSource, pTypeDescr->pWeakRef, pTypeDescr, 0, mapping ); in uno_any_constructAndConvert()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx59 void SAL_CALL Mapping_acquire( uno_Mapping * mapping ) in Mapping_acquire() argument
62 Mapping const * that = static_cast< Mapping const * >( mapping ); in Mapping_acquire()
66 void SAL_CALL Mapping_release( uno_Mapping * mapping ) in Mapping_release() argument
76 uno_Mapping * mapping, void ** ppOut, in Mapping_cli2uno() argument
116 uno_Mapping * mapping, void ** ppOut, in Mapping_uno2cli() argument
175 void SAL_CALL Bridge_free( uno_Mapping * mapping ) in Bridge_free() argument
178 Mapping * that = static_cast< Mapping * >( mapping ); in Bridge_free()
321 uno_Mapping * mapping = 0; in uno_ext_getMapping() local
329 mapping = &bridge->m_cli2uno; in uno_ext_getMapping()
337 mapping = &bridge->m_uno2cli; in uno_ext_getMapping()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx64 uno_Mapping * mapping, void ** ppOut, in Mapping_map_to_uno() argument
130 uno_Mapping * mapping, void ** ppOut, in Mapping_map_to_java() argument
197 void SAL_CALL Bridge_free( uno_Mapping * mapping ) in Bridge_free() argument
222 &mapping, Bridge_free, in acquire()
229 &mapping, Bridge_free, in acquire()
506 uno_Mapping * mapping = 0; in uno_ext_getMapping() local
517 mapping = &bridge->m_java2uno; in uno_ext_getMapping()
519 &mapping, Bridge_free, in uno_ext_getMapping()
529 mapping = &bridge->m_uno2java; in uno_ext_getMapping()
531 &mapping, Bridge_free, in uno_ext_getMapping()
[all …]
/trunk/main/officecfg/registry/schema/
H A Doo-common.ldif8 attributetypes: (oo-org-mapping-attr-oid NAME 'oo-org-mapping-attr' DESC 'organizational mapping' S…
11 attributetypes: (oo-ldap-attr-mapping-attr-oid NAME 'oo-ldap-attr-mapping-attr' DESC 'ldap attribut…
14 …ation of oo registry' SUP 'oo-registry-object' MAY (oo-org-mapping-attr $ oo-ldap-attr-mapping-att…
H A Doo-common.conf1 attribute oo-org-mapping-attr oo-org-mapping-attr-oid cis single
2 attribute oo-ldap-attr-mapping-attr oo-ldap-attr-mapping-attr-oid cis single
16 oo-org-mapping-attr,oo-ldap-attr-mapping-attr
H A Doo-common-ad.ldf34 dn: CN=oo-org-mapping-attr,CN=Schema,CN=Configuration,DC=sun, DC=com
39 lDAPDisplayName: oo-org-mapping-attr
43 dn: CN=oo-ldap-attr-mapping-attr, CN=Schema,CN=Configuration,DC=sun, DC=com
48 lDAPDisplayName:oo-ldap-attr-mapping-attr
85 mayContain: oo-org-mapping-attr
86 mayContain: oo-ldap-attr-mapping-attr
/trunk/main/cli_ure/source/native/
H A Dnative_share.h58 ::com::sun::star::uno::Mapping mapping( in to_cli()
60 OSL_ASSERT( mapping.is() ); in to_cli()
61 if (! mapping.is()) in to_cli()
71 mapping.mapInterface( x.get(), ::getCppuType( &x ) ) ); in to_cli()
83 ::com::sun::star::uno::Mapping mapping( in to_uno()
85 OSL_ASSERT( mapping.is() ); in to_uno()
86 if (! mapping.is()) in to_uno()
97 mapping.mapInterface( in to_uno()
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx429 const Pair< Any, Any >* mapping = _initialValues.getConstArray(); in impl_initValues_throw() local
430 const Pair< Any, Any >* mappingEnd = mapping + _initialValues.getLength(); in impl_initValues_throw()
432 for ( ; mapping != mappingEnd; ++mapping ) in impl_initValues_throw()
434 impl_checkValue_throw( mapping->Second ); in impl_initValues_throw()
435 (*m_aData.m_pValues)[ mapping->First ] = mapping->Second; in impl_initValues_throw()
618 for ( KeyedValues::const_iterator mapping = m_aData.m_pValues->begin(); in containsValue() local
619 mapping != m_aData.m_pValues->end(); in containsValue()
620 ++mapping in containsValue()
623 if ( mapping->second == _value ) in containsValue()
/trunk/main/offapi/com/sun/star/geometry/
H A DXMapping2D.idl35 /** Interface defining an arbitrary bijective mapping from R^2 to R^2.<p>
38 mapping from R^2 to R^2, i.e. from the two-dimensional space of
40 <type>double</type> floating point type. The mapping must be
51 /** Forward 2D mapping function
57 /** Inverse 2D mapping function.<p>
H A DMatrix2D.idl30 This constitutes a linear mapping of a point in 2D to another
34 mapping of a point in 2D to another point in 2D. In contrast to
38 A linear mapping, as performed by this matrix, can be written out
49 vectors, the linear mapping is written as
/trunk/main/offapi/com/sun/star/ucb/
H A DXContentIdentifierMapping.idl38 /** A mapping from a (source) set of <type>XContentIdentifier</type>s to
41 <p>For convenience and performance, mapping between the string
42 representations of source/target XContentIdentifiers, as well as mapping
110 needs mapping (though maybe no mapping occurred for the concrete input
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl43 /** is used for mapping the SQL type
100 , the standard mapping is used instead.
176 the connection type mapping is used instead.
189 contains mapping of SQL user-defined types to classes in the UNO programming language
216 the connection type mapping is used instead.
232 …the Map object that contains the mapping of SQL type names to classes in the UNO programming langu…
/trunk/main/cppu/source/threadpool/
H A Dcurrent.cxx285 Mapping mapping((uno_Environment *) pId->pCurrentContextEnv, target_env.get()); in uno_getCurrentContext() local
286 OSL_ASSERT( mapping.is() ); in uno_getCurrentContext()
287 if (! mapping.is()) in uno_getCurrentContext()
290mapping.mapInterface(ppCurrentContext, pId->pCurrentContext, ::cppu::get_type_XCurrentContext() ); in uno_getCurrentContext()
/trunk/main/udkapi/com/sun/star/container/
H A DXMap.idl74 /** determines whether a mapping for he given key exists in the map
79 <TRUE/> if and only if the map contains a mapping for the given key.
94 /** determines whether the map contains a mapping to a given value.
138 … <p>If the map already contains a mapping for the given key, then the old value is replaced by the
166 /** removes a key-value mapping, given by key, from the map.
169 is the key whose mapping should be removed from the map
/trunk/main/bridges/test/java_uno/any/
H A Dtransport.cxx95 Mapping mapping( cpp_env.get(), java_env.get() ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport() local
96 OSL_ASSERT( mapping.is() ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
97 jobject jo_global = (jobject)mapping.mapInterface( xRet.get(), ::getCppuType( &xRet ) ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DVariablesDeclarations.java62 final String mapping = (String) holder.get(type); in produceVariable() local
63 if (mapping != null) in produceVariable()
65 return mapping; in produceVariable()
/trunk/main/cppu/prj/
H A Dd.lst37 ..\inc\uno\mapping.h %_DEST%\inc%_EXT%\uno\mapping.h
38 ..\inc\uno\mapping.hxx %_DEST%\inc%_EXT%\uno\mapping.hxx
/trunk/main/javaunohelper/source/
H A Dbootstrap.cxx143 Mapping mapping( cpp_env.get(), java_env.get() ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap() local
144 if (! mapping.is()) in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
154 jobject jret = (jobject)mapping.mapInterface( xContext.get(), ::getCppuType( &xContext ) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/trunk/main/officecfg/util/
H A Dcomponent-map.gen24 # generates of the component schema list mapping file, which
25 # describes the mapping between OOR and LDAP
76 print OUTFILE "# component mapping \n";
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationType.idl49 mapping between characters is one to one like a-z to A-Z.
56 numbers to arabic numbers and vice versa. This mapping need not
62 both one to one mapping and handles number also. */
/trunk/main/cppu/inc/uno/
H A Dany2.h135 struct _uno_Mapping * mapping )
147 struct _uno_Mapping * mapping )

Completed in 72 milliseconds

12345