| /aoo4110/main/svtools/source/control/ | 
| H A D | fmtfield.cxx | 353 	,m_nFormatKey(0)				\372 		m_nFormatKey = nFormatKey;  in FormattedField()
 386 		m_nFormatKey = nFormatKey;  in FormattedField()
 434 	if (ImplGetFormatter()->IsTextFormat(m_nFormatKey))  in SetTextFormatted()
 615 	m_nFormatKey = nFormatKey;  in ImplSetFormatKey()
 621 		m_nFormatKey = nFormatKey;  in ImplSetFormatKey()
 658 			m_nFormatKey = 0;  in SetFormatter()
 677 			m_nFormatKey = nDestKey;  in SetFormatter()
 710 	if (nNewKey != m_nFormatKey)  in SetFormat()
 718 	DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey),  in GetThousandsSep()
 [all …]
 
 | 
| /aoo4110/main/connectivity/source/commontools/ | 
| H A D | formattedcolumnvalue.cxx | 84         sal_Int32                       m_nFormatKey;  member95             ,m_nFormatKey( 0 )  in FormattedColumnValue_Data()
 112             _rData.m_nFormatKey = 0;  in lcl_clear_nothrow()
 170 …  bHaveFieldFormat = ( _rxColumn->getPropertyValue( sFormatKeyProperty ) >>= _rData.m_nFormatKey );  in lcl_initColumnDataValue_nothrow()
 178 …               _rData.m_nFormatKey = getDefaultNumberFormat( _rxColumn, xNumTypes, aSystemLocale );  in lcl_initColumnDataValue_nothrow()
 182 …= ::comphelper::getNumberFormatType( xNumberFormatsSupp->getNumberFormats(), _rData.m_nFormatKey );  in lcl_initColumnDataValue_nothrow()
 257         return m_pData->m_nFormatKey;  in getFormatKey()
 302 …_rFormattedStringValue, m_pData->m_nFormatKey, ::sal::static_int_cast< sal_Int16 >( m_pData->m_nFi…  in setFormattedValue()
 328 …ata->m_xColumn, m_pData->m_xFormatter, m_pData->m_aNullDate, m_pData->m_nFormatKey, m_pData->m_nKe…  in getFormattedValue()
 
 | 
| /aoo4110/main/dbaccess/source/ui/tabledesign/ | 
| H A D | FieldDescriptions.cxx | 80     ,m_nFormatKey(0)  in DBG_NAME()106     ,m_nFormatKey(rDescr.m_nFormatKey)  in OFieldDescription()
 128 	,m_nFormatKey(0)  in OFieldDescription()
 454 			m_nFormatKey = _rFormatKey;  in SetFormatKey()
 606 		return m_nFormatKey;  in GetFormatKey()
 
 | 
| /aoo4110/main/reportdesign/source/core/api/ | 
| H A D | FormattedField.cxx | 64 ,m_nFormatKey(0)  in DBG_NAME()76 ,m_nFormatKey(0)  in OFormattedField()
 162         m_nFormatKey = 0;  in setPropertyValue()
 253     return m_nFormatKey;  in getFormatKey()
 258     set(PROPERTY_FORMATKEY,_formatkey,m_nFormatKey);  in setFormatKey()
 
 | 
| /aoo4110/main/svtools/source/table/ | 
| H A D | cellvalueconversion.cxx | 149             :m_nFormatKey( 0 )  in StandardFormatNormalizer()156 …        m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() );  in StandardFormatNormalizer()
 166             return m_nFormatKey;  in getFormatKey()
 170         ::sal_Int32 m_nFormatKey;
 
 | 
| /aoo4110/main/connectivity/source/parse/ | 
| H A D | sqlnode.cxx | 981 						if (m_xFormatter.is() && m_nFormatKey)  in buildLikeRule()1069 	    if (m_nFormatKey)  in buildNode_STR_NUM()
 1168 …ropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_FORMATKEY)) >>= m_nFormatKey;  in predicateTree()
 1170 				m_nFormatKey = 0;  in predicateTree()
 1180 		if (m_nFormatKey && m_xFormatter.is())  in predicateTree()
 1254 		m_nFormatKey = 0;  in predicateTree()
 1275 		m_nFormatKey = 0;  in predicateTree()
 1293 	,m_nFormatKey(0)  in OSQLParser()
 1504 		if ( !m_nFormatKey && xFormatTypes.is() )  in extractDate()
 1505 			m_nFormatKey = ::dbtools::getDefaultNumberFormat( m_xField, xFormatTypes, m_pData->aLocale );  in extractDate()
 [all …]
 
 | 
| /aoo4110/main/svtools/inc/svtools/ | 
| H A D | fmtfield.hxx | 88 	sal_uLong				m_nFormatKey;  member in FormattedField145 	sal_uLong	GetFormatKey() const				{ return m_nFormatKey; }  in GetFormatKey()
 
 | 
| /aoo4110/main/dbaccess/source/ui/inc/ | 
| H A D | FieldDescriptions.hxx | 70 		sal_Int32			m_nFormatKey;  member in dbaui::OFieldDescription
 | 
| /aoo4110/main/connectivity/inc/connectivity/ | 
| H A D | sqlparse.hxx | 165 		sal_Int32					m_nFormatKey;	// numberformat, which should be used  member in connectivity::OSQLParser
 | 
| /aoo4110/main/svx/source/inc/ | 
| H A D | gridcell.hxx | 89 	sal_Int32				m_nFormatKey;  member in DbGridColumn111         ,m_nFormatKey(0)  in DbGridColumn()
 145 	sal_Int32	GetKey() const {return m_nFormatKey;}  in GetKey()
 
 | 
| /aoo4110/main/reportdesign/source/core/inc/ | 
| H A D | FormattedField.hxx | 54         ::sal_Int32                                     m_nFormatKey;
 | 
| /aoo4110/main/svx/source/fmcomp/ | 
| H A D | gridcell.cxx | 151         xField->getPropertyValue(FM_PROP_FORMATKEY) >>= m_nFormatKey;  in CreateControl()331     m_nFormatKey = 0;  in Clear()
 
 |