Home
last modified time | relevance | path

Searched refs:mnTab (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/inc/
H A Dlookupcache.hxx198 SCTAB mnTab; member
203 mnTab( rAddress.Tab()), in QueryKey()
210 return mnRow == r.mnRow && mnTab == r.mnTab && meOp == r.meOp && meOp != UNKNOWN; in operator ==()
217 return (static_cast<size_t>(r.mnTab) << 24) ^ in operator ()()
H A Deventuno.hxx43 SCTAB mnTab; member in ScSheetEventsObj
/trunk/main/sc/source/ui/undo/
H A Dundostyl.cxx250 mnTab( nTab ), in ApplyStyleEntry()
280 pDocShell->GetDocument()->SetPageStyle( aIt->mnTab, aIt->maOldStyle ); in Undo()
281 ScPrintFunc( pDocShell, pDocShell->GetPrinter(), aIt->mnTab ).UpdatePages(); in Undo()
291 pDocShell->GetDocument()->SetPageStyle( aIt->mnTab, maNewStyle ); in Redo()
292 ScPrintFunc( pDocShell, pDocShell->GetPrinter(), aIt->mnTab ).UpdatePages(); in Redo()
H A Dundotab.cxx1304 mnTab(nTab), in ScUndoTabProtect()
1322 pDoc->SetTabProtection(mnTab, pCopy.get()); in DoProtect()
1327 pDoc->SetTabProtection(mnTab, NULL); in DoProtect()
/trunk/main/sc/source/ui/unoobj/
H A Deventuno.cxx44 mnTab( nT ) in ScSheetEventsObj()
89 const ScSheetEvents* pOldEvents = mpDocShell->GetDocument()->GetSheetEvents(mnTab); in replaceByName()
123 mpDocShell->GetDocument()->SetSheetEvents( mnTab, &aNewEvents ); in replaceByName()
140 const ScSheetEvents* pEvents = mpDocShell->GetDocument()->GetSheetEvents(mnTab); in getByName()
/trunk/main/sc/source/core/data/
H A Dscdpoutputimpl.cxx93 mnTab( nTab ), in OutputImpl()
177 …mpDoc->ApplyFrameAreaTab( ScRange( nStartCol, nStartRow, mnTab, nEndCol, nEndRow , mnTab ), &aBox… in OutputBlockFrame()
H A Dscdpoutputimpl.hxx36 sal_uInt16 mnTab; member in OutputImpl
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx279 …ConstructScAccessibleSpreadsheet( rParent.mpAccDoc, rParent.mpViewShell, rParent.mnTab, rParent.me… in ScAccessibleSpreadsheet()
302 mnTab = nTab; in ConstructScAccessibleSpreadsheet()
829 if( const ScRange* pRowRange = mpDoc->GetRepeatRowRange( mnTab ) ) in getAccessibleRowHeaders()
834 …able.set( new ScAccessibleSpreadsheet( *this, ScRange( 0, nStart, mnTab, MAXCOL, nEnd, mnTab ) ) ); in getAccessibleRowHeaders()
848 if( const ScRange* pColRange = mpDoc->GetRepeatColRange( mnTab ) ) in getAccessibleColumnHeaders()
853 …able.set( new ScAccessibleSpreadsheet( *this, ScRange( nStart, 0, mnTab, nEnd, MAXROW, mnTab ) ) ); in getAccessibleColumnHeaders()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1103 : mnTab( nTab ), mrNotes( rNotes ) in XclExpComments()
1121 XclXmlUtils::GetStreamName( "xl/", "comments", mnTab + 1 ), in SaveXml()
1122 XclXmlUtils::GetStreamName( "../", "comments", mnTab + 1 ), in SaveXml()
/trunk/main/sc/source/ui/inc/
H A Dundostyl.hxx101 SCTAB mnTab; member
H A Dundotab.hxx405 SCTAB mnTab; member in ScUndoTabProtect
H A DAccessibleSpreadsheet.hxx271 SCTAB mnTab; member in ScAccessibleSpreadsheet
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx357 SCTAB mnTab; member in XclExpComments

Completed in 64 milliseconds