Lines Matching refs:CPDFSDK_BAAnnot
23 CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, in CPDFSDK_BAAnnot() function in CPDFSDK_BAAnnot
27 CPDFSDK_BAAnnot::~CPDFSDK_BAAnnot() {} in ~CPDFSDK_BAAnnot()
29 CPDF_Annot* CPDFSDK_BAAnnot::GetPDFAnnot() const { in GetPDFAnnot()
33 CPDF_Annot* CPDFSDK_BAAnnot::GetPDFPopupAnnot() const { in GetPDFPopupAnnot()
37 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict()
41 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAPDict() const { in GetAPDict()
48 void CPDFSDK_BAAnnot::SetRect(const CFX_FloatRect& rect) { in SetRect()
55 CFX_FloatRect CPDFSDK_BAAnnot::GetRect() const { in GetRect()
59 CPDF_Annot::Subtype CPDFSDK_BAAnnot::GetAnnotSubtype() const { in GetAnnotSubtype()
63 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice, in DrawAppearance()
71 bool CPDFSDK_BAAnnot::IsAppearanceValid() { in IsAppearanceValid()
75 bool CPDFSDK_BAAnnot::IsAppearanceValid(CPDF_Annot::AppearanceMode mode) { in IsAppearanceValid()
94 void CPDFSDK_BAAnnot::DrawBorder(CFX_RenderDevice* pDevice, in DrawBorder()
100 void CPDFSDK_BAAnnot::ClearCachedAP() { in ClearCachedAP()
104 void CPDFSDK_BAAnnot::SetContents(const WideString& sContents) { in SetContents()
113 WideString CPDFSDK_BAAnnot::GetContents() const { in GetContents()
117 void CPDFSDK_BAAnnot::SetAnnotName(const WideString& sName) { in SetAnnotName()
126 WideString CPDFSDK_BAAnnot::GetAnnotName() const { in GetAnnotName()
130 void CPDFSDK_BAAnnot::SetModifiedDate(const FX_SYSTEMTIME& st) { in SetModifiedDate()
139 FX_SYSTEMTIME CPDFSDK_BAAnnot::GetModifiedDate() const { in GetModifiedDate()
147 void CPDFSDK_BAAnnot::SetFlags(uint32_t nFlags) { in SetFlags()
152 uint32_t CPDFSDK_BAAnnot::GetFlags() const { in GetFlags()
156 void CPDFSDK_BAAnnot::SetAppState(const ByteString& str) { in SetAppState()
163 ByteString CPDFSDK_BAAnnot::GetAppState() const { in GetAppState()
167 void CPDFSDK_BAAnnot::SetStructParent(int key) { in SetStructParent()
171 int CPDFSDK_BAAnnot::GetStructParent() const { in GetStructParent()
176 void CPDFSDK_BAAnnot::SetBorderWidth(int nWidth) { in SetBorderWidth()
189 int CPDFSDK_BAAnnot::GetBorderWidth() const { in GetBorderWidth()
199 void CPDFSDK_BAAnnot::SetBorderStyle(BorderStyle nStyle) { in SetBorderStyle()
225 BorderStyle CPDFSDK_BAAnnot::GetBorderStyle() const { in GetBorderStyle()
253 void CPDFSDK_BAAnnot::SetColor(FX_COLORREF color) { in SetColor()
263 void CPDFSDK_BAAnnot::RemoveColor() { in RemoveColor()
267 bool CPDFSDK_BAAnnot::GetColor(FX_COLORREF& color) const { in GetColor()
303 bool CPDFSDK_BAAnnot::IsVisible() const { in IsVisible()
309 CPDF_Action CPDFSDK_BAAnnot::GetAction() const { in GetAction()
313 void CPDFSDK_BAAnnot::SetAction(const CPDF_Action& action) { in SetAction()
324 void CPDFSDK_BAAnnot::RemoveAction() { in RemoveAction()
328 CPDF_AAction CPDFSDK_BAAnnot::GetAAction() const { in GetAAction()
332 void CPDFSDK_BAAnnot::SetAAction(const CPDF_AAction& aa) { in SetAAction()
337 void CPDFSDK_BAAnnot::RemoveAAction() { in RemoveAAction()
341 CPDF_Action CPDFSDK_BAAnnot::GetAAction(CPDF_AAction::AActionType eAAT) { in GetAAction()
352 void CPDFSDK_BAAnnot::SetOpenState(bool bOpenState) { in SetOpenState()
357 int CPDFSDK_BAAnnot::GetLayoutOrder() const { in GetLayoutOrder()