Home
last modified time | relevance | path

Searched refs:ScAutoFormatData (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx481 ScAutoFormatData::ScAutoFormatData() in ScAutoFormatData() function in ScAutoFormatData
497 ScAutoFormatData::ScAutoFormatData( const ScAutoFormatData& rData ) : in ScAutoFormatData() function in ScAutoFormatData
513 ScAutoFormatData::~ScAutoFormatData() in ~ScAutoFormatData()
520 ScAutoFormatDataField& ScAutoFormatData::GetField( sal_uInt16 nIndex ) in GetField()
527 const ScAutoFormatDataField& ScAutoFormatData::GetField( sal_uInt16 nIndex ) const in GetField()
534 const SfxPoolItem* ScAutoFormatData::GetItem( sal_uInt16 nIndex, sal_uInt16 nWhich ) const in GetItem()
572 void ScAutoFormatData::PutItem( sal_uInt16 nIndex, const SfxPoolItem& rItem ) in PutItem()
609 void ScAutoFormatData::CopyItem( sal_uInt16 nToIndex, sal_uInt16 nFromIndex, sal_uInt16 nWhich ) in CopyItem()
616 const ScNumFormatAbbrev& ScAutoFormatData::GetNumFormat( sal_uInt16 nIndex ) const in GetNumFormat()
621 sal_Bool ScAutoFormatData::IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const in IsEqualData()
[all …]
/trunk/main/sc/inc/
H A Dautoform.hxx195 class SC_DLLPUBLIC ScAutoFormatData : public ScDataObject class
216 ScAutoFormatData();
217 ScAutoFormatData( const ScAutoFormatData& rData );
218 virtual ~ScAutoFormatData();
220 virtual ScDataObject* Clone() const { return new ScAutoFormatData( *this ); } in Clone()
268ScAutoFormatData* operator[]( const sal_uInt16 nIndex ) const {return (ScAutoFormatData*)At( nIn… in operator []()
H A Dscabstdlg.hxx41 class ScAutoFormatData;
318 … const ScAutoFormatData* pSelFormatData,
H A Dtable.hxx59 class ScAutoFormatData;
512 …ormatData(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, ScAutoFormatData& rData);
821 … void GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData);
822 …FormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAutoFormatData& rData);
H A Ddocument.hxx79 class ScAutoFormatData;
1298 ScAutoFormatData& rData );
/trunk/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx67 const ScAutoFormatData* pSelFormatData, in ScAutoFormatDlg()
174 ScAutoFormatData* pData = (*pFormat)[nIndex]; in UpdateChecks()
216 ScAutoFormatData* pData = (*pFormat)[nIndex]; in IMPL_LINK_INLINE_END()
268 ScAutoFormatData* pNewData in IMPL_LINK()
269 = new ScAutoFormatData( *pSelFmtData ); in IMPL_LINK()
388 ScAutoFormatData* p=(*pFormat)[ nIndex ]; in IMPL_LINK()
389 ScAutoFormatData* pNewData in IMPL_LINK()
390 = new ScAutoFormatData(*p); in IMPL_LINK()
H A Dautofmt.cxx916 void ScAutoFmtPreview::NotifyChange( ScAutoFormatData* pNewData ) in NotifyChange()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx169 ScAutoFormatData* pEntry = rFormats[nPos]; in lcl_FindAutoFormatIndex()
261 ScAutoFormatData* pNew = new ScAutoFormatData(); in insertByName()
581 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in setName()
584 ScAutoFormatData* pNew = new ScAutoFormatData(*pData); in setName()
629 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in setPropertyValue()
664 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in getPropertyValue()
737 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in setPropertyValue()
827 const ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in getPropertyValue()
/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx52 class ScAutoFormatData;
130 void NotifyChange( ScAutoFormatData* pNewData );
136 ScAutoFormatData* pCurData;
H A Dscuiautofmt.hxx32 const ScAutoFormatData* pSelFormatData,
66 const ScAutoFormatData* pSelFmtData;
H A Dviewfunc.hxx46 class ScAutoFormatData;
249 ScAutoFormatData* CreateAutoFormatData();
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1633 ScAutoFormatData* pData = (*pAutoFormat)[nFormatNo]; in AutoFormatArea()
1651 ScAutoFormatData* pData = (*pAutoFormat)[nFormatNo]; in AutoFormat()
1785 void ScTable::GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData) in GetAutoFormatAttr()
1798 …oFormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAutoFormatData& rData) in GetAutoFormatFrame()
1858 …FormatData(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, ScAutoFormatData& rData) in GetAutoFormatData()
H A Ddocumen3.cxx1043 ScAutoFormatData& rData) in GetAutoFormatData()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.hxx400 … const ScAutoFormatData* pSelFormatData,
H A Dscdlgfact.cxx687 … const ScAutoFormatData* pSelFormatData, in CreateScAutoFormatDlg()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1492 ScAutoFormatData* ScViewFunc::CreateAutoFormatData() in CreateAutoFormatData()
1494 ScAutoFormatData* pData = NULL; in CreateAutoFormatData()
1506 pData = new ScAutoFormatData; in CreateAutoFormatData()
H A Dcellsh3.cxx866 ScAutoFormatData* pNewEntry = pTabViewShell->CreateAutoFormatData(); in Execute()