HomeSort by relevance Sort by last modified time
    Searched refs:pDocument (Results 1 - 25 of 35) sorted by null

1 2

  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 17 FX_BOOL DoAction_Hide(const CPDF_Action& action, CPDFSDK_Document* pDocument);
18 FX_BOOL DoAction_SubmitForm(const CPDF_Action& action, CPDFSDK_Document* pDocument);
19 FX_BOOL DoAction_ResetForm(const CPDF_Action& action, CPDFSDK_Document* pDocument);
20 FX_BOOL DoAction_ImportData(const CPDF_Action& action, CPDFSDK_Document* pDocument);
26 FX_BOOL DoAction_Rendition(const CPDF_Action& action, CPDFSDK_Document* pDocument);
27 FX_BOOL DoAction_Sound(const CPDF_Action& action, CPDFSDK_Document* pDocument);
28 FX_BOOL DoAction_Movie(const CPDF_Action& action, CPDFSDK_Document* pDocument);
38 virtual FX_BOOL DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument/*, CPDFSDK_DocView *pDocView*/);
39 virtual FX_BOOL DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName, CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/);
40 virtual FX_BOOL DoAction_Page(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/);
    [all...]
fsdk_baseform.h 165 CPDFSDK_InterForm(CPDFSDK_Document* pDocument);
233 int GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const;
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 51 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument
52 /*CReader_Document* pDocument, CReader_DocView *pDocView*/)
55 return ExecuteDocumentOpenAction(action, pDocument, /*pDocView, */list);
60 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
67 RunDocumentOpenJavaScript(pDocument, csJSName, swJS);
76 CPDFSDK_Document* pDocument, CPDF_FormField* pFormField,
79 CPDFDoc_Environment* pEnv = pDocument->GetEnv();
86 RunFieldJavaScript(pDocument, pFormField, type, data, swJS);
94 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
97 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
    [all...]
fpdf_flatten.cpp 205 void SetPageContents(CFX_ByteString key, CPDF_Dictionary* pPage, CPDF_Document* pDocument)
220 pPage->SetAtReference("Contents", pDocument, pDocument->AddIndirectObject(pNewContents));
238 FX_DWORD dwObjNum = pDocument->AddIndirectObject(pContents);
245 pContentsArray->AddReference(pDocument, dwObjNum);
260 FX_DWORD dwObjNum = pDocument->AddIndirectObject(pContentsArray);
261 pPage->SetAtReference("Contents", pDocument, dwObjNum);
266 dwObjNum = pDocument->AddIndirectObject(pNewContents);
267 pContentsArray->AddReference(pDocument, dwObjNum);
336 CPDF_Document * pDocument = pPage->m_pDocument;
    [all...]
fsdk_annothandler.cpp 266 CPDFSDK_Document* pDocument = pPage->GetSDKDocument();
267 pDocument->SetFocusAnnot(pNext);
296 // pDocument->SetTopmostAnnot(pAnnot);
381 CPDF_Document* pDocument = pPage->m_pDocument;
382 ASSERT(pDocument != NULL);
384 FX_DWORD dwPermissions = pDocument->GetUserPermissions();
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 51 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocument);
52 virtual FX_BOOL CanCut(CPDFSDK_Document* pDocument);
53 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
55 virtual void DoCopy(CPDFSDK_Document* pDocument);
56 virtual void DoCut(CPDFSDK_Document* pDocument);
57 virtual void DoPaste(CPDFSDK_Document* pDocument);
FFL_TextField.h 74 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocument);
75 virtual FX_BOOL CanCut(CPDFSDK_Document* pDocument);
76 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
78 virtual void DoCopy(CPDFSDK_Document* pDocument);
79 virtual void DoCut(CPDFSDK_Document* pDocument);
80 virtual void DoPaste(CPDFSDK_Document* pDocument);
FFL_IFormFiller.h 81 virtual void BeforeUndo(CPDFSDK_Document* pDocument);
82 virtual void BeforeRedo(CPDFSDK_Document* pDocument);
83 virtual void AfterUndo(CPDFSDK_Document* pDocument);
84 virtual void AfterRedo(CPDFSDK_Document* pDocument);
87 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocument);
88 virtual FX_BOOL CanCut(CPDFSDK_Document* pDocument);
89 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
91 virtual void DoCopy(CPDFSDK_Document* pDocument);
92 virtual void DoCut(CPDFSDK_Document* pDocument);
93 virtual void DoPaste(CPDFSDK_Document* pDocument);
    [all...]
