Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_Line.h201 void addDirectionUsed(UT_BidiCharType dir, bool bRefreshMap = true);
202 void removeDirectionUsed(UT_BidiCharType dir, bool bRefreshMap = true);
203 void changeDirectionUsed(UT_BidiCharType oldDir, UT_BidiCharType newDir, bool bRefreshMap = true);
H A Dfp_Line.cpp4427 void fp_Line::addDirectionUsed(UT_BidiCharType dir, bool bRefreshMap) argument
4432 …sed: increased RTL run count [%d, this=0x%x, bRefresh=%d]\n", m_iRunsRTLcount, this, bRefreshMap));
4437 …sed: increased LTR run count [%d, this=0x%x, bRefresh=%d]\n", m_iRunsLTRcount, this, bRefreshMap));
4440 if(bRefreshMap && (dir != static_cast<UT_BidiCharType>(UT_BIDI_UNSET)))
4447 void fp_Line::removeDirectionUsed(UT_BidiCharType dir, bool bRefreshMap) argument
4452 …sed: increased RTL run count [%d, this=0x%x, bRefresh=%d]\n", m_iRunsRTLcount, this, bRefreshMap));
4457 …sed: increased LTR run count [%d, this=0x%x, bRefresh=%d]\n", m_iRunsLTRcount, this, bRefreshMap));
4460 if(bRefreshMap && (dir != static_cast<UT_BidiCharType>(UT_BIDI_UNSET)))
4467 void fp_Line::changeDirectionUsed(UT_BidiCharType oldDir, UT_BidiCharType newDir, bool bRefreshMap) argument
4475 …sed: increased RTL run count [%d, this=0x%x, bRefresh=%d]\n", m_iRunsRTLcount, this, bRefreshMap));
[all …]