Searched refs:nOldType (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BTable.cxx | 148 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local 150 …p->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName() 158 if(nOldType != nNewType || nOldPrec != nNewPrec || nOldScale != nNewScale) in alterColumnByName()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 199 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local 202 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName() 223 if ( nOldType != nNewType in alterColumnByName()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddinf.cxx | 318 sal_uInt16 nOldType = 0; in IMPL_LINK() local 323 nOldType = aFormatLB.GetFormatType(); in IMPL_LINK() 346 if (nOldType != nNewType) in IMPL_LINK()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 180 sal_Int32 nOldType = 0,nNewType = 0,nOldPrec = 0,nNewPrec = 0,nOldScale = 0,nNewScale = 0; in alterColumnByName() local 186 xProp->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPE)) >>= nOldType; in alterColumnByName() 224 if ( nOldType != nNewType in alterColumnByName()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 1372 short nOldType = pOldFormat->GetType() & ~NUMBERFORMAT_DEFINED; in SetString() local 1373 … if ( nOldType == NUMBERFORMAT_NUMBER || nOldType == NUMBERFORMAT_DATE || in SetString() 1374 … nOldType == NUMBERFORMAT_TIME || nOldType == NUMBERFORMAT_LOGICAL ) in SetString() 1377 nOldType, pOldFormat->GetLanguage() ) ) in SetString()
|
H A D | column.cxx | 470 short nOldType = pFormatter->GetType( nFormat ); in ApplyPatternIfNumberformatIncompatible() local 471 if ( nOldType == nNewType || pFormatter->IsCompatible( nOldType, nNewType ) ) in ApplyPatternIfNumberformatIncompatible()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 429 sal_Int16 nOldType = ::comphelper::getINT16( in setBooleanFormat() local 431 if ( nOldType & NumberFormat::LOGICAL ) in setBooleanFormat()
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XNumberFormatTypes.idl | 82 boolean isTypeCompatible( [in] short nOldType,
|
/aoo41x/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 656 sal_Bool SAL_CALL SvNumberFormatsObj::isTypeCompatible( sal_Int16 nOldType, sal_Int16 nNewType ) in isTypeCompatible() argument 664 bRet = pFormatter->IsCompatible( nOldType, nNewType ); in isTypeCompatible()
|
H A D | numfmuno.hxx | 156 virtual sal_Bool SAL_CALL isTypeCompatible( sal_Int16 nOldType, sal_Int16 nNewType )
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 2610 sal_Int32 nOldType = 0; in implSelect() local 2611 xRowSetProps->getPropertyValue(PROPERTY_COMMAND_TYPE) >>= nOldType; in implSelect() 2639 || ( nOldType != nCommandType ) in implSelect()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2764 short nOldType = pOldEntry->GetType(); in ChangeNumFmtDecimals() local 2765 if ( 0 == ( nOldType & ( in ChangeNumFmtDecimals()
|
Completed in 425 milliseconds