| /trunk/main/sfx2/source/view/ |
| H A D | viewsh.cxx | 103 DBG_NAME(SfxViewShell) 105 #define SfxViewShell macro 114 …SfxClipboardChangeListener( SfxViewShell* pView, const uno::Reference< datatransfer::clipboard::XC… 145 SfxViewShell* m_pViewShell; 152 SfxClipboardChangeListener::SfxClipboardChangeListener( SfxViewShell* pView, const uno::Reference< … in SfxClipboardChangeListener() 317 SFX_IMPL_INTERFACE(SfxViewShell,SfxShell,SfxResId(0)) 322 TYPEINIT2(SfxViewShell,SfxShell,SfxListener); 436 void SfxViewShell::ExecMisc_Impl( SfxRequest &rReq ) in ExecMisc_Impl() 765 … SfxViewShell *pShell = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl() 776 … SfxViewShell *pView = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl() [all …]
|
| H A D | viewprn.cxx | 73 SfxViewShell* mpViewShell; 91 SfxViewShell* pView, 111 SfxViewShell* pView, in SfxPrinterController() 405 SfxViewShell* _pViewSh; 414 SfxDialogExecutor_Impl( SfxViewShell* pViewSh, PrinterSetupDialog* pParent ); 424 SfxDialogExecutor_Impl::SfxDialogExecutor_Impl( SfxViewShell* pViewSh, PrinterSetupDialog* pParent … in SfxDialogExecutor_Impl() 493 SfxPrinter* SfxViewShell::SetPrinter_Impl( SfxPrinter *pNewPrinter ) in SetPrinter_Impl() 612 void SfxViewShell::ExecPrint( const uno::Sequence < beans::PropertyValue >& rProps, sal_Bool bIsAPI… in ExecPrint() 666 Printer* SfxViewShell::GetActivePrinter() const in GetActivePrinter() 672 void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) in ExecPrint_Impl() [all …]
|
| H A D | viewfrm.cxx | 1045 SfxViewShell *pViewSh = GetViewShell(); in StateHistory_Impl() 1087 void SfxViewFrame::PopShellAndSubShells_Impl( SfxViewShell& i_rViewShell ) in PopShellAndSubShells_Impl() 1140 SfxViewShell *pDyingViewSh = GetViewShell(); in ReleaseObjectShell_Impl() 1280 void SfxViewFrame::InvalidateBorderImpl( const SfxViewShell* pSh ) in InvalidateBorderImpl() 1298 DoAdjustPosSizePixel( (SfxViewShell *) GetViewShell(), Point(), in InvalidateBorderImpl() 1307 const SfxViewShell* pVSh, in SetBorderPixelImpl() 1350 const SfxViewShell* /*pSh*/ in GetBorderPixelImpl() 1771 SfxViewShell* pSh, in DoAdjustPosSizePixel() 1810 void SfxViewFrame::SetViewShell_Impl( SfxViewShell *pVSh ) in SetViewShell_Impl() 1856 void SfxViewFrame::DoAdjustPosSize( SfxViewShell *pSh, in DoAdjustPosSize() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | viewsh.hxx | 118 static SfxViewShell *CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView); \ 125 SfxViewShell* __EXPORT Class::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView) \ 144 class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener class 176 … static SfxViewShell* GetFirst( const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True ); 177 static SfxViewShell* GetNext( const SfxViewShell& rPrev, 179 static SfxViewShell* Current(); 181 …static SfxViewShell* Get( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::… 187 SfxViewShell( SfxViewFrame *pFrame, sal_uInt16 nFlags = 0 ); 188 virtual ~SfxViewShell(); 334 inline void SfxViewShell::LostFocus() const in LostFocus() [all …]
|
| H A D | viewfrm.hxx | 48 class SfxViewShell; 136 void DoAdjustPosSize( SfxViewShell *pSh, 142 void DoAdjustPosSizePixel( SfxViewShell * pSh, 171 …SAL_DLLPRIVATE virtual sal_Bool SetBorderPixelImpl( const SfxViewShell *pSh, const SvBorder &rBord… 172 SAL_DLLPRIVATE virtual const SvBorder& GetBorderPixelImpl( const SfxViewShell *pSh ) const; 173 SAL_DLLPRIVATE virtual void InvalidateBorderImpl( const SfxViewShell *pSh ); 208 SAL_DLLPRIVATE void SetViewShell_Impl( SfxViewShell *pVSh ); 251 SAL_DLLPRIVATE void PopShellAndSubShells_Impl( SfxViewShell& i_rViewShell ); 271 SAL_DLLPRIVATE static SfxViewShell* LoadViewIntoFrame_Impl(
|
| H A D | viewfac.hxx | 32 class SfxViewShell; 35 typedef SfxViewShell* (*SfxViewCtor)(SfxViewFrame*, SfxViewShell*); 46 SfxViewShell *CreateInstance(SfxViewFrame *pViewFrame, SfxViewShell *pOldSh);
|
| H A D | ipclient.hxx | 39 class SfxViewShell; 51 SfxViewShell* m_pViewSh; 67 …SfxInPlaceClient( SfxViewShell* pViewShell, Window* pDraw, sal_Int64 nAspect = com::sun::star::emb… 70 SfxViewShell* GetViewShell() const { return m_pViewSh; } in GetViewShell()
|
| /trunk/main/sd/source/ui/view/ |
| H A D | ViewShellBase.cxx | 234 TYPEINIT1(ViewShellBase, SfxViewShell); 240 SfxViewShell* __EXPORT ViewShellBase::CreateInstance ( in CreateInstance() 241 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() 260 SFX_IMPL_INTERFACE(ViewShellBase, SfxViewShell, SdResId(STR_VIEWSHELLBASE)) in SFX_IMPL_INTERFACE() argument 269 SfxViewShell*) in ViewShellBase() argument 270 : SfxViewShell (_pFrame, in ViewShellBase() 440 SfxViewShell* pSfxViewShell = pViewFrame->GetViewShell(); in GetViewShellBase() 468 SfxViewShell::Notify(rBC, rHint); in Notify() 516 SfxViewShell::SetZoomFactor( in InnerResizePixel() 667 SfxViewShell::UIActivating( pClient ); in UIActivating() [all …]
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | itemwin.cxx | 236 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() 238 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() 457 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() 459 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() 535 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() 537 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() 617 SfxViewShell* pSh = SfxViewShell::Current(); in Notify() 740 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() 742 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() 826 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() [all …]
|
| H A D | colrctrl.cxx | 284 SfxViewShell* pViewShell = pFrame->GetViewShell(); in SvxColorDockingWindow() 464 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK() 503 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin3.cxx | 50 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in ScrollMDI() 61 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in IsScrollMDI() 73 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in SizeNotify() 90 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in PageNumNotify() 132 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in AccessibilityScrollMDI() 170 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in RepaintPagePreview() 177 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in JumpToSwMark()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | tabvwsh4.cxx | 101 extern SfxViewShell* pScActiveViewShell; // global.cxx 115 SfxViewShell::Activate(bMDI); in Activate() 150 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in Activate() 158 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in Activate() 245 SfxViewShell::Deactivate(bMDI); in Deactivate() 324 return SfxViewShell::PrepareClose(bUI,bForBrowsing); in PrepareClose() 400 SfxViewShell::SetZoomFactor( Fraction( aLogicSize.Width(),aObjSize.Width() ), in InnerResizePixel() 465 SfxViewShell::SetZoomFactor( rZoomX, rZoomY ); in SetZoomFactor() 1316 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput() 1356 … bUsed = sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKEvt )); // accelerators in TabKeyInput() [all …]
|
| H A D | reffact.cxx | 109 pViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); \ 330 PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ScAcceptChgDlgWrapper() 346 PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ReInitDlg() 392 if( SfxViewShell* pViewSh = pFrm->GetViewShell() ) in lcl_GetTabViewShell() 413 pViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in ScValidityRefChildWin()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docsh2.cxx | 146 SfxViewShell *pVSh = SfxViewShell::Current(); in CreateDocumentInfoDialog() 722 SfxViewShell* pViewShell = SfxViewShell::Current(); in Execute() 893 SfxViewShell* pViewShell = GetView() in Execute() 894 ? (SfxViewShell*)GetView() in Execute() 895 : SfxViewShell::Current(); in Execute() 1463 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in Execute() 1482 pViewShell = SfxViewShell::GetNext(*pViewShell); in Execute() 1507 SfxViewShell* pViewShell = pVFrame ? pVFrame->GetViewShell() : 0; in Execute() 1722 SfxViewShell* pViewShell = GetView() ? (SfxViewShell*)GetView() in ReloadFromHtml() 1723 : SfxViewShell::Current(); in ReloadFromHtml()
|
| H A D | apphdl.cxx | 169 SfxViewShell* pCurrView = SfxViewShell::Current(); in StateOther() 230 SfxViewShell* pViewShell = pShell->GetViewShell(); in lcl_LoadDoc() 828 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in ConfigurationChanged() 847 pViewShell = SfxViewShell::GetNext( *pViewShell ); in ConfigurationChanged()
|
| /trunk/main/sfx2/source/control/ |
| H A D | shell.cxx | 78 …SfxViewShell* pViewSh; // SfxViewShell falls Shell ViewFrame/ViewShell/SubShell i… 110 pSh->ISA(SfxViewShell) ? DEFINE_CONST_UNICODE("SfxViewShell") : in SfxShellIdent_Impl() 159 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() 263 SfxViewShell* SfxShell::GetViewShell() const in GetViewShell() 1079 SfxViewShell *pViewSh = PTR_CAST ( SfxViewShell, this); in SFX_EXEC_STUB() 1160 SfxViewShell *pViewShell = GetViewShell(); in VerbExec() 1285 void SfxShell::SetViewShell_Impl( SfxViewShell* pView ) in SetViewShell_Impl()
|
| /trunk/main/sc/source/ui/app/ |
| H A D | scmod.cxx | 247 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in ConfigurationChanged() 268 pViewShell = SfxViewShell::GetNext( *pViewShell ); in ConfigurationChanged() 294 SfxViewShell* pSh = SfxViewShell::GetFirst(); in ConfigurationChanged() 318 pSh = SfxViewShell::GetNext( *pSh ); in ConfigurationChanged() 533 … ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in Execute() 972 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in ModifyOptions() 1313 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in ModifyOptions() 1332 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in ModifyOptions() 1356 ScTabViewShell* pCurViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in GetInputHdl() 1543 SfxViewShell* pViewSh = pViewFrm->GetViewShell(); in SetRefDialog() [all …]
|
| H A D | client.cxx | 94 SfxViewShell* pSfxViewSh = GetViewShell(); in RequestNewObjectArea() 156 SfxViewShell* pSfxViewSh = GetViewShell(); in ObjectAreaChanged() 240 SfxViewShell* pSfxViewSh = GetViewShell(); in ViewChanged() 262 SfxViewShell* pSfxViewSh = GetViewShell(); in MakeVisible()
|
| /trunk/main/sc/source/ui/miscdlgs/ |
| H A D | anyrefdg.cxx | 103 SfxViewShell* p = pFrame->GetViewShell(); in enableInput() 602 SfxViewShell* p = pFrame->GetViewShell(); in EnableSpreadsheets() 642 SfxViewShell* p = pFrame->GetViewShell(); in lcl_InvalidateWindows() 666 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in lcl_HideAllReferences() 670 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in lcl_HideAllReferences() 805 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in SwitchToDocument() 815 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in SwitchToDocument()
|
| /trunk/main/sw/source/ui/ribbar/ |
| H A D | tbxanchr.cxx | 105 SfxViewShell* pCurSh( SfxViewShell::Current() ); in Click() 120 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in Click() 128 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in Click()
|
| /trunk/main/sd/source/ui/docshell/ |
| H A D | docshell.cxx | 379 SfxViewShell* pSfxViewSh = NULL; in InPlaceActivate() 409 SfxViewShell* pSfxViewSh = NULL; in InPlaceActivate() 508 SfxViewShell* pTestViewShell = SfxViewShell::GetFirst(); in ApplySlotFilter() 528 pTestViewShell = SfxViewShell::GetNext( *pTestViewShell ); in ApplySlotFilter()
|
| /trunk/main/sc/source/ui/pagedlg/ |
| H A D | tphfedit.cxx | 382 SfxViewShell* pShell = SfxViewShell::Current(); in lcl_GetFieldData() 508 SfxViewShell* pViewSh = SfxViewShell::Current(); in SetCharAttriutes() 510 ScTabViewShell* pTabViewSh = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in SetCharAttriutes()
|
| H A D | tphf.cxx | 71 SfxViewShell* pSh = SfxViewShell::Current(); in ScHFPage() 208 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK()
|
| /trunk/main/sc/source/ui/formdlg/ |
| H A D | formula.cxx | 290 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in IsInputHdl() 295 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in IsInputHdl() 309 SfxViewShell* p = pFrame->GetViewShell(); in GetNextInputHandler() 582 ScTabViewShell* pScViewShell = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in clear() 599 ScTabViewShell* pScViewShell = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in switchBack()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | srcview.cxx | 125 SFX_IMPL_INTERFACE( SwSrcView, SfxViewShell, SW_RES(0) ) 134 TYPEINIT1(SwSrcView, SfxViewShell) in TYPEINIT1() argument 240 SwSrcView::SwSrcView(SfxViewFrame* pViewFrame, SfxViewShell*) : in SwSrcView() argument 241 SfxViewShell( pViewFrame, SWSRCVIEWFLAGS ), in SwSrcView() 442 SfxViewShell::ExecuteSlot( rReq, SfxViewShell::GetInterface() ); in Execute() 853 SfxViewShell::Notify(rBC, rHint); in Notify()
|