| /AOO41X/main/offapi/com/sun/star/awt/ |
| H A D | XDateField.idl | 37 /** gives access to the value and settings of a date field. 43 /** sets the date value which is displayed in the date field. 45 <p>The date value must be specified in the format 52 /** returns the date value which is currently displayed in the date field. 58 /** sets the minimum date value that can be entered by the user. 64 /** returns the currently set minimum date value that can be entered by 71 /** sets the maximum date value that can be entered by the user. 77 /** returns the currently set maximum date value that can be entered by 108 /** determines if the long date format is to be used. 114 /** determines if the long date format is currently used. [all …]
|
| H A D | UnoControlDateFieldModel.idl | 85 /** specifies the date displayed in the control. 87 <p>The date must be specified in the format YYYYMMDD.</p> 93 /** specifies the format of the displayed date. 114 /** specifies the maximum date that can be entered. 120 /** specifies the minimum date that can be entered. 126 /** specifies, if the date century is displayed. 226 /** specifies that the date is checked during the user input.
|
| /AOO41X/main/oox/source/dump/ |
| H A D | xlsbdumper.ini | 469 shortlist=DATAVALIDATION-TYPE,0,any,whole,decimal,list,date,time,text-length,custom 493 shortlist=DEFINEDNAME-FUNCGROUP,0,none,financial,date-time,math-trig,statistical,lookup-ref,databas… 689 0x04=date-group 696 0x0002=has-non-date 697 0x0004=has-date 724 0x0020=date 924 …han,value-less-equal,value-between,value-not-between,date-equal,date-older-than,date-newer-than,da… 925 …30=date-tomorrow,date-today,date-yesterday,date-next-week,date-this-week,date-last-week,date-next-… 926 …40=date-this-quarter,date-last-quarter,date-next-year,date-this-year,date-last-year,year-to-date,d… 927 50=date-jan,date-feb,date-mar,date-apr,date-may,date-jun,date-jul,date-aug,date-sep,date-oct [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | Helper.java | 331 …com.sun.star.util.Date date = (com.sun.star.util.Date) Helper.getUnoPropertyValue(formatSettings, … in DateUtils() local 333 calendar.set(date.Year, date.Month - 1, date.Day); in DateUtils() 363 public synchronized double getDocumentDateAsDouble(int date) in getDocumentDateAsDouble() argument 366 calendar.set(date / 10000, in getDocumentDateAsDouble() 367 (date % 10000) / 100 - 1, in getDocumentDateAsDouble() 368 date % 100); in getDocumentDateAsDouble() 378 public double getDocumentDateAsDouble(DateTime date) in getDocumentDateAsDouble() argument 380 return getDocumentDateAsDouble(date.Year * 10000 + date.Month * 100 + date.Day); in getDocumentDateAsDouble() 398 public String format(int formatIndex, int date) in format() argument 400 return formatter.convertNumberToString(formatIndex, getDocumentDateAsDouble(date)); in format() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | DataPilotFieldGroupBy.idl | 34 field by date or time. 41 /** Groups all members of a DataPilot field containing a date/time value 45 contain a time with a seconds value of 2, regardless of the date, 52 /** Groups all members of a DataPilot field containing a date/time value 56 contain a time with a minutes value of 2, regardless of the date, 63 /** Groups all members of a DataPilot field containing a date/time value 67 contain a time with a hour value of 2, regardless of the date, minutes 74 /** Groups all members of a DataPilot field containing a date/time value 85 will contain all members with a date/time in the range from 95 /** Groups all members of a DataPilot field containing a date/time value [all …]
|
| /AOO41X/main/sc/addin/datefunc/ |
| H A D | dfa.cl | 61 * this internal date representation. 122 * Convert a date to a count of days starting from 01/01/0001 125 * is the number of days between 01/01/0001 and the date 132 * @return count of days from 01/01/0001 to the date specified 152 * Convert a count of days starting from 01/01/0001 to a date 155 * is the number of days between 01/01/0001 and the date 254 * @param d1 - date value (in StarCalc representation based 12/30/1899), usually the older date 255 * @param d2 - date value (in StarCalc representation based 12/30/1899), usually the younger date 299 * @param d1 - date value, start date 300 * @param d2 - date value, end date [all …]
|
| H A D | dfa.src | 60 Text = "Internal number of the date"; 74 Text = "The end date for calculating the difference in weeks"; 78 Text = "The start date for calculating the difference weeks"; 97 Text = "The end date for calculating the difference in months"; 101 Text = "The start date for calculating the difference in months"; 120 Text = "The end date for calculating the difference in years"; 124 Text = "The start date for calculating the difference in years"; 150 Text = "Returns the number of days in the month in relation to the date entered"; 161 Text = "Returns the number of days in a year in relation to the date entered"; 172 Text = "Returns the number of weeks in the year in relation to a date";
|
| /AOO41X/main/icc/source/create_sRGB_profile/ |
| H A D | create_sRGB_profile.cpp | 227 pHdr->date.month, pHdr->date.day, pHdr->date.year, in dumpProfile() 228 pHdr->date.hours, pHdr->date.minutes, pHdr->date.seconds); in dumpProfile() 275 profile.m_Header.date.year = data_last_changed_year; in main() 276 profile.m_Header.date.month = data_last_changed_month; in main() 277 profile.m_Header.date.day = data_last_day; in main() 278 profile.m_Header.date.hours = data_last_changed_hour; in main() 279 profile.m_Header.date.minutes = data_last_changed_minute; in main() 280 profile.m_Header.date.seconds = 0; in main()
|
| /AOO41X/main/l10ntools/java/receditor/java/transex3/model/ |
| H A D | SdfEntity.java | 39 private String date; field in SdfEntity 58 …2, String langid, String text, String helptext, String quickhelptext, String title , String date) { in SdfEntity() argument 74 this.date = date; in SdfEntity() 107 +text+"\t"+helptext+"\t"+quickhelptext+"\t"+title+"\t"+date; in toString() 225 return date; in getDate() 227 public void setDate(String date) { in setDate() argument 228 this.date = date; in setDate()
|
| /AOO41X/main/helpcontent2/helpers/ |
| H A D | createmakefile.pl | 131 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 183 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 212 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 241 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 268 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 304 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 334 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 361 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 388 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec; 411 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
|
| /AOO41X/main/l10ntools/java/jpropex/java/ |
| H A D | SdfEntity.java | 40 private String date = new String(""); field in SdfEntity 76 …2, String langid, String text, String helptext, String quickhelptext, String title , String date) { in SdfEntity() argument 92 this.date = date; in SdfEntity() 126 … ).append( quickhelptext ).append( "\t" ).append( title ).append( "\t" ).append( date ).toString(); in toString() 244 return date; in getDate() 246 public void setDate(String date) { in setDate() argument 247 this.date = date; in setDate()
|
| /AOO41X/main/scaddins/source/datefunc/ |
| H A D | datefunc.src | 38 Text [ en-US ] = "Start date"; 46 Text [ en-US ] = "End date"; 70 Text [ en-US ] = "Start date"; 78 Text [ en-US ] = "End date"; 102 Text [ en-US ] = "Start date"; 110 Text [ en-US ] = "End date"; 130 … Text [ en-US ] = "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)."; 146 … Text [ en-US ] = "Returns the number of days of the month in which the date entered occurs"; 162 … Text [ en-US ] = "Returns the number of days of the year in which the date entered occurs."; 178 … Text [ en-US ] = "Returns the number of weeks of the year in which the date entered occurs";
|
| H A D | makefile.mk | 25 TARGET=date 100 $(SRS)$/date.srs 102 RESLIB1NAME=date 117 ALLTAR : $(MISC)/date.component 119 $(MISC)/date.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 120 date.component 123 $(SOLARENV)/bin/createcomponent.xslt date.component
|
| /AOO41X/main/l10ntools/scripts/tool/ |
| H A D | sdf.py | 92 date = "" variable in SdfEntity 112 text="", helptext="", quickhelptext="", title="", date=""): argument 127 if date != "": 128 self.date = date; 130 self.date = strftime("%Y-%m-%d %H:%M:%S",gmtime()) 150 self.date = splitted[ self.const._DATE_POS ] 161 …t", self.text, "\t", self.helptext, "\t", self.quickhelptext, "\t" , self.title, "\t", self.date ])
|
| /AOO41X/main/scaddins/source/analysis/ |
| H A D | analysis.src | 34 …Text [ en-US ] = "Returns the serial number of the date before or after a specified number of work… 39 Text [ en-US ] = "Start date"; 44 Text [ en-US ] = "The start date"; 54 Text [ en-US ] = "The number of workdays before or after the start date"; 64 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)"; 72 …Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year f… 77 Text [ en-US ] = "Start date"; 82 Text [ en-US ] = "The start date"; 87 Text [ en-US ] = "End date"; 92 Text [ en-US ] = "The end date"; [all …]
|
| /AOO41X/main/offapi/com/sun/star/util/ |
| H A D | DateTimeRange.idl | 33 /** represents a range of date+time values. 57 /** contains the start day of month (1-31 or 0 for a void date) for the range. 62 /** contains the start month of year (1-12 or 0 for a void date) for the range. 92 /** contains the end day of month (1-31 or 0 for a void date) for the range. 97 /** contains the end month of year (1-12 or 0 for a void date) for the range.
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | LocaleDataItem.idl | 43 /// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b> 69 /// long date day of week separator, for example, <b>", "</b> 71 /// long date day separator, for example, <b>", "</b> 73 /// long date month separator, for example, <b>" "</b> 75 /// long date year separator, for example, <b>" "</b>
|
| H A D | XCalendar.idl | 68 Set the date/time as an offset to the start of the calendar at 70 passed since start date. The fractional part represents 77 Get the date/time as an offset to the start of the calendar at 79 passed since start date. The fractional part represents 107 Verify if the date fields set by a combination of 110 for the date fields
|
| /AOO41X/main/offapi/com/sun/star/text/textfield/docinfo/ |
| H A D | ChangeDateTime.idl | 35 /** specifies service of a text field that provides information about the date 50 /** If this flag is set to <FALSE/> the date or time 51 is always displayed as the current date or time. 57 a date with an optional time. If it is set to <FALSE/> 61 /** contains the date and time as double value.
|
| H A D | PrintDateTime.idl | 35 /** specifies service of a text field that provides information about the date 50 /** If this flag is set to <FALSE/> the date or time 51 is always displayed as the current date or time. 57 a date with an optional time. If it is set to <FALSE/> 61 /** contains the date and time as double value.
|
| H A D | CreateDateTime.idl | 35 /** specifies service of a text field that provides information about the date 50 /** If this flag is set to <FALSE/> the date or time 51 is always displayed as the current date or time. 57 a date with an optional time. If it is set to <FALSE/> 61 /** contains the date and time as double value.
|
| /AOO41X/main/offapi/com/sun/star/text/textfield/ |
| H A D | DateTime.idl | 35 /** specifies service of a date or time text field. 42 /** If this flag is set to <FALSE/> the date or time 43 is always displayed as the current date or time. 50 a date with an optional time. If it is set to <FALSE/> 80 /** contains an offset to the date or time value in minutes.
|
| /AOO41X/main/offapi/com/sun/star/chart2/ |
| H A D | XAnyDescriptionAccess.idl | 37 This allows to set date values as categories. 54 The any might be strings for category text axis or doubles for date axis. 66 The any might be strings for category text axis or doubles for date axis. 78 The any might be strings for category text axis or doubles for date axis. 90 The any might be strings for category text axis or doubles for date axis.
|
| /AOO41X/main/qadevOOo/tests/java/ifc/sheet/ |
| H A D | _SpreadsheetDocumentSettings.java | 62 Date date = (Date) oldValue; 63 Date newDate = new Date((short) (date.Day - 1), date.Month, 64 date.Year);
|
| /AOO41X/main/offapi/com/sun/star/presentation/ |
| H A D | DrawPage.idl | 140 /** defines if a date and time presentation shape from the master page is visible 148 /** defines if a date and time text field shows a fixed string value or the 149 current date on this page. 156 /** defines the text that is displayd in a date and time textfield rendered on this 163 /** defines the format that is used to format a date and time text field on
|