/aoo41x/main/cppu/source/uno/ |
H A D | copy.hxx | 81 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 D | data.cxx | 135 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 D | prim.hxx | 61 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 D | cascade_mapping.cxx | 75 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 D | any.cxx | 105 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()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 59 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 …]
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_bridge.cxx | 64 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 …]
|
/aoo41x/main/officecfg/registry/schema/ |
H A D | oo-common.ldif | 8 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 D | oo-common.conf | 1 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 D | oo-common-ad.ldf | 34 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
|
/aoo41x/main/cli_ure/source/native/ |
H A D | native_share.h | 58 ::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()
|
/aoo41x/main/comphelper/source/container/ |
H A D | enumerablemap.cxx | 429 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()
|
/aoo41x/main/offapi/com/sun/star/geometry/ |
H A D | XMapping2D.idl | 35 /** 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 D | Matrix2D.idl | 30 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
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XContentIdentifierMapping.idl | 38 /** 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 occured for the concrete input
|
/aoo41x/main/cppu/source/threadpool/ |
H A D | current.cxx | 285 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() 290 … mapping.mapInterface(ppCurrentContext, pId->pCurrentContext, ::cppu::get_type_XCurrentContext() ); in uno_getCurrentContext()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XArray.idl | 43 /** 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…
|
/aoo41x/main/udkapi/com/sun/star/container/ |
H A D | XMap.idl | 74 /** 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
|
/aoo41x/main/bridges/test/java_uno/any/ |
H A D | transport.cxx | 95 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | VariablesDeclarations.java | 62 final String mapping = (String) holder.get(type); in produceVariable() local 63 if (mapping != null) in produceVariable() 65 return mapping; in produceVariable()
|
/aoo41x/main/cppu/prj/ |
H A D | d.lst | 37 ..\inc\uno\mapping.h %_DEST%\inc%_EXT%\uno\mapping.h 38 ..\inc\uno\mapping.hxx %_DEST%\inc%_EXT%\uno\mapping.hxx
|
/aoo41x/main/javaunohelper/source/ |
H A D | bootstrap.cxx | 143 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()
|
/aoo41x/main/officecfg/util/ |
H A D | component-map.gen | 24 # generates of the component schema list mapping file, which 25 # describes the mapping between OOR and LDAP 76 print OUTFILE "# component mapping \n";
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | TransliterationType.idl | 49 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. */
|
/aoo41x/main/cppu/inc/uno/ |
H A D | any2.h | 135 struct _uno_Mapping * mapping ) 147 struct _uno_Mapping * mapping )
|