Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 25 of 74) sorted by relevance

123

/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnRowInfo.java42 private int repeated = 1; field in ColumnRowInfo
63 public ColumnRowInfo(int dimension, int repeated, int type) { in ColumnRowInfo() argument
66 this.repeated = repeated; in ColumnRowInfo()
75 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo() argument
77 this(dimension, repeated, type); in ColumnRowInfo()
127 return repeated; in getRepeated()
130 public void setRepeated(int repeated) { in setRepeated() argument
132 this.repeated = repeated; in setRepeated()
/AOO42X/main/offapi/com/sun/star/sheet/
H A DXPrintAreas.idl66 /** returns, whether the title columns are repeated on all subsequent
73 /** specifies whether the title columns are repeated on all subsequent
77 if <TRUE/>, title columns are repeated on each page.
85 <p>Title columns can be automatically repeated on all subsequent
100 <p>Title columns can be automatically repeated on all subsequent
111 /** returns, whether the title rows are repeated on all subsequent
118 /** specifies whether the title rows are repeated on all subsequent
122 if <TRUE/>, title rows are repeated on each page.
130 <p>Title rows can be automatically repeated on all subsequent
145 <p>Title rows can be automatically repeated on all subsequent
H A DXMultipleOperation.idl58 <p>The specified formulas are repeated, with references to the
H A DTableAutoFormat.idl54 (repeated in turn between header and footer row). The columns are
/AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java443 int repeated = cri.getRepeated(); in addColInfo() local
447 nCols+repeated-1, in addColInfo()
450 nCols += repeated; in addColInfo()
455 for(int i=0;i<repeated;i++) { in addColInfo()
461 nRows += repeated; in addColInfo()
/AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java147 int repeated = ci.getLast() - ci.getFirst() + 1; in getColumnRowInfos() local
149 repeated, in getColumnRowInfos()
159 int repeated = rw.getRowNumber(); in getColumnRowInfos() local
161 repeated, in getColumnRowInfos()
/AOO42X/main/offapi/com/sun/star/rendering/
H A DAnimationRepeat.idl62 a repeated triangle curve.<p>
72 plotting the value over time, this yields a repeated saw-tooth
H A DXHalfFloatReadOnlyBitmap.idl66 occurs, the whole bitmap read operation should be repeated.<p>
H A DXIeeeDoubleReadOnlyBitmap.idl66 occurs, the whole bitmap read operation should be repeated.<p>
H A DXIeeeFloatReadOnlyBitmap.idl65 occurs, the whole bitmap read operation should be repeated.<p>
H A DXIntegerReadOnlyBitmap.idl67 occurs, the whole bitmap read operation should be repeated, if you
/AOO42X/main/sd/source/ui/view/
H A DDocumentRenderer.src132 < "Tile sheet of paper with repeated slides" ; > ;
142 < "Tile sheet of paper with repeated pages" ; > ;
/AOO42X/main/offapi/com/sun/star/text/
H A DTextTable.idl191 /** determines if the first row of the table is repeated on every new page.
195 /** determines the number of rows of the table repeated on every new page.
/AOO42X/main/offapi/com/sun/star/drawing/
H A DBitmapMode.idl40 /** the bitmap is repeated over the fill area.
H A DFillProperties.idl245 /** if set, the fill bitmap is repeated to fill the area of the shape.
H A DTextProperties.idl280 /** This number defines how many times the text animation is repeated.
/AOO42X/main/offapi/com/sun/star/table/
H A DCellHoriJustify.idl69 /** contents are repeated to fill the cell.
/AOO42X/main/offapi/com/sun/star/datatransfer/dnd/
H A DXAutoscroll.idl53 result in repeated scroll requests to the Component until the drag Cursor
/AOO42X/main/offapi/com/sun/star/chart2/
H A DFillBitmap.idl103 <p>It may be repeated, stretched or displayed with blank space
/AOO42X/main/offapi/com/sun/star/presentation/
H A DPresentation.idl98 /** If this property is set to <TRUE/>, the presentation is repeated
/AOO42X/main/offapi/com/sun/star/report/
H A DXSection.idl165 …/** Defines that the group header should be repeated on the next page when a group spans more than…
/AOO42X/main/reportdesign/source/ui/inspection/
H A Dinspection.src111 Text [ en-US ] = "Print repeated values" ;
/AOO42X/main/oox/source/dump/
H A Ddumperbase.ini65 # - Optional items that may be repeated are marked with an ellipsis (...).
/AOO42X/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl436 <p>In general, parameter values remain in force for repeated use of a
/AOO42X/main/sc/source/ui/src/
H A Dglobstr.src1373 …queries. The results of these queries were not saved.\nDo you want these queries to be repeated?" ;

123