/aoo41x/main/sw/source/ui/utlui/ |
H A D | numfmtlb.cxx | 70 short nFormatType, sal_uLong nDefFmt, in NumFormatListBox() argument 82 Init(nFormatType, bUsrFmts); in NumFormatListBox() 90 const ResId& rResId, short nFormatType, in NumFormatListBox() argument 102 Init(nFormatType, bUsrFmts); in NumFormatListBox() 124 SetFormatType(nFormatType); in Init() 178 switch( nFormatType ) in SetFormatType() 263 || nFormatType == NUMBERFORMAT_UNDEFINED ) in SetFormatType() 265 else if( nFormatType == NUMBERFORMAT_TEXT ) in SetFormatType() 279 nFormatType, eCurLanguage ) ) in SetFormatType() 293 nCurrFormatType = nFormatType; in SetFormatType() [all …]
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | docfilt.hxx | 51 SfxFilterFlags nFormatType; member in SfxFilter 64 SfxFilterFlags nFormatType, 73 bool IsAllowedAsTemplate() const { return nFormatType & SFX_FILTER_TEMPLATE; } in IsAllowedAsTemplate() 74 bool IsOwnFormat() const { return nFormatType & SFX_FILTER_OWN; } in IsOwnFormat() 75 bool IsOwnTemplateFormat() const { return nFormatType & SFX_FILTER_TEMPLATEPATH; } in IsOwnTemplateFormat() 76 bool IsAlienFormat() const { return nFormatType & SFX_FILTER_ALIEN; } in IsAlienFormat() 77 bool CanImport() const { return nFormatType & SFX_FILTER_IMPORT; } in CanImport() 78 bool CanExport() const { return nFormatType & SFX_FILTER_EXPORT; } in CanExport() 79 bool IsInternal() const { return nFormatType & SFX_FILTER_INTERNAL; } in IsInternal() 80 SfxFilterFlags GetFilterFlags() const { return nFormatType; } in GetFilterFlags()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | numfmtlb.hxx | 47 SW_DLLPRIVATE double GetDefValue(const short nFormatType) const; 48 SW_DLLPRIVATE void Init(short nFormatType, sal_Bool bUsrFmts); 53 short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0, 57 short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0, 66 void SetFormatType(const short nFormatType);
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell.cxx | 633 nFormatType( NUMBERFORMAT_NUMBER ), in ScFormulaCell() 663 nFormatType( NUMBERFORMAT_NUMBER ), in ScFormulaCell() 695 nFormatType( NUMBERFORMAT_NUMBER ), in ScFormulaCell() 716 nFormatType = aComp.GetNumFormatType(); in ScFormulaCell() 737 nFormatType( rCell.nFormatType ), in ScFormulaCell() 982 nFormatType = aComp.GetNumFormatType(); in CompileTokenArray() 1029 nFormatType = aComp.GetNumFormatType(); in CompileXML() 1069 nFormatType = aComp.GetNumFormatType(); in CalcAfterLoad() 1624 nFormatType = p->GetRetFormatType(); in InterpretTail() 1692 && nFormatType != NUMBERFORMAT_DATE in InterpretTail() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | cell.hxx | 298 short nFormatType; // Number format type set by calculation member in ScFormulaCell 426 short GetFormatType() const { return nFormatType; } in GetFormatType() 429 { nType = nFormatType; nIndex = nFormatIndex; } in GetFormatInfo()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 783 sal_uInt16 nFormatType = rParent.GetType(); in lcl_ValidChar() local 788 if ( ( nFormatType == XML_TOK_STYLES_NUMBER_STYLE || in lcl_ValidChar() 789 nFormatType == XML_TOK_STYLES_CURRENCY_STYLE || in lcl_ValidChar() 790 nFormatType == XML_TOK_STYLES_PERCENTAGE_STYLE ) && in lcl_ValidChar() 814 if ( nFormatType == XML_TOK_STYLES_PERCENTAGE_STYLE && cChar == '%' ) in lcl_ValidChar() 818 if ( ( nFormatType == XML_TOK_STYLES_NUMBER_STYLE || in lcl_ValidChar() 819 nFormatType == XML_TOK_STYLES_CURRENCY_STYLE || in lcl_ValidChar() 820 nFormatType == XML_TOK_STYLES_PERCENTAGE_STYLE ) && in lcl_ValidChar()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XNumberFormatCode.idl | 50 @param nFormatType 56 NumberFormatCode getDefault( [in] short nFormatType,
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 89 …d lclSetValue( const XclImpRoot& rRoot, const ScAddress& rScPos, double fValue, short nFormatType ) in lclSetValue() argument 93 …sal_uInt32 nScNumFmt = rRoot.GetFormatter().GetStandardFormat( nFormatType, rRoot.GetDocLanguage()… in lclSetValue() 116 short nFormatType = ((fFrac == 0.0) && (fInt != 0.0)) ? NUMBERFORMAT_DATE : in WriteToSource() local 118 lclSetValue( rRoot, rScPos, fValue, nFormatType ); in WriteToSource()
|
H A D | xetable.cxx | 822 short nFormatType = mrScFmlaCell.GetFormatType(); in XclExpFormulaCell() local 824 (nFormatType != NUMBERFORMAT_LOGICAL) && in XclExpFormulaCell() 825 (nFormatType != NUMBERFORMAT_TEXT) ) in XclExpFormulaCell() 829 else if( (nFormatType == NUMBERFORMAT_LOGICAL) && in XclExpFormulaCell() 836 if( nFormatType == NUMBERFORMAT_TEXT ) in XclExpFormulaCell()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | numberformatcodewrapper.hxx | 65 …::com::sun::star::i18n::NumberFormatCode getDefault( sal_Int16 nFormatType, sal_Int16 nFormatUsage…
|
/aoo41x/main/i18npool/inc/ |
H A D | numberformatcode.hxx | 47 …virtual ::com::sun::star::i18n::NumberFormatCode SAL_CALL getDefault( sal_Int16 nFormatType, sal_I…
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 65 nFormatType(nType), in DBG_NAME()
|
/aoo41x/main/svx/source/form/ |
H A D | fmsrcimp.cxx | 334 …sal_Int16 nFormatType = ::comphelper::getNumberFormatType(xNumberFormats, fiCurrent.nFormatKey) & … in BuildAndInsertFieldInfo() local 335 fiCurrent.bDoubleHandling = (nFormatType != ::com::sun::star::util::NumberFormat::TEXT); in BuildAndInsertFieldInfo()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 1070 pFilter->nFormatType = nFlags; in ReadSingleFilter_Impl() 1137 pFilter->nFormatType |= SFX_FILTER_NOTINSTALLED; in ReadFilters_Impl()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 188 void SetNumberFormat( short nFormatType, sal_uLong nAdd = 0 );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2644 void ScViewFunc::SetNumberFormat( short nFormatType, sal_uLong nAdd ) in SetNumberFormat() argument 2672 nNumberFormat = pNumberFormatter->GetStandardFormat( nFormatType, eLanguage ) + nAdd; in SetNumberFormat()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 6321 short nFormatType = 0; in InputEnglishString() local 6323 … EMPTY_STRING, formula::FormulaGrammar::GRAM_PODF_A1, &nFormatType ); in InputEnglishString() 6326 if ( ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 && nFormatType != 0 ) in InputEnglishString() 6329 … sal_uInt32 nNewFormat = ScGlobal::GetStandardFormat( *pFormatter, nOldFormat, nFormatType ); in InputEnglishString()
|