/aoo42x/main/connectivity/source/commontools/ |
H A D | TSkipDeletedSet.cxx | 84 bDataFound = m_pHelper->move(IResultSetHelper::FIRST, 0, _bRetrieveData); in skipDeleted() 94 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() 102 … bDataFound = m_pHelper->move(IResultSetHelper::NEXT, 1, sal_False); // we don't need the data here in skipDeleted() 113 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() 121 bDataFound = m_pHelper->move(_eCursorPosition, _nOffset, _bRetrieveData); in skipDeleted() 126 bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData); in skipDeleted() 140 bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData); in skipDeleted() 186 bDataFound = m_pHelper->move(IResultSetHelper::FIRST, 0, _bRetrieveData ); in moveAbsolute() 200 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nLastBookmark, _bRetrieveData); in moveAbsolute() 206 bDataFound = m_pHelper->move(IResultSetHelper::NEXT, 1, _bRetrieveData); in moveAbsolute() [all …]
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextCursor.idl | 64 the number of characters to move. 75 it may be completed partially. E.g. if it was required to move 76 5 characters but it is only possible to move 3 <FALSE/> will 87 the number of characters to move. 98 it may be completed partially. E.g. if it was required to move 99 5 characters but it is only possible to move 3 <FALSE/> will
|
H A D | XTextTableCursor.idl | 78 the number of cells to move. 91 the number of cells to move. 104 the number of cells to move. 117 the number of cells to move.
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 432 pWidget->move( 0, 0 ); in drawStyledWidget() 782 pWidget->move( qWidgetPos ); in drawStyledWidget() 876 m_pCheckBox->move( qRect.topLeft() ); in checkBox() 901 pComboBox->move( qRect.topLeft() ); in comboBox() 914 m_pLineEdit->move( qRect.topLeft() ); in lineEdit() 960 m_pTabBar->move( qRect.topLeft() ); in tabBar() 976 m_pTabWidget->move( qRect.topLeft() ); in tabWidget() 989 m_pListView->move( qRect.topLeft() ); in listView() 1007 m_pScrollBar->move( qRect.topLeft() ); in scrollBar() 1050 pToolBar->move( qRect.topLeft() ); in toolBar() [all …]
|
/aoo42x/main/offapi/com/sun/star/form/control/ |
H A D | GridControl.idl | 148 <dt>.uno:FormSlots/moveToFirst</dt><dd> move the cursor to the first record</dd> 149 <dt>.uno:FormSlots/moveToPrev</dt><dd> move the cursor to the previous record</dd> 150 <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd> 151 <dt>.uno:FormSlots/moveToLast</dt><dd> move the cursor to the last record</dd> 152 …<dt>.uno:FormSlots/moveToNew</dt><dd> move the cursor to the (one and only) <em>new</em> record</d…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 93 /** sets the increment for a single line move. 99 /** returns the currently set increment for a single line move. 105 /** sets the increment for a block move. 111 /** returns the currently set increment for a block move.
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 37 /** makes it possible to move a cursor up/down/left/right within laid out text. 53 or the cursor will be just at the new position after the move (<FALSE/>). 80 specifies the number of characters to move. 95 specifies the number of characters to move.
|
H A D | XLineCursor.idl | 37 /** makes it possible to move a cursor by lines within laid out text. 60 or the cursor will be just at the new position after the move (<FALSE/>). 69 or the cursor will be just at the new position after the move (<FALSE/>).
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclWindow.java | 70 public void move(int x, int y) { in move() method in VclWindow 78 public void move(Point p) { in move() method in VclWindow 79 move(p.x, p.y); in move()
|
/aoo42x/main/sc/uiconfig/layout/ |
H A D | makefile.mk | 36 move-copy-sheet.xml\ 52 …ext/' -e 's/\tRID_SCDLG_MOVETAB/\t/' -e 's/\t_label/\tRID_SCDLG_MOVETAB_title/'> move-copy-sheet-$@ 54 echo '#empty' | cat - insert-sheet-$@ move-copy-sheet-$@ sort-options-$@ > $@
|
/aoo42x/main/l10ntools/java/jpropex/java/ |
H A D | OrderedHashMap.java | 54 public void move( int idxFrom , int idxTo ) in move() method in OrderedHashMap 60 public void move( Object key , int idxTo ) in move() method in OrderedHashMap 62 move( list.indexOf( key ) , idxTo ); in move()
|
/aoo42x/main/cppcanvas/source/wrapper/ |
H A D | implsprite.cxx | 116 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in movePixel() 122 void ImplSprite::move( const ::basegfx::B2DPoint& rNewPos ) in move() function in cppcanvas::internal::ImplSprite 137 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in move()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | XSimpleFileAccess.idl | 82 @see move 95 @see move 97 void move( [in] string SourceURL, [in] string DestURL ) 107 @see move
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 654 // move everything so it will fit 694 // move everything up 771 // move to nCurY 817 // move to rCurY 847 // move to nCurY 889 // move it down, so it comes to the correct position 949 // move to nCurY 982 // move to nCurY 1012 // move to nCurY
|
/aoo42x/main/svl/source/misc/ |
H A D | inethist.cxx | 177 void move (sal_uInt16 nSI, sal_uInt16 nDI); 317 void INetURLHistory_Impl::move (sal_uInt16 nSI, sal_uInt16 nDI) in move() function in INetURLHistory_Impl 392 move (nSI, nDI); in putUrl()
|
/aoo42x/main/offapi/com/sun/star/sdbcx/ |
H A D | XRowLocate.idl | 69 the bookmark where to move 90 the bookmark where to move 92 count of rows move relative to the bookmark
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 4264 class move : public ::testing::Test class 4297 TEST_F(move, move_001 ) in TEST_F() argument 4310 TEST_F(move, move_002 ) in TEST_F() argument 4318 TEST_F(move, move_003 ) in TEST_F() argument 4330 TEST_F(move, move_004 ) in TEST_F() argument 4338 TEST_F(move, move_005 ) in TEST_F() argument 4346 TEST_F(move, move_006 ) in TEST_F() argument 4363 TEST_F(move, move_007 ) in TEST_F() argument 4371 ::osl::File::move( aTmpName8, aTmpName3 ); in TEST_F() 4378 TEST_F(move, move_008 ) in TEST_F() argument [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 1101 void SvxLightCtl3D::move( double fDeltaHor, double fDeltaVer ) in move() function in SvxLightCtl3D 1143 move( -4.0, 0.0 ); // #i58242# changed move direction in X in KeyInput() 1148 move( 4.0, 0.0 ); // #i58242# changed move direction in X in KeyInput() 1153 move( 0.0, 4.0 ); in KeyInput() 1158 move( 0.0, -4.0 ); in KeyInput()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | rehearsetimingsactivity.cxx | 350 sprite->move( basegfx::B2DPoint( in viewAdded() 397 aModifiedEntry->second->move( maSpriteRectangle.getMinimum() ); in viewChanged() 411 for_each_sprite( boost::bind( &cppcanvas::Sprite::move, in viewsChanged()
|
/aoo42x/main/toolkit/doc/layout/ |
H A D | TODO | 117 *** move-copy-sheet 118 …move-copy-sheet.xml", $3, "layout", $6 "_label", "", "", $8, "0", $10, $11, $12, "", $14, $15}' | … 190 + we should move this into the git repo.
|
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | DNDConstants.idl | 51 /** Action move. 57 /** Action copy or move.
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterSprite.cxx | 169 mxSprite->move( in MoveTo() 249 mxSprite->move(maLocation, in ProvideSprite()
|
/aoo42x/main/basic/source/uno/ |
H A D | namecont.cxx | 1082 mxSFI->move( aFolderUserBasic, aFolderTmp ); in init_Impl() 1085 mxSFI->move( aPrevFolder, aFolderUserBasic ); in init_Impl() 1096 mxSFI->move( aFolderTmp, aFolderUserBasic ); in init_Impl() 1112 mxSFI->move( aFolderUserBasic, aPrevFolder ); in init_Impl() 1113 mxSFI->move( aFolderTmp, aFolderUserBasic ); in init_Impl() 1169 mxSFI->move( aPrevLibFolder, aLibFolder ); in init_Impl() 1214 mxSFI->move( aPrevFolder_1, aPrevFolder_Err ); in init_Impl() 1224 mxSFI->move( aPrevFolder_2, aPrevFolder_Err ); in init_Impl() 2553 mxSFI->move( aLibInfoFileURL, pImplLib->maLibInfoFileURL ); in renameLibrary() 2582 mxSFI->move( aElementPath, aDestElementPath ); in renameLibrary()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | WrapPolygonHandler.cxx | 77 WrapPolygon::Pointer_t WrapPolygon::move(const awt::Point & rPoint) in move() function in writerfilter::dmapper::WrapPolygon 120 pResult = move(aMovePoint); in correctWordWrapPolygon()
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XHatchWindowController.idl | 43 A hatch window owner is responsible to handle resize/move requests 51 /** requests window owner to resize/move the window.
|