Home
last modified time | relevance | path

Searched refs:nOldType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/adabas/
H A DBTable.cxx148 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()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx199 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()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx318 sal_uInt16 nOldType = 0; in IMPL_LINK() local
323 nOldType = aFormatLB.GetFormatType(); in IMPL_LINK()
346 if (nOldType != nNewType) in IMPL_LINK()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx180 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()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1372 short nOldType = pOldFormat->GetType() & ~NUMBERFORMAT_DEFINED; in SetString() local
1373 … if ( nOldType == NUMBERFORMAT_NUMBER || nOldType == NUMBERFORMAT_DATE || in SetString()
1374nOldType == NUMBERFORMAT_TIME || nOldType == NUMBERFORMAT_LOGICAL ) in SetString()
1377 nOldType, pOldFormat->GetLanguage() ) ) in SetString()
H A Dcolumn.cxx470 short nOldType = pFormatter->GetType( nFormat ); in ApplyPatternIfNumberformatIncompatible() local
471 if ( nOldType == nNewType || pFormatter->IsCompatible( nOldType, nNewType ) ) in ApplyPatternIfNumberformatIncompatible()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx429 sal_Int16 nOldType = ::comphelper::getINT16( in setBooleanFormat() local
431 if ( nOldType & NumberFormat::LOGICAL ) in setBooleanFormat()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl82 boolean isTypeCompatible( [in] short nOldType,
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx656 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 Dnumfmuno.hxx156 virtual sal_Bool SAL_CALL isTypeCompatible( sal_Int16 nOldType, sal_Int16 nNewType )
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2611 sal_Int32 nOldType = 0; in implSelect() local
2612 xRowSetProps->getPropertyValue(PROPERTY_COMMAND_TYPE) >>= nOldType; in implSelect()
2640 || ( nOldType != nCommandType ) in implSelect()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2764 short nOldType = pOldEntry->GetType(); in ChangeNumFmtDecimals() local
2765 if ( 0 == ( nOldType & ( in ChangeNumFmtDecimals()

Completed in 121 milliseconds