Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalisthelper.cxx43 constexpr OUStringLiteral CHAR_SQUARE = u"\u2540"; variable
156 aBulletChar = CHAR_SQUARE; in CreateBulletListTemplate()
425 aBulletChar = CHAR_SQUARE; in CreateOutlineNumberForType3()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbalisthelper.cxx44 static const sal_Unicode CHAR_SQUARE[] = u"\u2540"; variable
157 aBulletChar = CHAR_SQUARE; in CreateBulletListTemplate()
426 aBulletChar = CHAR_SQUARE; in CreateOutlineNumberForType3()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dtext.h220 CHAR_SQUARE = 2, //! Square enumerator
H A Dtext.cpp753 case CHAR_SQUARE: in TranslateSpecialChar()