Home
last modified time | relevance | path

Searched refs:html (Results 26 – 50 of 278) sorted by relevance

12345678910>>...12

/aoo41x/main/autodoc/source/display/html/
H A Ddsply_op.cxx156 rHeader << new html::LineBreak; in Display_SglOperation()
162 << new html::LineBreak; in Display_SglOperation()
169 aDocu.Def() << new html::LineBreak; in Display_SglOperation()
192 aDocu.Def() << new html::LineBreak; in Display_SglOperation()
200 rOut << new html::HorizontalLine; in Display_SglOperation()
H A Dhdimpl.hxx58 namespace html namespace
126 DYN csi::html::Table &
/aoo41x/main/odk/util/
H A Dodk_rules.pmk25 $(DESTDIRDOCU)/%.html : $(PRJ)/docs/%.html
29 $(DESTDIREXAMPLES)/%.html : $(PRJ)/examples/%.html
33 $(DESTDIR)/index.html : $(PRJ)/index.html
/aoo41x/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt27 -html <out>
35 -html <OutputDirectory>
126 <CppDocu html="(on|off) off"/>
128 <IdlDocu html="(on|off) on"/>
142 -html <OutputDirectory>
164 …The sequence of not connected options does not matter. So the -html or -v options can be used befo…
173 -html <OutputDirectory>
/aoo41x/main/odk/examples/java/ConverterServlet/
H A DREADME6 In the file "ConverterServlet.html", search for the following line:
15 http://www.servlets.com/cos/index.html and copy the file to the directory
21 server. You can download the Servlet API from http://java.sun.com/products/servlet/index.html .
33 1. Browse your web server "http://<your_ip>/conversion/ConverterServlet.html" or
34 open the file "ConverterServlet.html" in your web browser and select a file.
/aoo41x/main/reportbuilder/prj/
H A Dd.lst9 ..\license\license_en-US.html %_DEST%\bin%_EXT%\reportbuilder\license_en-US.html
10 ..\license\readme_en-US.html %_DEST%\bin%_EXT%\reportbuilder\readme_en-US.html
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DXsltPlugin.properties30 # e.g text/html=.html
31 text/html=.html
/aoo41x/main/autodoc/source/display/toolkit/
H A Dhtmlfile.cxx92 >> *new html::Label( "_top_" ) in EmptyBody()
172 >> *new html::Link( "#_top_" ) in WriteBody()
181 >> *new html::Paragraph in WriteBody()
182 << new html::ClassAttr( "copyright" ) in WriteBody()
/aoo41x/main/scp2/source/ooo/
H A Dcommon_brand_readme.scp68 README_TXT_ALL_LANG(Name, README, html);
71 README_TXT_ALL_LANG(Name, readme, html);
92 README_TXT_ALL_LANG(Name, README, html);
95 README_TXT_ALL_LANG(Name, readme, html);
/aoo41x/main/udm/prj/
H A Dd.lst2 mkdir: %_DEST%\inc%_EXT%\udm\html
7 ..\inc\udm\html\*.hxx %_DEST%\inc%_EXT%\udm\html\*.hxx
H A Dbuild.lst6 ud udm\inc\udm\html get - all udiu_html NULL
9 ud udm\source\html nmake - all uds_html NULL
/aoo41x/main/solenv/bin/
H A Dbuild.pl128 my $html = '';
247 if ($html) {
267 $deliver_command .= ' -verbose' if ($html);
1140 $dmake .= ' verbose=true' if ($html);
1558 if (!$html) {
1582 if ($ignore && !$html) {
1595 $html++;
1618 $html++; # enable html page generation...
2014 if ($html) {
2736 return if (!$html);
[all …]
/aoo41x/ext_libraries/ratscan/scan/
H A Dmakefile.mk42 all : $(MISC)/aoo-$(version)_rat-scan-output.html
46 $(MISC)/aoo-$(version)_rat-scan-output.html : $(MISC)/rat-scan-output.xml
47 java -jar $(OUTDIR)/bin/saxon9.jar -t -s:$< -xsl:rat-output-to-html.xsl -o:$@ -l:on -warnings:fatal
/aoo41x/main/javainstaller2/src/Helpfiles/
H A Dhelpfilenames.txt22 # List of all required html files:
23 # -> ChooseDirectory.html, ChooseDirectory_de.html, ...
H A Dmakefile.mk49 ALLTAR: $(BIN)$/Prologue.html
51 $(BIN)$/Prologue.html : create_helpfiles.pl helpfilenames.txt $(ULFDIR)/setupstrings.ulf
/aoo41x/main/readlicense_oo/prj/
H A Dd.lst9 ..\%__SRC%\misc\WNT\readme_*.html %_DEST%\bin%_EXT%\osl
11 ..\%__SRC%\misc\OS2\readme_*.html %_DEST%\bin%_EXT%\osl
13 ..\%__SRC%\misc\UNX\README_*.html %_DEST%\bin%_EXT%\osl
/aoo41x/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java435 boolean html = false; in sendingActions()
437 if( officeHtmlButton.isSelected() ) { html = true; office = true; } in sendingActions()
438 if( officeButton.isSelected() ) { office = true; html = false; } in sendingActions()
439 if( htmlButton.isSelected() ) { html = true; office = false; } in sendingActions()
441 …OfficeAttachment officeAttach = new OfficeAttachment( xscriptcontext, statusWindow, html, office ); in sendingActions()
/aoo41x/main/odk/pack/gendocu/
H A Dmakefile.mk37 CPP_DOCU_INDEX_FILE = $(DESTDIRGENCPPREF)$/index.html
38 JAVA_DOCU_INDEX_FILE = $(DESTDIRGENJAVAREF)$/index.html
96 $(MY_AUTODOC) -html $(DESTDIRGENCPPREF) -name $(CPPDOCREFNAME) $(AUTODOCPARAMS)
/aoo41x/main/offapi/com/sun/star/animations/
H A DEventTrigger.idl47 @see http://www.w3.org/TR/smil20/smil-timing.html#Timing-DOMEvents
54 @see http://www.w3.org/TR/smil20/smil-timing.html#Timing-DOMEvents
77 @see http://www.w3.org/TR/smil20/smil-timing.html#Timing-DOMEvents
H A DAnimationAdditiveMode.idl35 @see http://www.w3.org/TR/smil20/animation.html#adef-calcMode
36 @see http://www.w3.org/TR/smil20/animation.html#adef-SplineAnimation-calcMode
/aoo41x/main/MathMLDTD/prj/
H A Dd.lst2 ..\w3c_ipr_software_notice.html %_DEST%\bin%_EXT%\w3c_ipr_software_notice.html
/aoo41x/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv31 Writer6_html;Writer/WriterWeb.html;writer_web_HTML;writer_web_HTML
68 Calc_html;Calc/HTML_Calc.html;writer_web_HTML;writer_web_HTML
72 Webpagequery;Calc/Webpagequery.html;writer_web_HTML;writer_web_HTML
/aoo41x/main/xmlsecurity/test_docs/tools/
H A DREADME.txt16 a directory which contains the index.html. From there you run httpserv.jar:
22 localhost:8000/index.html
/aoo41x/main/extras/unx/source/kde/mimelnk/text/
H A Dhtml.kdelnk23 MimeType=text/html
29 Patterns=*.html;*.htm;
/aoo41x/main/extensions/source/activex/main/
H A DREADME.txt11 Also it can be activated with an <OBJECT> tag from a html-page.
24 The example of registration with "OBJECT" tag is in example.html.

Completed in 86 milliseconds

12345678910>>...12