Home | History | Annotate | Download | only in app

Lines Matching defs:CXFA_FFNotify

41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
42 CXFA_FFNotify::~CXFA_FFNotify() {}
44 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender,
51 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_WidgetData* pSender,
71 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetData* pSender,
89 CXFA_LayoutItem* CXFA_FFNotify::OnCreateLayoutItem(CXFA_Node* pNode) {
173 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem,
183 bool CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem,
190 bool CXFA_FFNotify::RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem) {
212 int32_t CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode,
225 void CXFA_FFNotify::AddCalcValidate(CXFA_Node* pNode) {
238 CXFA_FFDoc* CXFA_FFNotify::GetHDOC() {
241 IXFA_DocEnvironment* CXFA_FFNotify::GetDocEnvironment() const {
244 IXFA_AppProvider* CXFA_FFNotify::GetAppProvider() {
247 CXFA_FFWidgetHandler* CXFA_FFNotify::GetWidgetHandler() {
251 CXFA_FFWidget* CXFA_FFNotify::GetHWidget(CXFA_LayoutItem* pLayoutItem) {
254 void CXFA_FFNotify::OpenDropDownList(CXFA_FFWidget* hWidget) {
264 CFX_WideString CXFA_FFNotify::GetCurrentDateTime() {
273 void CXFA_FFNotify::ResetData(CXFA_WidgetData* pWidgetData) {
280 int32_t CXFA_FFNotify::GetLayoutStatus() {
284 void CXFA_FFNotify::RunNodeInitialize(CXFA_Node* pNode) {
291 void CXFA_FFNotify::RunSubformIndexChange(CXFA_Node* pSubformNode) {
298 CXFA_Node* CXFA_FFNotify::GetFocusWidgetNode() {
306 void CXFA_FFNotify::SetFocusWidgetNode(CXFA_Node* pNode) {
316 void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) {
339 void CXFA_FFNotify::OnValueChanging(CXFA_Node* pSender, XFA_ATTRIBUTE eAttr) {
368 void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender,
435 void CXFA_FFNotify::OnChildAdded(CXFA_Node* pSender) {
450 void CXFA_FFNotify::OnChildRemoved() {
462 void CXFA_FFNotify::OnLayoutItemAdded(CXFA_LayoutProcessor* pLayout,
498 void CXFA_FFNotify::OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout,