Home
last modified time | relevance | path

Searched refs:pViewShell (Results 201 – 209 of 209) sorted by relevance

123456789

/aoo41x/main/sc/source/ui/inc/
H A Dtabview.hxx221 ScTabView( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
H A Dviewfunc.hxx82 ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
/aoo41x/main/sc/source/ui/view/
H A Dtabview3.cxx311 ScTabViewShell* pViewShell = aViewData.GetViewShell(); in SetCursor() local
312 bool bRefMode = ( pViewShell ? pViewShell->IsRefInputMode() : false ); in SetCursor()
H A Dviewfun2.cxx2934 ScTabViewShell* pViewShell = GetViewData()->GetViewShell(); in InsertSpecialChar() local
2950 SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, pViewShell->GetPool() ); in InsertSpecialChar()
2955 pViewShell->TabKeyInput( KeyEvent( *(pChar++), KeyCode() ) ); in InsertSpecialChar()
H A Dtabview.cxx387 ScTabView::ScTabView( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) : in ScTabView() argument
389 aViewData( &rDocSh, pViewShell ), in ScTabView()
H A Dviewfunc.cxx91 ScViewFunc::ScViewFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) : in ScViewFunc() argument
92 ScTabView( pParent, rDocSh, pViewShell ), in ScViewFunc()
H A Doutput.cxx159 pViewShell( NULL ), in ScOutputData()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx643 ViewShell* pViewShell = GetMap()->GetShell(); in ExecuteAtViewShell() local
645 DBG_ASSERT( pViewShell != NULL, "View shell exptected!" ); in ExecuteAtViewShell()
646 SfxViewShell* pSfxShell = pViewShell->GetSfxViewShell(); in ExecuteAtViewShell()
/aoo41x/main/sc/source/ui/vba/
H A Dvbarange.cxx4044 ScTabViewShell* pViewShell = excel::getBestViewShell( xModel ); in setPageBreak() local
4046 pViewShell->InsertPageBreak( bColumn, sal_True, &aAddr); in setPageBreak()
4048 pViewShell->DeletePageBreak( bColumn, sal_True, &aAddr); in setPageBreak()

Completed in 251 milliseconds

123456789