Home
last modified time | relevance | path

Searched refs:ScAppOptions (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx58 ScAppOptions::ScAppOptions() : pLRUList( NULL ) in ScAppOptions() function in ScAppOptions
65 ScAppOptions::ScAppOptions( const ScAppOptions& rCpy ) : pLRUList( NULL ) in ScAppOptions() function in ScAppOptions
72 ScAppOptions::~ScAppOptions() in ~ScAppOptions()
79 void ScAppOptions::SetDefaults() in SetDefaults()
116 const ScAppOptions& ScAppOptions::operator=( const ScAppOptions& rCpy ) in operator =()
139 void ScAppOptions::SetLRUFuncList( const sal_uInt16* pList, const sal_uInt16 nCount ) in SetLRUFuncList()
160 void lcl_SetLastFunctions( ScAppOptions& rOpt, const Any& rValue ) in lcl_SetLastFunctions()
180 void lcl_GetLastFunctions( Any& rDest, const ScAppOptions& rOpt ) in lcl_GetLastFunctions()
725 void ScAppCfg::SetOptions( const ScAppOptions& rNew ) in SetOptions()
727 *(ScAppOptions*)this = rNew; in SetOptions()
/trunk/main/sc/inc/
H A Dappoptio.hxx34 class SC_DLLPUBLIC ScAppOptions class
37 ScAppOptions();
38 ScAppOptions( const ScAppOptions& rCpy );
39 ~ScAppOptions();
83 const ScAppOptions& operator= ( const ScAppOptions& rOpt );
110 class ScAppCfg : public ScAppOptions
139 void SetOptions( const ScAppOptions& rNew );
H A Dscmod.hxx65 class ScAppOptions;
200 SC_DLLPUBLIC const ScAppOptions& GetAppOptions ();
205 SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rOpt );
H A Dchgtrack.hxx48 class ScAppOptions;
52 const ScAppOptions& rOpt;
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx436 ScAppOptions aNewOpts( GetAppOptions() ); in Execute()
453 ScAppOptions aNewOpts( GetAppOptions() ); in Execute()
466 ScAppOptions aNewOpts( GetAppOptions() ); in Execute()
487 ScAppOptions aNewOpts( GetAppOptions() ); in Execute()
774 const ScAppOptions& rAppOpt = GetAppOptions(); in InsertEntryToLRUList()
796 ScAppOptions aNewOpts(rAppOpt); // an App melden in InsertEntryToLRUList()
821 void ScModule::SetAppOptions( const ScAppOptions& rOpt ) in SetAppOptions()
834 const ScAppOptions& ScModule::GetAppOptions() in GetAppOptions()
H A Dinputwin.cxx1516 const ScAppOptions& rOpt = SC_MOD()->GetAppOptions(); in FillFunctions()
H A Dinputhdl.cxx655 const ScAppOptions& rOpt = SC_MOD()->GetAppOptions(); in GetFormulaData()
/trunk/main/sc/source/ui/optdlg/
H A Dopredlin.cxx101 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet()
201 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset()
H A Dtpview.cxx529 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet()
626 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx451 ScAppOptions aAppOpt(pScMod->GetAppOptions()); in setPropertyValue()
599 ScAppOptions aAppOpt = pScMod->GetAppOptions(); in getPropertyValue()
699 const ScAppOptions& rOpt = SC_MOD()->GetAppOptions(); in getRecentFunctionIds()
726 ScAppOptions aNewOpts(pScMod->GetAppOptions()); in setRecentFunctionIds()
H A Dviewuno.cxx1559 ScAppOptions aNewOpt(pScMod->GetAppOptions()); in SetZoom()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx736 ScAppOptions aNewOpt = pScMod->GetAppOptions(); in Execute()
765 ScAppOptions aNewOpt = pScMod->GetAppOptions(); in Execute()
H A Dtabvwsh2.cxx365 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ExecDraw()
H A Dviewfunc.cxx305 sal_Bool lcl_AddFunction( ScAppOptions& rAppOpt, sal_uInt16 nOpCode ) in lcl_AddFunction()
542 ScAppOptions aAppOpt = pScMod->GetAppOptions(); in EnterData()
H A Dtabvwsh4.cxx1823 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ScTabViewShell()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx206 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in InitLRUList()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1883 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in fillLastRecentlyUsedFunctions()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx450 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Execute()
H A Ddocsh.cxx673 ScAppOptions aAppOptions = SC_MOD()->GetAppOptions(); in Notify()

Completed in 151 milliseconds