MCPcopy Create free account
hub / github.com/buggins/coolreader / AddEmptyLine

Method AddEmptyLine

crengine/src/lvxml.cpp:1671–1674  ·  view source on GitHub ↗

add one paragraph

Source from the content-addressed store, hash-verified

1669 }
1670 /// add one paragraph
1671 void AddEmptyLine( LVXMLParserCallback * callback )
1672 {
1673 callback->OnTagOpenAndClose( NULL, L"empty-line" );
1674 }
1675 /// add one paragraph
1676 void AddPara( int startline, int endline, LVXMLParserCallback * callback )
1677 {

Callers

nothing calls this directly

Calls 1

OnTagOpenAndCloseMethod · 0.80

Tested by

no test coverage detected