Home
last modified time | relevance | path

Searched refs:fontKeyStr (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx6541 char fontKeyStr[] = "{00014A78-CABC-4EF0-12AC-5CD89AEFDE00}"; in EmbedFontStyle() local
6545 fontKeyStr[ 1 ] = fontKeyStr[ 35 ] = toHexChar(( m_nextFontId % 256 ) / 16 ); in EmbedFontStyle()
6546 fontKeyStr[ 2 ] = fontKeyStr[ 36 ] = toHexChar(( m_nextFontId % 256 ) % 16 ); in EmbedFontStyle()
6592 ref.fontKey = fontKeyStr; in EmbedFontStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx7226 char fontKeyStr[] = "{00014A78-CABC-4EF0-12AC-5CD89AEFDE00}"; in EmbedFontStyle() local
7230 fontKeyStr[ 1 ] = fontKeyStr[ 35 ] = toHexChar(( m_nextFontId % 256 ) / 16 ); in EmbedFontStyle()
7231 fontKeyStr[ 2 ] = fontKeyStr[ 36 ] = toHexChar(( m_nextFontId % 256 ) % 16 ); in EmbedFontStyle()
7277 ref.fontKey = fontKeyStr; in EmbedFontStyle()