Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 119) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/awt/
H A DFontUnderline.idl83 /** specifies underlining with a dash and dot sequence.
89 /** specifies underlining with a dash, dot, dot sequence.
137 /** specifies underlining with a dash and dot sequence in bold.
143 /** specifies underlining with a dash, dot, dot sequence in bold.
H A DFontEmphasisMark.idl48 /** specifies emphasis mark dot.
/trunk/main/editeng/source/items/
H A Dsvxitems.src305 Text [ en-US ] = "Underline (dot dash)" ;
309 Text [ en-US ] = "Underline (dot dot dash)" ;
341 Text [ en-US ] = "Underline (dot dash, bold)" ;
345 Text [ en-US ] = "Underline (dot dot dash, bold)" ;
382 Text [ en-US ] = "Overline (dot dash)" ;
386 Text [ en-US ] = "Overline (dot dot dash)" ;
418 Text [ en-US ] = "Overline (dot dash, bold)" ;
422 Text [ en-US ] = "Overline (dot dot dash, bold)" ;
/trunk/main/soltools/mkdepend/
H A Dpr.c42 void add_include(filep, file, file_red, include, dot, failOK, incCollection, symbols) in add_include() argument
46 boolean dot;
57 newfile = inc_path(file->i_file, include, dot, incCollection);
68 newfile = inc_path(file->i_file, include, dot, incCollection);
H A Dinclude.c47 struct inclist *inc_path(file, include, dot, incCollection) in inc_path() argument
50 boolean dot;
H A Ddef.h178 struct inclist *file_red, char *include, boolean dot, boolean failOK,
/trunk/main/sal/osl/os2/
H A Dmodule.c74 char* dot; in osl_loadAsciiModule() local
86 dot = strchr( fname, '.'); in osl_loadAsciiModule()
87 if (dot) in osl_loadAsciiModule()
88 *dot = '\0'; // truncate on dot in osl_loadAsciiModule()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx513 sal_Int32 dot = output.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN() local
514 if (dot > 0) in SAL_IMPLEMENT_MAIN()
515 output = output.copy( 0, dot ); in SAL_IMPLEMENT_MAIN()
534 sal_Int32 dot = filename.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN() local
536 if (dot < 0) // has no extension in SAL_IMPLEMENT_MAIN()
539 name = name.copy( 0, dot ); in SAL_IMPLEMENT_MAIN()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv15 Word2000_template;Writer/Word2000_template.dot;writer_MS_Word_97_Vorlage;writer_MS_Word_97_Vorlage
17 Word6_template;Writer/Word6_template.dot;writer_MS_Word_95_Vorlage;writer_MS_Word_95_Vorlage
20 Word97_template;Writer/Word97_template.dot;writer_MS_Word_97_Vorlage;writer_MS_Word_97_Vorlage
22 WordXP_template;Writer/WordXP_template.dot;writer_MS_Word_97_Vorlage;writer_MS_Word_97_Vorlage
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java405 int dot = secondAndNano.indexOf("."); in toTime() local
406 if (dot >= 0) { in toTime()
407 nSecond = (short)safeParseInt(secondAndNano.substring(0, dot)); in toTime()
408 String nano = secondAndNano.substring(dot + 1); in toTime()
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini117 shortlist=BORDERSTYLES-BIFF3,0,none,thin,medium,dash,dot,thick,double,hair
121 8=medium-dash,thin-dash-dot,medium-dash-dot,thin-dash-dot-dot,medium-dash-dot-dot,slant-dash-dot
961 shortlist=CHFREXTPROPS-SYMBOLTYPE,0x0023,none,diamond,square,triangle,x,star,dot,dash,circle,plus
1039 shortlist=CHLINEFORMAT-LINETYPE,0,solid,dash,dot,dash-dot,dash-dot-dot,none,25%-pattern,50%-pattern…
1585 0=solid,dash,dot,dash-dot,dash-dot-dot,25%-pattern,50%-pattern,75%-pattern
H A Dxlsbdumper.ini97 0=none,thin,medium,dash,dot
98 5=thick,double,hair,medium-dash,thin-dash-dot
99 10=medium-dash-dot,thin-dash-dot-dot,medium-dash-dot-dot,slant-dash-dot
/trunk/main/instsetoo_native/util/
H A Dopenoffice.lst.README35 (2) dec. dot dec. - e.g. "3.4"
36 (3) dec. dot dec. dot dec. - e.g. "3.4.1"
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg155 # will interpret the first line (until the first dot) of a JavaDoc-style
163 # interpret the first line (until the first dot) of a Qt-style
1330 # Configuration options related to the dot tool
1337 # fallback. It is recommended to install and use dot, since it yields more
1365 # directory and reference it in all dot files that doxygen generates. This
1382 # different font using DOT_FONTNAME you can set the path where dot
1460 # generated by dot. Possible values are png, jpg, or gif
1471 # contain dot files that are included in the documentation (see the
1506 # makes dot run faster, but since only newer versions of dot (>1.8.10)
1513 # arrows in the dot generated graphs.
[all …]
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile156 # will interpret the first line (until the first dot) of a JavaDoc-style
1089 # Configuration options related to the dot tool
1096 # fallback. It is recommended to install and use dot, since it yields more
1179 # generated by dot. Possible values are png, jpg, or gif
1184 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1185 # found. If left blank, it is assumed the dot tool can be found in the path.
1190 # contain dot files that are included in the documentation (see the
1196 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1233 # makes dot run faster, but since only newer versions of dot (>1.8.10)
1240 # arrows in the dot generated graphs.
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DFontEmphasis.idl42 /** a dot is set above (or right from vertical text) the text.
59 /** a dot is set below (or left from vertical text) the text.
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java93 int dot = attachmentName.indexOf( "." ); in OfficeAttachment() local
94 attachmentName = attachmentName.substring( 0, dot ); in OfficeAttachment()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt131 // Format: File extensions with a dot in front, like ".hcc".
135 // Format: File extensions with a dot in front, like ".txt".
/trunk/main/slideshow/qa/debug/
H A Dnodetree.sh69 dot -Gratio=fill -Gsize=23,33 -Tps
H A Dcolors.sh26 cat <<EOF | dot -Tps
/trunk/main/filter/source/t602/
H A Dt602filter.src68 Text [ en-US ] = "Display dot commands";
/trunk/main/offapi/com/sun/star/i18n/
H A DWordType.idl56 characters and some punctuations, like dot for abbreviation.
/trunk/main/offapi/com/sun/star/drawing/
H A DLineDash.idl57 /** This is the length of a dot.
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch277 +<xsl:when test="starts-with($content,'&#x0010A;')"><xsl:value-of select="'\dot{C}'" /><xsl:call-te…
278 +<xsl:when test="starts-with($content,'&#x0010B;')"><xsl:value-of select="'\dot{c}'" /><xsl:call-te…
287 +<xsl:when test="starts-with($content,'&#x00116;')"><xsl:value-of select="'\dot{E}'" /><xsl:call-te…
288 +<xsl:when test="starts-with($content,'&#x00117;')"><xsl:value-of select="'\dot{e}'" /><xsl:call-te…
296 +<xsl:when test="starts-with($content,'&#x00120;')"><xsl:value-of select="'\dot{G}'" /><xsl:call-te…
297 +<xsl:when test="starts-with($content,'&#x00121;')"><xsl:value-of select="'\dot{g}'" /><xsl:call-te…
309 +<xsl:when test="starts-with($content,'&#x00130;')"><xsl:value-of select="'\dot{I}'" /><xsl:call-te…
438 +<xsl:when test="starts-with($content,'&#x00307;')"><xsl:value-of select="'\dot '" /><xsl:call-temp…
771dot{-}'" /><xsl:call-template name="replaceEntities"><xsl:with-param name="content" select="substr…
923 …></xsl:call-template></xsl:when> <!--/odot B: middle dot in circle --> <!--/bigodot L: circle dot
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch970 double d = dot(vectors_(x+radius_, y+radius_), v);
979 double d = dot(vectors_(x+radius_, y+radius_), v);
988 double d = dot(vectors_(x+radius_, y+radius_), v);
997 double d = dot(vectors_(x+radius_, y+radius_), v);

Completed in 103 milliseconds

12345