Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/drawing/
H A DDashStyle.idl34 /** This enumeration defines the style of a dash on a line.
41 /** the dash is a rectangle
48 /** the dash is a point
55 /** the dash is a rectangle, with the size of the dash given in
63 /** the dash is a point, with the size of the dash given in relation
H A DLineProperties.idl51 /** This property contains the dash of the line.
57 /** This property contains the name of the dash of the line.
H A DLineDash.idl71 /** This is the length of a single dash.
/trunk/main/unodevtools/source/unodevtools/
H A Doptions.cxx50 const OUString dash = OUString(RTL_CONSTASCII_USTRINGPARAM("-")); in readOption() local
51 if(aArg.indexOf(dash) != 0) in readOption()
65 pValue->copy(1).equals(dash)) in readOption()
104 const OUString dash(RTL_CONSTASCII_USTRINGPARAM("-")); in readOption() local
107 if((aArg.indexOf(dash) == 0 && aOpt.equalsIgnoreAsciiCase(aArg.copy(1))) || in readOption()
/trunk/main/editeng/source/items/
H A Dsvxitems.src305 Text [ en-US ] = "Underline (dot dash)" ;
309 Text [ en-US ] = "Underline (dot dot dash)" ;
337 Text [ en-US ] = "Underline (long dash, bold)" ;
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)" ;
414 Text [ en-US ] = "Overline (long dash, bold)" ;
418 Text [ en-US ] = "Overline (dot dash, bold)" ;
422 Text [ en-US ] = "Overline (dot dot dash, bold)" ;
/trunk/main/i18npool/source/breakiterator/data/
H A Dcount_word.txt25 $dash = \u002d;
29 - $dash
86 $ALetterEx* $dash+ {200};
87 $ALetterEx* ($dash $LetterSequence)+ $dash* {200};
H A Ddict_word_prepostdash.txt112 # At most one leading or trailing dash/hyphen should be accepted as well.
/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.
/trunk/main/oox/source/dump/
H A Ddffdumper.ini180 …line-fill-height,line-fill-dz-type,line-width,line-miter-limit,line-style,line-dash,line-dash-style
233 …ill-height,lline-fill-dz-type,lline-width,lline-miter-limit,lline-style,lline-dash,lline-dash-style
240 …ill-height,tline-fill-dz-type,tline-width,tline-miter-limit,tline-style,tline-dash,tline-dash-style
247 …ill-height,rline-fill-dz-type,rline-width,rline-miter-limit,rline-style,rline-dash,rline-dash-style
254 …ill-height,bline-fill-dz-type,bline-width,bline-miter-limit,bline-style,bline-dash,bline-dash-style
495 0x0001=:draw-dash-for-invisible
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/cpputools/source/unoexe/
H A Dunoexe.cxx157 const OUString dash = OUString(RTL_CONSTASCII_USTRINGPARAM("-")); in readOption() local
158 if(aArg.indexOf(dash) != 0) in readOption()
172 if (*pnIndex >= (sal_Int32)rtl_getAppCommandArgCount() || pValue->copy(1).equals(dash)) in readOption()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DShapes.log32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1177 char* dash = pFontMetric->szFacename; in GetDevFontList() local
1178 while( (dash=strchr( dash, '-'))) in GetDevFontList()
1179 *dash++ = ' '; in GetDevFontList()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx373 rtl::OUString dash = rtl::OUString::createFromAscii("-"); in appendFilterGroup() local
375 m_pFilterList->push_back(FilterEntry(dash, emptyList)); in appendFilterGroup()
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl138 /** The name of a dash that can be found in the
169 /** The name of a dash that can be found in the
/trunk/main/sax/source/tools/
H A Dconverter.cxx1233 const sal_Unicode dash('-'); in convertDateTime() local
1248 i_rBuffer.append( static_cast<sal_Int32>(i_rDateTime.Year) ).append(dash); in convertDateTime()
1252 i_rBuffer.append( static_cast<sal_Int32>(i_rDateTime.Month) ).append(dash); in convertDateTime()
/trunk/main/offapi/com/sun/star/report/
H A DXFixedLine.idl71 /** This property contains the dash of the line.
/trunk/main/offapi/com/sun/star/text/
H A DControlCharacter.idl56 /** This control character equals a dash but prevents this
H A DDocumentIndex.idl65 /** determines if if following page numbers are displayed using a dash.
/trunk/main/cui/source/options/
H A Doptjsearch.src75 Text [ en-US ] = "~minus/dash/cho-on" ;
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModules.idl81 /// Ignore dash or minus sign in Japanese fuzzy search

Completed in 100 milliseconds

1234