Home
last modified time | relevance | path

Searched refs:nKeyType (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/connectivity/source/commontools/
H A DTKeys.cxx147 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TY… in appendObject() local
151 if ( nKeyType == KeyType::FOREIGN ) in appendObject()
174 if ( nKeyType == KeyType::PRIMARY ) in appendObject()
178 else if ( nKeyType == KeyType::FOREIGN ) in appendObject()
198 if ( nKeyType == KeyType::FOREIGN ) in appendObject()
229 if ( nKeyType == KeyType::FOREIGN ) in appendObject()
260 …sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyType,nUpdateRule,nDele… in appendObject()
288 sal_Int32 nKeyType = KeyType::PRIMARY; in dropObject() local
292 xKey->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPE)) >>= nKeyType; in dropObject()
294 if ( KeyType::PRIMARY == nKeyType ) in dropObject()
H A DDateConversion.cxx249 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException) in setValue() argument
255 sal_Int16 nTypeClass = nKeyType & ~NumberFormat::DEFINED; in setValue()
322 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException) in setValue() argument
324 switch (nKeyType & ~NumberFormat::DEFINED) in setValue()
442 sal_Int16 nKeyType = getNumberFormatType(_xFormatter, nKey) & ~NumberFormat::DEFINED; in getFormattedValue() local
444 …ormattedValue(Reference< XColumn > (_xColumn, UNO_QUERY), _xFormatter, _rNullDate, nKey, nKeyType); in getFormattedValue()
452 sal_Int16 nKeyType) in getFormattedValue() argument
459 switch (nKeyType & ~NumberFormat::DEFINED) in getFormattedValue()
H A Ddbtools2.cxx276 …sal_Int32 nKeyType = ::comphelper::getINT32(xColProp->getPropertyValue(rPropMap.getNameByIndex(PR… in createStandardKeyStatement() local
278 if ( nKeyType == KeyType::PRIMARY ) in createStandardKeyStatement()
293 else if(nKeyType == KeyType::UNIQUE) in createStandardKeyStatement()
304 else if(nKeyType == KeyType::FOREIGN) in createStandardKeyStatement()
H A Ddbtools.cxx555 sal_Int32 nKeyType = 0; in getPrimaryKeyColumns_throw() local
556 xProp->getPropertyValue(sPropName) >>= nKeyType; in getPrimaryKeyColumns_throw()
557 if(KeyType::PRIMARY == nKeyType) in getPrimaryKeyColumns_throw()
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx61 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameB… in appendObject() local
69 if(nKeyType == KeyType::PRIMARY) in appendObject()
73 else if(nKeyType == KeyType::FOREIGN) in appendObject()
95 if(nKeyType == KeyType::FOREIGN) in appendObject()
141 if(nKeyType == KeyType::FOREIGN) in appendObject()
167 …sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyType,nUpdateRule,nDele… in appendObject()
H A DBTables.cxx253 …sal_Int32 nKeyType = getINT32(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in createTable() local
255 if(nKeyType == KeyType::PRIMARY) in createTable()
276 else if(nKeyType == KeyType::UNIQUE) in createTable()
293 else if(nKeyType == KeyType::FOREIGN) in createTable()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx147 sal_Int32 nKeyType = 0; in isColumnInKeyType() local
148 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in isColumnInKeyType()
149 if(_nKeyType == nKeyType) in isColumnInKeyType()
519 sal_Int32 nKeyType = 0; in getKeyReferencedTo() local
520 xKey->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyReferencedTo()
521 if(KeyType::FOREIGN == nKeyType) in getKeyReferencedTo()
612 sal_Int32 nKeyType = 0; in AddTabWin() local
613 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in AddTabWin()
615 switch ( nKeyType ) in AddTabWin()
/aoo4110/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx502 sal_Int32 nKeyType = KeyType::PRIMARY; in MapKeyRule() local
506 nKeyType = KeyType::PRIMARY; in MapKeyRule()
509 nKeyType = KeyType::FOREIGN; in MapKeyRule()
512 nKeyType = KeyType::UNIQUE; in MapKeyRule()
515 return nKeyType; in MapKeyRule()
/aoo4110/main/connectivity/inc/connectivity/
H A Ddbconversion.hxx90 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException);
95 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException);
112 sal_Int16 nKeyType);
/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx388 sal_Int32 nKeyType = 0; in loadTableData() local
389 xKey->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in loadTableData()
390 if ( KeyType::FOREIGN == nKeyType ) in loadTableData()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx797 sal_Int32 nKeyType = 0; in appendPrimaryKey() local
798 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in appendPrimaryKey()
799 if(KeyType::PRIMARY == nKeyType) in appendPrimaryKey()
1388 sal_Int32 nKeyType = 0; in dropPrimaryKey() local
1389 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in dropPrimaryKey()
1390 if(KeyType::PRIMARY == nKeyType) in dropPrimaryKey()
/aoo4110/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx531 sal_Int32 nKeyType = 0; in getExistingRelation() local
532 … xKey->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ) ) >>= nKeyType; in getExistingRelation()
533 if ( nKeyType != KeyType::FOREIGN ) in getExistingRelation()
/aoo4110/main/unotools/source/config/
H A Dfontcfg.cxx63 static const char* getKeyType( int nKeyType ) in getKeyType() argument
65 switch( nKeyType ) in getKeyType()
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx498 sal_Int32 nKeyType = 0; in getKeyColumns() local
499 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyColumns()
500 if(_nKeyType == nKeyType) in getKeyColumns()
/aoo4110/main/dbaccess/source/core/api/
H A DKeySet.cxx1140 sal_Int32 nKeyType = 0; in getKeyColumns() local
1141 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyColumns()
1142 if(KeyType::PRIMARY == nKeyType) in getKeyColumns()
/aoo4110/main/svx/source/fmcomp/
H A Dgridcell.cxx3162 …sal_Int16 nKeyType = ::comphelper::getNumberFormatType(xFormatter->getNumberFormatsSupplier()->get… in Update() local
3166 aStr = getFormattedValue(xDataField, xFormatter, aNullDate, nFormatKey, nKeyType); in Update()

Completed in 109 milliseconds