Lines Matching refs:nFormatKey
1737 sal_Int32 nFormatKey = 0; in impl_initializeColumnSettings_nothrow() local
1740 _rxTemplateColumn->getPropertyValue( PROPERTY_NUMBERFORMAT ) >>= nFormatKey; in impl_initializeColumnSettings_nothrow()
1743 if ( !nFormatKey && m_xNumberFormatTypes.is() ) in impl_initializeColumnSettings_nothrow()
1744 …nFormatKey = ::dbtools::getDefaultNumberFormat( _rxTemplateColumn, m_xNumberFormatTypes, SvtSysLoc… in impl_initializeColumnSettings_nothrow()
1745 _rxRowSetColumn->setPropertyValue( PROPERTY_NUMBERFORMAT, makeAny( nFormatKey ) ); in impl_initializeColumnSettings_nothrow()
1854 sal_Int32 nFormatKey = 0; in execute_NoApprove_NoNewConn() local
1905 nFormatKey = 0; in execute_NoApprove_NoNewConn()
1907 … nFormatKey = ::dbtools::getDefaultNumberFormat(pColumn,m_xNumberFormatTypes,aLocale); in execute_NoApprove_NoNewConn()
1910 … pColumn->setFastPropertyValue_NoBroadcast(PROPERTY_ID_NUMBERFORMAT,makeAny(nFormatKey)); in execute_NoApprove_NoNewConn()
2861 sal_Int32 nFormatKey = 0; in ORowSetClone() local
2862 xColumn->getPropertyValue(PROPERTY_NUMBERFORMAT) >>= nFormatKey; in ORowSetClone()
2863 if(!nFormatKey && xColumn.is() && m_xNumberFormatTypes.is()) in ORowSetClone()
2864 … nFormatKey = ::dbtools::getDefaultNumberFormat(xColumn,m_xNumberFormatTypes,aLocale); in ORowSetClone()
2865 pColumn->setFastPropertyValue_NoBroadcast(PROPERTY_ID_NUMBERFORMAT,makeAny(nFormatKey)); in ORowSetClone()