Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx748 Size lcl_GetDocPageSize( ScDocument* pDoc, SCTAB nTab ) in lcl_GetDocPageSize() function
779 Size aLocalPageSize = lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ); in GetOptimalZoom()
1020 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseButtonUp()
1021 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseButtonUp()
1269 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseMove()
1270 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove()
1533 long nHeight = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Height(); in DrawInvert()
1534 long nWidth = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Width(); in DrawInvert()

Completed in 24 milliseconds