Home
last modified time | relevance | path

Searched refs:from (Results 1676 – 1700 of 1700) sorted by path

1...<<6162636465666768

/trunk/main/wizards/source/euro/
H A Deuro.src55 Text [ en-US ] = "Note: Currency amounts from external links and currency conversion factors in for…
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src296 Text [ en-US ] = "The field names from '%NAME' could not be retrieved." ;
316 …Text [ en-US ] = "Binary fields are always listed and selectable from the left list.\nIf possible,…
321 …rm is a form that is inserted in another form.\nUse subforms to show data from tables or queries w…
1394 …Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report …
1518 …oose the fields you want to include in your table. You can include fields from more than one sampl…
1851 Text [ en-US ] = "Create a ~letter from this template" ;
2146 Text [ en-US ] = "Create a ~fax from this template" ;
3221 Text [ en-US ] = "Create an ~agenda from this template" ;
3281 …laceholders for the names of the selected people. When creating an agenda from the template, you c…
/trunk/main/wizards/source/importwizard/
H A Dimportwi.src220 Text [ en-US ] = "Import from:" ;
/trunk/main/writerfilter/documentation/
H A DKnownIssues.txt29 - borders cannot be applied to whole document (from sections)
H A DtablesInDoc.txt95 pop TableData<Handle> from stack
100 pop TableData<Handle> from stack
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile103 # stripped from the text and the result after processing the whole list, is
135 # If left blank the directory from which doxygen is run is used as the
179 # member inherits the documentation from any documented member that it
460 # tags, which will be replaced by the file and line number from which the
500 # excluded from the INPUT source files. This way you can easily exclude a
507 # from the input.
513 # certain files from those directories. Note that the wildcards are matched
587 # doxygen to hide any special comment blocks from generated source code
860 # Load stylesheet definitions from file. Syntax is similar to doxygen's
960 # to generate PDF and DVI output from the Perl module output.
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DREADME.efforts22 extracted from the source code.
42 2.1.1. Use analyzemodel.xsl to extract necessary data from model.xml.
81 group the <qname> and <status> elements from stage 1. For each
92 E.g. for given elements from stage 2:
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl203 * shouldn't try reading from the input source any more. We might
737 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
/trunk/main/xmerge/java/xmerge/src/main/resources/org/openoffice/xmerge/util/
H A Dresources.properties59 # SXW to/from DOC conversion error messages.
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.rc29 // Generated from the TEXTINCLUDE 2 resource.
95 // Generated from the TEXTINCLUDE 3 resource.
/trunk/main/xmerge/source/palmtests/
H A DREADME6 1. POSE: the Palm OS Emulator. This is available from the PalmOS website.
7 2. A Palm pilot rom. Also available from Palm.
9 4. Xerces.jar: required by the xmerge framework. This is available from org.apache.com.
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm262 my $from = $_[0];
267 print "\nConverting from $from to $to.\n";
275 &print_debug (" $em_script_home/rd -from $from -to $to $file\n");
276 print "\nConverting from $from to $to with no merge.\n";
277 `$em_script_home/rd -from $from -to $to $file`;
281 &print_debug (" $em_script_home/rd -from $from -to $to -merge $merge $file\n");
282 print "\nConverting from $from to $to with merge.\n";
283 `$em_script_home/rd -from $from -to $to -merge $merge $file`;
/trunk/main/xmlreader/inc/xmlreader/
H A DREADME23 extracted xmlreader from configmgr, to make the former available within URE.
26 visibility (and thus no symbol versioning), but is of course used from outside
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.src146 Text [ en-US ] = "Valid from %SDATE% to %EDATE%" ;
H A Dmacrosecurity.src104 …Text [ en-US ] = "~Very high.\nOnly macros from trusted file locations are allowed to run. All oth…
112 …Text [ en-US ] = "H~igh.\nOnly signed macros from trusted sources are allowed to run. Unsigned mac…
120 …Text [ en-US ] = "~Medium.\nConfirmation required before executing macros from untrusted sources."…
194 …Text [ en-US ] = "Document macros are always executed if they have been opened from one of the fol…
H A Dwarnings.src83 Text [ en-US ] = "Always trust macros from this source" ;
/trunk/main/xmlsecurity/tools/demo/
H A Dreadme.txt10 You can use the sample files from tools/examples:
/trunk/main/xmlsecurity/tools/standalone/
H A Dreadme.txt9 2) copy services.rdb, types.rdb and setup_services.rdb from the <OpenOffice>/program folder to the …
/trunk/main/xsltml/
H A DREADME11 The archive was downloaded from:
H A Dxsltml_2.1.2.patch1419 -<!-- template from XSLT Standard Library v1.1 -->
1556 +<!-- template from XSLT Standard Library v1.1 -->
/trunk/test/
H A DREADME.md8 … to have previously built the office from source as some required dependencies for compiling the t…
13 … without requiring an office build environment or having built the office from source in any branc…
24 When we refer to an "installed" type build this means that you have built OpenOffice from source us…
39 If you are using a new terminal you can run your environment setup script from `main` like:
54 Now copy the "installed" office from the build location:
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... .io.File toFile java.io.FileInputStream from java.io.FileOutputStream to java.io. ...
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.help5 -propertyfile <file> Set system property from property file.
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java558 FileInputStream from = null; in copyFile() local
561 from = new FileInputStream(fromFile); in copyFile()
568 while ((bytesRead = from.read(buffer)) != -1) in copyFile()
577 if (from != null) in copyFile()
579 from.close(); in copyFile()
606 while ((bytesRead = from.read(buffer)) != -1) in writeToFile()
615 if (from != null) in writeToFile()
617 from.close(); in writeToFile()
638 while ((bytesRead = from.read(buffer)) != -1) in pump()
645 if (from != null) in pump()
[all …]
/trunk/test/testuno/data/
H A Dlimit_cfg.ini2 /*Level info: starts from 1, 0 means no need for limitation check*/

Completed in 76 milliseconds

1...<<6162636465666768