Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx380 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in InPlaceActivate() local
382 while (pSfxViewFrame) in InPlaceActivate()
385 pSfxViewSh = pSfxViewFrame->GetViewShell(); in InPlaceActivate()
394 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false); in InPlaceActivate()
410 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in InPlaceActivate() local
413 for( i = 0; pSfxViewFrame && (i < pFrameViewList->Count()); i++ ) in InPlaceActivate()
416 pSfxViewSh = pSfxViewFrame->GetViewShell(); in InPlaceActivate()
424 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, this, false); in InPlaceActivate()
573 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(this, false); in ClearUndoBuffer() local
574 while(pSfxViewFrame) in ClearUndoBuffer()
[all …]
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx958 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
959 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_PREVIOUS ); in DoScroll()
981 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
982 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll()
1002 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
1025 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
1026 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_NEXT ); in DoScroll()
1041 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
1042 SfxRequest aSfxRequest( pSfxViewFrame, SID_PREVIEW_FIRST ); in DoScroll()
1061 SfxViewFrame* pSfxViewFrame = GetViewFrame(); in DoScroll() local
[all …]
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx639 SfxViewFrame *pSfxViewFrame = GetView().GetViewFrame(); in ExecUndo() local
640 pSfxViewFrame->ExecuteSlot(rReq, pSfxViewFrame->GetInterface()); in ExecUndo()
656 SfxViewFrame *pSfxViewFrame = GetView().GetViewFrame(); in StateUndo() local
700 pSfxViewFrame->GetSlotState( nWhich, in StateUndo()
701 pSfxViewFrame->GetInterface(), &rSet ); in StateUndo()
H A Dannotsh.cxx1536 SfxViewFrame *pSfxViewFrame = rView.GetViewFrame(); in StateUndo() local
1547 pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet ); in StateUndo()
1560 pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet ); in StateUndo()
1619 pSfxViewFrame->GetSlotState( nWhich, pSfxViewFrame->GetInterface(), &rSet ); in StateUndo()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx99 SfxViewFrame* pSfxViewFrame = SfxViewFrame::GetFirst(pDocShell); in FrameView() local
101 while (pSfxViewFrame) in FrameView()
105 pSfxViewSh = pSfxViewFrame->GetViewShell(); in FrameView()
140 pSfxViewFrame = SfxViewFrame::GetNext(*pSfxViewFrame, pDocShell); in FrameView()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx774 SfxViewFrame *pSfxViewFrame = GetViewFrame(); in ExecSpellPopup() local
776 if ( pSfxViewFrame ) in ExecSpellPopup()
777 xFrame = pSfxViewFrame->GetFrame().GetFrameInterface(); in ExecSpellPopup()

Completed in 40 milliseconds