FFL_CBA_Fontmap.h 20 CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict, IFX_SystemHandler* pSystemHandler);
FFL_FormFiller.h 73 virtual FX_BOOL CanCopy(CPDFSDK_Document* pDocument);
74 virtual FX_BOOL CanCut(CPDFSDK_Document* pDocument);
75 virtual FX_BOOL CanPaste(CPDFSDK_Document* pDocument);
77 virtual void DoCopy(CPDFSDK_Document* pDocument);
78 virtual void DoCut(CPDFSDK_Document* pDocument);
79 virtual void DoPaste(CPDFSDK_Document* pDocument);
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 182 static void SetAlignment(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CFX_ByteString& string);
183 static void SetBorderStyle(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CFX_ByteString& string);
184 static void SetButtonAlignX(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
185 static void SetButtonAlignY(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
186 static void SetButtonFitBounds(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, bool b);
187 static void SetButtonPosition(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
188 static void SetButtonScaleHow(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
189 static void SetButtonScaleWhen(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
190 static void SetCalcOrderIndex(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
191 static void SetCharLimit(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 10 void InitInterFormDict(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument);
12 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, FX_DWORD index, CFX_ByteString& csNameTag);
13 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csNameTag);
14 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CFX_ByteString& csNameTag);
15 CPDF_Font* GetNativeInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, FX_BYTE charSet, CFX_ByteString& csNameTag);
16 CPDF_Font* GetNativeInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString& csNameTag);
18 FX_BOOL FindInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CPDF_Font*& pFont, CFX_ByteString& csNameTag);
19 void AddInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, const CPDF_Font* pFont, CFX_ByteString& csNameTag);
20 CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, FX_BYTE charSet, CFX_ByteString& csNameTag);
21 CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, CFX_ByteString& csNameTag);
    [all...]
doc_bookmark.cpp 67 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument)
77 CPDF_NameTree name_tree(pDocument, FX_BSTRC("Dests"));
79 return name_tree.LookupNamedDest(pDocument, name);
doc_form.cpp 10 void InitInterFormDict(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument);
12 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, FX_DWORD index, CFX_ByteString& csNameTag);
13 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csNameTag);
14 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CFX_ByteString& csNameTag);
15 CPDF_Font* GetNativeInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, FX_BYTE charSet, CFX_ByteString& csNameTag);
16 CPDF_Font* GetNativeInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString& csNameTag);
18 FX_BOOL FindInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CPDF_Font*& pFont, CFX_ByteString& csNameTag);
19 void AddInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, const CPDF_Font* pFont, CFX_ByteString& csNameTag);
20 CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, FX_BYTE charSet, CFX_ByteString& csNameTag);
21 CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict, CPDF_Document* pDocument, CFX_ByteString& csNameTag);
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 379 FX_BOOL CFFL_ComboBox::CanCopy(CPDFSDK_Document* pDocument)
381 ASSERT(pDocument != NULL);
386 FX_BOOL CFFL_ComboBox::CanCut(CPDFSDK_Document* pDocument)
388 ASSERT(pDocument != NULL);
393 FX_BOOL CFFL_ComboBox::CanPaste(CPDFSDK_Document* pDocument)
395 ASSERT(pDocument != NULL);
400 void CFFL_ComboBox::DoCopy(CPDFSDK_Document* pDocument)
402 ASSERT(pDocument != NULL);
405 void CFFL_ComboBox::DoCut(CPDFSDK_Document* pDocument)
407 ASSERT(pDocument != NULL);
    [all...]
FFL_CBA_Fontmap.cpp 25 CBA_FontMap::CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict,
28 m_pDocument(pDocument),
98 CPDF_Document* pDocument = GetDocument();
99 ASSERT(pDocument != NULL);
101 CPDF_Dictionary * pRootDict = pDocument->GetRoot();
126 CPDF_Document* pDocument = GetDocument();
127 ASSERT(pDocument != NULL);
148 CPDF_Font* pFont = pDocument->LoadFont(pElement);
FFL_IFormFiller.cpp 94 CPDFSDK_Document* pDocument = m_pApp->GetCurrentDoc();
95 ASSERT(pDocument != NULL);
97 if (pDocument->GetFocusAnnot() == pAnnot)
307 CPDFSDK_Document* pDocument = m_pApp->GetCurrentDoc();
308 ASSERT(pDocument != NULL);
317 pDocument->SetFocusAnnot(pAnnot);
321 pDocument->SetFocusAnnot(pAnnot);
332 if (pDocument->GetFocusAnnot() == pAnnot)
546 // if (!IsValidAnnot(m_pApp, pDocument, pDocView, pPageView, pAnnot)) return FALSE;
635 CPDF_Document* pDocument = pPage->m_pDocument;
    [all...]
