Lines Matching refs:DocumentHolder
79 DocumentHolder::DocumentHolder( in DocumentHolder() function in DocumentHolder
110 DocumentHolder::~DocumentHolder() in ~DocumentHolder()
118 void DocumentHolder::LoadDocInFrame( sal_Bool bPluginMode ) in LoadDocInFrame()
207 void DocumentHolder::OnPosRectChanged(LPRECT lpRect) const in OnPosRectChanged()
219 void DocumentHolder::DisableInplaceActivation(BOOL b) in DisableInplaceActivation()
224 BOOL DocumentHolder::isActive() const in isActive()
229 HRESULT DocumentHolder::InPlaceActivate( in InPlaceActivate()
471 void DocumentHolder::InPlaceDeactivate(void) in InPlaceDeactivate()
527 HRESULT DocumentHolder::UIActivate() in UIActivate()
556 void DocumentHolder::UIDeactivate() in UIDeactivate()
593 BOOL DocumentHolder::InPlaceMenuCreate(void) in InPlaceMenuCreate()
648 BOOL DocumentHolder::InPlaceMenuDestroy(void) in InPlaceMenuDestroy()
659 void DocumentHolder::OpenIntoWindow(void) in OpenIntoWindow()
664 BOOL DocumentHolder::Undo(void) in Undo()
671 void DocumentHolder::FreeOffice() in FreeOffice()
684 void DocumentHolder::DisconnectFrameDocument( sal_Bool bComplete ) in DisconnectFrameDocument()
720 void DocumentHolder::CloseDocument() in CloseDocument()
742 void DocumentHolder::CloseFrame() in CloseFrame()
770 void DocumentHolder::SetDocument( const uno::Reference< frame::XModel >& xDoc, sal_Bool bLink ) in SetDocument()
794 sal_Bool DocumentHolder::ExecuteSuspendCloseFrame() in ExecuteSuspendCloseFrame()
836 uno::Reference< frame::XFrame > DocumentHolder::DocumentFrame() in DocumentFrame()
880 uno::Reference< frame::XDispatchProviderInterceptor > DocumentHolder::CreateNewInterceptor() in CreateNewInterceptor()
891 void DocumentHolder::ClearInterceptorInternally() in ClearInterceptorInternally()
902 void DocumentHolder::ClearInterceptor() in ClearInterceptor()
910 void DocumentHolder::show() in show()
962 void DocumentHolder::resizeWin( const SIZEL& rNewSize ) in resizeWin()
1016 void DocumentHolder::setTitle(const rtl::OUString& aDocumentName) in setTitle()
1108 void DocumentHolder::setContainerName(const rtl::OUString& aContainerName) in setContainerName()
1114 void DocumentHolder::hide() in hide()
1123 IDispatch* DocumentHolder::GetIDispatch() in GetIDispatch()
1165 HRESULT DocumentHolder::SetVisArea( const RECTL *pRect )
1193 HRESULT DocumentHolder::GetVisArea( RECTL *pRect )
1220 HRESULT DocumentHolder::GetDocumentBorder( RECT *pRect ) in GetDocumentBorder()
1246 HRESULT DocumentHolder::SetExtent( const SIZEL *pSize ) in SetExtent()
1280 HRESULT DocumentHolder::GetExtent( SIZEL *pSize ) in GetExtent()
1315 HRESULT DocumentHolder::SetContRects(LPCRECT aRect) in SetContRects()
1342 HRESULT DocumentHolder::SetObjectRects(LPCRECT aRect, LPCRECT aClip) in SetObjectRects()
1371 DocumentHolder::getContainerWindow( in getContainerWindow()
1432 DocumentHolder::requestDockingAreaSpace( in requestDockingAreaSpace()
1454 DocumentHolder::setDockingAreaSpace( in setDockingAreaSpace()
1492 DocumentHolder::disposing( in disposing()
1509 DocumentHolder::queryClosing( in queryClosing()
1524 DocumentHolder::notifyClosing( in notifyClosing()
1553 DocumentHolder::queryTermination( in queryTermination()
1565 DocumentHolder::notifyTermination( in notifyTermination()
1580 void SAL_CALL DocumentHolder::modified( const lang::EventObject& /*aEvent*/ ) in modified()