Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_doc_embeddertest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

+ Include dependency graph for fpdf_doc_embeddertest.cpp:

Go to the source code of this file.

Classes

class  FPDFDocEmbedderTest
 

Functions

 TEST_F (FPDFDocEmbedderTest, MultipleSamePage)
 
 TEST_F (FPDFDocEmbedderTest, DestGetPageIndex)
 
 TEST_F (FPDFDocEmbedderTest, DestGetView)
 
 TEST_F (FPDFDocEmbedderTest, DestGetLocationInPage)
 
 TEST_F (FPDFDocEmbedderTest, BUG_1506_1)
 
 TEST_F (FPDFDocEmbedderTest, BUG_1506_2)
 
 TEST_F (FPDFDocEmbedderTest, BUG_1506_3)
 
 TEST_F (FPDFDocEmbedderTest, BUG_680376)
 
 TEST_F (FPDFDocEmbedderTest, BUG_821454)
 
 TEST_F (FPDFDocEmbedderTest, ActionBadArguments)
 
 TEST_F (FPDFDocEmbedderTest, ActionLaunch)
 
 TEST_F (FPDFDocEmbedderTest, ActionUri)
 
 TEST_F (FPDFDocEmbedderTest, ActionUriNonAscii)
 
 TEST_F (FPDFDocEmbedderTest, LinkToAnnotConversion)
 
 TEST_F (FPDFDocEmbedderTest, ActionGoto)
 
 TEST_F (FPDFDocEmbedderTest, ActionEmbeddedGoto)
 
 TEST_F (FPDFDocEmbedderTest, ActionNonesuch)
 
 TEST_F (FPDFDocEmbedderTest, NoBookmarks)
 
 TEST_F (FPDFDocEmbedderTest, Bookmarks)
 
 TEST_F (FPDFDocEmbedderTest, FindBookmarks)
 
 TEST_F (FPDFDocEmbedderTest, FindBookmarks_bug420)
 
 TEST_F (FPDFDocEmbedderTest, DeletePage)
 
 TEST_F (FPDFDocEmbedderTest, DeletePageAndRender)
 
 TEST_F (FPDFDocEmbedderTest, GetFileIdentifier)
 
 TEST_F (FPDFDocEmbedderTest, GetNonHexFileIdentifier)
 
 TEST_F (FPDFDocEmbedderTest, GetNonexistentFileIdentifier)
 
 TEST_F (FPDFDocEmbedderTest, GetMetaText)
 
 TEST_F (FPDFDocEmbedderTest, Utf8Metadata)
 
 TEST_F (FPDFDocEmbedderTest, Bug_182)
 
 TEST_F (FPDFDocEmbedderTest, GetMetaTextSameObjectNumber)
 
 TEST_F (FPDFDocEmbedderTest, GetMetaTextInAttachmentFile)
 
 TEST_F (FPDFDocEmbedderTest, GetMetaTextFromNewDocument)
 
 TEST_F (FPDFDocEmbedderTest, GetPageAAction)
 
 TEST_F (FPDFDocEmbedderTest, NoPageLabels)
 
 TEST_F (FPDFDocEmbedderTest, GetPageLabels)
 

Function Documentation

◆ TEST_F() [1/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionBadArguments  )

Definition at line 270 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetDest(), FPDFAction_GetFilePath(), FPDFAction_GetType(), and FPDFAction_GetURIPath().

+ Here is the call graph for this function:

◆ TEST_F() [2/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionEmbeddedGoto  )

