Lines Matching refs:SmViewShell

86 #define SmViewShell  macro
95 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow()
401 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START()
415 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END()
522 SmViewShell * SmCmdBoxWindow::GetView() in GetView()
525 return PTR_CAST(SmViewShell, pView); in GetView()
777 TYPEINIT1( SmViewShell, SfxViewShell );
779 SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
791 SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")
797 Size SmViewShell::GetOptimalSizePixel() const in GetOptimalSizePixel()
801 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
805 void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) in AdjustPosSizePixel()
813 void SmViewShell::InnerResizePixel(const Point &rOfs, const Size &rSize) in InnerResizePixel()
831 void SmViewShell::OuterResizePixel(const Point &rOfs, const Size &rSize) in OuterResizePixel()
843 void SmViewShell::QueryObjAreaPixel( Rectangle& rRect ) const in QueryObjAreaPixel()
851 void SmViewShell::SetZoomFactor( const Fraction &rX, const Fraction &rY ) in SetZoomFactor()
864 Size SmViewShell::GetTextLineSize(OutputDevice& rDevice, const String& rLine) in GetTextLineSize()
894 Size SmViewShell::GetTextSize(OutputDevice& rDevice, const String& rText, long MaxWidth) in GetTextSize()
956 void SmViewShell::DrawTextLine(OutputDevice& rDevice, const Point& rPosition, const String& rLine) in DrawTextLine()
985 void SmViewShell::DrawText(OutputDevice& rDevice, const Point& rPosition, const String& rText, sal_… in DrawText()
1048 void SmViewShell::Impl_Print( in Impl_Print()
1202 sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, sal_Bool /*bIsAPI*/) in Print()
1210 SfxPrinter* SmViewShell::GetPrinter(sal_Bool bCreate) in GetPrinter()
1221 sal_uInt16 SmViewShell::SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags, bool ) in SetPrinter()
1240 SfxTabPage* SmViewShell::CreatePrintOptionsPage(Window *pParent, in CreatePrintOptionsPage()
1249 SmEditWindow *SmViewShell::GetEditWindow() in GetEditWindow()
1267 void SmViewShell::SetStatusText(const String& Text) in SetStatusText()
1276 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()
1290 void SmViewShell::NextError() in NextError()
1302 void SmViewShell::PrevError() in PrevError()
1314 sal_Bool SmViewShell::Insert( SfxMedium& rMedium ) in Insert()
1361 sal_Bool SmViewShell::InsertFrom(SfxMedium &rMedium) in InsertFrom()
1411 void SmViewShell::Execute(SfxRequest& rReq) in Execute()
1600 pImpl->pDocInserter->StartExecuteModal( LINK( this, SmViewShell, DialogClosedHdl ) ); in Execute()
1734 void SmViewShell::GetState(SfxItemSet &rSet) in GetState()
1822 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() function in SmViewShell
1840 SmViewShell::~SmViewShell() in ~SmViewShell()
1853 void SmViewShell::Deactivate( sal_Bool bIsMDIActivate ) in Deactivate()
1865 void SmViewShell::Activate( sal_Bool bIsMDIActivate ) in Activate()
1888 IMPL_LINK( SmViewShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument
1920 void SmViewShell::Notify( SfxBroadcaster& , const SfxHint& rHint ) in Notify()