Home
last modified time | relevance | path

Searched refs:GetFormatIndex (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/editeng/source/items/
H A Dflditem.cxx290 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYSTEM_SHORT, eLang ); in GetFormatted()
294 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYSTEM_LONG, eLang ); in GetFormatted()
298 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYS_DDMMYY, eLang ); in GetFormatted()
302 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYS_DDMMYYYY, eLang ); in GetFormatted()
306 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYS_DMMMYYYY, eLang ); in GetFormatted()
310 nFormatKey = rFormatter.GetFormatIndex( NF_DATE_SYS_DMMMMYYYY, eLang ); in GetFormatted()
639 nFormatKey = rFormatter.GetFormatIndex( NF_TIME_HHMMAMPM, eLang ); in GetFormatted()
654 nFormatKey = rFormatter.GetFormatIndex( NF_TIME_HHMM, eLang ); in GetFormatted()
657 nFormatKey = rFormatter.GetFormatIndex( NF_TIME_HH_MMSS00, eLang ); in GetFormatted()
660 nFormatKey = rFormatter.GetFormatIndex( NF_TIME_HHMMSSAMPM, eLang ); in GetFormatted()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx247 sal_uLong nSysNumFmt = pFormatter->GetFormatIndex( in SetFormatType()
249 sal_uLong nSysShortDateFmt = pFormatter->GetFormatIndex( in SetFormatType()
251 sal_uLong nSysLongDateFmt = pFormatter->GetFormatIndex( in SetFormatType()
256 nFormat = pFormatter->GetFormatIndex( in SetFormatType()
260 if( nFormat == pFormatter->GetFormatIndex( NF_NUMBER_STANDARD, in SetFormatType()
357 sal_uLong nSysNumFmt = pFormatter->GetFormatIndex( NF_NUMBER_SYSTEM, eCurLanguage); in SetDefFormat()
358 sal_uLong nSysShortDateFmt = pFormatter->GetFormatIndex( NF_DATE_SYSTEM_SHORT, eCurLanguage); in SetDefFormat()
359 sal_uLong nSysLongDateFmt = pFormatter->GetFormatIndex( NF_DATE_SYSTEM_LONG, eCurLanguage); in SetDefFormat()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx580 sal_uInt16 ScAutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex() function in ScAutoFmtPreview
596 …return *static_cast< const SvxBoxItem* >( pCurData->GetItem( GetFormatIndex( nCol, nRow ), ATTR_BO… in GetBoxItem()
602 …return *static_cast< const SvxLineItem* >( pCurData->GetItem( GetFormatIndex( nCol, nRow ), bTLBR … in GetDiagItem()
660 nNum = rNumFormat.GetFormatIndex( *pNumFmt ); in DrawString()
671 sal_uInt16 nFmtIndex = GetFormatIndex( nCol, nRow ); in DrawString()
810 pCurData->GetItem( GetFormatIndex( nCol, nRow ), ATTR_BACKGROUND ) ); in DrawBackground()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1689 nIndex = pFormatter->GetFormatIndex( NF_NUMBER_SYSTEM, nFormatLang ); in CreateAndInsert()
1695 nIndex = pFormatter->GetFormatIndex( NF_BOOLEAN, nFormatLang ); in CreateAndInsert()
1710 nIndex = pFormatter->GetFormatIndex( eFormat, nFormatLang ); in CreateAndInsert()
1754 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, nFormatLang ); in CreateAndInsert()
1756 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_DDMMYY, nFormatLang ); in CreateAndInsert()
1769 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNNNDMMMMYYYY, nFormatLang ); in CreateAndInsert()
1771 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNDMMMMYYYY, nFormatLang ); in CreateAndInsert()
1774 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNDMMMYY, nFormatLang ); in CreateAndInsert()
1798 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMYYYY, nFormatLang ); in CreateAndInsert()
1806 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMMYYYY, nFormatLang ); in CreateAndInsert()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx111 sal_uInt8 GetFormatIndex( size_t nCol, size_t nRow ) const;
672 sal_uInt8 AutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex() function in AutoFmtPreview
687 return aCurData.GetBoxFmt( GetFormatIndex( nCol, nRow ) ).GetBox(); in GetBoxItem()
759 sal_uInt8 nFmtIndex = GetFormatIndex( nCol, nRow ); in DrawString()
890 … SvxBrushItem aBrushItem( aCurData.GetBoxFmt( GetFormatIndex( nCol, nRow ) ).GetBackground() ); in DrawBackground()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1223 F_Index = GetFormatIndex( NF_TIME_HH_MMSS00, ActLnge ); in IsNumberFormat()
1225 F_Index = GetFormatIndex( NF_TIME_MMSS00, ActLnge ); in IsNumberFormat()
1228 F_Index = GetFormatIndex( NF_TIME_HH_MMSS, ActLnge ); in IsNumberFormat()
1417 nFIndex == GetFormatIndex( NF_TIME_MMSS00, eLnge ) || in IsSpecialStandardFormat()
1418 nFIndex == GetFormatIndex( NF_TIME_HH_MMSS00, eLnge ) || in IsSpecialStandardFormat()
1419 nFIndex == GetFormatIndex( NF_TIME_HH_MMSS, eLnge ) in IsSpecialStandardFormat()
1454 return GetFormatIndex( NF_TIME_HH_MMSS00, eLnge ); in GetStandardFormat()
1456 return GetFormatIndex( NF_TIME_MMSS00, eLnge ); in GetStandardFormat()
1461 return GetFormatIndex( NF_TIME_HH_MMSS, eLnge ); in GetStandardFormat()
1501 nKey = GetFormatIndex( NF_DATE_SYS_DDMMYYYY, eLang ); in GetInputLineString()
[all …]
H A Dnumfmuno.cxx648 nRet = pFormatter->GetFormatIndex( (NfIndexTableOffset)nIndex, eLang ); in getFormatIndex()
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx68 ChangeFormat(pFormatter->GetFormatIndex(NF_DATE_SYSTEM_SHORT, GetLanguage())); in SwDateTimeField()
70 ChangeFormat(pFormatter->GetFormatIndex(NF_TIME_HHMMSS, GetLanguage())); in SwDateTimeField()
/trunk/main/sw/source/core/sw3io/
H A Dsw3convert.cxx312 rFmt = pFormatter->GetFormatIndex(pOldFmt[i].eFormatIdx, LANGUAGE_SYSTEM); in sw3io_ConvertFromOldField()
417 sal_uLong nKey = pFormatter->GetFormatIndex( in sw3io_ConvertToOldField()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx376 nFormat = pFormatter->GetFormatIndex( NF_DATE_SYSTEM_SHORT, eLang); in IMPL_LINK()
378 … nFormat = pFormatter->GetFormatIndex( NF_TIME_HHMM, eLang); in IMPL_LINK()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx701 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithFormats_Impl()
747 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithDateTime_Impl()
835 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithSysCurrencys()
1688 nCurFormatKey=pFormatter->GetFormatIndex( in SetCurrencySymbol()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx370 nNumFmt = pFormatter->GetFormatIndex( in NewField()
378 nNumFmt = pFormatter->GetFormatIndex( pFmtTbl[i].eFmt, in NewField()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx768 nIndex = aFormatter.GetFormatIndex( pInfo->meOffset, eLangType ); in Format()
783 nIndex = aFormatter.GetFormatIndex( NF_DATE_SYSTEM_SHORT, eLangType ); in Format()
/trunk/main/sc/inc/
H A Dzforauto.hxx47 sal_uLong GetFormatIndex( SvNumberFormatter& rFormatter);
H A Dcell.hxx427 sal_uLong GetFormatIndex() const { return nFormatIndex; } in GetFormatIndex() function in ScFormulaCell
/trunk/main/sc/source/core/tool/
H A Dzforauto.cxx95 sal_uLong ScNumFormatAbbrev::GetFormatIndex( SvNumberFormatter& rFormatter) in GetFormatIndex() function in ScNumFormatAbbrev
H A Dautoform.cxx688 aValueFormat.SetValue( rNumFormat.GetFormatIndex( *rDoc.GetFormatTable() ) ); in FillToItemSet()
/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx167 SC_DLLPRIVATE sal_uInt16 GetFormatIndex( size_t nCol, size_t nRow ) const;
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1952 m_aNumberFormatter ).GetFormatIndex( NF_NUMBER_SYSTEM ); in IsLineValid()
1955 m_aNumberFormatter).GetFormatIndex( NF_DATE_SYS_DDMMYYYY ); in IsLineValid()
2123 sal_uInt32 nIndex = m_aNumberFormatter.GetFormatIndex( NF_NUMBER_SYSTEM ); in AddLine()
2276 m_aNumberFormatter ).GetFormatIndex( NF_NUMBER_SYSTEM ); in GetCustomProperties()
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx171 return pFormatter->GetFormatIndex( eIdx, LANGUAGE_SYSTEM ); in GetNumberFormatByIdx()
H A Ddpgroup.cxx446 … sal_uLong nFormat = pFormatter->GetFormatIndex( NF_DATE_SYS_DDMMM, ScGlobal::eLnge ); in lcl_GetDateGroupName()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx578 sal_uLong nIndex = pFormatter->GetFormatIndex(NF_DATE_SYSTEM_SHORT, nLang); in GetWordDefaultDateStringAsUS()
1804 nFormat = rDoc.GetNumberFormatter()->GetFormatIndex( in Read_F_DateTime()
1810 nFormat = rDoc.GetNumberFormatter()->GetFormatIndex( in Read_F_DateTime()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx635 sal_uInt32 GetFormatIndex( NfIndexTableOffset, LanguageType eLnge = LANGUAGE_DONTKNOW );
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx673 sal_uInt32 nfIndex = pNumForm->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, LANGUAGE_SYSTEM ); in SetAnnotation()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx712 pFormatter->GetFormatIndex(NF_TEXT, LANGUAGE_SYSTEM))); in Execute()

Completed in 233 milliseconds

12