Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTestEnvironment
Method · 0.45
createTestEnvironment
Method · 0.45
cleanup
Method · 0.45
createTestEnvironment
Method · 0.45
createTestEnvironment
Method · 0.45
createTestEnvironment
Method · 0.45
createTestEnvironment
Method · 0.45
createTestEnvironment
Method · 0.45
fireEvent
Method · 0.45
createTestEnvironment
Method · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
Calls
1
getColumnCount
Method · 0.65
Tested by
no test coverage detected