Home
last modified time | relevance | path

Searched refs:MoveSelection (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx302 MoveSelection( nSelectIndex ); in GrabFocusAndSelect()
307 MoveSelection( NEXT_FIELD ); in SelectNextField()
328 MoveSelection( nInsertIndex ); in InsertField()
343MoveSelection( (mnSelectIndex < maFields.size()) ? mnSelectIndex : (maFields.size() - 1) ); in RemoveField()
367 MoveSelection( nInsertIndex ); in MoveField()
566 … case KEY_UP: MoveSelection( mbVertical ? PREV_FIELD : PREV_LINE ); break; in KeyInput()
567 … case KEY_DOWN: MoveSelection( mbVertical ? NEXT_FIELD : NEXT_LINE ); break; in KeyInput()
568 … case KEY_LEFT: MoveSelection( mbVertical ? PREV_LINE : PREV_FIELD ); break; in KeyInput()
694 void ScPivotFieldWindow::MoveSelection( size_t nSelectIndex ) in MoveSelection() function in ScPivotFieldWindow
700 void ScPivotFieldWindow::MoveSelection( MoveType eMoveType ) in MoveSelection() function in ScPivotFieldWindow
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx241 aLB_Controls.MoveSelection( -1 );
248 aLB_Controls.MoveSelection( 1 );
344 void TabOrderListBox::MoveSelection( long nRelPos ) in MoveSelection() function in pcr::TabOrderListBox
H A Dtaborder.hxx64 void MoveSelection( long nRelPos );
70 using SvTreeListBox::MoveSelection;
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx194 void MoveSelection( size_t nSelectIndex );
196 void MoveSelection( MoveType eMoveType );
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScSpreadsheetSettings.csv8 "ScSpreadsheetSettings";"com::sun::star::sheet::GlobalSheetSettings";"MoveSelection"
/trunk/main/offapi/com/sun/star/sheet/
H A DGlobalSheetSettings.idl53 [property] boolean MoveSelection;
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1066 sal_Bool SvLBox::MoveSelection( SvLBox* pSource, SvLBoxEntry* pTarget ) in MoveSelection() function in SvLBox
1809 if ( MoveSelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx424 sal_Bool MoveSelection( SvLBox* pSource, SvLBoxEntry* pTarget );

Completed in 43 milliseconds