Lines Matching refs:xModel
47 SwDocShell* getDocShell( const uno::Reference< frame::XModel>& xModel ) in getDocShell() argument
49 uno::Reference< lang::XUnoTunnel > xTunnel( xModel, uno::UNO_QUERY_THROW ); in getDocShell()
54 SwView* getView( const uno::Reference< frame::XModel>& xModel ) in getView() argument
56 SwDocShell* pDocShell = getDocShell( xModel ); in getView()
60 …tViewCursor > getXTextViewCursor( const uno::Reference< frame::XModel >& xModel ) throw (uno::Runt… in getXTextViewCursor() argument
62 uno::Reference< frame::XController > xController = xModel->getCurrentController(); in getXTextViewCursor()
68 uno::Reference< style::XStyle > getCurrentPageStyle( const uno::Reference< frame::XModel >& xModel … in getCurrentPageStyle() argument
70 …uno::Reference< beans::XPropertySet > xCursorProps( getXTextViewCursor( xModel ), uno::UNO_QUERY_T… in getCurrentPageStyle()
73 uno::Reference< style::XStyleFamiliesSupplier > xSytleFamSupp( xModel, uno::UNO_QUERY_THROW ); in getCurrentPageStyle()
81 sal_Int32 getPageCount( const uno::Reference< frame::XModel>& xModel ) throw (uno::RuntimeException) in getPageCount() argument
83 SwDocShell* pDocShell = getDocShell( xModel ); in getPageCount()