Lines Matching refs:SfxFrame

96 TYPEINIT1(SfxFrame, SfxListener);
101 SvCompatWeakHdl* SfxFrame::GetHdl() in GetHdl()
107 void SfxFrame::Construct_Impl() in Construct_Impl()
117 SfxFrame::~SfxFrame() in ~SfxFrame()
141 sal_Bool SfxFrame::DoClose() in DoClose()
179 sal_Bool SfxFrame::DoClose_Impl() in DoClose_Impl()
201 sal_Bool SfxFrame::DocIsModified_Impl() in DocIsModified_Impl()
212 sal_uInt16 SfxFrame::PrepareClose_Impl( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose_Impl()
262 SfxFrame* SfxFrame::GetChildFrame( sal_uInt16 nPos ) const in GetChildFrame()
273 void SfxFrame::RemoveChildFrame_Impl( SfxFrame* pFrame ) in RemoveChildFrame_Impl()
280 SfxFrame& SfxFrame::GetTopFrame() const in GetTopFrame()
282 const SfxFrame* pParent = this; in GetTopFrame()
285 return *const_cast< SfxFrame* >( pParent ); in GetTopFrame()
288 sal_Bool SfxFrame::IsClosing_Impl() const in IsClosing_Impl()
293 void SfxFrame::SetIsClosing_Impl() in SetIsClosing_Impl()
298 sal_uInt16 SfxFrame::GetChildFrameCount() const in GetChildFrameCount()
303 void SfxFrame::CancelTransfers( sal_Bool /*bCancelLoadEnv*/ ) in CancelTransfers()
335 SfxViewFrame* SfxFrame::GetCurrentViewFrame() const in GetCurrentViewFrame()
340 SfxDispatcher* SfxFrame::GetDispatcher_Impl() const in GetDispatcher_Impl()
347 SfxObjectShell* SfxFrame::GetCurrentDocument() const in GetCurrentDocument()
354 void SfxFrame::SetCurrentViewFrame_Impl( SfxViewFrame *pFrame ) in SetCurrentViewFrame_Impl()
359 sal_uInt32 SfxFrame::GetFrameType() const in GetFrameType()
364 void SfxFrame::SetFrameType_Impl( sal_uInt32 n ) in SetFrameType_Impl()
369 void SfxFrame::GetViewData_Impl() in GetViewData_Impl()
398 SfxFrame* pFrame = (*pChildArr)[n-1]; in GetViewData_Impl()
407 void SfxFrame::UpdateDescriptor( SfxObjectShell *pDoc ) in UpdateDescriptor()
463 void SfxFrame::SetDescriptor( SfxFrameDescriptor *pD ) in SetDescriptor()
480 SfxFrameDescriptor* SfxFrame::GetDescriptor() const in GetDescriptor()
497 void SfxFrame::GetTargetList( TargetList& rList ) const in GetTargetList()
515 SfxFrame* pFrame = (*pChildArr)[n]; in GetTargetList()
523 SfxBroadcaster& SfxFrame::GetBroadcaster() const in GetBroadcaster()
528 sal_Bool SfxFrame::IsParent( SfxFrame *pFrame ) const in IsParent()
530 SfxFrame *pParent = pParentFrame; in IsParent()
541 void SfxFrame::InsertTopFrame_Impl( SfxFrame* pFrame ) in InsertTopFrame_Impl()
547 void SfxFrame::RemoveTopFrame_Impl( SfxFrame* pFrame ) in RemoveTopFrame_Impl()
559 SfxFrameItem::SfxFrameItem( sal_uInt16 nWhichId, SfxFrame *p ): in SfxFrameItem()
565 SfxFrameItem::SfxFrameItem( SfxFrame *p ): in SfxFrameItem()
607 SfxFrame* pFr = SfxFrame::GetFirst(); in PutValue()
616 pFr = SfxFrame::GetNext( *pFr ); in PutValue()
687 SfxFrameIterator::SfxFrameIterator( const SfxFrame& rFrame, sal_Bool bRecur ) in SfxFrameIterator()
692 SfxFrame* SfxFrameIterator::FirstFrame() in FirstFrame()
698 SfxFrame* SfxFrameIterator::NextFrame( SfxFrame& rPrev ) in NextFrame()
701 SfxFrame *pRet = NULL; in NextFrame()
714 SfxFrame* SfxFrameIterator::NextSibling_Impl( SfxFrame& rPrev ) in NextSibling_Impl()
716 SfxFrame *pRet = NULL; in NextSibling_Impl()
731 sal_Bool SfxFrame::IsTop() const in IsTop()
736 sal_Bool SfxFrame::HasComponent() const in HasComponent()
741 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > SfxFrame::GetController() … in GetController()
749 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > SfxFrame::GetFrameInterface() … in GetFrameInterface()
754 void SfxFrame::SetFrameInterface_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::fr… in SetFrameInterface_Impl()
762 void SfxFrame::Appear() in Appear()
777 void SfxFrame::AppearWithUpdate() in AppearWithUpdate()
784 void SfxFrame::SetOwnsBindings_Impl( sal_Bool bSet ) in SetOwnsBindings_Impl()
789 sal_Bool SfxFrame::OwnsBindings_Impl() const in OwnsBindings_Impl()
794 void SfxFrame::SetToolSpaceBorderPixel_Impl( const SvBorder& rBorder ) in SetToolSpaceBorderPixel_Impl()
824 Rectangle SfxFrame::GetTopOuterRectPixel_Impl() const in GetTopOuterRectPixel_Impl()
831 SfxWorkWindow* SfxFrame::GetWorkWindow_Impl() const in GetWorkWindow_Impl()
841 void SfxFrame::SetWorkWindow_Impl( SfxWorkWindow* pWorkwin ) in SetWorkWindow_Impl()
846 void SfxFrame::CreateWorkWindow_Impl() in CreateWorkWindow_Impl()
848 SfxFrame* pFrame = this; in CreateWorkWindow_Impl()
865 SfxFrame* pFr = SfxFrame::GetFirst(); in CreateWorkWindow_Impl()
874 pFr = SfxFrame::GetNext( *pFr ); in CreateWorkWindow_Impl()
889 void SfxFrame::GrabFocusOnComponent_Impl() in GrabFocusOnComponent_Impl()
905 void SfxFrame::ReleasingComponent_Impl( sal_Bool bSet ) in ReleasingComponent_Impl()
910 sal_Bool SfxFrame::IsInPlace() const in IsInPlace()
915 void SfxFrame::SetInPlace_Impl( sal_Bool bSet ) in SetInPlace_Impl()
920 void SfxFrame::Resize() in Resize()
968 SfxFrame* SfxFrame::GetFirst() in GetFirst()
975 SfxFrame* SfxFrame::GetNext( SfxFrame& rFrame ) in GetNext()
984 const SfxPoolItem* SfxFrame::OpenDocumentSynchron( SfxItemSet& i_rSet, const Reference< XFrame >& i… in OpenDocumentSynchron()