projects
/
pdfium.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
[pdfium.git]
/
core
/
include
/
fpdfdoc
/
fpdf_doc.h
diff --git
a/core/include/fpdfdoc/fpdf_doc.h
b/core/include/fpdfdoc/fpdf_doc.h
index
e4cf777
..
960e943
100644
(file)
--- a/
core/include/fpdfdoc/fpdf_doc.h
+++ b/
core/include/fpdfdoc/fpdf_doc.h
@@
-1230,8
+1230,9
@@
public:
FX_BOOL ClearSelectedOptions(FX_BOOL bNotify = FALSE);
+ FX_BOOL ClearOptions(FX_BOOL bNotify = FALSE);
\r
-
+ int InsertOption(CFX_WideString csOptLabel, int index = -1, FX_BOOL bNotify = FALSE);
\r
FX_FLOAT GetFontSize()
{