Searched refs:rNumFormat (Results 1 – 5 of 5) sorted by relevance
48 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 =() argument56 sFormatstring = rNumFormat.sFormatstring; in operator =()57 eLnge = rNumFormat.eLnge; in operator =()58 eSysLnge = rNumFormat.eSysLnge; in operator =()
154 void SetNumFormat( const ScNumFormatAbbrev& rNumFormat ) { aNumFormat = rNumFormat; } in SetNumFormat() argument248 …tFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat );
686 ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)rField.GetNumFormat(); in FillToItemSet() local688 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() argument759 rField.SetNumFormat ( rNumFormat); in GetFromItemSet()
659 … ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)pCurData->GetNumFormat( (sal_uInt16) nNum ); in DrawString() local660 nNum = rNumFormat.GetFormatIndex( *pNumFmt ); in DrawString()
390 const ::rtl::OUString& rNumFormat,
Completed in 34 milliseconds