/aoo4110/main/sfx2/source/doc/ |
H A D | objcont.cxx | 216 ::DateTime now; in UpdateDocInfoForSave() 218 now.Get100Sec(), now.GetSec(), now.GetMin(), in UpdateDocInfoForSave() 219 now.GetHour(), now.GetDay(), now.GetMonth(), in UpdateDocInfoForSave() 220 now.GetYear() ) ); in UpdateDocInfoForSave() 1120 ::DateTime now; in ResetFromTemplate() 1122 now.Get100Sec(), now.GetSec(), now.GetMin(), in ResetFromTemplate() 1123 now.GetHour(), now.GetDay(), now.GetMonth(), in ResetFromTemplate() 1124 now.GetYear() ) ); in ResetFromTemplate()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | uieventslogger.cxx | 487 TimeValue now; in checkIdleTimeout() local 488 osl_getSystemTime(&now); in checkIdleTimeout() 491 m_LastLogEventTime = now; in checkIdleTimeout() 512 oslDateTime now; in getRotatedPath() local 515 osl_getDateTimeFromTimeValue(&now_tv, &now); in getRotatedPath() 518 now.Year, in getRotatedPath() 519 now.Month, in getRotatedPath() 520 now.Day, in getRotatedPath() 521 now.Hours, in getRotatedPath() 522 now.Minutes, in getRotatedPath() [all …]
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | pagesetup.log | 34 Verify that footers on sheet 2 are This,now,Works 44 Verify that sheet 1 orientation is now landscape 49 Verify that paper size on sheet 1 is now Letter 54 Verify that order on sheet 1 is now over, then down. 59 Verify that first page number on sheet 1 is now 2. 64 Verify that CenterVertically on sheet 1 is now true. 69 Verify that CenterHorizontally on sheet 1 is now true.
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | pagesetup.log | 34 Verify that footers on sheet 2 are This,now,Works 44 Verify that sheet 1 orientation is now landscape 49 Verify that paper size on sheet 1 is now Letter 54 Verify that order on sheet 1 is now over, then down. 59 Verify that first page number on sheet 1 is now 2. 64 Verify that CenterVertically on sheet 1 is now true. 69 Verify that CenterHorizontally on sheet 1 is now true.
|
/aoo4110/main/sfx2/source/appl/ |
H A D | sfxpicklist.cxx | 373 ::DateTime now; in Notify() 375 now.Get100Sec(), now.GetSec(), now.GetMin(), in Notify() 376 now.GetHour(), now.GetDay(), now.GetMonth(), in Notify() 377 now.GetYear() ) ); in Notify()
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | pagesetup.log | 34 Verify that footers on sheet 2 are This,now,Works 44 Verify that sheet 1 orientation is now landscape 49 Verify that order on sheet 1 is now over, then down. 54 Verify that first page number on sheet 1 is now 2. 59 Verify that CenterVertically on sheet 1 is now true. 64 Verify that CenterHorizontally on sheet 1 is now true.
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | pagesetup.log | 34 Verify that footers on sheet 2 are This,now,Works 44 Verify that sheet 1 orientation is now landscape 49 Verify that order on sheet 1 is now over, then down. 54 Verify that first page number on sheet 1 is now 2. 59 Verify that CenterVertically on sheet 1 is now true. 64 Verify that CenterHorizontally on sheet 1 is now true.
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | README-rtf.txt | 133 This was new in Word2000 and it?s now supported by RtfExport (MSO OK, 141 The followings are now supported: 179 the result), this now works as expected. (MSO OK - the importer 187 * Table of contents is now written as a field, so it?s properly 189 * Postit comments are now exported. (MSO OK, OOo KO) 196 Drawing objects for Word 97 through Word 2007 (shapes) are now
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewprn.cxx | 301 ::DateTime now; in jobStarted() 304 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in jobStarted() 305 now.GetDay(), now.GetMonth(), now.GetYear() ) ); in jobStarted()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | page.src | 75 // #i4219# taken from congiguration now Maximum = 11900 ; 97 // #i4219# taken from congiguration now Maximum = 11900 ; 185 // #i4219# taken from congiguration now Maximum = 9999 ; 207 // #i4219# taken from congiguration now Maximum = 9999 ; 229 // #i4219# taken from congiguration now Maximum = 9999 ; 251 // #i4219# taken from congiguration now Maximum = 9999 ;
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 376 DateTime now; in resetUserData() local 378 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in resetUserData() 379 now.GetDay(), now.GetMonth(), now.GetYear() ) ); in resetUserData() 881 DateTime now; in IMPL_LINK() local 883 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in IMPL_LINK() 884 now.GetDay(), now.GetMonth(), now.GetYear() ); in IMPL_LINK()
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | SheetObjects.idl | 63 <p>These symbols are now deprecated in VBA but kept for compatibility with 93 <p>These symbols are now deprecated in VBA but kept for compatibility with 115 <p>This symbol is now deprecated in VBA but kept for compatibility with old
|
/aoo4110/main/framework/source/classes/ |
H A D | resource.src | 300 … the user interface configuration data. The application will be terminated now.\nPlease try to rei… 305 … the user interface configuration data. The application will be terminated now.\nPlease try to rem… 310 … the user interface configuration data. The application will be terminated now.\nPlease try to rem…
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | How_to_write_my_own_driver.txt | 43 7. The prepared statement is the last class we have to implement now 46 8. congratulations you have now implement your own driver :-)
|
/aoo4110/main/svtools/source/java/ |
H A D | javaerror.src | 44 …m this task. However, use of a JRE has been disabled. Do you want to enable the use of a JRE now?"; 58 …me environment to work properly, %PRODUCTNAME must be restarted. Please restart %PRODUCTNAME now.";
|
/aoo4110/main/sc/source/ui/src/ |
H A D | toolbox.src | 122 // Don't use this image list for normal toolbar images. We have now our commandimagelist 123 // folder in default_images. This list is now only used for special toolboxes that are
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | XParagraphCursor.idl | 58 <true/> if the cursor is now at the start of a paragraph, 69 <true/> if the cursor is now at the end of a paragraph,
|
H A D | XSentenceCursor.idl | 78 <true/> if the cursor is now at the start of a sentence, 89 <true/> if the cursor is now at the end of a sentence,
|
H A D | XWordCursor.idl | 86 <true/> if the cursor is now at the end of a word, 97 <true/> if the cursor is now at the start of a word,
|
/aoo4110/ext_libraries/ratscan/scan/ |
H A D | rat-output-to-html.xsl | 26 <xsl:variable name="now" select="current-dateTime()"/> 32 <xsl:comment>Generated at <xsl:value-of select="$now"/></xsl:comment> 209 <p>Generated at <xsl:value-of select="$now"/></p>
|
/aoo4110/main/connectivity/workben/skeleton/ |
H A D | how_to_write_a_driver.txt | 48 7. The prepared statement is the last class we have to implement now 72 10. congratulations you have now implement your own driver :-)
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.src | 303 …did not specify a subject for this message. If you would like to provide one, please type it now."; 311 … not specify a new name for the attachment. If you would like to provide one, please type it now."; 315 …ion about the e-mail account to be used.\n\n Do you want to enter e-mail account information now?";
|
H A D | mmpreparemergepage.src | 45 …Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another do… 117 …Text[ en-US ] = "Write or edit your document now if you have not already done so. The changes will…
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | XStatusIndicator.idl | 94 new value for progress description which should be shown now 107 new value for progress which should be shown now
|
/aoo4110/main/desktop/source/migration/ |
H A D | wizard.src | 95 …Text [ en-US ] = "You now have the opportunity to support and contribute to the fastest growing op… 398 …Text [ en-US ] = "You now have the opportunity to register as a %PRODUCTNAME user. Registration is… 406 Text [ en-US ] = "I want to register ~now";
|