OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pAnnotDict
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
13
m_pAnnotDict
(NULL),
22
m_pAnnotDict
= pAnnot->GetPDFAnnot()->
m_pAnnotDict
;
29
m_pAnnotDict
(pAnnotDict),
94
ASSERT(
m_pAnnotDict
!= NULL);
96
if (
m_pAnnotDict
->GetString("Subtype") == "Widget")
170
ASSERT(
m_pAnnotDict
!= NULL);
173
CPDF_Dictionary* pAPDict =
m_pAnnotDict
->GetDict("AP");
178
m_pAnnotDict
->SetAt("AP", pAPDict);
228
ASSERT(
m_pAnnotDict
!= NULL);
[
all
...]
/external/pdfium/core/src/fpdfdoc/
doc_annot.cpp
84
CPDF_Dictionary* pAnnotDict = pAnnot->
m_pAnnotDict
;
142
m_pAnnotDict
= pDict;
150
if (
m_pAnnotDict
->GetObjNum() == 0) {
151
m_pList->m_pDocument->AddIndirectObject(
m_pAnnotDict
);
153
return CPDF_Reference::Create(m_pList->m_pDocument,
m_pAnnotDict
->GetObjNum());
168
return
m_pAnnotDict
->GetConstString(FX_BSTRC("Subtype"));
172
if (
m_pAnnotDict
== NULL) {
175
rect =
m_pAnnotDict
->GetRect("Rect");
219
CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(
m_pAnnotDict
, mode);
289
CPDF_Dictionary* pBS =
m_pAnnotDict
->GetDict("BS");
[
all
...]
/external/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h
44
CPDF_Dictionary*
m_pAnnotDict
;
/external/pdfium/fpdfsdk/src/
fpdf_ext.cpp
67
CPDF_Dictionary* pAnnotDict = pPDFAnnot->
m_pAnnotDict
;
92
CPDF_Dictionary* pAnnotDict = pPDFAnnot->
m_pAnnotDict
;
fpdfeditpage.cpp
303
pRectArray = pAnnot->
m_pAnnotDict
->GetArray("Rect");
309
pAnnot->
m_pAnnotDict
->SetAt("Rect",pRectArray);
fsdk_annothandler.cpp
95
ASSERT(pPDFAnnot->
m_pAnnotDict
!= NULL);
98
pPDFAnnot->
m_pAnnotDict
->SetAtString("M", curTime.ToPDFDateTimeString());
99
pPDFAnnot->
m_pAnnotDict
->SetAtNumber("F", (int)0);
405
if (CPDF_FormControl* pCtrl = CPDFSDK_Widget::GetFormControl(pInterForm->GetInterForm(), pAnnot->
m_pAnnotDict
))
fsdk_mgr.cpp
733
CPDF_Dictionary* pAnnotDic = pAnnot->
m_pAnnotDict
;
813
if(pDict==pAnnot->GetPDFAnnot()->
m_pAnnotDict
)
fsdk_baseform.cpp
42
ASSERT(m_pAnnot->
m_pAnnotDict
!= NULL);
44
CPDF_Dictionary* pAP = m_pAnnot->
m_pAnnotDict
->GetDict("AP");
98
CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->
m_pAnnotDict
);
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_doc.h
620
CPDF_Dictionary*
m_pAnnotDict
;
626
return
m_pAnnotDict
->GetInteger("F");
[
all
...]
Completed in 103 milliseconds