Lines Matching refs:SmViewShell

87 #define SmViewShell  macro
98 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow()
404 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START()
418 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END()
525 SmViewShell * SmCmdBoxWindow::GetView() in GetView()
528 return PTR_CAST(SmViewShell, pView); in GetView()
780 TYPEINIT1( SmViewShell, SfxViewShell );
782 SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
794 SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")
800 Size SmViewShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
804 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
808 void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) in AdjustPosSizePixel()
816 void SmViewShell::InnerResizePixel(const Point &rOfs, const Size &rSize) in InnerResizePixel()
834 void SmViewShell::OuterResizePixel(const Point &rOfs, const Size &rSize) in OuterResizePixel()
846 void SmViewShell::QueryObjAreaPixel( Rectangle& rRect ) const in QueryObjAreaPixel()
854 void SmViewShell::SetZoomFactor( const Fraction &rX, const Fraction &rY ) in SetZoomFactor()
867 Size SmViewShell::GetTextLineSize(OutputDevice& rDevice, const String& rLine) in GetTextLineSize()
897 Size SmViewShell::GetTextSize(OutputDevice& rDevice, const String& rText, long MaxWidth) in GetTextSize()
959 void SmViewShell::DrawTextLine(OutputDevice& rDevice, const Point& rPosition, const String& rLine) in DrawTextLine()
988 void SmViewShell::DrawText(OutputDevice& rDevice, const Point& rPosition, const String& rText, sal_… in DrawText()
1051 void SmViewShell::Impl_Print( in Impl_Print()
1205 sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, sal_Bool /*bIsAPI*/) in Print()
1213 SfxPrinter* SmViewShell::GetPrinter(sal_Bool bCreate) in GetPrinter()
1224 sal_uInt16 SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags, bool ) in SetPrinter()
1243 SfxTabPage* SmViewShell::CreatePrintOptionsPage(Window *pParent, in CreatePrintOptionsPage()
1252 SmEditWindow *SmViewShell::GetEditWindow() in GetEditWindow()
1270 void SmViewShell::SetStatusText(const String& Text) in SetStatusText()
1279 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()
1293 void SmViewShell::NextError() in NextError()
1305 void SmViewShell::PrevError() in PrevError()
1317 sal_Bool SmViewShell::Insert( SfxMedium& rMedium ) in Insert()
1364 sal_Bool SmViewShell::InsertFrom(SfxMedium &rMedium) in InsertFrom()
1414 void SmViewShell::Execute(SfxRequest& rReq) in Execute()
1603 pImpl->pDocInserter->StartExecuteModal( LINK( this, SmViewShell, DialogClosedHdl ) ); in Execute()
1808 void SmViewShell::GetState(SfxItemSet &rSet) in GetState()
1896 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() function in SmViewShell
1914 SmViewShell::~SmViewShell() in ~SmViewShell()
1927 void SmViewShell::Deactivate( sal_Bool bIsMDIActivate ) in Deactivate()
1939 void SmViewShell::Activate( sal_Bool bIsMDIActivate ) in Activate()
1962 IMPL_LINK( SmViewShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument
1994 void SmViewShell::Notify( SfxBroadcaster& , const SfxHint& rHint ) in Notify()