2017-06-14 12:07:02 +03:00
|
|
|
void initResources();
|
2024-09-04 17:31:16 +03:00
|
|
|
namespace LimeReport {
|
|
|
|
void initReportItems();
|
|
|
|
void initObjectInspectorProperties();
|
|
|
|
void initSerializators();
|
|
|
|
void initExporters();
|
2017-06-12 13:11:00 +03:00
|
|
|
} // namespace LimeReport
|