Searched refs:ASSERT_ID (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 420 ASSERT_ID( nIndex < INVALID_INDEX, ERR_OUTOFSCOPE ); in operator ++() 431 ASSERT_ID( nIndex < INVALID_INDEX, ERR_OUTOFSCOPE ); in operator ++() 451 ASSERT_ID( nIndex, ERR_OUTOFSCOPE ); in operator --() 462 ASSERT_ID( nIndex, ERR_OUTOFSCOPE ); in operator --() 478 ASSERT_ID( nIndex < INVALID_INDEX - nWert, ERR_OUTOFSCOPE); in operator +=() 494 ASSERT_ID( nIndex >= nWert, ERR_OUTOFSCOPE ); in operator -=() 510 ASSERT_ID( nIndex < INVALID_INDEX - rIndex.nIndex, ERR_OUTOFSCOPE ); in operator +=() 526 ASSERT_ID( nIndex >= rIndex.nIndex, ERR_OUTOFSCOPE ); in operator -=()
|
/aoo41x/main/sw/inc/ |
H A D | errhdl.hxx | 54 #define ASSERT_ID( cond, id ) \ macro 67 #define ASSERT_ID( cond, id ) ; macro
|
H A D | ndtxt.hxx | 835 ASSERT_ID( m_pSwpHints, ERR_NOHINTS); in GetSwpHints() 840 ASSERT_ID( m_pSwpHints, ERR_NOHINTS); in GetSwpHints()
|
/aoo41x/main/sw/source/core/attr/ |
H A D | hints.cxx | 181 ASSERT_ID( nWhich < POOLATTR_END && nWhich >= POOLATTR_BEGIN, in GetDfltAttr()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | number.cxx | 88 ASSERT_ID( i < MAXLEVEL && eRuleType < RULE_END, ERR_NUMLEVEL); in Get() 102 ASSERT_ID( i < MAXLEVEL && eRuleType < RULE_END, ERR_NUMLEVEL); in GetNumFmt()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 112 ASSERT_ID( nArrPos < Count(), ERR_VAR_IDX ); in SetPam()
|
Completed in 41 milliseconds