Home
last modified time | relevance | path

Searched refs:keyType (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java114 int keyType = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.TYPE.name)); in appendObject() local
118 if (keyType == KeyType.FOREIGN) { in appendObject()
128 if (keyType == KeyType.PRIMARY) { in appendObject()
130 } else if (keyType == KeyType.FOREIGN) { in appendObject()
149 if (keyType == KeyType.FOREIGN) { in appendObject()
178 if (keyType == KeyType.FOREIGN) { in appendObject()
201 …keys.put(newName, new OKey(newName, isCaseSensitive(), referencedName, keyType, updateRule, delete… in appendObject()
242 final int keyType; in dropObject() local
244 keyType = AnyConverter.toInt(key.getPropertyValue(PropertyIds.TYPE.name)); in dropObject()
246 keyType = KeyType.PRIMARY; in dropObject()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h398 typedef key keyType; typedef in cppu::OMultiTypeInterfaceContainerHelperVar
435 template < class container , class keyType >
462 const keyType &key, in addListener()
477 const keyType &key, in removeListener()
493 …inline OInterfaceContainerHelper * SAL_CALL getContainer( const keyType &key ) const SAL_THROW( ()… in getContainer()
601 typedef ::com::sun::star::uno::Type keyType; typedef in cppu::OMultiTypeInterfaceContainerHelper
610 …OMultiTypeInterfaceContainerHelper , OMultiTypeInterfaceContainerHelper::keyType > OBroadcastHelpe…
H A Dpropshlp.hxx302 typedef sal_Int32 keyType; typedef in cppu::OMultiTypeInterfaceContainerHelperInt32
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java597 int keyType = AnyConverter.toInt(columnProperties.getPropertyValue("Type")); in createStandardKeyStatement() local
604 if (keyType == KeyType.PRIMARY) { in createStandardKeyStatement()
612 } else if (keyType == KeyType.UNIQUE) { in createStandardKeyStatement()
615 } else if (keyType == KeyType.FOREIGN) { in createStandardKeyStatement()
733 int keyType = 0; in getPrimaryKeyColumns() local
734keyType = AnyConverter.toInt(propertySet.getPropertyValue(PropertyIds.TYPE.name)); in getPrimaryKeyColumns()
735 if (keyType == KeyType.PRIMARY) { in getPrimaryKeyColumns()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java119 Type keyType = AnyConverter.getType( _keys[0] ); in impl_checkMappings() local
124 keyType, valueType ); in impl_checkMappings()
125 assertTrue( _context + ": key types do not match", map.getKeyType().equals( keyType ) ); in impl_checkMappings()
156 … connection.getComponentContext(), keyType, valueType, (Pair< Object, Object >[])initialMappings ); in impl_checkMappings()
/trunk/main/nss/
H A Dnss_sizes.patch17 + switch (pubk->keyType) {
204 switch (cx->key->keyType) {
246 switch (key->keyType) {
H A Dnss_win.patch11 static int create_pk7(char *dir, char *keyName, int *keyType);
102 - count = snprintf(tempfn, sizeof(tempfn), "META-INF/%s.%s", base, (keyType == dsaKey ? "dsa…
103 + count = PR_snprintf(tempfn, sizeof(tempfn), "META-INF/%s.%s", base, (keyType == dsaKey ? "…
143 - count = snprintf(tempfn, sizeof(tempfn), "META-INF/%s.%s", base, (keyType == dsaKey ? "dsa…
144 + count = PR_snprintf(tempfn, sizeof(tempfn), "META-INF/%s.%s", base, (keyType == dsaKey ? "…
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx98 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha… in DEFINE_XINTERFACE_10()
106 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha… in RootItemContainer()
116 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha… in RootItemContainer()
/trunk/main/registry/test/
H A Dtestregcpp.cxx426 RegKeyType keyType; in test_registry_CppApi() local
427 …REG_ENSURE(!rootKey.getKeyType(pSubKeyNames->getElement(i), &keyType), "test_registry_CppApi error… in test_registry_CppApi()
428 REG_ENSURE(keyType == RG_LINKTYPE, "test_registry_CppApi error 7k"); in test_registry_CppApi()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1518 + if( ( keyInfoCtx->keyReq.keyType & xmlSecKeyDataTypeSymmetric ) == xmlSecKeyDataTypeSymmetr…
1547 + } else if( ( keyInfoCtx->keyReq.keyType & xmlSecKeyDataTypePublic ) == xmlSecKeyDataTypePub…
1721 + if( ( keyInfoCtx->keyReq.keyType & xmlSecKeyDataTypeSession ) == xmlSecKeyDataTypeSession ) {
1886 - if (keyReq->keyType &
1898 - if (keyReq->keyType & xmlSecKeyDataTypePublic) {
1919 - if (keyReq->keyType & xmlSecKeyDataTypePrivate) {
2049 + keyInfoCtx.keyReq.keyType = type;
2326 + keyReq->keyType = xmlSecKeyDataTypeSymmetric;
3390 if(((xmlSecKeyDataTypePublic | xmlSecKeyDataTypePrivate) & keyInfoCtx->keyReq.keyType) == 0) {
3502 if(((xmlSecKeyDataTypePublic | xmlSecKeyDataTypePrivate) & keyInfoCtx->keyReq.keyType) == 0) {
[all …]
H A Dxmlsec1-nssmangleciphers.patch252 + keyReq->keyType = xmlSecKeyDataTypeSymmetric ;
950 - keyReq->keyType = xmlSecKeyDataTypeSymmetric;
/trunk/main/framework/source/helper/
H A Duielementwrapperbase.cxx92 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha… in DEFINE_XINTERFACE_8()
H A Duiconfigelementwrapperbase.cxx112 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha… in DEFINE_XINTERFACE_10()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx83 OMultiTypeInterfaceContainerHelper::keyType>& >( in DrawController()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx108 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha…
/trunk/main/framework/source/services/
H A Dpathsettings.cxx147 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >(m_aLock.getShar…
H A Ddesktop.cxx245 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType > ( m_a…
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx115 …ypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >( m_aLock.getSha…

Completed in 142 milliseconds