Home
last modified time | relevance | path

Searched refs:position (Results 26 – 50 of 548) sorted by relevance

12345678910>>...22

/aoo4110/main/offapi/com/sun/star/awt/
H A DXListBox.idl76 /** adds an item at the specified position.
83 /** adds multiple items at the specified position.
90 /** removes a number of items at the specified position.
103 /** returns the item at the specified position.
115 /** returns the position of the currently selected item.
139 /** selects/deselects the item at the specified position.
185 /** makes the item at the specified position visible by scrolling.
/aoo4110/main/offapi/com/sun/star/chart/
H A DXDiagramPositioning.idl55 specifies the position and size in 100/th mm
59 … /** @returns true in case the diagram position was set with method setDiagramPositionExcludingAxes
63 …/** @returns the position rectangle of the inner diagram part excluding any axes, labels and title…
72 specifies the position and size in 100/th mm
76 …/** @returns the position rectangle of the diagram including the axes and axes labels, but excludi…
85 specifies the position and size in 100/th mm
89 …/** @returns the position rectangle of the diagram including the axes, axes labels and axes titles.
/aoo4110/main/offapi/com/sun/star/i18n/
H A DXScriptTypeDetector.idl50 /** @returns the position where the specified Script Direction starts.
56 /** @returns the position where the specified Script Direction ends.
62 /** @returns the Script Direction of the current position.
68 /** @returns the position where the specified CTL Script Type starts.
73 /** @returns the position where the specified CTL Script Type ends.
78 /** @returns the CTL script type of the current position. <br/>
/aoo4110/main/offapi/com/sun/star/gallery/
H A DXGalleryTheme.idl88 The zero based index of the position where to insert
96 The zero based position at which the object was inserted.
111 The zero based index of the position where to insert
119 The zero based position at which the object was inserted.
135 The zero based index of the position where to insert
143 The zero based position at which the object was inserted.
155 The position of the item to be removed. The
156 position is zero based.
/aoo4110/main/offapi/com/sun/star/ui/dialogs/
H A DListboxControlActions.idl51 position. If the position is invalid an exception will be thrown.
52 The index of the first position is 0.
63 /** Selects an item in a listbox. The given value has to be a position.
64 The index of the first position is 0. A value of -1 removes the
66 If the given position is invalid an exception will be thrown.
H A DControlActions.idl53 position. If the position is invalid an exception will be thrown.
54 The index of the first position is 0.
65 /** Selects an item in a listbox. The given value has to be a position.
66 The index of the first position is 0. A value of -1 removes the
68 If the given position is invalid an exception will be thrown.
/aoo4110/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl42 /** Specifies if the x position of the handle is mirrored.
46 /** Specifies if the y position of the handle is mirrored.
56 specifies the horizontal handle position, the vertical handle position is described by the
62 position of the handle. If this attribute is set, the attributes RangeX and RangeY are ignored,
68 value which is connected to the horizontal position of the handle
73 value which is connected to the vertical position of the handle
H A DConnectorShape.idl95 /** this is the position of the connectors start point in 100th/mm. For
96 unconnected start points you can get and set the position. For
97 connected start points you can only get the position.
118 /** this is the position of the connectors end point in 100th/mm. For
119 unconnected end points you can get and set the position. For
120 connected end points you can only get the position.
/aoo4110/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl114 /** is called by a status bar if the mouse position is within the controller
116 mouse input this function is also called when the mouse position is not
128 /** is called by a status bar if the mouse position is within the controller
130 mouse input this function is also called when the mouse position is not
142 /** is called by a status bar if the mouse position is within the controller
144 mouse input this function is also called when the mouse position is not
159 the current mouse position in pixel.
199 the current mouse position in pixel.
207 the current mouse position in pixel.
/aoo4110/main/cosv/source/storage/
H A Dfile.cxx117 uintt ret = position(); in do_read()
122 ret = position() - ret; in do_read()
145 uintt ret = position(); in do_write()
147 ret = position() - ret; in do_write()
165 return position(); in do_seek()
/aoo4110/main/cosv/source/strings/
H A Dstring.cxx269 return str::position(str::npos); in find()
282 return str::position(str::npos); in find()
304 csv::str::position i_nStartPosition1, in compare()
322 csv::str::position i_nStartPosition2, in compare()
351 csv::str::position i_nStartPosition1, in compare()
372 csv::str::position i_nStartPosition2, in compare()
/aoo4110/main/offapi/com/sun/star/media/
H A DXPlayer.idl43 /** starts reading the stream from the current position.
48 position.
66 /** sets the new cursor position in the media stream. After using
70 the new position to set in seconds
74 /** gets the current position of the cursor in the stream
77 the cursor position in seconds
/aoo4110/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl154 /** gets the inplace object position rectangle.
158 pixels. The intersection of position and clip rectangles specifies
159 the visible part of the object. In case the position window has a size
165 specifies a new position rectangle
178 pixels. The intersection of position and clip rectangles specifies
217 /** notifies the container that the position of the object is changed.
220 specifies a new position rectangle
/aoo4110/main/i18npool/source/transliteration/
H A DignoreProlongedSoundMark_ja_JP.cxx312 sal_Int32 position = 0; in folding() local
318 position = startPos; in folding()
341 *p ++ = position ++; in folding()
348 *p = position; in folding()
H A DignoreIterationMark_ja_JP.cxx105 sal_Int32 position = 0; in folding() local
110 position = startPos; in folding()
133 *p ++ = position ++; in folding()
140 *p = position; in folding()
/aoo4110/main/offapi/com/sun/star/chart2/
H A DLegend.idl55 /** Provides an automated position
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,
86 <p>If <void/>, the legend position is solely determined by the
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx365 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jlong position) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek() argument
369 aOpLog.logOperation( "seek", position ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
383 if ( nLen < position) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
393 ::sal_Int64 diff = position - nLen; in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
415 xSeek->seek(position); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
416 OSL_ENSURE(xSeek->getPosition() == position,"Wrong position after seeking the stream"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
419 aDataLog.seek( position ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
/aoo4110/main/qadevOOo/runner/util/
H A DShapeDsc.java82 Point position = new Point(); in createInstance() local
85 position.X = x; in createInstance()
86 position.Y = y; in createInstance()
89 Sh.setPosition(position); in createInstance()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java62 int position = line.indexOf("="); in convertVectorToHashmap() local
63 if ( position > -1 ) { in convertVectorToHashmap()
64 key = line.substring(0, position); in convertVectorToHashmap()
65 value = line.substring(position + 1, line.length()); in convertVectorToHashmap()
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXSprite.idl76 /** Move sprite to the specified position.<p>
78 The position specified here is first transformed by the
80 position is then used as the output position (also in device
89 The new position, in user coordinate space, to move the sprite to.
143 position, the clip poly-polygon's origin will always coincide
184 irregular floating point values here, the order position for
H A DXPolyPolygon2D.idl50 /** Add the specified poly-polygon at the given position.
63 @param position
64 The poly-polygon will be added at the given position, i.e. the
66 this position relative to the target poly-polygon.
80 …void addPolyPolygon( [in] ::com::sun::star::geometry::RealPoint2D position, [in] XPolyPolygon2D p…
/aoo4110/main/udkapi/com/sun/star/io/
H A DXMarkableStream.idl84 /** jumps to the furthest position of the stream.
97 the offset from the current stream position to the
98 mark ("current position" - "mark position").
102 to calculate the offset of the current position.
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx431 for(int position=0x01;position < 0x100;position=position<<1) in DecompressVBA() local
435 if (leadbyte & position) in DecompressVBA()
/aoo4110/main/udkapi/com/sun/star/script/
H A DXDebugging.idl53 this position.
70 should be evaluated. 0 is the top/actual position in the call
77 /** Returns the engine's stack trace of the current execute position. Line break is the delimiter.
85 specifies the position in the call stack for the
91 /** returns the value of the variable at the given stack position.
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java135 …public com.sun.star.report.meta.XFunctionCategory getCategory(int position) throws com.sun.star.la… in getCategory() argument
137 if (position >= categories.length) in getCategory()
141 …StarFunctionCategory(defaultContext, m_xContext, functionRegistry, position, categories[position]); in getCategory()

Completed in 96 milliseconds

12345678910>>...22