Searched refs:ScNumFormatAbbrev (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | zforauto.cxx | 39 ScNumFormatAbbrev::ScNumFormatAbbrev() : in ScNumFormatAbbrev() function in ScNumFormatAbbrev 46 ScNumFormatAbbrev::ScNumFormatAbbrev(const ScNumFormatAbbrev& aFormat) : in ScNumFormatAbbrev() function in ScNumFormatAbbrev 53 ScNumFormatAbbrev::ScNumFormatAbbrev(sal_uLong nFormat, in ScNumFormatAbbrev() function in ScNumFormatAbbrev 59 void ScNumFormatAbbrev::Load( SvStream& rStream, CharSet eByteStrSet ) in Load() 70 void ScNumFormatAbbrev::Save( SvStream& rStream, CharSet eByteStrSet ) const in Save() 76 void ScNumFormatAbbrev::PutFormatIndex(sal_uLong nFormat, in PutFormatIndex() 95 sal_uLong ScNumFormatAbbrev::GetFormatIndex( SvNumberFormatter& rFormatter) in GetFormatIndex()
|
H A D | autoform.cxx | 616 const ScNumFormatAbbrev& ScAutoFormatData::GetNumFormat( sal_uInt16 nIndex ) const in GetNumFormat() 686 ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)rField.GetNumFormat(); in FillToItemSet() 755 …etFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat ) in GetFromItemSet()
|
/aoo42x/main/sc/inc/ |
H A D | zforauto.hxx | 35 class ScNumFormatAbbrev class 41 ScNumFormatAbbrev(); 42 ScNumFormatAbbrev(const ScNumFormatAbbrev& aFormat); 43 ScNumFormatAbbrev(sal_uLong nFormat, SvNumberFormatter& rFormatter); 48 inline int operator==(const ScNumFormatAbbrev& rNumFormat) const in operator ==() 54 inline ScNumFormatAbbrev& operator=(const ScNumFormatAbbrev& rNumFormat) in operator =()
|
H A D | autoform.hxx | 115 ScNumFormatAbbrev aNumFormat; 122 const ScNumFormatAbbrev& GetNumFormat() const { return aNumFormat; } in GetNumFormat() 154 void SetNumFormat( const ScNumFormatAbbrev& rNumFormat ) { aNumFormat = rNumFormat; } in SetNumFormat() 243 const ScNumFormatAbbrev& GetNumFormat( sal_uInt16 nIndex ) const; 248 …etFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFormatAbbrev& rNumFormat …
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 659 … ScNumFormatAbbrev& rNumFormat = (ScNumFormatAbbrev&)pCurData->GetNumFormat( (sal_uInt16) nNum ); in DrawString()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()
|
Completed in 53 milliseconds