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

Method endPage

crengine/src/lvxml.cpp:1921–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1919 endOfParagraph();
1920 }
1921 void endPage() {
1922 if ( !inSection )
1923 return;
1924 indented = false;
1925 endOfParagraph();
1926 callback->OnTagClose(NULL, L"section");
1927 inSection = false;
1928 }
1929 void newPage() {
1930 endPage();
1931 startPage();

Callers 1

DoPMLImportMethod · 0.45

Calls 1

OnTagCloseMethod · 0.45

Tested by

no test coverage detected