Searched refs:i_rDoc (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 103 … static SfxViewFrame* LoadHiddenDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId ); 104 static SfxViewFrame* LoadDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId ); 105 …static SfxViewFrame* LoadDocumentIntoFrame( SfxObjectShell& i_rDoc, const SfxFrameItem* i_pFram… 106 …static SfxViewFrame* LoadDocumentIntoFrame( SfxObjectShell& i_rDoc, const ::com::sun::star::uno… 107 …static SfxViewFrame* DisplayNewDocument( SfxObjectShell& i_rDoc, const SfxRequest& i_rCreateDoc… 272 const SfxObjectShell& i_rDoc, 295 const SfxObjectShell& i_rDoc,
|
H A D | frame.hxx | 217 SAL_DLLPRIVATE void PrepareForDoc_Impl( SfxObjectShell& i_rDoc );
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 2107 SfxViewFrame* SfxViewFrame::LoadViewIntoFrame_Impl_NoThrow( const SfxObjectShell& i_rDoc, const Ref… in LoadViewIntoFrame_Impl_NoThrow() argument 2142 i_rDoc, in LoadViewIntoFrame_Impl_NoThrow() 2180 SfxViewShell* SfxViewFrame::LoadViewIntoFrame_Impl( const SfxObjectShell& i_rDoc, const Reference< … in LoadViewIntoFrame_Impl() argument 2184 Reference< XModel > xDocument( i_rDoc.GetModel(), UNO_SET_THROW ); in LoadViewIntoFrame_Impl() 2197 sURL = i_rDoc.GetFactory().GetFactoryURL(); in LoadViewIntoFrame_Impl() 2211 SfxViewFrame* SfxViewFrame::LoadHiddenDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId ) in LoadHiddenDocument() argument 2213 return LoadViewIntoFrame_Impl_NoThrow( i_rDoc, Reference< XFrame >(), i_nViewId, true ); in LoadHiddenDocument() 2218 SfxViewFrame* SfxViewFrame::LoadDocument( SfxObjectShell& i_rDoc, const sal_uInt16 i_nViewId ) in LoadDocument() argument 2220 return LoadViewIntoFrame_Impl_NoThrow( i_rDoc, Reference< XFrame >(), i_nViewId, false ); in LoadDocument() 2227 return LoadViewIntoFrame_Impl_NoThrow( i_rDoc, i_rTargetFrame, i_nViewId, false ); in LoadDocumentIntoFrame() [all …]
|
H A D | frame2.cxx | 457 void SfxFrame::PrepareForDoc_Impl( SfxObjectShell& i_rDoc ) in PrepareForDoc_Impl() argument 459 const ::comphelper::NamedValueCollection aDocumentArgs( i_rDoc.GetModel()->getArgs() ); in PrepareForDoc_Impl() 466 UpdateDescriptor( &i_rDoc ); in PrepareForDoc_Impl()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 168 SfxDocInfoListener_Impl( SfxObjectShell& i_rDoc ) in SfxDocInfoListener_Impl() argument 169 : m_rShell(i_rDoc) in SfxDocInfoListener_Impl()
|
Completed in 130 milliseconds