Searched refs:aNumFormat (Results 1 – 3 of 3) sorted by relevance
115 ScNumFormatAbbrev aNumFormat; member in ScAutoFormatDataField122 const ScNumFormatAbbrev& GetNumFormat() const { return aNumFormat; } in GetNumFormat()154 void SetNumFormat( const ScNumFormatAbbrev& rNumFormat ) { aNumFormat = rNumFormat; } in SetNumFormat()
291 aNumFormat( rCopy.aNumFormat ) in ScAutoFormatDataField()379 aNumFormat.Load( rStream, eCharSet ); in Load()400 aNumFormat.Load(rStream, rStream.GetStreamCharSet()); in LoadOld()473 aNumFormat.Save( rStream, RTL_TEXTENCODING_UTF8 ); in Save()
1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr() local1789 rData.GetFromItemSet( nIndex, GetPattern( nCol, nRow )->GetItemSet(), aNumFormat ); in GetAutoFormatAttr()
Completed in 19 milliseconds