Searched refs:m_indentLength (Results 1 – 8 of 8) sorted by relevance
45 , m_indentLength(0) in IdlType()713 m_indentLength += num; in inc()718 if (m_indentLength - num < 0) in dec()719 m_indentLength = 0; in dec()721 m_indentLength -= num; in dec()726 OStringBuffer tmp(m_indentLength); in indent()728 for (sal_uInt32 i=0; i < m_indentLength; i++) in indent()737 OStringBuffer tmp(m_indentLength + num); in indent()739 for (sal_uInt32 i=0; i < m_indentLength + num; i++) in indent()
108 sal_uInt32 m_indentLength; member in IdlType
50 , m_indentLength(0) in CorbaType()1136 m_indentLength += num; in inc()1141 if (m_indentLength - num < 0) in dec()1142 m_indentLength = 0; in dec()1144 m_indentLength -= num; in dec()1149 OStringBuffer tmp(m_indentLength); in indent()1151 for (sal_uInt32 i=0; i < m_indentLength; i++) in indent()1160 OStringBuffer tmp(m_indentLength + num); in indent()1162 for (sal_uInt32 i=0; i < m_indentLength + num; i++) in indent()
155 sal_uInt32 m_indentLength; member in CorbaType
48 , m_indentLength(0) in CunoType()1467 m_indentLength += num; in inc()1472 if (m_indentLength - num < 0) in dec()1473 m_indentLength = 0; in dec()1475 m_indentLength -= num; in dec()1480 OStringBuffer tmp(m_indentLength); in indent()1482 for (sal_uInt32 i=0; i < m_indentLength; i++) in indent()1491 OStringBuffer tmp(m_indentLength + num); in indent()1493 for (sal_uInt32 i=0; i < m_indentLength + num; i++) in indent()
137 sal_uInt32 m_indentLength; member in CunoType
87 , m_indentLength(0) in CppuType()1207 m_indentLength += num; in inc()1212 m_indentLength = std::max< sal_Int32 >(m_indentLength - num, 0); in dec()1217 OStringBuffer tmp(m_indentLength); in indent()1219 for (sal_Int32 i=0; i < m_indentLength; i++) in indent()
142 sal_Int32 m_indentLength; member in CppuType
Completed in 71 milliseconds