Home
last modified time | relevance | path

Searched refs:lcl_GetDocPageSize (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sc/source/ui/view/
H A Dpreview.cxx705 Size lcl_GetDocPageSize( ScDocument* pDoc, SCTAB nTab ) in lcl_GetDocPageSize() function
735 Size aLocalPageSize = lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ); in GetOptimalZoom()
973 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseButtonUp()
974 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseButtonUp()
1222 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseMove()
1223 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove()
1486 long nHeight = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Height(); in DrawInvert()
1487 long nWidth = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Width(); in DrawInvert()