FFL_TextField.cpp 371 //pUndo->BeginEdit(pDocument);
380 FX_BOOL CFFL_TextField::CanCopy(CPDFSDK_Document* pDocument)
385 FX_BOOL CFFL_TextField::CanCut(CPDFSDK_Document* pDocument)
390 FX_BOOL CFFL_TextField::CanPaste(CPDFSDK_Document* pDocument)
395 void CFFL_TextField::DoCopy(CPDFSDK_Document* pDocument)
400 void CFFL_TextField::DoCut(CPDFSDK_Document* pDocument)
404 void CFFL_TextField::DoPaste(CPDFSDK_Document* pDocument)
FFL_FormFiller.cpp 777 FX_BOOL CFFL_FormFiller::CanCopy(CPDFSDK_Document* pDocument)
782 FX_BOOL CFFL_FormFiller::CanCut(CPDFSDK_Document* pDocument)
787 FX_BOOL CFFL_FormFiller::CanPaste(CPDFSDK_Document* pDocument)
792 void CFFL_FormFiller::DoCopy(CPDFSDK_Document* pDocument)
796 void CFFL_FormFiller::DoCut(CPDFSDK_Document* pDocument)
800 void CFFL_FormFiller::DoPaste(CPDFSDK_Document* pDocument)
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 172 FX_BOOL Field::AttachField(Document* pDocument, const CFX_WideString& csFieldName)
174 ASSERT(pDocument != NULL);
175 m_pJSDoc = pDocument;
177 m_pDocument = pDocument->GetReaderDoc();
211 void Field::GetFormFields(CPDFSDK_Document* pDocument, const CFX_WideString& csFieldName, CFX_PtrArray& FieldArray)
213 ASSERT(pDocument != NULL);
215 CPDFSDK_InterForm* pReaderInterForm = pDocument->GetInterForm();
237 void Field::UpdateFormField(CPDFSDK_Document* pDocument, CPDF_FormField* pFormField,
240 ASSERT(pDocument != NULL);
243 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm();
    [all...]
JS_EventHandler.cpp 610 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
611 ASSERT(pDocument != NULL);
613 pDocument->AttachDoc(m_pTargetDoc);
615 pDocument->AttachDoc(m_pJSContext->GetReaderDocument());
627 pField->AttachField(pDocument, m_strSourceName);
644 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
645 ASSERT(pDocument != NULL);
647 pDocument->AttachDoc(m_pTargetDoc);
649 pDocument->AttachDoc(m_pJSContext->GetReaderDocument());
657 pField->AttachField(pDocument, m_strTargetName);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 151 void Load(CPDF_Document* pDocument, CPDF_Dictionary* pPageDict, FX_BOOL bPageCache = TRUE);
220 CPDF_Form(CPDF_Document* pDocument, CPDF_Dictionary* pPageResources, CPDF_Stream* pFormStream, CPDF_Dictionary* pParentResources = NULL);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 128 CPDF_Dest GetDest(CPDF_Document* pDocument);
817 CPDF_InterForm(CPDF_Document* pDocument, FX_BOOL bUpdateAP);
832 static CPDF_Font* AddSystemDefaultFont(const CPDF_Document* pDocument);
834 static CPDF_Font* AddSystemFont(const CPDF_Document* pDocument, CFX_ByteString csFontName, FX_BYTE iCharSet = 1);
836 static CPDF_Font* AddSystemFont(const CPDF_Document* pDocument, CFX_WideString csFontName, FX_BYTE iCharSet = 1);
838 static CPDF_Font* AddStandardFont(const CPDF_Document* pDocument, CFX_ByteString csFontName);
846 static CPDF_Font* AddNativeFont(FX_BYTE iCharSet, const CPDF_Document* pDocument);
848 static CPDF_Font* AddNativeFont(const CPDF_Document* pDocument);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 93 void CPDF_StreamContentParser::PrepareParse(CPDF_Document* pDocument,
101 m_pDocument = pDocument;
    [all...]

Completed in 308 milliseconds

1 2