/trunk/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 147 …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 D | DateConversion.cxx | 249 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 D | dbtools2.cxx | 276 …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 D | dbtools.cxx | 555 sal_Int32 nKeyType = 0; in getPrimaryKeyColumns_throw() local 556 xProp->getPropertyValue(sPropName) >>= nKeyType; in getPrimaryKeyColumns_throw() 557 if(KeyType::PRIMARY == nKeyType) in getPrimaryKeyColumns_throw()
|
/trunk/main/connectivity/source/drivers/adabas/ |
H A D | BKeys.cxx | 61 …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 D | BTables.cxx | 253 …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()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTableView.cxx | 147 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()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataImpl.cxx | 502 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()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbconversion.hxx | 90 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException); 95 sal_Int16 nKeyType) throw(::com::sun::star::lang::IllegalArgumentException); 112 sal_Int16 nKeyType);
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 797 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()
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationController.cxx | 388 sal_Int32 nKeyType = 0; in loadTableData() local 389 xKey->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in loadTableData() 390 if ( KeyType::FOREIGN == nKeyType ) in loadTableData()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formlinkdialog.cxx | 531 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()
|
/trunk/main/unotools/source/config/ |
H A D | fontcfg.cxx | 63 static const char* getKeyType( int nKeyType ) in getKeyType() argument 65 switch( nKeyType ) in getKeyType()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 498 sal_Int32 nKeyType = 0; in getKeyColumns() local 499 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyColumns() 500 if(_nKeyType == nKeyType) in getKeyColumns()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 1140 sal_Int32 nKeyType = 0; in getKeyColumns() local 1141 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyColumns() 1142 if(KeyType::PRIMARY == nKeyType) in getKeyColumns()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 3162 …sal_Int16 nKeyType = ::comphelper::getNumberFormatType(xFormatter->getNumberFormatsSupplier()->get… in Update() local 3166 aStr = getFormattedValue(xDataField, xFormatter, aNullDate, nFormatKey, nKeyType); in Update()
|