MCPcopy Create free account
hub / github.com/LibreOffice/core / toString

Method toString

qadevOOo/tests/java/ifc/text/_TextSection.java:127–131  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

125 }
126
127 @Override
128 protected String toString(Object obj) {
129 return "XTextColumns: ColumnCount = "+
130 ((XTextColumns) obj).getColumnCount();
131 }
132
133 };
134

Callers 15

createTestEnvironmentMethod · 0.45
createTestEnvironmentMethod · 0.45
cleanupMethod · 0.45
createTestEnvironmentMethod · 0.45
createTestEnvironmentMethod · 0.45
createTestEnvironmentMethod · 0.45
createTestEnvironmentMethod · 0.45
createTestEnvironmentMethod · 0.45
fireEventMethod · 0.45
createTestEnvironmentMethod · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45

Calls 1

getColumnCountMethod · 0.65

Tested by

no test coverage detected