Home
last modified time | relevance | path

Searched refs:rNumFormat (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/
H A Dzforauto.hxx48 inline int operator==(const ScNumFormatAbbrev& rNumFormat) const in operator ==()
50 return ((sFormatstring == rNumFormat.sFormatstring) in operator ==()
51 && (eLnge == rNumFormat.eLnge) in operator ==()
52 && (eSysLnge == rNumFormat.eSysLnge)); in operator ==()
54 inline ScNumFormatAbbrev& operator=(const ScNumFormatAbbrev& rNumFormat) in operator =() argument
56 sFormatstring = rNumFormat.sFormatstring; in operator =()
57 eLnge = rNumFormat.eLnge; in operator =()
58 eSysLnge = rNumFormat.eSysLnge; in operator =()
H A Dautoform.hxx154 void SetNumFormat( const ScNumFormatAbbrev& rNumFormat ) { aNumFormat = rNumFormat; } in SetNumFormat() argument
248 …tFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat );
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx686 ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)rField.GetNumFormat(); in FillToItemSet() local
688 aValueFormat.SetValue( rNumFormat.GetFormatIndex( *rDoc.GetFormatTable() ) ); in FillToItemSet()
690 rItemSet.Put( SvxLanguageItem( rNumFormat.GetLanguage(), ATTR_LANGUAGE_FORMAT ) ); in FillToItemSet()
755 …etFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat ) in GetFromItemSet() argument
759 rField.SetNumFormat ( rNumFormat); in GetFromItemSet()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx659 … ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)pCurData->GetNumFormat( (sal_uInt16) nNum ); in DrawString() local
660 nNum = rNumFormat.GetFormatIndex( *pNumFmt ); in DrawString()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx390 const ::rtl::OUString& rNumFormat,

Completed in 45 milliseconds