![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_catalog.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_document.h"#include "core/fpdfapi/parser/cpdf_string.h"#include "fpdfsdk/cpdfsdk_helpers.h"#include "public/fpdf_edit.h"#include "testing/embedder_test.h"Go to the source code of this file.
Typedefs | |
| using | FPDFCatalogTest = EmbedderTest |
Functions | |
| TEST_F (FPDFCatalogTest, SetLanguageInvalidDocument) | |
| TEST_F (FPDFCatalogTest, SetLanguageNewDocument) | |
| TEST_F (FPDFCatalogTest, SetLanguageExistingDocument) | |
| using FPDFCatalogTest = EmbedderTest |
Definition at line 14 of file fpdf_catalog_embeddertest.cpp.
| TEST_F | ( | FPDFCatalogTest | , |
| SetLanguageExistingDocument | ) |
Definition at line 50 of file fpdf_catalog_embeddertest.cpp.
References CPDF_Dictionary::GetStringFor().
| TEST_F | ( | FPDFCatalogTest | , |
| SetLanguageInvalidDocument | ) |
Definition at line 16 of file fpdf_catalog_embeddertest.cpp.
References FPDF_CreateNewDocument(), FPDFCatalog_SetLanguage(), CPDF_Document::GetRoot(), and CPDF_Document::SetRootForTesting().
| TEST_F | ( | FPDFCatalogTest | , |
| SetLanguageNewDocument | ) |
Definition at line 32 of file fpdf_catalog_embeddertest.cpp.
References FPDF_CreateNewDocument(), and CPDF_Dictionary::GetStringFor().