Home
last modified time | relevance | path

Searched refs:nNumberFormat (Results 26 – 48 of 48) sorted by relevance

12

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp_impl.hxx214 virtual void addDataStyle(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat = sal_False );
217 …virtual rtl::OUString getDataStyleName(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat = sal_F…
H A Dsdxmlexp.cxx2695 void SdXMLExport::addDataStyle(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat ) in addDataStyle() argument
2697 sal_Int32 nFormat = nNumberFormat; in addDataStyle()
2698 if( (nNumberFormat > 1) && (nNumberFormat <= 0x0f) ) in addDataStyle()
2741 OUString SdXMLExport::getDataStyleName(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat ) const in getDataStyleName() argument
2745 return SdXMLNumberStylesExporter::getTimeStyleName( nNumberFormat ); in getDataStyleName()
2749 return SdXMLNumberStylesExporter::getDateStyleName( nNumberFormat ); in getDataStyleName()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1068 sal_Int32 nNumberFormat = -1; in lcl_switchToDateCategories() local
1069 xAxisProps->getPropertyValue( C2U("NumberFormat") ) >>= nNumberFormat; in lcl_switchToDateCategories()
1077 xKeyProps = xNumberFormats->getByKey( nNumberFormat ); in lcl_switchToDateCategories()
1161 bool DiagramHelper::isDateNumberFormat( sal_Int32 nNumberFormat, const Reference< util::XNumberForm… in isDateNumberFormat() argument
1167 Reference< beans::XPropertySet > xKeyProps = xNumberFormats->getByKey( nNumberFormat ); in isDateNumberFormat()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx258 sal_Int16 nNumberFormat = ConversionHelper::ConvertNumberingType(m_nNFC); in GetLevelProperties() local
260 aNumberingProperties.push_back( MAKE_PROPVAL(PROP_NUMBERING_TYPE, nNumberFormat )); in GetLevelProperties()
266 if( nNumberFormat == style::NumberingType::CHAR_SPECIAL && m_sBulletChar.getLength() ) in GetLevelProperties()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1290 sal_Int32 nNumberFormat = 0; in exportAutoStyle() local
1292 nNumberFormat = _xParentFormattedField->getFormatKey(); in exportAutoStyle()
1294 nNumberFormat = xFormattedField->getFormatKey(); in exportAutoStyle()
1297 addDataStyle(nNumberFormat); in exportAutoStyle()
1298 …PropertyState aNumberStyleState( nStyleMapIndex, uno::makeAny( getDataStyleName(nNumberFormat) ) ); in exportAutoStyle()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2654 sal_uInt32 nNumberFormat = 0; in SetNumberFormat() local
2672 nNumberFormat = pNumberFormatter->GetStandardFormat( nFormatType, eLanguage ) + nAdd; in SetNumberFormat()
2675 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNumberFormat ) ); in SetNumberFormat()
2705 sal_uInt32 nNumberFormat = pFormatter->GetEntryKey( rCode, eLanguage ); in SetNumFmtByStr() local
2706 if ( nNumberFormat == NUMBERFORMAT_ENTRY_NOT_FOUND ) in SetNumFmtByStr()
2713 bOk = pFormatter->PutEntry( aFormat, nErrPos, nType, nNumberFormat, eLanguage ); in SetNumFmtByStr()
2720 rSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNumberFormat ) ); in SetNumFmtByStr()
H A Dformatsh.cxx2369 sal_uInt32 nNumberFormat = ((const SfxUInt32Item&)rAttrSet.Get(ATTR_VALUE_FORMAT)).GetValue(); in GetNumFormatState() local
2375 … pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes); in GetNumFormatState()
2408 … sal_uInt32 nNumberFormat = pTabViewShell->GetSelectionPattern()->GetNumberFormat( pFormatter ); in GetNumFormatState() local
2409 const SvNumberformat* pFormatEntry = pFormatter->GetEntry( nNumberFormat ); in GetNumFormatState()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx978 sal_Int32 nNumberFormat = 0; in lcl_exportNumberFormat() local
980 if( (aNumAny >>= nNumberFormat) && (nNumberFormat != -1) ) in lcl_exportNumberFormat()
981 rExport.addDataStyle( nNumberFormat ); in lcl_exportNumberFormat()
3143 sal_Int32 nNumberFormat = 0; in exportRegressionCurve() local
3145 … OUString( RTL_CONSTASCII_USTRINGPARAM( "NumberFormat" ))) >>= nNumberFormat ) && in exportRegressionCurve()
3146 nNumberFormat != -1 ) in exportRegressionCurve()
3148 mrExport.addDataStyle( nNumberFormat ); in exportRegressionCurve()
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx43 sal_uInt32 nNumberFormat = pDocument->GetNumberFormat( ScAddress( nCol, nRow, nTab ) ); in lcl_hasValueDataButNoDates() local
44 short nType = pDocument->GetFormatTable()->GetType(nNumberFormat); in lcl_hasValueDataButNoDates()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1156 sal_uInt32 nNumberFormat=0; in isDateString() local
1158 …vNumberFormatter && pSvNumberFormatter->IsNumberFormat( aInputString, nNumberFormat, fOutDateValue… in isDateString()
1164 if( DiagramHelper::isDateNumberFormat( nNumberFormat, xNumberFormats ) ) in isDateString()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx224 sal_Int32 nNumberFormat, in DataPointItemConverter() argument
233 m_nNumberFormat(nNumberFormat), in DataPointItemConverter()
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx239 …sal_Int32 nNumberFormat=ExplicitValueProvider::getExplicitNumberFormatKeyForDataLabel( xObjectProp… in createItemConverter() local
248 nNumberFormat, nPercentNumberFormat ); in createItemConverter()
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx1499 sal_Int32 nNumberFormat(0); in setPropertyValue() local
1500 if (rValue >>= nNumberFormat) in setPropertyValue()
1502 pMeta->SetNumberFormat(static_cast<sal_uInt32>(nNumberFormat)); in setPropertyValue()
/trunk/main/chart2/source/controller/inc/
H A DDataPointItemConverter.hxx71 sal_Int32 nNumberFormat=0,
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx438 virtual void addDataStyle(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat = sal_False );
441 …virtual rtl::OUString getDataStyleName(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat = sal_F…
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1953 void SvXMLExport::addDataStyle(const sal_Int32 nNumberFormat, sal_Bool /*bTimeFormat*/ ) in addDataStyle() argument
1956 mpNumExport->SetUsed(nNumberFormat); in addDataStyle()
1974 OUString SvXMLExport::getDataStyleName(const sal_Int32 nNumberFormat, sal_Bool /*bTimeFormat*/ ) co… in getDataStyleName() argument
1978 sTemp = mpNumExport->GetStyleName(nNumberFormat); in getDataStyleName()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1219 sal_Int32 nNumberFormat = -1; in exportAutoStyle() local
1220 if ( aItr->maValue >>= nNumberFormat ) in exportAutoStyle()
1221 addDataStyle(nNumberFormat); in exportAutoStyle()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.hxx99 sal_Int32 nNumberFormat; member in XMLTableStyleContext
H A DXMLExportIterator.hxx313 sal_Int32 nNumberFormat; member
H A Dxmlimprt.hxx959 …sal_Bool IsCurrencySymbol(const sal_Int32 nNumberFormat, const rtl::OUString& sCurrencySymbol, con…
H A DXMLExportIterator.cxx878 bIsAutoStyle, aCell.nValidationIndex, aCell.nNumberFormat, nRemoveBeforeRow); in GetNext()
/trunk/main/chart2/source/inc/
H A DDiagramHelper.hxx250 …static bool isDateNumberFormat( sal_Int32 nNumberFormat, const ::com::sun::star::uno::Reference< :…
/trunk/main/sc/inc/
H A Ddocument.hxx1205 SC_DLLPUBLIC sal_uInt8 GetCellScriptType( ScBaseCell* pCell, sal_uLong nNumberFormat );

Completed in 194 milliseconds

12