Searched refs:ScAutoFormat (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 220 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByIndex_Impl() 229 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByName_Impl() 313 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in removeByName() 343 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getCount() 390 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getElementNames() 411 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in hasByName() 560 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getName() 575 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in setName() 626 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in setPropertyValue() 661 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in getPropertyValue() [all …]
|
H A D | cellsuno.cxx | 5522 ScAutoFormat* pAutoFormat = ScGlobal::GetAutoFormat(); in autoFormat()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 258 class SC_DLLPUBLIC ScAutoFormat : public ScSortedCollection class 264 … ScAutoFormat( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False ); 265 ScAutoFormat( const ScAutoFormat& AutoFormat ); 266 virtual ~ScAutoFormat(); 267 …virtual ScDataObject* Clone() const { return new ScAutoFormat( *this )… in Clone()
|
H A D | global.hxx | 494 class ScAutoFormat; 531 static ScAutoFormat* pAutoFormat; 590 SC_DLLPUBLIC static ScAutoFormat* GetAutoFormat();
|
H A D | scabstdlg.hxx | 40 class ScAutoFormat; 317 ScAutoFormat* pAutoFormat,
|
H A D | table.hxx | 58 class ScAutoFormat;
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 911 ScAutoFormat::ScAutoFormat(sal_uInt16 nLim, sal_uInt16 nDel, sal_Bool bDup): in ScAutoFormat() function in ScAutoFormat 996 ScAutoFormat::ScAutoFormat(const ScAutoFormat& rAutoFormat) : in ScAutoFormat() function in ScAutoFormat 1001 ScAutoFormat::~ScAutoFormat() in ~ScAutoFormat() 1010 void ScAutoFormat::SetSaveLater( sal_Bool bSet ) in SetSaveLater() 1015 short ScAutoFormat::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() 1029 sal_Bool ScAutoFormat::Load() in Load() 1135 sal_Bool ScAutoFormat::Save() in Save() 1178 sal_uInt16 ScAutoFormat::FindIndexPerName( const String& rName ) const in FindIndexPerName()
|
/trunk/main/sc/source/ui/inc/ |
H A D | scuiautofmt.hxx | 31 ScAutoFormat* pAutoFormat, 65 ScAutoFormat* pFormat;
|
H A D | autofmt.hxx | 51 class ScAutoFormat;
|
/trunk/main/sc/source/core/data/ |
H A D | global.cxx | 96 ScAutoFormat* ScGlobal::pAutoFormat = NULL; 295 ScAutoFormat* ScGlobal::GetAutoFormat() in GetAutoFormat() 299 pAutoFormat = new ScAutoFormat; in GetAutoFormat()
|
H A D | table4.cxx | 1630 ScAutoFormat* pAutoFormat = ScGlobal::GetAutoFormat(); in AutoFormatArea() 1648 ScAutoFormat* pAutoFormat = ScGlobal::GetAutoFormat(); in AutoFormat()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | scuiautofmt.cxx | 66 ScAutoFormat* pAutoFormat, in ScAutoFormatDlg()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.hxx | 399 ScAutoFormat* pAutoFormat,
|
H A D | scdlgfact.cxx | 686 ScAutoFormat* pAutoFormat, in CreateScAutoFormatDlg()
|
/trunk/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 855 ScAutoFormat* pFormat = ScGlobal::GetAutoFormat(); in Execute()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3712 ScAutoFormat* pAutoFormat = ScGlobal::GetAutoFormat(); in AutoFormat()
|
Completed in 125 milliseconds