Searched refs:m_sErrorText (Results 1 – 2 of 2) sorted by relevance
112 m_sErrorText = DialogHelper::getResourceString( RID_STR_ERROR_UNKNOWN_STATUS ); in Entry_Impl()161 m_sErrorText = aMissingDep; in checkDependencies()395 rtl::OUString aText( m_vEntries[ nPos ]->m_sErrorText ); in CalcActiveHeight()614 if ( pEntry->m_sErrorText.Len() ) in DrawRow()617 sDescription = pEntry->m_sErrorText + OUSTR("\n") + pEntry->m_sDescription; in DrawRow()619 sDescription = pEntry->m_sErrorText; in DrawRow()1046 pEntry->m_sErrorText = DialogHelper::getResourceString( RID_STR_ERROR_MISSING_LICENSE ); in addEntry()1081 … (*iIndex)->m_sErrorText = DialogHelper::getResourceString( RID_STR_ERROR_UNKNOWN_STATUS ); in updateEntry()1083 (*iIndex)->m_sErrorText = String(); in updateEntry()
79 String m_sErrorText; member