Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx74 SCTAB nCurrentTab = pViewData->GetTabNo(); in ExecuteTable() local
86 pDoc->GetName( nCurrentTab, aName ); in ExecuteTable()
140 pDoc->GetName( nCurrentTab, aName ); // aktuelle Tabelle in ExecuteTable()
211 SCTAB nTabNr = nCurrentTab; in ExecuteTable()
275 for(SCTAB j=nCurrentTab+1;j<nTabCount;j++) in ExecuteTable()
638 SCTAB nNewTab = nCurrentTab; in ExecuteTable()
667 sal_Bool bSet = !pDoc->IsLayoutRTL( nCurrentTab ); in ExecuteTable()
685 aFunc.SetLayoutRTL( nCurrentTab, bSet, sal_False ); in ExecuteTable()
731 bDone = SetTabBgColor( aColor, nCurrentTab ); //ScViewFunc.SetTabBgColor in ExecuteTable()
745 aTabBgColor = pDoc->GetTabBgColor( nCurrentTab ); in ExecuteTable()
[all …]
/trunk/main/sc/source/core/data/
H A Dautonamecache.cxx42 nCurrentTab( 0 ) // doesn't matter - aNames is empty in ScAutoNameCache()
52 if ( nTab != nCurrentTab ) in GetNameOccurences()
56 nCurrentTab = nTab; in GetNameOccurences()
65 ScCellIterator aIter( pDoc, ScRange( 0, 0, nCurrentTab, MAXCOL, MAXROW, nCurrentTab ) ); in GetNameOccurences()
/trunk/main/sc/source/ui/undo/
H A Dundoblk2.cxx154 SCTAB nCurrentTab = pViewShell->GetViewData()->GetTabNo(); in Undo() local
155 if ( nCurrentTab < nStartTab || nCurrentTab > nEndTab ) in Undo()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx857 SCTAB nCurrentTab = pViewData->GetTabNo(); in Init() local
859 mbRTL = pDoc->IsLayoutRTL( nCurrentTab ); in Init()
/trunk/main/sc/inc/
H A Dautonamecache.hxx44 SCTAB nCurrentTab; member in ScAutoNameCache
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx876 SCTAB nCurrentTab = ScDocShell::GetCurTab(); in FillRenderMarkData() local
877 ScRange aRange = pDoc->GetRange( nCurrentTab, aObjRect ); in FillRenderMarkData()

Completed in 62 milliseconds