Home
last modified time | relevance | path

Searched refs:msgCol (Results 1 – 5 of 5) sorted by relevance

/dports/games/phlipple/phlipple-0.8.5/src/
H A Dgame.c75 static float *msgCol; variable
103 msgCol = txtColFailed; in setCentreMsg()
107 msgCol = txtColSuccess; in setCentreMsg()
165 msgCol = txtColSuccess; in game_logic()
633 msgCol = txtColSuccess; in game_logic()
893 glColor4f(msgCol[0], msgCol[1], msgCol[2], tutMsgAlpha.curr); in game_render()
914 glColor4f(msgCol[0], msgCol[1], msgCol[2], alph); in game_render()
/dports/net-im/kopete/kopete-21.12.3/kopete/config/chatwindow/
H A Dchatwindowconfig.cpp638 Kopete::Message msgCol(m_jack, m_myself); in createPreviewMessages() local
639 msgCol.setPlainBody(i18n("Here is an incoming colored message.")); in createPreviewMessages()
640 msgCol.setDirection(Kopete::Message::Inbound); in createPreviewMessages()
641 msgCol.setForegroundColor(QColor("DodgerBlue")); in createPreviewMessages()
642 msgCol.setBackgroundColor(QColor("LightSteelBlue")); in createPreviewMessages()
690 m_preview->appendMessage(msgCol); in createPreviewMessages()
/dports/databases/akonadi/akonadi-21.12.3/src/private/
H A Dprotocol.cpp735 const auto &msgCol = cmsg.collection(); in appendAndCompress() local
737 …if (msgCol.id() == itCol.id() && msgCol.remoteId() == itCol.remoteId() && msgCol.remoteRevision() … in appendAndCompress()
738 … && msgCol.resource() == itCol.resource() && cmsg.destinationResource() == it.destinationResource() in appendAndCompress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1381 OString msgCol = msg + "; end col"; in checkMergedCells() local
1383 CPPUNIT_ASSERT_EQUAL_MESSAGE( msgCol.pData->buffer, rExpectedEndAddress.Col(), nActualEndCol ); in checkMergedCells()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1189 OString msgCol = msg + "; end col"; in checkMergedCells() local
1191 CPPUNIT_ASSERT_EQUAL_MESSAGE( msgCol.pData->buffer, rExpectedEndAddress.Col(), nActualEndCol ); in checkMergedCells()