Home
last modified time | relevance | path

Searched refs:Light (Results 1 – 25 of 67) sorted by relevance

123

/aoo41x/main/svtools/source/control/
H A Dctrltool.src27 Text [ en-US ] = "Light" ;
32 Text [ en-US ] = "Light Italic" ;
67 "Light",
68 "Light Kursivoitu",
/aoo41x/main/svx/source/engine3d/
H A Dfloat3d.src590 Text [ en-US ] = "~Light source" ;
603 QuickHelpText [ en-US ] = "Light Source 1" ;
616 QuickHelpText [ en-US ] = "Light Source 2" ;
629 QuickHelpText [ en-US ] = "Light Source 3" ;
642 QuickHelpText [ en-US ] = "Light Source 4" ;
655 QuickHelpText [ en-US ] = "Light Source 5" ;
668 QuickHelpText [ en-US ] = "Light Source 6" ;
681 QuickHelpText [ en-US ] = "Light Source 7" ;
694 QuickHelpText [ en-US ] = "Light Source 8" ;
1437 Text [ en-US ] = "Color Light Preview";
/aoo41x/main/editeng/source/items/
H A Dsvxitems.src125 Text [ en-US ] = "Light Gray" ;
129 Text [ en-US ] = "Light Blue" ;
133 Text [ en-US ] = "Light Green" ;
137 Text [ en-US ] = "Light Cyan" ;
141 Text [ en-US ] = "Light Red" ;
145 Text [ en-US ] = "Light Magenta" ;
/aoo41x/main/helpcontent2/source/auxiliary/zh-TW/
H A Ddefault.css34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa…
37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
H A Dhighcontrast1.css34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa…
37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
H A Dhighcontrast2.css34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa…
37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
H A Dhighcontrastblack.css34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa…
37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
H A Dhighcontrastwhite.css34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa…
37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
/aoo41x/main/helpcontent2/source/auxiliary/zh-CN/
H A Ddefault.css34 …{ font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Un…
37 …{ font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Luci…
H A Dhighcontrast1.css34 …{ font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Un…
37 …{ font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Luci…
H A Dhighcontrast2.css34 …{ font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Un…
37 …{ font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Luci…
H A Dhighcontrastblack.css34 …{ font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Un…
37 …{ font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Luci…
H A Dhighcontrastwhite.css34 …{ font-family: 方正宋体,"MSung Light SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Un…
37 …{ font-family: 方正宋体,"MSung Light SC",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Luci…
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.src68 Text [ en-US ] = "~Light source" ;
174 Text [ en-US ] = "Light Preview" ;
H A DStrings.src378 Text [ en-US ] = "Light Source %LIGHTNUMBER" ;
/aoo41x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx112 if ( nWeight <= QFont::Light ) in toFont()
113 aInfo.m_eWeight = psp::weight::Light; in toFont()
/aoo41x/main/qadevOOo/runner/
H A Dmakefile.mk51 jar cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER)
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1130 aInfo.m_eWeight = psp::weight::Light; in GetFCFontOptions()
1479 case WEIGHT_LIGHT: eWeight = psp::weight::Light; break; in GetFcSubstitute()
1539 case psp::weight::Light: aRet.meWeight = WEIGHT_LIGHT; break; in GetFcSubstitute()
/aoo41x/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.src824 Text [en-US] = "Light Blue Diamond" ;
864 Text [en-US] = "Light Blue Asterisk" ;
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx646 return weight::Light; in convertWeight()
948 case weight::Light: nWeight = FC_WEIGHT_LIGHT;break; in addtopattern()
H A Dfontmanager.cxx157 eWeight = weight::Light; in parseWeight()
165 eWeight = weight::Light; in parseWeight()
1692 case weight::Light: aXLFD.append("light");break; in getXLFD()
1921 case FW_LIGHT: pFont->m_eWeight = weight::Light; break; in analyzeTrueTypeFile()
/aoo41x/main/cui/source/dialogs/
H A Dgrfflt.src394 Text [ en-US ] = "Light source" ;
/aoo41x/main/vcl/inc/vcl/
H A Dfontmanager.hxx96 Light = 3, enumerator
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1755 if ( nWeight <= QFont::Light ) in toFont()
1756 aInfo.m_eWeight = psp::weight::Light; in toFont()
/aoo41x/main/padmin/source/
H A Dfontentry.cxx188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry()

Completed in 111 milliseconds

123