Home
last modified time | relevance | path

Searched refs:ke (Results 1 – 25 of 66) sorted by relevance

123

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java1000 public void keyPressed(KeyEvent ke) in keyPressed() argument
1002 int image = getImageFromEvent(ke); in keyPressed()
1005 int d = getKeyMove(ke, r, c); in keyPressed()
1028 private final int getKeyMove(KeyEvent ke, int row, int col) in getKeyMove() argument
1030 switch (ke.KeyCode) in getKeyMove()
1057 select(ke); in getKeyMove()
1062 private void select(KeyEvent ke) in select() argument
1064 setSelected(getIndexFor(getImageFromEvent(ke))); in select()
1067 public void keyReleased(KeyEvent ke) in keyReleased() argument
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dmingo.lm121 ke 48
255 'ke 24
309 a'ke 20
H A Dcroatian.lm387 ke 133
H A Ddanish.lm77 ke 428
H A Ddutch.lm102 ke 302
H A Dhungarian.lm70 ke 372
H A Dindonesian.lm79 ke 407
H A Dlithuanian.lm268 ke 128
H A Dmalay.lm74 ke 2048
H A Dmanx_gaelic.lm318 ke 150
H A Dnorwegian.lm48 ke 534
H A Dafrikaans.lm142 ke 213
H A Dbasque.lm129 ke 158
H A Dbosnian.lm187 ke 75
H A Desperanto.lm200 ke 375
H A Destonian.lm135 ke 222
H A Dfinnish.lm82 ke 494
H A Dfrisian.lm56 ke 949
H A Dgerman.lm206 ke 249
H A Dmiddle_frisian.lm81 ke 796
H A Dsanskrit.lm397 ke 79
H A Dscots.lm93 ke 144
/aoo41x/extras/l10n/source/id/
H A Dlocalize.sdf3216ke semua rumus tabel yang terdapat dalam dokumen atau hanya ke bagian yang salah. Untuk rumus yang…
4698ke permulaan tabel. Atau: penekanan pertama akan pergi ke awal sel yang aktif, penekanan kedua aka…
4699 …gi ke akhir tabel. Atau: penekanan pertama pergi ke akhir sel yang aktif, penekanan kedua pergi ke
5546 …xhp 0 help par_id3150105 27 0 id Memindahkan kursor satu karakter ke kanan atau ke kiri 2002-…
5547 …eyb.xhp 0 help par_id3153418 28 0 id Memindahkan kursor satu kata ke kanan atau ke kiri. 2002…
15104 …3091502.xhp 0 help par_id3156166 387 0 id Panah dengan garis ganda ke kiri dan ke kanan 2002-…
34821 …ng RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_COLUMN 3 0 id Referensi ke sel atau ke jangkauan. …
34824 …tring RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ROW 3 0 id Referensi ke sel atau ke jangkauan. …
34886 …_DESCRIPTIONS2.SC_OPCODE_OFFSET 5 0 id Jumlah baris yang dipindah, ke atas atau ke bawah. 200…
35785 …dlg.src 0 radiobutton RID_SCPAGE_TABLE BTN_TOPDOWN 142 id A~tas ke bawah, kemudian ke kanan 2…
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java1108 public void keyPressed(KeyEvent ke) in keyPressed() argument
1110 if (ke.KeyChar == '&') in keyPressed()
1114 else if (ke.KeyChar == '%' && ((System.currentTimeMillis() - time) < 300)) in keyPressed()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx169 sal_Int32 ke = (sal_Int32) ((double) ( kb - kd ) / 30.6001 ); in lcl_CalDate() local
170 _rDateTime.Day = static_cast<sal_uInt16>(kb - kd - ((sal_Int32) ( (double) ke * 30.6001 ))); in lcl_CalDate()
171 if ( ke > 13 ) in lcl_CalDate()
172 _rDateTime.Month = static_cast<sal_uInt16>(ke - 13); in lcl_CalDate()
174 _rDateTime.Month = static_cast<sal_uInt16>(ke - 1); in lcl_CalDate()
177 if ( (_rDateTime.Month == 2) && (_rDateTime.Day == 29) && (ke == 3) ) in lcl_CalDate()

Completed in 655 milliseconds

123