| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include <scitems.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <sfx2/bindings.hxx>#include <osl/diagnose.h>#include <attrib.hxx>#include <pagedata.hxx>#include <tabview.hxx>#include <tabvwsh.hxx>#include <printfun.hxx>#include <stlpool.hxx>#include <docsh.hxx>#include <gridwin.hxx>#include <sc.hrc>#include <viewutil.hxx>#include <colrowba.hxx>#include <globstr.hrc>#include <scresid.hxx>#include <scmod.hxx>#include <table.hxx>#include <tabprotection.hxx>#include <markdata.hxx>#include <inputopt.hxx>#include <comphelper/lok.hxx>Go to the source code of this file.
Functions | |
| static bool | lcl_FitsInWindow (double fScaleX, double fScaleY, sal_uInt16 nZoom, tools::Long nWindowX, tools::Long nWindowY, const ScDocument *pDoc, SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, SCCOL nFixPosX, SCROW nFixPosY) | 
| IMPL_STATIC_LINK_NOARG (ScTabView, InstallLOKNotifierHdl, void *, vcl::ILibreOfficeKitNotifier *) | |
| IMPL_STATIC_LINK_NOARG | ( | ScTabView | , | 
| InstallLOKNotifierHdl | , | ||
| void * | , | ||
| vcl::ILibreOfficeKitNotifier * | |||
| ) | 
Definition at line 1548 of file tabview2.cxx.
References GetpApp().
      
  | 
  static | 
Definition at line 1254 of file tabview2.cxx.
References ScDocument::GetColWidth(), ScDocument::GetRowHeight(), and ScDocument::RowHidden().
Referenced by ScTabView::CalcZoom().