Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java77 public boolean bIsCurLandscape; field in ReportTextDocument
129 bIsCurLandscape = true; in lateInit()
268bIsCurLandscape = AnyConverter.toBoolean(Helper.getUnoPropertyValue(ReportPageStyle, ISLANDSCAPE)); in changePageOrientation()
269 if (bIsCurLandscape != bNewLandscape) in changePageOrientation()
362 CurDBColumn.insertColumnData(oTextFieldHandler, bIsCurLandscape); in refreshGroupFields()
377 …(DBColumn) DBColumnsVector.elementAt(i)).insertColumnData(oTextFieldHandler, this.bIsCurLandscape); in replaceFieldValueInRecordSection()
395 CurDBColumn.insertColumnData(oTextFieldHandler, this.bIsCurLandscape); in updateTextSections()
408 CurDBColumn.insertColumnData(oTextFieldHandler, this.bIsCurLandscape); in replaceFieldValueInGroupTable()
424 …(DBColumn) DBColumnsVector.elementAt(i)).insertColumnData(oTextFieldHandler, this.bIsCurLandscape); in replaceFieldValueInRecordTable()
457 CurDBColumn.insertColumnData(oTextFieldHandler, this.bIsCurLandscape); in insertColumnstoRecordTable()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DBlindtextCreator.java38 …ing adjustBlindTextlength(String FieldTitle, int FieldWidth, boolean bIsCurLandscape, boolean bIsG… in adjustBlindTextlength() argument
45 int MaxFieldCount = getMaxFieldCount(bIsCurLandscape); in adjustBlindTextlength()
98 private static int getMaxFieldCount(boolean bIsCurLandscape) in getMaxFieldCount() argument
100 if (bIsCurLandscape) in getMaxFieldCount()

Completed in 28 milliseconds