/aoo4110/main/sfx2/source/view/ |
H A D | viewsh.cxx | 103 DBG_NAME(SfxViewShell) 105 #define SfxViewShell macro 145 SfxViewShell* m_pViewShell; 1099 void SfxViewShell::Move() in Move() 1323 SfxViewShell::SfxViewShell in SfxViewShell() function in SfxViewShell 1359 SfxViewShell::~SfxViewShell() in ~SfxViewShell() 1416 SfxViewShell* SfxViewShell::Current() in Current() 1424 SfxViewShell* SfxViewShell::Get( const Reference< XController>& i_rController ) in Get() 1429 for ( SfxViewShell* pViewShell = SfxViewShell::GetFirst( NULL, sal_False ); in Get() 1628 SfxViewShell* SfxViewShell::GetFirst in GetFirst() [all …]
|
H A D | viewprn.cxx | 73 SfxViewShell* mpViewShell; 91 SfxViewShell* pView, 111 SfxViewShell* pView, in SfxPrinterController() 405 SfxViewShell* _pViewSh; 666 Printer* SfxViewShell::GetActivePrinter() const in GetActivePrinter() 672 void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) in ExecPrint_Impl() 917 sal_Bool SfxViewShell::IsPrinterLocked() const in IsPrinterLocked() 924 void SfxViewShell::LockPrinter( sal_Bool bLock) in LockPrinter() 946 SfxPrinter* SfxViewShell::GetPrinter( sal_Bool /*bCreate*/ ) in GetPrinter() 960 SfxTabPage* SfxViewShell::CreatePrintOptionsPage in CreatePrintOptionsPage() [all …]
|
H A D | viewfrm.cxx | 1045 SfxViewShell *pViewSh = GetViewShell(); in StateHistory_Impl() 1140 SfxViewShell *pDyingViewSh = GetViewShell(); in ReleaseObjectShell_Impl() 1307 const SfxViewShell* pVSh, in SetBorderPixelImpl() 1350 const SfxViewShell* /*pSh*/ in GetBorderPixelImpl() 1771 SfxViewShell* pSh, in DoAdjustPosSizePixel() 1901 SfxViewShell* pViewSh = GetViewShell(); in Enable() 2112 SfxViewShell* pSuccessView = NULL; in LoadViewIntoFrame_Impl_NoThrow() 2203 SfxViewShell* pViewShell = SfxViewShell::Get( i_rFrame->getController() ); in LoadViewIntoFrame_Impl() 2396 SfxViewShell* pOldSh = GetViewShell(); in SwitchToViewShell_Impl() 2790 SfxViewShell *pShell = GetViewShell(); in Resize() [all …]
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 117 static SfxViewShell *CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView); \ 124 SfxViewShell* __EXPORT Class::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView) \ 143 class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener class 175 static SfxViewShell* GetFirst( const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True ); 176 static SfxViewShell* GetNext( const SfxViewShell& rPrev, 178 static SfxViewShell* Current(); 180 …static SfxViewShell* Get( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::… 186 SfxViewShell( SfxViewFrame *pFrame, sal_uInt16 nFlags = 0 ); 187 virtual ~SfxViewShell(); 333 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()
|
H A D | prnmon.hxx | 34 class SfxViewShell; 81 SfxViewShell* pViewSh; 87 SfxViewShell *pViewShell,
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 234 TYPEINIT1(ViewShellBase, SfxViewShell); 241 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() 269 SfxViewShell*) in ViewShellBase() argument 270 : SfxViewShell (_pFrame, in ViewShellBase() 468 SfxViewShell::Notify(rBC, rHint); in Notify() 516 SfxViewShell::SetZoomFactor( in InnerResizePixel() 667 SfxViewShell::UIActivating( pClient ); in UIActivating() 675 SfxViewShell::UIDeactivated( pClient ); in UIDeactivated() 841 SfxViewShell::Activate(bIsMDIActivate); in Activate() 859 SfxViewShell::Deactivate(bIsMDIActivate); in Deactivate() [all …]
|
H A D | OutlineViewShellBase.cxx | 43 SfxViewShell* __EXPORT OutlineViewShellBase::CreateInstance ( in CreateInstance() 44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() 66 SfxViewShell* pOldShell) in OutlineViewShellBase()
|
/aoo4110/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() 603 SfxViewShell* pSh = SfxViewShell::Current(); in Notify() 726 if( SfxViewShell::Current() ) in ReleaseFocus_Impl() 728 Window* pShellWnd = SfxViewShell::Current()->GetWindow(); in ReleaseFocus_Impl() 812 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()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin3.cxx | 57 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in ScrollMDI() 70 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in IsScrollMDI() 84 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in SizeNotify() 103 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in PageNumNotify() 147 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in AccessibilityScrollMDI() 185 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in RepaintPagePreview() 192 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in JumpToSwMark()
|
/aoo4110/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() 1537 return sal::static_int_cast<sal_Bool>(SfxViewShell::KeyInput( rKeyEvent )); in SfxKeyInput() 1816 SfxViewShell* pOldSh ) : in ScTabViewShell() [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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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() 1543 SfxViewShell* pViewSh = pViewFrm->GetViewShell(); in SetRefDialog() 1820 SfxViewShell* p = pFrame->GetViewShell(); in lcl_CheckNeedsRepaint() [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()
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | tbxanchr.cxx | 112 SfxViewShell* pCurSh( SfxViewShell::Current() ); in Click() 127 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in Click() 135 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in Click()
|
/aoo4110/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()
|
/aoo4110/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 | 72 SfxViewShell* pSh = SfxViewShell::Current(); in ScHFPage() 209 SfxViewShell* pViewSh = SfxViewShell::Current(); in IMPL_LINK()
|
/aoo4110/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()
|