Home
last modified time | relevance | path

Searched refs:rAppOpt (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sc/source/ui/view/
H A Dtabvwsh2.cxx365 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ExecDraw() local
366 sal_uInt32 nDefaultObjectSizeWidth = rAppOpt.GetDefaultObjectSizeWidth(); in ExecDraw()
367 sal_uInt32 nDefaultObjectSizeHeight = rAppOpt.GetDefaultObjectSizeHeight(); in ExecDraw()
H A Dtabvwsh4.cxx1823 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in ScTabViewShell()
1847 Fraction aFract( rAppOpt.GetZoom(), 100 ); in ScTabViewShell()
1849 SetZoomType( rAppOpt.GetZoomType(), sal_True ); in ScTabViewShell()
H A Dviewfunc.cxx305 sal_Bool lcl_AddFunction( ScAppOptions& rAppOpt, sal_uInt16 nOpCode ) in lcl_AddFunction() argument
307 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()
/aoo42x/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx206 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in InitLRUList() local
207 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InitLRUList()
208 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InitLRUList()
/aoo42x/main/sc/source/ui/app/
H A Dscmod.cxx774 const ScAppOptions& rAppOpt = GetAppOptions(); in InsertEntryToLRUList() local
775 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()
/aoo42x/main/sc/source/core/data/
H A Dglobal.cxx1883 const ScAppOptions& rAppOpt = SC_MOD()->GetAppOptions(); in fillLastRecentlyUsedFunctions() local
1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()
1885 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in fillLastRecentlyUsedFunctions()

Completed in 72 milliseconds