Definition at line 422 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetFilePath(), FPDFAction_GetType(), FPDFDest_GetView(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [3/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionGoto  )

Definition at line 397 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetFilePath(), FPDFAction_GetType(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [4/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionLaunch  )

Definition at line 282 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetFilePath(), FPDFAction_GetType(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [5/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionNonesuch  )

Definition at line 459 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetFilePath(), FPDFAction_GetType(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [6/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionUri  )

Definition at line 313 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetFilePath(), FPDFAction_GetType(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [7/35]

TEST_F ( FPDFDocEmbedderTest ,
ActionUriNonAscii  )

Definition at line 344 of file fpdf_doc_embeddertest.cpp.

References FPDFAction_GetType(), FPDFLink_GetAction(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [8/35]

TEST_F ( FPDFDocEmbedderTest ,
Bookmarks  )

Definition at line 502 of file fpdf_doc_embeddertest.cpp.

References FPDFBookmark_GetAction(), FPDFBookmark_GetCount(), FPDFBookmark_GetTitle(), and GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [9/35]

TEST_F ( FPDFDocEmbedderTest ,
BUG_1506_1  )

Definition at line 156 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [10/35]

TEST_F ( FPDFDocEmbedderTest ,
BUG_1506_2  )

Definition at line 164 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [11/35]

TEST_F ( FPDFDocEmbedderTest ,
BUG_1506_3  )

Definition at line 179 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [12/35]

TEST_F ( FPDFDocEmbedderTest ,
Bug_182  )

Definition at line 779 of file fpdf_doc_embeddertest.cpp.

References GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [13/35]

TEST_F ( FPDFDocEmbedderTest ,
BUG_680376  )

Definition at line 194 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [14/35]

TEST_F ( FPDFDocEmbedderTest ,
BUG_821454  )

Definition at line 203 of file fpdf_doc_embeddertest.cpp.

References FPDFDest_GetLocationInPage(), FPDFLink_GetDest(), FPDFLink_GetLinkAtPoint(), and FPDFLink_GetLinkZOrderAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [15/35]

TEST_F ( FPDFDocEmbedderTest ,
DeletePage  )

Definition at line 579 of file fpdf_doc_embeddertest.cpp.

References FPDFPage_Delete().

+ Here is the call graph for this function:

◆ TEST_F() [16/35]

TEST_F ( FPDFDocEmbedderTest ,
DeletePageAndRender  )

Definition at line 595 of file fpdf_doc_embeddertest.cpp.

References CFX_DefaultRenderDevice::UseSkiaRenderer().

+ Here is the call graph for this function:

◆ TEST_F() [17/35]

TEST_F ( FPDFDocEmbedderTest ,
DestGetLocationInPage  )

Definition at line 128 of file fpdf_doc_embeddertest.cpp.

References FPDFDest_GetLocationInPage().

+ Here is the call graph for this function:

◆ TEST_F() [18/35]

TEST_F ( FPDFDocEmbedderTest ,
DestGetPageIndex  )

Definition at line 41 of file fpdf_doc_embeddertest.cpp.

References FPDFDest_GetDestPageIndex().

+ Here is the call graph for this function:

◆ TEST_F() [19/35]

TEST_F ( FPDFDocEmbedderTest ,
DestGetView  )

Definition at line 69 of file fpdf_doc_embeddertest.cpp.

References FPDFDest_GetView().

+ Here is the call graph for this function:

◆ TEST_F() [20/35]

TEST_F ( FPDFDocEmbedderTest ,
FindBookmarks  )

Definition at line 546 of file fpdf_doc_embeddertest.cpp.

References FPDFBookmark_GetTitle(), and GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [21/35]

TEST_F ( FPDFDocEmbedderTest ,
FindBookmarks_bug420  )

Definition at line 570 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [22/35]

TEST_F ( FPDFDocEmbedderTest ,
GetFileIdentifier  )

Definition at line 686 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [23/35]

TEST_F ( FPDFDocEmbedderTest ,
GetMetaText  )

Definition at line 737 of file fpdf_doc_embeddertest.cpp.

References FPDF_GetMetaText(), and GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [24/35]

TEST_F ( FPDFDocEmbedderTest ,
GetMetaTextFromNewDocument  )

Definition at line 808 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [25/35]

TEST_F ( FPDFDocEmbedderTest ,
GetMetaTextInAttachmentFile  )

Definition at line 799 of file fpdf_doc_embeddertest.cpp.

References GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [26/35]

TEST_F ( FPDFDocEmbedderTest ,
GetMetaTextSameObjectNumber  )

Definition at line 788 of file fpdf_doc_embeddertest.cpp.

References GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [27/35]

TEST_F ( FPDFDocEmbedderTest ,
GetNonexistentFileIdentifier  )

Definition at line 729 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [28/35]

TEST_F ( FPDFDocEmbedderTest ,
GetNonHexFileIdentifier  )

Definition at line 714 of file fpdf_doc_embeddertest.cpp.

References fxcrt::ByteString::ByteString().

+ Here is the call graph for this function:

◆ TEST_F() [29/35]

TEST_F ( FPDFDocEmbedderTest ,
GetPageAAction  )

Definition at line 814 of file fpdf_doc_embeddertest.cpp.

References FPDF_GetPageAAction(), FPDFAction_GetFilePath(), and FPDFAction_GetType().

+ Here is the call graph for this function:

◆ TEST_F() [30/35]

TEST_F ( FPDFDocEmbedderTest ,
GetPageLabels  )

Definition at line 853 of file fpdf_doc_embeddertest.cpp.

References GetPlatformWString().

+ Here is the call graph for this function:

◆ TEST_F() [31/35]

TEST_F ( FPDFDocEmbedderTest ,
LinkToAnnotConversion  )

Definition at line 375 of file fpdf_doc_embeddertest.cpp.

References FPDFLink_GetAnnot(), and FPDFLink_GetLinkAtPoint().

+ Here is the call graph for this function:

◆ TEST_F() [32/35]

TEST_F ( FPDFDocEmbedderTest ,
MultipleSamePage  )

Definition at line 22 of file fpdf_doc_embeddertest.cpp.

References CPDF_Document::GetParsedPageCountForTesting().

+ Here is the call graph for this function:

◆ TEST_F() [33/35]

TEST_F ( FPDFDocEmbedderTest ,
NoBookmarks  )

Definition at line 483 of file fpdf_doc_embeddertest.cpp.

References FPDFBookmark_Find(), FPDFBookmark_GetAction(), FPDFBookmark_GetDest(), FPDFBookmark_GetFirstChild(), FPDFBookmark_GetNextSibling(), and FPDFBookmark_GetTitle().

+ Here is the call graph for this function:

◆ TEST_F() [34/35]

TEST_F ( FPDFDocEmbedderTest ,
NoPageLabels  )

Definition at line 846 of file fpdf_doc_embeddertest.cpp.

◆ TEST_F() [35/35]

TEST_F ( FPDFDocEmbedderTest ,
Utf8Metadata  )

Definition at line 765 of file fpdf_doc_embeddertest.cpp.

References FPDFBookmark_GetTitle(), and GetPlatformWString().

+ Here is the call graph for this function: