Searched refs:CPDFSDK_Document (Results 1 - 25 of 30) sorted by relevance

12

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h17 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* pDocumen
[all...]
H A Dfsdk_mgr.h23 class CPDFSDK_Document;
347 void SetCurrentDoc(CPDFSDK_Document* pFXDoc) {m_pSDKDoc = pFXDoc;}
348 CPDFSDK_Document* GetCurrentDoc();
350 // CPDFSDK_Document* GetDocument(int nIndex);
353 CPDFSDK_Document* OpenDocument(CFX_WideString &fileName);
354 CPDFSDK_Document* OpenMemPDFDoc(CPDF_Document* pNewDoc, CFX_WideString &fileName);
375 // CFX_MapPtrTemplate<CPDF_Document*, CPDFSDK_Document*> m_docMap;
376 CPDFSDK_Document* m_pSDKDoc;
392 // void SetAt(CPDF_Document* pPDFDoc, CPDFSDK_Document* pFXDoc);
393 // CPDFSDK_Document* GetA
402 class CPDFSDK_Document class
[all...]
H A Dfsdk_baseform.h16 class CPDFSDK_Document;
165 CPDFSDK_InterForm(CPDFSDK_Document* pDocument);
172 CPDFSDK_Document* GetDocument();
237 CPDFSDK_Document* m_pDocument;
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h51 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);
H A DFFL_TextField.h74 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);
H A DFFL_IFormFiller.h81 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* pDocumen
[all...]
H A DFFL_FormFiller.h18 class CPDFSDK_Document;
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/
H A DField.h182 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* pDocumen
[all...]
H A DIJavaScript.h19 virtual void OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString& strTargetName) = 0;
20 virtual void OnDoc_WillPrint(CPDFSDK_Document* pDoc) = 0;
21 virtual void OnDoc_DidPrint(CPDFSDK_Document* pDoc) = 0;
22 virtual void OnDoc_WillSave(CPDFSDK_Document* pDoc) = 0;
23 virtual void OnDoc_DidSave(CPDFSDK_Document* pDoc) = 0;
24 virtual void OnDoc_WillClose(CPDFSDK_Document* pDoc) = 0;
26 virtual void OnPage_Open(CPDFSDK_Document* pTarget) = 0;
27 virtual void OnPage_Close(CPDFSDK_Document* pTarget) = 0;
28 virtual void OnPage_InView(CPDFSDK_Document* pTarget) = 0;
29 virtual void OnPage_OutView(CPDFSDK_Document* pTarge
[all...]
H A DJS_EventHandler.h63 void OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString& strTargetName);
64 void OnDoc_WillPrint(CPDFSDK_Document* pDoc);
65 void OnDoc_DidPrint(CPDFSDK_Document* pDoc);
66 void OnDoc_WillSave(CPDFSDK_Document* pDoc);
67 void OnDoc_DidSave(CPDFSDK_Document* pDoc);
68 void OnDoc_WillClose(CPDFSDK_Document* pDoc);
70 void OnPage_Open(CPDFSDK_Document* pDoc);
71 void OnPage_Close(CPDFSDK_Document* pDoc);
72 void OnPage_InView(CPDFSDK_Document* pTarget);
73 void OnPage_OutView(CPDFSDK_Document* pTarge
[all...]
H A DJS_Context.h26 virtual void OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString& strTargetName);
27 virtual void OnDoc_WillPrint(CPDFSDK_Document* pDoc);
28 virtual void OnDoc_DidPrint(CPDFSDK_Document* pDoc);
29 virtual void OnDoc_WillSave(CPDFSDK_Document* pDoc);
30 virtual void OnDoc_DidSave(CPDFSDK_Document* pDoc);
31 virtual void OnDoc_WillClose(CPDFSDK_Document* pDoc);
33 virtual void OnPage_Open(CPDFSDK_Document* pTarget);
34 virtual void OnPage_Close(CPDFSDK_Document* pTarget);
35 virtual void OnPage_InView(CPDFSDK_Document* pTarget);
36 virtual void OnPage_OutView(CPDFSDK_Document* pTarge
[all...]
H A DJS_Runtime.h28 virtual void SetReaderDocument(CPDFSDK_Document *pReaderDoc);
29 virtual CPDFSDK_Document * GetReaderDocument(){return m_pDocument;}
60 CPDFSDK_Document * m_pDocument;
H A DDocument.h163 void AttachDoc(CPDFSDK_Document* pDoc);
164 CPDFSDK_Document* GetReaderDoc();
166 static FX_BOOL ExtractFileName(CPDFSDK_Document* pDoc, CFX_ByteString& strFileName);
167 static FX_BOOL ExtractFolderName(CPDFSDK_Document* pDoc, CFX_ByteString& strFolderName);
189 CPDFSDK_Document* m_pDocument;
/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp57 CPDFSDK_Document* pSDKDoc = new CPDFSDK_Document(pEnv->GetPDFDocument(), pEnv);
68 CPDFSDK_Document* pSDKDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
85 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
103 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
120 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
137 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
152 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
168 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc();
182 CPDFSDK_Document* pSDKDo
[all...]
H A Dfsdk_actionhandler.cpp51 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument
60 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
76 CPDFSDK_Document* pDocument, CPDF_FormField* pFormField,
94 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
101 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
108 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
115 CPDFSDK_Document* pDocument,/* CReader_DocView *pDocView,*/ CPDFSDK_Annot* pScreen)
122 CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/)
129 CPDFSDK_Document* pDocument,/* CReader_DocView *pDocView,*/
136 FX_BOOL CPDFSDK_ActionHandler::ExecuteDocumentOpenAction(const CPDF_Action& action, CPDFSDK_Document* pDocumen
[all...]
H A Dfsdk_mgr.cpp298 CPDFSDK_Document* CPDFDoc_Environment::GetCurrentDoc()
322 CPDFSDK_Document::CPDFSDK_Document(CPDF_Document* pDoc,CPDFDoc_Environment* pEnv):m_pDoc(pDoc), function in class:CPDFSDK_Document
328 CPDFSDK_Document::~CPDFSDK_Document()
343 void CPDFSDK_Document::InitPageView()
354 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView)
359 CPDFSDK_PageView* CPDFSDK_Document::GetPageView(CPDF_Page* pPDFPage, FX_BOOL ReNew)
375 CPDFSDK_PageView* CPDFSDK_Document::GetCurrentView()
383 CPDFSDK_PageView* CPDFSDK_Document
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp34 CPDFSDK_Document* CJS_Context::GetReaderDocument()
142 void CJS_Context::OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString &strTargetName)
148 void CJS_Context::OnDoc_WillPrint(CPDFSDK_Document* pDoc)
154 void CJS_Context::OnDoc_DidPrint(CPDFSDK_Document* pDoc)
160 void CJS_Context::OnDoc_WillSave(CPDFSDK_Document* pDoc)
166 void CJS_Context::OnDoc_DidSave(CPDFSDK_Document* pDoc)
172 void CJS_Context::OnDoc_WillClose(CPDFSDK_Document* pDoc)
178 void CJS_Context::OnPage_Open(CPDFSDK_Document* pTarget)
184 void CJS_Context::OnPage_Close(CPDFSDK_Document* pTarget)
190 void CJS_Context::OnPage_InView(CPDFSDK_Document* pTarge
[all...]
H A DJS_EventHandler.cpp55 void CJS_EventHandler::OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString& strTargetName)
63 void CJS_EventHandler::OnDoc_WillPrint(CPDFSDK_Document* pDoc)
70 void CJS_EventHandler::OnDoc_DidPrint(CPDFSDK_Document* pDoc)
77 void CJS_EventHandler::OnDoc_WillSave(CPDFSDK_Document* pDoc)
83 void CJS_EventHandler::OnDoc_DidSave(CPDFSDK_Document* pDoc)
90 void CJS_EventHandler::OnDoc_WillClose(CPDFSDK_Document* pDoc)
97 void CJS_EventHandler::OnPage_Open(CPDFSDK_Document* pDoc)
104 void CJS_EventHandler::OnPage_Close(CPDFSDK_Document* pDoc)
111 void CJS_EventHandler::OnPage_InView(CPDFSDK_Document* pDoc)
118 void CJS_EventHandler::OnPage_OutView(CPDFSDK_Document* pDo
[all...]
H A DField.cpp211 void Field::GetFormFields(CPDFSDK_Document* pDocument, const CFX_WideString& csFieldName, CFX_PtrArray& FieldArray)
237 void Field::UpdateFormField(CPDFSDK_Document* pDocument, CPDF_FormField* pFormField,
287 CPDFSDK_Document* pDoc = pInterForm->GetDocument();
298 void Field::UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl,
332 CPDFSDK_Document* pDoc = pInterForm->GetDocument();
343 CPDFSDK_Widget* Field::GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl)
434 void Field::SetAlignment(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex,
500 void Field::SetBorderStyle(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex,
607 void Field::SetButtonAlignX(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number)
658 void Field::SetButtonAlignY(CPDFSDK_Document* pDocumen
[all...]
H A DJS_Object.cpp21 CPDFSDK_Document* pDoc = pApp->GetCurrentDoc();
H A Dapp.cpp151 CPDFSDK_Document* pCurDoc = pContext->GetReaderDocument();
158 CPDFSDK_Document* pDoc = pApp->GetCurrentDoc();
217 if (CPDFSDK_Document* pDoc = pApp->GetCurrentDoc())
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp379 FX_BOOL CFFL_ComboBox::CanCopy(CPDFSDK_Document* pDocument)
386 FX_BOOL CFFL_ComboBox::CanCut(CPDFSDK_Document* pDocument)
393 FX_BOOL CFFL_ComboBox::CanPaste(CPDFSDK_Document* pDocument)
400 void CFFL_ComboBox::DoCopy(CPDFSDK_Document* pDocument)
405 void CFFL_ComboBox::DoCut(CPDFSDK_Document* pDocument)
410 void CFFL_ComboBox::DoPaste(CPDFSDK_Document* pDocument)
H A DFFL_TextField.cpp380 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)
H A DFFL_IFormFiller.cpp94 CPDFSDK_Document* pDocument = m_pApp->GetCurrentDoc();
307 CPDFSDK_Document* pDocument = m_pApp->GetCurrentDoc();
939 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();
961 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();
1052 void CFFL_IFormFiller::BeforeUndo(CPDFSDK_Document* pDocument)
1057 void CFFL_IFormFiller::BeforeRedo(CPDFSDK_Document* pDocument)
1062 void CFFL_IFormFiller::AfterUndo(CPDFSDK_Document* pDocument)
1066 void CFFL_IFormFiller::AfterRedo(CPDFSDK_Document* pDocument)
1070 FX_BOOL CFFL_IFormFiller::CanCopy(CPDFSDK_Document* pDocument)
1076 FX_BOOL CFFL_IFormFiller::CanCut(CPDFSDK_Document* pDocumen
[all...]
H A DFFL_FormFiller.cpp296 CPDFSDK_Document * pDoc = m_pApp->GetCurrentDoc();
571 CPDFSDK_Document* pSDKDoc = m_pApp->GetCurrentDoc();
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)

Completed in 9149 milliseconds

12