Warning: session_start(): open(/var/lib/php/sessions/sess_50et41869i8em5uamattu2kvvd, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
// tok = htmlTok(xml);
for (L tag : findContainerTag(tok, "draw:custom-shape")) {
S style = xml_getArg(tag, "draw:style-name");
print("\nCustom shape, style=" + style);
print(" " + join(tag));
pnl(libreOffice_textP(tag));
}
for (L tag : findContainerTag(tok, "draw:line")) {
S style = xml_getArg(tag, "draw:style-name");
print("\nLine, style=" + style);
print(" " + join(tag));
pnl(libreOffice_textP(tag));
}
}