Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 25 of 138) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/style/
H A DPageProperties.idl136 /** determines the left border distance of the page.
140 /** determines the right border distance of the page.
144 /** determines the top border distance of the page.
148 /** determines the bottom border distance of the page.
257 /** determines the left border distance of the header.
261 /** determines the right border distance of the header.
265 /** determines the top border distance of the header.
359 /** contains the left border distance of the footer.
363 /** contains the right border distance of the footer.
367 /** contains the top border distance of the footer.
[all …]
H A DParagraphProperties.idl154 <p>The distance between two paragraphs is specified by:</p>
167 <p>The distance between two paragraphs is specified by:</p>
339 /** contains the distance from the border to the object.
344 /** contains the distance from the left border to the object.
349 /** contains the distance from the right border to the object.
354 /** contains the distance from the top border to the object.
359 /** contains the distance from the bottom border to the object.
H A DNumberingAlignment.idl52 /** the minimum distance between the numbering symbol and the following text.
59 /** the distance between left margin and the numbering symbol.
66 /** the distance between the numbering symbol and text.
/trunk/main/offapi/com/sun/star/table/
H A DTableBorderDistances.idl37 /** contains the distance settings of the border lines of all cells in a cell
45 if the corresponding distance should be set or if the old value should
51 /** contains the distance between the top lines and other contents.
63 /** contains the distance between the bottom lines and other contents.
75 /** contains the distance between the left lines and other contents.
87 /** contains the distance between the right lines and other contents.
/trunk/main/basegfx/source/tools/
H A Dtools.cxx39 inline double distance( const double& nX, in distance() function
60 distance(rFitTarget.getMinX(), in moveLineOutsideRect()
65 distance(rFitTarget.getMinX(), in moveLineOutsideRect()
70 distance(rFitTarget.getMaxX(), in moveLineOutsideRect()
74 distance(rFitTarget.getMaxX(), in moveLineOutsideRect()
/trunk/main/offapi/com/sun/star/drawing/
H A DConnectorProperties.idl49 /** This property contains the horizontal distance of node 1.
55 /** This property contains the vertical distance of node 1.
61 /** This property contains the horizontal distance of node 2.
67 /** This property contains the vertical distance of node 2.
H A DConnectorShape.idl126 /** This property contains the distance of line 1.
132 /** This property contains the distance of line 2.
138 /** This property contains the distance of line 3.
H A DCaptionShape.idl112 /** This property specifies the distance between the
129 /** This property specifies the relativ escape distance for
134 /** This property specifies the absolut escape distance for
H A DTextProperties.idl197 /** This is the distance from the left edge of the <type>Shape</type>
207 /** This is the distance from the right edge of the <type>Shape</type>
218 /** This is the distance from the upper edge of the <type>Shape</type> to
229 /** This is the distance from the lower edge of the <type>Shape</type> to the
H A DShadowProperties.idl63 /** This is the horizontal distance of the left edge of the
70 /** This is the vertical distance of the top edge of the
H A DMeasureShape.idl76 /** this point is the start of the measured distance */
81 /** this point is the end of the measured distance */
/trunk/main/offapi/com/sun/star/chart/
H A DTimeIncrement.idl40 …this is used as a fixed distance value for the major tickmarks. Otherwise, if the any is empty or…
41 …incompatible type, the distance between major tickmarks is calculated automatically by the applica…
46 …this is used as a fixed distance value for the minor tickmarks. Otherwise, if the any is empty or…
47 …incompatible type, the distance between minor tickmarks is calculated automatically by the applica…
H A DChartAxis.idl125 /** Contains the distance between the main tick marks.
141 Contains the distance between the help tick marks.
161 /** The distance between the main tick marks is calculated by the chart
317 indicates a distance of one bar between 2 neighboring bars.</p>
H A DChartGrid.idl48 <p>The distance between the grid lines depends on the distance of the help
/trunk/main/offapi/com/sun/star/awt/
H A DWindowEvent.idl69 <p>The inset is the distance between the outer and the inner window,
78 <p>The inset is the distance between the outer and the inner window,
87 <p>The inset is the distance between the outer and the inner window,
96 <p>The inset is the distance between the outer and the inner window,
/trunk/main/offapi/com/sun/star/text/
H A DCellProperties.idl132 /** contains the distance of the left border.
137 /** contains the distance of the right border.
142 /** contains the distance of the top border.
147 /** contains the distance of the bottom border.
H A DBaseFrameProperties.idl128 /** contains the distance from the border to the object.
133 /** contains the distance from the left border to the object.
138 /** contains the distance from the right border to the object.
143 /** contains the distance from the top border to the object.
148 /** contains the distance from the bottom border to the object.
H A DVertOrientationFormat.idl39 describes the distance from the top of the context. Otherwise "YPos"
46 /** contains the distance from top. Only valid if the property
/trunk/main/sw/source/core/access/
H A Dacctable.cxx407 static_cast< sal_Int32 >( ::std::distance( in GetSelection()
415 static_cast< sal_Int32 >( ::std::distance( in GetSelection()
593 static_cast< sal_Int32 >( ::std::distance( maRows.begin(), aStt ) ); in GetRowColumnAndExtent()
595 static_cast< sal_Int32 >( ::std::distance( aStt, aEnd ) ); in GetRowColumnAndExtent()
600 static_cast< sal_Int32 >( ::std::distance( maColumns.begin(), aStt ) ); in GetRowColumnAndExtent()
602 static_cast< sal_Int32 >( ::std::distance( aStt, aEnd ) ); in GetRowColumnAndExtent()
1108 static_cast< sal_Int32 >( ::std::distance( aSttRow, aEndRow ) ); in getAccessibleRowExtentAt()
1140 static_cast< sal_Int32 >( ::std::distance( aSttCol, aEndCol ) ); in getAccessibleColumnExtentAt()
1394 nRet = static_cast< sal_Int32 >( ::std::distance( in getAccessibleRow()
1433 nRet = static_cast< sal_Int32 >( ::std::distance( in getAccessibleColumn()
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx426 int distance, shift, clean=1; in DecompressVBA() local
475 distance = token >> shift; in DecompressVBA()
486 c = aHistory[(pos-distance-1)%WINDOWLEN]; in DecompressVBA()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx189 const sal_Int64 distance = in initImages() local
192 if ( distance < nMinimalDistance ) in initImages()
194 nMinimalDistance = distance; in initImages()
/trunk/main/slideshow/test/
H A Dviews.cxx55 …ASSERT_TRUE( 1 == std::distance( aContainer.begin(), aContainer.end() )) << "Testing container siz… in TEST_F()
58 …ASSERT_TRUE( 0 == std::distance( aContainer.begin(), aContainer.end() )) << "Testing dispose: cont… in TEST_F()
/trunk/main/basebmp/inc/basebmp/
H A Dpaletteimageaccessor.hxx112 if( ColorTraits<value_type>::distance(*curr_entry, in lookup()
114 > ColorTraits<value_type>::distance(*curr_entry, in lookup()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx233 const sal_Int64 distance = in lcl_updateImageList_nothrow() local
236 if ( distance < nMinimalDistance ) in lcl_updateImageList_nothrow()
238 nMinimalDistance = distance; in lcl_updateImageList_nothrow()
/trunk/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl219 /** contains the relative distance of brackets.
264 /** contains the relative distance of lower limits.
314 /** contains the relative distance of upper limits

Completed in 91 milliseconds

123456