/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | ColumnRowInfo.java | 41 private int dimension = 0; field in ColumnRowInfo 63 public ColumnRowInfo(int dimension, int repeated, int type) { in ColumnRowInfo() argument 65 this.dimension = dimension; in ColumnRowInfo() 75 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo() argument 77 this(dimension, repeated, type); in ColumnRowInfo() 108 return dimension; in getSize() 116 public void setSize(int dimension) { in setSize() argument 118 this.dimension = dimension; in setSize() 179 dimension>DEFAULTROWSIZE_MIN && in isDefaultSize() 180 dimension<DEFAULTROWSIZE_MAX) in isDefaultSize()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotSourceDimension.idl | 61 /** represents a dimension in a data pilot source. 66 <p>In more complex data sources, a dimension may contain several 82 /** provides access to the name of the dimension, i.e. used in 95 /** supports duplicating the dimension. 97 <p>A dimension may be used several times in a data pilot table, 111 /** returns the name of the dimension from which this dimension was 118 /** contains <TRUE/> if this is the dimension used to layout the 125 /** specifies where the dimension is used. 131 /** specifies the position of the dimension within its orientation. 143 /** specifies which hierarchy of the dimension is used. [all …]
|
H A D | DimensionFlags.idl | 33 /** used to specify flags for a dimension in a data pilot source. 41 /** The dimension cannot be used in column orientation. 47 /** The dimension cannot be used in row orientation. 53 /** The dimension cannot be used in page orientation. 59 /** The dimension cannot be used in data orientation.
|
H A D | XDataPilotDataLayoutFieldSupplier.idl | 40 <p>This data field can be inserted into the rows dimension or columns 41 dimension by changing its <member scope="DataPilotField">Orientation</member> 58 to insert this field into the rows or columns dimension by changing
|
H A D | XHierarchiesSupplier.idl | 42 dimension.
|
H A D | DataPilotSourceHierarchies.idl | 38 dimension.
|
H A D | DataPilotSourceHierarchy.idl | 41 /** represents a hierarchy in a data pilot source dimension.
|
H A D | DataPilotField.idl | 161 /** specifies which hierarchy of the dimension is used.
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | XTransformation.idl | 66 equivalent to the dimension of the source coordinate 70 sequence is equal to the dimension of the output 74 if the dimension of the input vector is not equal to the 75 dimension given in <member>getSourceDimension</member>. 80 /** the dimension of the input coordinate sequence that is to be 85 /** the dimension of the output coordinate sequence that is the
|
H A D | XCoordinateSystem.idl | 50 /** the dimension of the coordinate-system. 62 /** The dimension says whether it is a x, y or z axis. 71 /** The dimension says whether it is a x, y or z axis. 81 …/** In one dimension there could be several axes to enable main and secondary axis and maybe more … 82 This method returns the maximum index at which an axis exists for the given dimension.
|
H A D | XChartType.idl | 54 current settings and for the given dimension. 57 This charttype cannot be displayed in the given dimension.
|
/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ |
H A D | ImageShrink.java | 64 com.sun.star.awt.Size dimension = new com.sun.star.awt.Size(); field in ImageShrink 118 return dimension; in getDimension() 130 dimension = size; in setDimension()
|
/trunk/main/offapi/com/sun/star/chart/ |
H A D | ChartAxisType.idl | 38 …/** the type of the axis is chosen automatically dependent on the chart type, the dimension and th… 42 /** the axis represent discrete category texts if chart type and the dimension allows 46 /** the axis shows dates if the given data and chart type and the dimension allows
|
H A D | XAxisSupplier.idl | 39 …the primary axis of the specified dimension. The returned object supports service <type>ChartAxis<… 47 …the secondary axis of the specified dimension. The returned object supports service <type>ChartAxi…
|
/trunk/main/svx/source/svdraw/ |
H A D | svdstr.src | 2257 Text [ en-US ] = "Backlog of dimension help line 1" ; 2262 Text [ en-US ] = "Backlog of dimension help line 2" ; 2272 Text [ en-US ] = "Dimension value across dimension line" ; 2277 Text [ en-US ] = "Rotate dimension value by 180 degree" ; 2307 Text [ en-US ] = "AutoPositioning of the dimension value" ; 2312 Text [ en-US ] = "Angle for the automatic positioning of the dimension value" ; 2317 Text [ en-US ] = "Determination of the dimension value angle" ; 2322 Text [ en-US ] = "Angle of the dimension value" ;
|
/trunk/main/udkapi/com/sun/star/reflection/ |
H A D | XArrayTypeDescription.idl | 55 dimension of the array
|
/trunk/main/idlc/test/ |
H A D | typelookup.idl | 78 /// a string array member with dimension 4,8
|
H A D | struct.idl | 110 /// a string array member with dimension 4,8
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePickerListener.idl | 106 may ask for the new dimension of the preview area.
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XParametricPolyPolygon2D.idl | 48 [0,1]x[0,1] rectangle. At least that is the dimension expected at
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 616 …>& indices, Sequence< sal_Int32 >& sizes, const Any& aValue, sal_Int32& dimension, sal_Bool bIsZer… in implSequenceToMultiDimArray() argument 622 sal_Int32 dimCopy = dimension; in implSequenceToMultiDimArray() 638 if ( dimCopy == dimension ) in implSequenceToMultiDimArray() 745 sal_Int32 dimension = 0; in unoToSbxValue() local 746 … implSequenceToMultiDimArray( pArray, indices, sizes, aWrap.Array, dimension, aWrap.IsZeroIndex ); in unoToSbxValue()
|
/trunk/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 263 …case XLS_TOKEN( dimension ): importDimension( rAttribs ); … in onCreateContext()
|
/trunk/main/icc/ |
H A D | SampleICC-1.3.2.patch | 2543 - sprintf(temp, " - CLUT: At least 2 grid points should be present in dimension %u.\r\n",i ); 2544 + sprintf(temp, " - CLUT: At least 2 grid points should be present in dimension %u.\n",i );
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 1740 dimension
|
/trunk/extras/l10n/source/gu/ |
H A D | localize.sdf | 19687 …\simpress\01\05150000.xhp 0 help bm_id3150439 0 gu \<bookmark_value\>dimension lines; propertie… 19689 … selected \<link href=\"text/simpress/02/10120000.xhp\" name=\"dimension line\"\>dimension line\</… 19699 …ng at the dimension line. Positive values extend the guides above the dimension line and negative … 19701 …ing at the dimension line. Positive values extend the guide below the dimension line and negative … 19703 …ing at the dimension line. Positive values extend the guide below the dimension line and negative … 19709 …\05150000.xhp 0 help par_id3146874 20 0 gu Sets the properties of the dimension text. 2002-02… 19711 …EASURE_CTL_POSITION\"\>Determines the position of the dimension text with respect to the dimension… 20706 …dimension length bounded by guides.\</ahelp\> Dimension lines automatically calculate and display … 20708 …dimension line is always inserted on the \<link href=\"text/simpress/guide/layer_tipps.xhp\" name=… 31378 …dimension to return the upper (\<emph\>Ubound\</emph\>) or the lower (\<emph\>LBound\</emph\>) bou… [all …]
|