Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java172 public boolean moved = false ; field in _XWindow.TestWindowListener
178 moved = false ; in init()
187 moved = true ; in windowMoved()
251 boolean res = wListener.resized && wListener.moved && in _addWindowListener()
258 log.println("\twindowMoved() was called: " + wListener.moved); in _addWindowListener()
270 && !wListener.moved && !wListener.shown; in _addWindowListener()
288 !wListener.hidden && !wListener.moved; in _addWindowListener()
321 boolean res = !(wListener.resized || wListener.moved in _removeWindowListener()
517 public boolean moved = false; field in _XWindow.TestMouseMotionListener
524 moved = true; in mouseMoved()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java400 boolean moved = false; in moveRelativeToBookmark()
403 moved = absolute(bookmark); in moveRelativeToBookmark()
404 if (moved) { in moveRelativeToBookmark()
405 moved = relative(arg1); in moveRelativeToBookmark()
409 if (!moved) { in moveRelativeToBookmark()
412 return moved; in moveRelativeToBookmark()
418 boolean moved = false; in moveToBookmark()
421 moved = absolute(bookmark); in moveToBookmark()
424 if (!moved) { in moveToBookmark()
427 return moved; in moveToBookmark()
H A DDatabaseMetaDataResultSet.java445 boolean moved = false; in moveRelativeToBookmark()
448 moved = absolute(bookmark); in moveRelativeToBookmark()
449 if (moved) { in moveRelativeToBookmark()
450 moved = relative(arg1); in moveRelativeToBookmark()
454 if (!moved) { in moveRelativeToBookmark()
457 return moved; in moveRelativeToBookmark()
463 boolean moved = false; in moveToBookmark()
466 moved = absolute(bookmark); in moveToBookmark()
469 if (!moved) { in moveToBookmark()
472 return moved; in moveToBookmark()
/trunk/main/offapi/com/sun/star/sheet/
H A DCellDeleteMode.idl33 /** is used to specify how remaining cells are moved when cells are deleted.
39 /** no cells are moved.
45 /** the cells below the deleted cells are moved up.
51 /** the cells to the right of the deleted cells are moved left.
57 /** entire rows below the deleted cells are moved up.
63 /** entire columns to the right of the deleted cells are moved left.
H A DCellInsertMode.idl33 /** is used to specify how cells are moved when new cells are inserted.
39 /** no cells are moved.
45 /** the cells below the inserted cells are moved down.
51 /** the cells to the right of the inserted cells are moved right.
57 /** entire rows below the inserted cells are moved down.
63 /** entire columns to the right of the inserted cells are moved right.
/trunk/main/sc/inc/
H A Dglobstr.hrc148 #define STR_NO_VALUE 118 /* moved to compiler.src, keep define! */
175 #define STR_NV_STR 140 /* moved to compiler.src, keep define! */
351 #define STR_NOREF_STR 278 /* moved to compiler.src, keep define! */
395 #define STR_NO_NAME_REF 309 /* moved to compiler.src, keep define! */
540 #define STR_DIV_ZERO 412 /* moved to compiler.src, keep define! */
542 #define STR_NUM_ERROR 414 /* moved to compiler.src, keep define! */
543 #define STR_NULL_ERROR 415 /* moved to compiler.src, keep define! */
/trunk/main/offapi/com/sun/star/view/
H A DXViewCursor.idl56 <TRUE/> if the cursor was moved,
71 <TRUE/> if the cursor was moved,
86 <TRUE/> if the cursor was moved,
101 <TRUE/> if the cursor was moved,
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl33 …n an EventTarget receives focus, for instance via a pointing device being moved onto an element or…
41 … when a EventTarget loses focus, for instance via a pointing device being moved out of an element …
90 …The mouseover event occurs when the pointing device is moved onto an element. This event is valid …
98 …The mousemove event occurs when the pointing device is moved while it is over an element. This eve…
106 …The mouseout event occurs when the pointing device is moved away from an element. This event is va…
/trunk/main/offapi/com/sun/star/ucb/
H A DListActionType.idl109 /** One or more rows were moved to another position.
113 moved rows. If the count is greater than one, the moved rows have to be
118 (i.e. When two rows at position 3 and 4 are moved for a shift '+1',
H A DXSimpleFileAccess.idl91 URL of the file to be moved
93 URL of the location the file should be moved to
/trunk/main/offapi/com/sun/star/text/
H A DXParagraphCursor.idl80 <true/> if the cursor was moved. It returns <false/> it the
90 <true/> if the cursor was moved. It returns <false/> it the
H A DXSentenceCursor.idl58 <true/> if the cursor was moved. It returns <false/> it the
68 <true/> if the cursor was moved. It returns <false/> it the
H A DXWordCursor.idl62 <true/> if the cursor was moved. It returns <false/> it the
76 <true/> if the cursor was moved. It returns <false/> it the
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl194 /** Every second line of tiles is moved the given percent of the
199 /** Every second row of tiles is moved the given percent of the
244 /** describes a value by which a data point is moved from its
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl347 … specifies which user interface element should be moved. A resourcce URL must meet the following
355 …It is up to the layout manager to decide if the user interface element can be moved. The new posit…
364 …specifies which user interface element should be moved and resized. A resourcce URL must meet the …
375 …It is up to the layout manager to decide if the user interface element can be moved and resized. T…
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowView.idl149 called every time the mouse is moved on the view.<p>
152 Listener interface to call when the mouse is moved on the view.
/trunk/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl50 <p>With time some, maybe all, methods can moved to other, better suited,
126 This window will be moved to the top of its stacking order.
H A DFillProperties.idl164 /** Every second line of tiles is moved the given percent of the
170 /** Every second row of tiles is moved the given percent of the
/trunk/main/cui/source/customize/
H A Dmacropg.src318 Text [ en-US ] = "Mouse moved while key pressed" ;
330 Text [ en-US ] = "Mouse moved" ;
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl64 Start index of the text to moved into the clipboard.
68 End index of the text to moved into the clipboard.
H A DXAccessibleText.idl118 Returns <TRUE/> if the caret has been moved and <FALSE/>
306 Typically the caret is moved to the position after the second
307 argument. When the caret is moved this is notified to the
/trunk/main/cli_ure/qa/versioning/
H A Dreadme.txt22 This test has moved to testtools/source/cliversioning testtools/qa/cliversioning
/trunk/main/svx/inc/svx/
H A Dsvxids.hrc341 //! moved to sfx2, still in use:
365 //! moved to sfx2, still in use:
405 //! moved to sfx2, still in use:
776 //! moved to sfx2, still in use:
H A Dexthelpid.hrc31 // are moved to this exported (delivered) hrc file
/trunk/main/sw/source/ui/inc/
H A Dtable.hrc29 //#define DLG_INS_ROW_COL (RC_TABLE_BEGIN + 3) moved to svx

Completed in 76 milliseconds

123456