Lines Matching refs:DrawDocShell
62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect) in Draw()
169 Rectangle DrawDocShell::GetVisArea(sal_uInt16 nAspect) const in GetVisArea()
208 void DrawDocShell::Connect(ViewShell* pViewSh) in Connect()
219 void DrawDocShell::Disconnect(ViewShell* pViewSh) in Disconnect()
233 FrameView* DrawDocShell::GetFrameView() in GetFrameView()
251 Size DrawDocShell::GetFirstPageSize() in GetFirstPageSize()
262 Bitmap DrawDocShell::GetPagePreviewBitmap(SdPage* pPage, sal_uInt16 nMaxEdgePixel) in GetPagePreviewBitmap()
361 sal_Bool DrawDocShell::CheckPageName (::Window* pWin, String& rName ) in CheckPageName()
376 aNameDlg->SetCheckNameHdl( LINK( this, DrawDocShell, RenameSlideHdl ) ); in CheckPageName()
394 bool DrawDocShell::IsNewPageNameValid( String & rInOutPageName, bool bResetStringIfStandardName /* … in IsNewPageNameValid()
495 IMPL_LINK( DrawDocShell, RenameSlideHdl, AbstractSvxNameDialog*, pDialog ) in IMPL_LINK() argument