Lines Matching refs:SfxViewShell

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()
765SfxViewShell *pShell = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl()
776SfxViewShell *pView = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl()
811 void SfxViewShell::GetState_Impl( SfxItemSet &rSet ) in GetState_Impl()
813 DBG_CHKTHIS(SfxViewShell, 0); in GetState_Impl()
917 void SfxViewShell::SetZoomFactor( const Fraction &rZoomX, in SetZoomFactor()
928 ErrCode SfxViewShell::DoVerb(long /*nVerb*/) in DoVerb()
944 void SfxViewShell::OutplaceActivated( sal_Bool bActive, SfxInPlaceClient* /*pClient*/ ) in OutplaceActivated()
952 void SfxViewShell::InplaceActivating( SfxInPlaceClient* /*pClient*/ ) in InplaceActivating()
960 void SfxViewShell::InplaceDeactivated( SfxInPlaceClient* /*pClient*/ ) in InplaceDeactivated()
967 void SfxViewShell::UIActivating( SfxInPlaceClient* /*pClient*/ ) in UIActivating()
980 void SfxViewShell::UIDeactivated( SfxInPlaceClient* /*pClient*/ ) in UIDeactivated()
999 SfxInPlaceClient* SfxViewShell::FindIPClient in FindIPClient()
1023 SfxInPlaceClient* SfxViewShell::GetIPClient() const in GetIPClient()
1030 SfxInPlaceClient* SfxViewShell::GetUIActiveIPClient_Impl() const in GetUIActiveIPClient_Impl()
1047 SfxInPlaceClient* SfxViewShell::GetUIActiveClient() const in GetUIActiveClient()
1065 void SfxViewShell::Activate( sal_Bool bMDI ) in Activate()
1067 DBG_CHKTHIS(SfxViewShell, 0); in Activate()
1080 void SfxViewShell::Deactivate(sal_Bool /*bMDI*/) in Deactivate()
1082 DBG_CHKTHIS(SfxViewShell, 0); in Deactivate()
1087 void SfxViewShell::AdjustPosSizePixel in AdjustPosSizePixel()
1094 DBG_CHKTHIS(SfxViewShell, 0); in AdjustPosSizePixel()
1099 void SfxViewShell::Move() in Move()
1122 void SfxViewShell::OuterResizePixel in OuterResizePixel()
1171 DBG_CHKTHIS(SfxViewShell, 0); in OuterResizePixel()
1177 void SfxViewShell::InnerResizePixel in InnerResizePixel()
1223 DBG_CHKTHIS(SfxViewShell, 0); in InnerResizePixel()
1229 void SfxViewShell::InvalidateBorder() in InvalidateBorder()
1231 DBG_CHKTHIS(SfxViewShell, 0); in InvalidateBorder()
1243 void SfxViewShell::SetBorderPixel( const SvBorder &rBorder ) in SetBorderPixel()
1245 DBG_CHKTHIS(SfxViewShell, 0); in SetBorderPixel()
1262 const SvBorder& SfxViewShell::GetBorderPixel() const in GetBorderPixel()
1264 DBG_CHKTHIS(SfxViewShell, 0); in GetBorderPixel()
1272 void SfxViewShell::SetWindow in SetWindow()
1315 Size SfxViewShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
1323 SfxViewShell::SfxViewShell in SfxViewShell() function in SfxViewShell
1337 DBG_CTOR(SfxViewShell, 0); in SfxViewShell()
1352 const SfxViewShell *pThis = this; // wegen der kranken Array-Syntax in SfxViewShell()
1359 SfxViewShell::~SfxViewShell() in ~SfxViewShell()
1361 DBG_DTOR(SfxViewShell, 0); in ~SfxViewShell()
1364 const SfxViewShell *pThis = this; in ~SfxViewShell()
1387 sal_uInt16 SfxViewShell::PrepareClose in PrepareClose()
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()
1431 pViewShell = SfxViewShell::GetNext( *pViewShell, NULL, sal_False ) in Get()
1442 SdrView* SfxViewShell::GetDrawView() const in GetDrawView()
1458 String SfxViewShell::GetSelectionText in GetSelectionText()
1489 sal_Bool SfxViewShell::HasSelection( sal_Bool ) const in HasSelection()
1504 void SfxViewShell::SetSubShell( SfxShell *pShell ) in SetSubShell()
1536 void SfxViewShell::AddSubShell( SfxShell& rShell ) in AddSubShell()
1547 void SfxViewShell::RemoveSubShell( SfxShell* pShell ) in RemoveSubShell()
1577 SfxShell* SfxViewShell::GetSubShell( sal_uInt16 nNo ) in GetSubShell()
1585 void SfxViewShell::PushSubShells_Impl( sal_Bool bPush ) in PushSubShells_Impl()
1606 void SfxViewShell::WriteUserData( String&, sal_Bool ) in WriteUserData()
1612 void SfxViewShell::ReadUserData(const String&, sal_Bool ) in ReadUserData()
1616 void SfxViewShell::ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < ::com::sun::star:… in ReadUserDataSequence()
1620 void SfxViewShell::WriteUserDataSequence ( ::com::sun::star::uno::Sequence < ::com::sun::star::bean… in WriteUserDataSequence()
1628 SfxViewShell* SfxViewShell::GetFirst in GetFirst()
1639 SfxViewShell *pShell = rShells.GetObject(nPos); in GetFirst()
1665 SfxViewShell* SfxViewShell::GetNext in GetNext()
1667 const SfxViewShell& rPrev, in GetNext()
1681 SfxViewShell *pShell = rShells.GetObject(nPos); in GetNext()
1706 void SfxViewShell::Notify( SfxBroadcaster& rBC, in Notify()
1746 sal_Bool SfxViewShell::ExecKey_Impl(const KeyEvent& aKey) in ExecKey_Impl()
1761 FASTBOOL SfxViewShell::KeyInput( const KeyEvent &rKeyEvent ) in KeyInput()
1788 bool SfxViewShell::GlobalKeyInput_Impl( const KeyEvent &rKeyEvent ) in GlobalKeyInput_Impl()
1795 void SfxViewShell::ShowCursor( FASTBOOL /*bOn*/ ) in ShowCursor()
1809 void SfxViewShell::GotFocus() const in GotFocus()
1828 void SfxViewShell::ResetAllClients_Impl( SfxInPlaceClient *pIP ) in ResetAllClients_Impl()
1845 void SfxViewShell::DisconnectAllClients() in DisconnectAllClients()
1858 void SfxViewShell::QueryObjAreaPixel( Rectangle& ) const in QueryObjAreaPixel()
1864 void SfxViewShell::AdjustVisArea(const Rectangle& rRect) in AdjustVisArea()
1872 void SfxViewShell::VisAreaChanged(const Rectangle& /*rVisArea*/) in VisAreaChanged()
1888 void SfxViewShell::CheckIPClient_Impl( SfxInPlaceClient *pIPClient, const Rectangle& rVisArea ) in CheckIPClient_Impl()
1927 sal_Bool SfxViewShell::PlugInsActive() const in PlugInsActive()
1933 void SfxViewShell::DiscardClients_Impl() in DiscardClients_Impl()
1953 SfxScrollingMode SfxViewShell::GetScrollingMode() const in GetScrollingMode()
1960 void SfxViewShell::SetScrollingMode( SfxScrollingMode eMode ) in SetScrollingMode()
1967 SfxObjectShell* SfxViewShell::GetObjectShell() in GetObjectShell()
1974 Reference< XModel > SfxViewShell::GetCurrentDocument() const in GetCurrentDocument()
1978 const SfxObjectShell* pDocShell( const_cast< SfxViewShell* >( this )->GetObjectShell() ); in GetCurrentDocument()
1987 void SfxViewShell::SetCurrentDocument() const in SetCurrentDocument()
1996 const Size& SfxViewShell::GetMargin() const in GetMargin()
2003 void SfxViewShell::SetMargin( const Size& rSize ) in SetMargin()
2021 void SfxViewShell::MarginChanged() in MarginChanged()
2027 sal_Bool SfxViewShell::IsShowView_Impl() const in IsShowView_Impl()
2034 SfxFrame* SfxViewShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) in GetSmartSelf()
2041 void SfxViewShell::JumpToMark( const String& rMark ) in JumpToMark()
2052 SfxInPlaceClientList* SfxViewShell::GetIPClientList_Impl( sal_Bool bCreate ) const in GetIPClientList_Impl()
2055 ( (SfxViewShell*) this )->pIPClientList = new SfxInPlaceClientList; in GetIPClientList_Impl()
2059 void SfxViewShell::SetController( SfxBaseController* pController ) in SetController()
2071 Reference < XController > SfxViewShell::GetController() in GetController()
2076 SfxBaseController* SfxViewShell::GetBaseController_Impl() const in GetBaseController_Impl()
2081 void SfxViewShell::AddContextMenuInterceptor_Impl( const REFERENCE< XCONTEXTMENUINTERCEPTOR >& xInt… in AddContextMenuInterceptor_Impl()
2086 void SfxViewShell::RemoveContextMenuInterceptor_Impl( const REFERENCE< XCONTEXTMENUINTERCEPTOR >& x… in RemoveContextMenuInterceptor_Impl()
2091 ::cppu::OInterfaceContainerHelper& SfxViewShell::GetContextMenuInterceptors() const in GetContextMenuInterceptors()
2096 void Change( Menu* pMenu, SfxViewShell* pView ) in Change()
2134 sal_Bool SfxViewShell::TryContextMenuInterception( Menu& rIn, const ::rtl::OUString& rMenuIdentifie… in TryContextMenuInterception()
2197 void SfxViewShell::TakeOwnerShip_Impl() in TakeOwnerShip_Impl()
2204 void SfxViewShell::TakeFrameOwnerShip_Impl() in TakeFrameOwnerShip_Impl()
2211 void SfxViewShell::CheckOwnerShip_Impl() in CheckOwnerShip_Impl()
2250 long SfxViewShell::HandleNotifyEvent_Impl( NotifyEvent& rEvent ) in HandleNotifyEvent_Impl()
2257 sal_Bool SfxViewShell::HasKeyListeners_Impl() in HasKeyListeners_Impl()
2263 sal_Bool SfxViewShell::HasMouseClickListeners_Impl() in HasMouseClickListeners_Impl()
2269 void SfxViewShell::SetAdditionalPrintOptions( const com::sun::star::uno::Sequence < com::sun::star:… in SetAdditionalPrintOptions()
2275 sal_Bool SfxViewShell::Escape() in Escape()
2280 Reference< view::XRenderable > SfxViewShell::GetRenderable() in GetRenderable()
2293 uno::Reference< datatransfer::clipboard::XClipboardNotifier > SfxViewShell::GetClipboardNotifier() in GetClipboardNotifier()
2302 void SfxViewShell::AddRemoveClipboardListener( const uno::Reference < datatransfer::clipboard::XCli… in AddRemoveClipboardListener()