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 Dswedish.lm179 ke 304
H A Dscots.lm93 ke 144
H A Ddanish.lm77 ke 428
H A Dafrikaans.lm142 ke 213
H A Dserbian-latin.lm163 ke 517
H A Dbasque.lm129 ke 158
H A Dslovenian.lm142 ke 108
H A Dmalay.lm74 ke 2048
H A Dswahili.lm178 ke 150
H A Dindonesian.lm79 ke 407
H A Dmiddle_frisian.lm81 ke 796
H A Dslovak_ascii.lm174 ke 164
H A Destonian.lm135 ke 222
H A Dgerman.lm206 ke 249
H A Dhungarian.lm70 ke 372
H A Dfrisian.lm56 ke 949
H A Dnorwegian.lm48 ke 534
H A Ddutch.lm102 ke 302
H A Dlithuanian.lm268 ke 128
H A Dmanx_gaelic.lm318 ke 150
/AOO41X/extras/l10n/source/id/
H A Dlocalize.sdf128 …elp.src 0 string STR_HELP_BUTTON_ADDBOOKMARK 0 id Tambah ke Penanda... …
136 …elp.src 0 modaldialog DLG_HELP_ADDBOOKMARK 208 id Tambah ke Penanda …
209 …iobutton TP_COMMONPRINTOPTIONS RB_PRINTFILEOUTPUT 100 id Cetak ke ~berkas …
227 …MMONPRINTOPTIONS CB_CONVERTTOGREYSCALES 123 id Kon~versi warna ke skala abu-abu …
267 sfx2 source\dialog\dinfdlg.src 0 fixedtext TP_DOCINFORELOAD FT_URL 0 id ke
268 …fdlg.src 0 fixedtext TP_DOCINFORELOAD FT_FRAME 0 id ke bingkai …
361 …ng STR_PRINTER_NOTAVAIL 0 id Dokumen ini telah diformat ke pencetak $1. Penceta…
420 … 0 string STR_CLOSEDOC_ANDRETURN 0 id ~Tutup & Kembali ke 2002…
426 … string RID_DLSTATUS INET_NAME_RESOLVE_START 0 id Koneksi ke: $(HOST). Menunggu t…
447 sfx2 source\doc\doc.src 0 string STR_PACKNGO_NOACCESS 0 id Akses ke media …
[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()

123