Lines Matching refs:SmViewShell

83 #define SmViewShell  macro
94 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow()
400 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START()
414 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END()
521 SmViewShell * SmCmdBoxWindow::GetView() in GetView()
524 return PTR_CAST(SmViewShell, pView); in GetView()
776 TYPEINIT1( SmViewShell, SfxViewShell );
778 SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
789 SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")
795 Size SmViewShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
799 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
803 void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) in AdjustPosSizePixel()
811 void SmViewShell::InnerResizePixel(const Point &rOfs, const Size &rSize) in InnerResizePixel()
829 void SmViewShell::OuterResizePixel(const Point &rOfs, const Size &rSize) in OuterResizePixel()
841 void SmViewShell::QueryObjAreaPixel( Rectangle& rRect ) const in QueryObjAreaPixel()
849 void SmViewShell::SetZoomFactor( const Fraction &rX, const Fraction &rY ) in SetZoomFactor()
862 Size SmViewShell::GetTextLineSize(OutputDevice& rDevice, const String& rLine) in GetTextLineSize()
892 Size SmViewShell::GetTextSize(OutputDevice& rDevice, const String& rText, long MaxWidth) in GetTextSize()
954 void SmViewShell::DrawTextLine(OutputDevice& rDevice, const Point& rPosition, const String& rLine) in DrawTextLine()
983 void SmViewShell::DrawText(OutputDevice& rDevice, const Point& rPosition, const String& rText, sal_… in DrawText()
1046 void SmViewShell::Impl_Print( in Impl_Print()
1200 sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, sal_Bool /*bIsAPI*/) in Print()
1208 SfxPrinter* SmViewShell::GetPrinter(sal_Bool bCreate) in GetPrinter()
1219 sal_uInt16 SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags, bool ) in SetPrinter()
1238 SfxTabPage* SmViewShell::CreatePrintOptionsPage(Window *pParent, in CreatePrintOptionsPage()
1247 SmEditWindow *SmViewShell::GetEditWindow() in GetEditWindow()
1265 void SmViewShell::SetStatusText(const String& Text) in SetStatusText()
1274 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()
1288 void SmViewShell::NextError() in NextError()
1300 void SmViewShell::PrevError() in PrevError()
1312 sal_Bool SmViewShell::Insert( SfxMedium& rMedium ) in Insert()
1359 sal_Bool SmViewShell::InsertFrom(SfxMedium &rMedium) in InsertFrom()
1409 void SmViewShell::Execute(SfxRequest& rReq) in Execute()
1598 pImpl->pDocInserter->StartExecuteModal( LINK( this, SmViewShell, DialogClosedHdl ) ); in Execute()
1803 void SmViewShell::GetState(SfxItemSet &rSet) in GetState()
1891 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() function in SmViewShell
1909 SmViewShell::~SmViewShell() in ~SmViewShell()
1922 void SmViewShell::Deactivate( sal_Bool bIsMDIActivate ) in Deactivate()
1934 void SmViewShell::Activate( sal_Bool bIsMDIActivate ) in Activate()
1957 IMPL_LINK( SmViewShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument
1989 void SmViewShell::Notify( SfxBroadcaster& , const SfxHint& rHint ) in Notify()