Home
last modified time | relevance | path

Searched refs:nCJK (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmnemonic.cxx163 int nCJK = 0; in CreateMnemonic() local
174 if ( nCJK != 2 ) in CreateMnemonic()
178 nCJK = 1; in CreateMnemonic()
184 nCJK = 2; in CreateMnemonic()
251 nCJK = 1; in CreateMnemonic()
254 if ( !bChanged && (nCJK == 1) && !rKey.isEmpty() ) in CreateMnemonic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dmnemonic.cxx168 int nCJK = 0; in CreateMnemonic() local
179 if ( nCJK != 2 ) in CreateMnemonic()
183 nCJK = 1; in CreateMnemonic()
189 nCJK = 2; in CreateMnemonic()
256 nCJK = 1; in CreateMnemonic()
259 if ( !bChanged && (nCJK == 1) && !rKey.isEmpty() ) in CreateMnemonic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx2260 tools::Long nCJK = aAttribs.Get(EE_CHAR_FONTHEIGHT_CJK).GetHeight(); in lcl_ScaleFonts() local
2264 nCJK = ( nCJK * nPercent ) / 100; in lcl_ScaleFonts()
2268 aAttribs.Put( SvxFontHeightItem( nCJK, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in lcl_ScaleFonts()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Doutput2.cxx2183 long nCJK = aAttribs.Get(EE_CHAR_FONTHEIGHT_CJK).GetHeight(); in lcl_ScaleFonts() local
2187 nCJK = ( nCJK * nPercent ) / 100; in lcl_ScaleFonts()
2191 aAttribs.Put( SvxFontHeightItem( nCJK, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in lcl_ScaleFonts()