Home
last modified time | relevance | path

Searched refs:cal (Results 1 – 25 of 79) sorted by relevance

1234

/aoo4110/main/qadevOOo/runner/stats/
H A DSimpleLogWriter.java40 Calendar cal = new GregorianCalendar(); in SimpleLogWriter() local
43 dfmt.format(cal.get(Calendar.DAY_OF_MONTH)) + "." + in SimpleLogWriter()
44 dfmt.format(cal.get(Calendar.MONTH)) + "." + in SimpleLogWriter()
45 dfmt.format(cal.get(Calendar.YEAR)) + " - " + in SimpleLogWriter()
46 dfmt.format(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in SimpleLogWriter()
47 dfmt.format(cal.get(Calendar.MINUTE)) + ":" + in SimpleLogWriter()
48 dfmt.format(cal.get(Calendar.SECOND))); in SimpleLogWriter()
H A DFileLogWriter.java47 Calendar cal = new GregorianCalendar(); in FileLogWriter() local
50 dfmt.format(cal.get(Calendar.DAY_OF_MONTH)) + "." + in FileLogWriter()
51 dfmt.format(cal.get(Calendar.MONTH)) + "." + in FileLogWriter()
52 dfmt.format(cal.get(Calendar.YEAR)) + " - " + in FileLogWriter()
53 dfmt.format(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in FileLogWriter()
54 dfmt.format(cal.get(Calendar.MINUTE)) + ":" + in FileLogWriter()
55 dfmt.format(cal.get(Calendar.SECOND))); in FileLogWriter()
H A DFatDataBaseOutProducer.java54 Calendar cal = new GregorianCalendar(); in FatDataBaseOutProducer() local
56 String year = Integer.toString(cal.get(GregorianCalendar.YEAR)); in FatDataBaseOutProducer()
58 String month = dfmt.format(cal.get(GregorianCalendar.MONTH) + 1); in FatDataBaseOutProducer()
59 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in FatDataBaseOutProducer()
H A DComplexDataBaseOutProducer.java73 Calendar cal = new GregorianCalendar(); in ComplexDataBaseOutProducer() local
75 String year = Integer.toString(cal.get(GregorianCalendar.YEAR)); in ComplexDataBaseOutProducer()
77 String month = dfmt.format(cal.get(GregorianCalendar.MONTH) + 1); in ComplexDataBaseOutProducer()
78 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in ComplexDataBaseOutProducer()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java469 java.util.Calendar cal = java.util.Calendar.getInstance(); in getDateTime() local
470 setTimeInMillis(cal, timeMillis); in getDateTime()
472 dt.Year = (short) cal.get(Calendar.YEAR); in getDateTime()
473 dt.Day = (short) cal.get(Calendar.DAY_OF_MONTH); in getDateTime()
474 dt.Month = (short) (cal.get(Calendar.MONTH) + 1); in getDateTime()
475 dt.Hours = (short) cal.get(Calendar.HOUR); in getDateTime()
476 dt.Minutes = (short) cal.get(Calendar.MINUTE); in getDateTime()
477 dt.Seconds = (short) cal.get(Calendar.SECOND); in getDateTime()
478 dt.HundredthSeconds = (short) cal.get(Calendar.MILLISECOND); in getDateTime()
497 java.util.Calendar cal = java.util.Calendar.getInstance(); in getMillis() local
[all …]
/aoo4110/main/qadevOOo/runner/graphical/
H A DTimeHelper.java59 Calendar cal = Calendar.getInstance(); in start() local
60 m_nSeconds = cal.get(Calendar.SECOND); in start()
61 m_nMilliSeconds = cal.get(Calendar.MILLISECOND); in start()
65 Calendar cal = Calendar.getInstance(); in stop() local
67 int nSeconds = cal.get(Calendar.SECOND); in stop()
75 int nMilliSeconds = cal.get(Calendar.MILLISECOND); in stop()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java57 private static Calendar cal; field in Convert
163 cal = Calendar.getInstance(); in main()
164 startTime = cal.getTime().toString(); in main()
255 Convert.cal = Calendar.getInstance(); in showStatistic()
256 OutputHandler.out("Finished at : " + Convert.cal.getTime()); in showStatistic()
/aoo4110/main/qadevOOo/runner/util/
H A Dutils.java1005 Calendar cal = new GregorianCalendar(); in getDateTime() local
1007 String dateTime = dfmt.format(cal.get(Calendar.DAY_OF_MONTH)) + "." + in getDateTime()
1008 dfmt.format(cal.get(Calendar.MONTH) + 1) + "." + in getDateTime()
1009 dfmt.format(cal.get(Calendar.YEAR)) + " - " + in getDateTime()
1010 dfmt.format(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in getDateTime()
1011 dfmt.format(cal.get(Calendar.MINUTE)) + ":" + in getDateTime()
1012 dfmt.format(cal.get(Calendar.SECOND)) + "," + in getDateTime()
1013 dfmt.format(cal.get(Calendar.MILLISECOND)); in getDateTime()
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java258 Calendar cal = new GregorianCalendar(); in updateDateFields() local
260 dt.Day = (short) cal.get(Calendar.DAY_OF_MONTH); in updateDateFields()
261 dt.Year = (short) cal.get(Calendar.YEAR); in updateDateFields()
262 dt.Month = (short) cal.get(Calendar.MONTH); in updateDateFields()
H A DTextDocument.java400 Calendar cal = new GregorianCalendar(); in setWizardTemplateDocInfo() local
401 int year = cal.get(Calendar.YEAR); in setWizardTemplateDocInfo()
402 int month = cal.get(Calendar.MONTH); in setWizardTemplateDocInfo()
403 int day = cal.get(Calendar.DAY_OF_MONTH); in setWizardTemplateDocInfo()
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/
H A D_XExtendedCalendar.java80 Calendar cal = new GregorianCalendar(); in _getDisplayString() local
81 Date actualDate = cal.getTime(); in _getDisplayString()
92 int month = cal.get(Calendar.MONTH) + 1; in _getDisplayString()
/aoo4110/main/wizards/prj/
H A Dd.lst11 ..\%__SRC%\bin\cal*.res %_DEST%\bin%_EXT%\cal*.res
/aoo4110/main/wizards/source/schedule/
H A Dmakefile.mk41 RESLIB2NAME= cal
/aoo4110/main/scp2/source/ooo/
H A Dfile_resource_ooo.scp30 STD_RES_FILE( gid_File_Res_Cal, cal )
/aoo4110/main/libtextcat/data/new_fingerprints/lm/
H A Dspanish.lm379 cal 89
/aoo4110/main/svl/source/numbers/
H A Dzforfind.cxx1372 struct entry { const char* lan; const char* cou; const char* cal; }; in GetDateRef() member
1400 xCal->loadCalendar( ::rtl::OUString::createFromAscii( p->cal ), in GetDateRef()
/aoo4110/main/sw/source/ui/config/
H A Doptdlg.src121 Text [ en-US ] = "Verti~cal ruler" ;
/aoo4110/extras/l10n/source/oc/
H A Dlocalize.sdf14083 desktop source\migration\wizard.src 0 fixedtext TP_USER FT_USER_HEADER 0 oc Vos cal donar lo vòst…
21121cal picar las informacions per vos connectar a la banca de donadas MySQL amb la nòrma JDBC. Vos ca…
21134 …LPTEXT 0 oc Se vos plai, vos cal dintrar las informacions obligatòrias per se connectar cap al r…
21144 …oc Se vos plai, dintratz l'informacion que vos cal per vos connectar a una banca de donadas JDBC.\…
21214 …gsave.src 0 fixedtext DLG_SAVE_AS FT_DESCRIPTION 174 oc Se vos plai, vos cal picar un nom per l'…
21314 dbaccess source\ui\querydesign\query.src 0 string STR_QRY_LIKE_LEFT_NO_COLUMN 0 oc Vos cal utili…
21382 dbaccess source\ui\tabledesign\table.src 0 string STR_HELP_TEXT_LENGTH 0 oc Vos cal entrar la lo…
21574 dbaccess source\ui\browser\sbabrw.src 0 string STR_TITLE_CONFIRM_DELETION 0 oc Vos cal confirmar…
25235 connectivity source\resource\conn_shared_res.src 0 string STR_NO_HOSTNAME 0 oc Vos cal indicar u…
25236 connectivity source\resource\conn_shared_res.src 0 string STR_NO_BASEDN 0 oc Vos cal indicar un …
[all …]
/aoo4110/extras/l10n/source/ca/
H A Dlocalize.sdf8046 …SC_OPCODE_GET_PIVOT_DATA 3 0 ca El nom del camp de la taula dinàmica que cal extreure. 201306…
36770 …calc\05\02140000.xhp 0 help par_id3150107 28 0 ca S'ha produït un error: cal una parella 2013…
42132 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 ca J, e, c, cal, eV, HP…
47651 helpcontent2 source\text\shared\guide\find_attributes.xhp 0 help par_idN106CD 0 ca Si cal, buide…
48921 …18 2 0 ca En un ús normal, no cal utilitzar paràmetres de línia d'ordres. Per utilitzar alguns d…
55871 …shared\01\password_dlg.xhp 0 help par_id31222 0 ca Per obrir el fitxer, cal introduir la contra…
55872 …ed\01\password_dlg.xhp 0 help par_id313339 0 ca Per editar el document, cal introduir la contra…
56575 …ed\02\01170101.xhp 0 help par_idN1082F 0 ca Desa el registre actual, si cal. 20130618 17:22:…
59256 …0.xhp 0 help par_id3155628 4 0 ca Especifica quin contingut del document cal imprimir. 201306…
62130 …ca Per poder utilitzar el Constructor d'informes cal que n'instal·leu l'extensió corresponent. Tam…
[all …]
/aoo4110/extras/l10n/source/ca-XV/
H A Dlocalize.sdf8047 …OPCODE_GET_PIVOT_DATA 3 0 ca-XV El nom del camp de la taula dinàmica que cal extreure. 201306…
36771 …c\05\02140000.xhp 0 help par_id3150107 28 0 ca-XV S'ha produït un error: cal una parella 2013…
42133 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 ca-XV J, e, c, cal, eV,…
47652 helpcontent2 source\text\shared\guide\find_attributes.xhp 0 help par_idN106CD 0 ca-XV Si cal, bu…
48922 … 2 0 ca-XV En un ús normal, no cal utilitzar paràmetres de línia d'ordes. Per utilitzar alguns d…
55872 …red\01\password_dlg.xhp 0 help par_id31222 0 ca-XV Per obrir el fitxer, cal introduir la contra…
55873 …01\password_dlg.xhp 0 help par_id313339 0 ca-XV Per editar el document, cal introduir la contra…
56576 …02\01170101.xhp 0 help par_idN1082F 0 ca-XV Alça el registre actual, si cal. 20130618 17:22:…
59257 …hp 0 help par_id3155628 4 0 ca-XV Especifica quin contingut del document cal imprimir. 201306…
62131 …XV Per poder utilitzar el Constructor d'informes cal que n'instal·leu l'extensió corresponent. Tam…
[all …]
/aoo4110/extras/l10n/source/gl/
H A Dlocalize.sdf7637 …0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_PHI 3 0 gl Valor para o cal se calculará a dist…
7743 …ring RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_GAMMA 3 0 gl O valor para o cal se calcula a funció…
7788 …tring RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_T_DIST 3 0 gl Valor para o cal se calculará a dist…
7800 …tring RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_F_DIST 3 0 gl Valor para o cal se calculará a dist…
8088 …NCTION_DESCRIPTIONS2.SC_OPCODE_FIND 7 0 gl Posición no texto a partir da cal comezará a busca. …
16182 … RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Sqrtpi 3 0 gl O número polo cal pi é multiplicado …
18533 …guide\captions.xhp 0 help par_id3155567 24 0 gl Seleccione o elemento ao cal desexa engadir unha…
19014 …guide\hidden_text.xhp 0 help par_id3154853 34 0 gl Prema no parágrafo no cal desexa engadir o te…
19567 …iter\guide\pagestyles.xhp 0 help par_id3154873 22 0 gl Prema na páxina á cal desexa aplicar o es…
42132 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 gl J, e, c, cal, eV, HP…
[all …]
/aoo4110/extras/l10n/source/pl/
H A Dlocalize.sdf1780 …..CalcCommands.UserInterface.Commands..uno:ToggleMergeCells Label 0 pl S~cal komórki 20130618…
1809 …lue ..CalcCommands.UserInterface.Popups..uno:MergeCellsMenu Label 0 pl S~cal komórki 20130618…
4331 svtools source\filter\exportdialog.src 0 stringlist DLG_EXPORT.LB_RESOLUTION 2 0 pl pikseli/cal
8688 vcl source\src\units.src 0 itemlist SV_FUNIT_STRINGS 11 0 pl cal 20130618 17:22:18
42132 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 pl J, e, c, cal, eV, HP…
49392 helpcontent2 source\text\shared\00\00000003.xhp 0 help par_idN106E1 0 pl cal lub " 20130618 1…
49393 helpcontent2 source\text\shared\00\00000003.xhp 0 help par_idN106E7 0 pl cal 20130618 17:22:18
49401 helpcontent2 source\text\shared\00\00000003.xhp 0 help par_idN10712 0 pl 1 cal = 6 cycerów = 72 …
49635 helpcontent2 source\text\shared\00\00000020.xhp 0 help par_id3150740 213 0 pl cal 20130618 17:…
55918 …anie lub zmniejszenie obrazów w celu uzyskania mniejszej liczby pikseli na cal.\</ahelp\> 20130…
[all …]
/aoo4110/extras/l10n/source/fr/
H A Dlocalize.sdf6290 …LOBSTR STR_INSERT_FULL 0 fr Les cellules remplies ne peuvent pas\nêtre décalées au-delà de la pa…
7478 … 0 fr Calcule les droites par le point zéro si Type = 0 ; sinon droites décalées. 20130618 17:…
7498 … 0 fr Calcule les droites par le point zéro si Type = 0 ; sinon droites décalées. 20130618 17:…
8009 …FUNCTION_DESCRIPTIONS2.SC_OPCODE_OFFSET 1 0 fr Détermine une référence décalée par rapport au po…
8017 …CRIPTIONS2.SC_OPCODE_OFFSET 9 0 fr Le nombre de lignes de la référence décalée. 20130618 17:2…
8019 …PTIONS2.SC_OPCODE_OFFSET 11 0 fr Le nombre de colonnes de la référence décalée. 20130618 17:2…
22374 …à celui spécifié dans la zone \<emph\>Lignes\</emph\>, le paragraphe est décalé vers la page suiva…
40817 …les courbes seront calculées à travers le point zéro. Sinon, les courbes décalées seront aussi cal…
42132 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 fr J, e, c, cal, eV, HP…
58242 …aractères sont insérés à l'emplacement du curseur ; le texte suivant est décalé vers la droite. Le…
/aoo4110/extras/l10n/source/ro/
H A Dlocalize.sdf1982 sw source\ui\config\optdlg.src 0 checkbox TP_CONTENT_OPT CB_VRULER 0 ro Riglă verti~cală 20110…
/aoo4110/extras/l10n/source/ka/
H A Dlocalize.sdf10441 helpcontent2 source\text\scalc\01\04060116.xhp 0 help par_id3153386 190 0 ka J, e, c, cal, eV, HP…

Completed in 6460 milliseconds

1234