Searched refs:rAppOpt (Results 1 – 6 of 6) sorted by relevance
365 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ExecDraw() local366 sal_uInt32 nDefaultObjectSizeWidth = rAppOpt.GetDefaultObjectSizeWidth(); in ExecDraw()367 sal_uInt32 nDefaultObjectSizeHeight = rAppOpt.GetDefaultObjectSizeHeight(); in ExecDraw()
1823 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ScTabViewShell()1847 Fraction aFract( rAppOpt.GetZoom(), 100 ); in ScTabViewShell()1849 SetZoomType( rAppOpt.GetZoomType(), sal_True ); in ScTabViewShell()
305 sal_Bool lcl_AddFunction( ScAppOptions& rAppOpt, sal_uInt16 nOpCode ) in lcl_AddFunction() argument307 sal_uInt16 nOldCount = rAppOpt.GetLRUFuncListCount(); in lcl_AddFunction()308 sal_uInt16* pOldList = rAppOpt.GetLRUFuncList(); in lcl_AddFunction()333 rAppOpt.SetLRUFuncList( nNewList, nNewCount ); in lcl_AddFunction()
206 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in InitLRUList() local207 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InitLRUList()208 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InitLRUList()
774 const ScAppOptions& rAppOpt = GetAppOptions(); in InsertEntryToLRUList() local775 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InsertEntryToLRUList()776 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InsertEntryToLRUList()796 ScAppOptions aNewOpts(rAppOpt); // an App melden in InsertEntryToLRUList()
1883 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in fillLastRecentlyUsedFunctions() local1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()1885 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in fillLastRecentlyUsedFunctions()
Completed in 124 milliseconds