Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java83 public ViewHandler oViewHandler; field in ReportTextDocument
114 oViewHandler = new ViewHandler(xMSFDoc, xTextDocument); in lateInit()
173 CurRecordTable.adjustOptimalTableWidths(xMSF, oViewHandler); in swapContentTemplate()
176 oViewHandler.selectFirstPage(oTextTableHandler); in swapContentTemplate()
191 oViewHandler.selectFirstPage(oTextTableHandler); in swapLayoutTemplate()
281 CurRecordTable.adjustOptimalTableWidths(xMSF, oViewHandler); in changePageOrientation()
343 CurRecordTable.adjustOptimalTableWidths(xMSF, oViewHandler); in setupRecordSection()
H A DRecordTable.java90 public void adjustOptimalTableWidths(XMultiServiceFactory _xMSF, ViewHandler oViewHandler) in adjustOptimalTableWidths() argument
93 oViewHandler.collapseViewCursorToStart(); in adjustOptimalTableWidths()
H A DReportTextImplementation.java560 getDoc().oViewHandler.selectFirstPage(getDoc().oTextTableHandler); in layout_selectFirstPage()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java54 private ViewHandler oViewHandler; field in FormDocument
77 oViewHandler = new ViewHandler(xMSFDoc, xTextDocument); in FormDocument()
80 ViewHandler oViewHandler = new ViewHandler(xMSF, xTextDocument); in FormDocument() local
83 oViewHandler.setViewSetting("ShowTableBoundaries", Boolean.FALSE); in FormDocument()
84 oViewHandler.setViewSetting("ShowOnlineLayout", Boolean.TRUE); in FormDocument()

Completed in 42 milliseconds