/aoo42x/main/offapi/com/sun/star/formula/ |
H A D | FormulaProperties.idl | 219 /** contains the relative distance of brackets. 224 /** contains the relative excess size of brackets. 249 /** contains the relative superscript of indices. 254 /** contains the relative subscript of indices. 259 /** contains the relative line spacing. 264 /** contains the relative distance of lower limits. 279 /** contains the relative excess of operators. 284 /** contains the relative spacing of operators. 289 /** contains the relative root spacing 299 /** contains the relative spacing. [all …]
|
/aoo42x/main/udkapi/com/sun/star/uri/ |
H A D | XUriReferenceFactory.idl | 57 resolves a relative URI reference to absolute form. 86 to an absolute URI reference, relative to the given 98 changes an absolute URI reference to relative form. 107 controls how a relative URI reference is generated when both 114 relative URI reference includes an authority component (e.g., 116 relative URI reference has a relative path (e.g., 120 controls how a relative URI reference is generated when both 134 relative path returned from this method, are encoded (as 141 <code>uriReference</code> is either already relative, or is not 143 <code>baseUriReference</code>, or can be changed to a relative URI [all …]
|
H A D | XUriReference.idl | 38 relative). For specific URI schemes, there will be additional interfaces 59 returns whether this URI reference is absolute or relative. 62 <TRUE/> if this URI reference is absolute, <FALSE/> if it is relative. 83 For a relative URI reference, the scheme-specific part is everything 96 starts with “<code>/</code>”. A relative URI reference is 134 returns whether this (relative) URI reference has a relative path. 137 <TRUE/> if this URI reference is relative and has a relative path. 148 For a hierarchical URI reference with a relative, non-empty path, the
|
/aoo42x/main/configmgr/qa/unit/ |
H A D | test.cxx | 72 sal_Int32 i = relative.lastIndexOf('/'); in normalize() 75 *name = relative; in normalize() 79 buf.append(relative.copy(0, i)); in normalize() 81 *name = relative.copy(i + 1); in normalize() 152 rtl::OUString const & relative); 164 rtl::OUString const & relative): in ReaderThread() argument 178 rtl::OUString const & relative); 191 rtl::OUString const & relative): in WriterThread() argument 194 normalize(path, relative, &path_, &name_); in WriterThread() 529 stop, *this, list[i].path, list[i].relative); in TEST_F() [all …]
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleComponent.idl | 81 an object's bounding box. It is relative to itself so to speak. Used 103 <p>The test point's coordinates are defined relative to the 123 <p>The test point's coordinates are defined relative to the 148 coordinates are relative to the object's parent coordinate system. 155 The coordinates of the returned rectangle are relative to this 156 object's parent or relative to the screen on which this object 164 bounding box relative to the parent.</p> 166 <p>The coordinates of the bounding box are given relative to the 170 The coordinates of the returned position are relative to this 183 the object is rendered instead of being relative to the object's [all …]
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | ParagraphStyle.idl | 64 /** determines the left margin of the paragraph relative to the ParaLeftMargin 74 /** determines the right margin of the paragraph relative to the ParaRightMargin 84 /** determines the top margin of the paragraph relative to the ParaTopMargin 94 /** determines the Bottom margin of the paragraph relative to the ParaBottomMargin 111 /** This value contains the character height as percentage value relative to the height of 123 /** This value contains the character height as percentage value relative to the height of 135 /** This value contains the character height as percentage value relative to the height of
|
H A D | CharacterStyle.idl | 56 /** This value contains the character height as percentage value relative to the height of 64 /** This value contains the character height as percentage value relative to the height of 72 /** This value contains the character height as percentage value relative to the height of
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathAPI.idl | 68 the context node (expression is relative to this node) 89 the context node (expression is relative to this node) 114 the context node (expression is relative to this node) 135 the context node (expression is relative to this node) 160 the context node (expression is relative to this node) 179 the context node (expression is relative to this node)
|
/aoo42x/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 62 /** This is the key of the entry relative to its parent.<p> 91 specifies the relative path from the current key to 306 the relative path from the current key to the key 324 specifies the relative path from the current key to 350 specifies the relative path from the current key to 395 specifies the relative path from the current key to 415 specifies the relative path from the current key to 431 specifies the relative path from the current key to 448 specifies a relative path from the current key which will be resolved from all links.
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | ReferenceFlags.idl | 41 /** selects a relative column reference. 53 /** selects a relative row reference. 65 /** selects a relative sheet reference. 83 /** marks a reference from a relative range name.
|
H A D | SingleReference.idl | 45 /** is the relative column number. 57 /** is the relative row number. 69 /** is the relative sheet number.
|
/aoo42x/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 599 char const * relative; in TEST_F() member 681 css::uno::Reference< css::uri::XUriReference > relative( in TEST_F() local 688 data[i].relative != 0, relative.is()); in TEST_F() 689 if (relative.is()) { in TEST_F() 692 rtl::OUString::createFromAscii(data[i].relative), in TEST_F() 693 relative->getUriReference()); in TEST_F() 696 baseUriRef, relative, true, in TEST_F()
|
/aoo42x/main/svl/qa/ |
H A D | test_URIHelper.cxx | 255 char const * relative; in TEST_F() member 283 bool ok = tests[i].relative == 0 in TEST_F() 285 : ref.is() && ref->getUriReference().equalsAscii(tests[i].relative); in TEST_F() 304 if (tests[i].relative == 0) { in TEST_F() 308 buf.append(tests[i].relative); in TEST_F()
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | RelativePosition.idl | 39 /** Determines a position of an object relative to a size defined by other means. 51 <p>The values are relative to a reference size (for example the page size). 62 <p>The values are relative to a reference size (for example the page size). 67 /** This indicates how the object is placed at the relative position.
|
H A D | Diagram.idl | 65 /** The position is as a relative position on the page. 67 <p>If a relative position is given the diagam is not automatically placed, 68 but instead is placed relative on the page.</p> 72 /** The size of the diagram as relative size of the page size.
|
H A D | RelativeSize.idl | 35 /** Gives a position relative to some size defined by other means. 49 <p>The values are relative to the page or an object. Values 65 <p>The values are relative to the page or an object. Values
|
H A D | Title.idl | 68 /** The position is a relative position on the page. 70 <p>If a relative position is given the title is not automatically placed, 71 but instead is placed relative on the page.</p>
|
H A D | Legend.idl | 81 /** The position is as a relative position on the page. 83 <p>If a relative position is given the legend is not automatically placed, 84 but instead is placed relative on the page.</p>
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSet.idl | 209 /** moves the cursor a relative number of rows, either positive or negative. 216 <code>relative(0)</code> 221 <code>relative(1)</code> 230 how many rows should be moved relative to the current row 236 boolean relative([in]long rows) raises (SQLException); 246 <code>relative(-1)</code>
|
/aoo42x/main/shell/source/backends/gconfbe/ |
H A D | gconfaccess.cxx | 101 int relative; in xdg_user_dir_lookup() local 168 relative = 0; in xdg_user_dir_lookup() 172 relative = 1; in xdg_user_dir_lookup() 177 if (relative) in xdg_user_dir_lookup()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | TextFrame.idl | 83 /** specifies a width relative to the width of the 91 /** specifies a width relative to the width of the 104 /** determines the interpretation of the height and relative 118 /** determines the interpretation of the width and relative
|
H A D | XTextColumns.idl | 46 <p>The values used are relative. So it is not necessary to know the 47 width of the object. The sum of the relative width values depends on 60 <p>As described above, the width values are relative.
|
H A D | TextColumn.idl | 39 /** contains the relative width of the column, including both margins. 42 Width isn't a metric value, its a relative value to the sum of the width of all columns.
|
/aoo42x/main/offapi/com/sun/star/sdbcx/ |
H A D | XRowLocate.idl | 78 /** moves the cursor a relative number of rows, either positive or negative 92 count of rows move relative to the bookmark 102 /** compares two bookmarks and returns an indication of their relative values.
|
/aoo42x/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | package.mk | 45 /// Adds a file to the package. destination is the relative path in 46 /// the \$(OUTDIR) and source is the relative path in the source_dir.
|