Lines Matching refs:SmViewShell

82 #define SmViewShell  macro
91 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow()
397 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START()
411 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END()
518 SmViewShell * SmCmdBoxWindow::GetView() in GetView()
521 return PTR_CAST(SmViewShell, pView); in GetView()
773 TYPEINIT1( SmViewShell, SfxViewShell );
775 SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
786 SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")
792 Size SmViewShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
796 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
800 void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) in AdjustPosSizePixel()
808 void SmViewShell::InnerResizePixel(const Point &rOfs, const Size &rSize) in InnerResizePixel()
826 void SmViewShell::OuterResizePixel(const Point &rOfs, const Size &rSize) in OuterResizePixel()
838 void SmViewShell::QueryObjAreaPixel( Rectangle& rRect ) const in QueryObjAreaPixel()
846 void SmViewShell::SetZoomFactor( const Fraction &rX, const Fraction &rY ) in SetZoomFactor()
859 Size SmViewShell::GetTextLineSize(OutputDevice& rDevice, const String& rLine) in GetTextLineSize()
889 Size SmViewShell::GetTextSize(OutputDevice& rDevice, const String& rText, long MaxWidth) in GetTextSize()
951 void SmViewShell::DrawTextLine(OutputDevice& rDevice, const Point& rPosition, const String& rLine) in DrawTextLine()
980 void SmViewShell::DrawText(OutputDevice& rDevice, const Point& rPosition, const String& rText, sal_… in DrawText()
1043 void SmViewShell::Impl_Print( in Impl_Print()
1197 sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, sal_Bool /*bIsAPI*/) in Print()
1205 SfxPrinter* SmViewShell::GetPrinter(sal_Bool bCreate) in GetPrinter()
1216 sal_uInt16 SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags, bool ) in SetPrinter()
1235 SfxTabPage* SmViewShell::CreatePrintOptionsPage(Window *pParent, in CreatePrintOptionsPage()
1244 SmEditWindow *SmViewShell::GetEditWindow() in GetEditWindow()
1262 void SmViewShell::SetStatusText(const String& Text) in SetStatusText()
1271 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()
1285 void SmViewShell::NextError() in NextError()
1297 void SmViewShell::PrevError() in PrevError()
1309 sal_Bool SmViewShell::Insert( SfxMedium& rMedium ) in Insert()
1356 sal_Bool SmViewShell::InsertFrom(SfxMedium &rMedium) in InsertFrom()
1406 void SmViewShell::Execute(SfxRequest& rReq) in Execute()
1595 pImpl->pDocInserter->StartExecuteModal( LINK( this, SmViewShell, DialogClosedHdl ) ); in Execute()
1729 void SmViewShell::GetState(SfxItemSet &rSet) in GetState()
1817 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() function in SmViewShell
1835 SmViewShell::~SmViewShell() in ~SmViewShell()
1848 void SmViewShell::Deactivate( sal_Bool bIsMDIActivate ) in Deactivate()
1860 void SmViewShell::Activate( sal_Bool bIsMDIActivate ) in Activate()
1883 IMPL_LINK( SmViewShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument
1915 void SmViewShell::Notify( SfxBroadcaster& , const SfxHint& rHint ) in Notify()