/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_document_datadescription_imp.h | 15 const CFX_WideStringC& wsName);
|
xfa_locale.cpp | 41 CFX_WideString wsName;
45 wsName = FX_WSTRC(L"decimal");
49 wsName = FX_WSTRC(L"grouping");
53 wsName = FX_WSTRC(L"percent");
57 wsName = FX_WSTRC(L"minus");
61 wsName = FX_WSTRC(L"zero");
65 wsName = FX_WSTRC(L"symbol");
69 wsName = FX_WSTRC(L"isoname");
80 wsName, wsNumSymbol);
146 CFX_WideString wsName;
[all...] |
xfa_script_nodehelper.cpp | 258 CFX_WideString& wsName,
261 wsName.Empty();
263 XFA_GetNameExpression(refNode, wsName, FALSE, eLogicType);
270 wsParent += wsName;
271 wsName = wsParent;
283 wsName.Format(L"#%s[%d]", (const FX_WCHAR*)ws,
289 wsName.Format(L"%s[%d]", (const FX_WCHAR*)ws,
345 CFX_WideString wsName,
354 if (wsName.GetAt(0) == '!') {
355 wsName = wsName.Right(wsName.GetLength() - 1); [all...] |
xfa_document_datadescription_imp.cpp | 72 const CFX_WideStringC& wsName) {
81 pDataNode->SetCData(XFA_ATTRIBUTE_Name, wsName);
101 CXFA_Node* pDDNode = pDDGroupNode->GetFirstChildByName(wsName);
111 pDataNode->SetCData(XFA_ATTRIBUTE_Name, wsName);
|
xfa_script_nodehelper.h | 45 CFX_WideString& wsName,
49 FX_BOOL XFA_ResolveNodes_CreateNode(CFX_WideString wsName,
|
xfa_locale.h | 40 const CFX_WideStringC& wsName,
79 const CFX_WideStringC& wsName) const;
|
xfa_script_resolveprocessor.cpp | 86 CFX_WideString wsName = rnd.m_wsName.Right(rnd.m_wsName.GetLength() - 1);
91 if (wsName.GetAt(0) == '#') {
93 wsName = wsName.Right(wsName.GetLength() - 1);
96 (CXFA_Node*)rnd.m_CurNode, wsName, bClassName);
112 CFX_WideString wsName = rnd.m_wsName;
114 int32_t iNameLen = wsName.GetLength();
123 FX_HashCode_String_GetW((const FX_WCHAR*)wsName + 1, iNameLen - 1);
165 CFX_WideString wsName = rnd.m_wsName.Right(rnd.m_wsName.GetLength() - 1); [all...] |
xfa_basic_imp.cpp | 39 XFA_LPCPACKETINFO XFA_GetPacketByName(const CFX_WideStringC& wsName) {
40 int32_t iLength = wsName.GetLength();
44 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
75 const CFX_WideStringC& wsName) {
76 int32_t iLength = wsName.GetLength();
80 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
101 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName) {
102 int32_t iLength = wsName.GetLength();
106 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
202 XFA_LPCELEMENTINFO XFA_GetElementByName(const CFX_WideStringC& wsName) {
[all...] |
xfa_objectacc_imp.cpp | 850 void CXFA_Text::GetName(CFX_WideStringC& wsName) {
851 m_pNode->TryCData(XFA_ATTRIBUTE_Name, wsName);
870 FX_BOOL CXFA_Text::SetName(const CFX_WideString& wsName) {
871 return m_pNode->SetCData(XFA_ATTRIBUTE_Name, wsName);
[all...] |
/external/pdfium/xfa/src/fdp/src/css/ |
fde_csscache.cpp | 107 CFX_WideStringC wsValue, wsName = pTag->GetTagName();
109 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), TRUE);
112 pTag->GetNextAttribute(pos, wsName, wsValue);
114 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), TRUE);
|
fde_cssstylesheet.cpp | 235 CFX_WideString wsName;
250 wsName = CFX_WideStringC(pszValue, iValueLen);
264 &propertyArgs, wsName, wsName.GetLength(), pszValue, iValueLen);
|
fde_cssdeclaration.h | 43 CFX_WideString& wsName,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffdocview.h | 47 virtual IXFA_Widget* GetWidgetByName(const CFX_WideStringC& wsName);
48 virtual CXFA_WidgetAcc* GetWidgetAccByName(const CFX_WideStringC& wsName);
59 CXFA_FFWidget* GetWidgetByName(const CFX_WideStringC& wsName,
61 CXFA_WidgetAcc* GetWidgetAccByName(const CFX_WideStringC& wsName,
|
xfa_ffdoc.h | 42 CFX_DIBitmap* GetPDFNamedImage(const CFX_WideStringC& wsName,
|
xfa_ffbarcode.cpp | 16 const CFX_WideStringC& wsName);
213 const CFX_WideStringC& wsName) {
214 int32_t iLength = wsName.GetLength();
218 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength, TRUE);
|
xfa_ffdoc.cpp | 320 CFX_DIBitmap* CXFA_FFDoc::GetPDFNamedImage(const CFX_WideStringC& wsName,
327 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), FALSE);
348 CFX_ByteString bsName = PDF_EncodeText(wsName.GetPtr(), wsName.GetLength());
362 CPDF_Object* pObject = nametree.LookupValue(wsName);
368 if (wsTemp == wsName) {
|
xfa_ffdocview.cpp | 204 IXFA_Widget* CXFA_FFDocView::GetWidgetByName(const CFX_WideStringC& wsName) {
205 return GetWidgetByName(wsName, NULL);
208 const CFX_WideStringC& wsName) {
209 return GetWidgetAccByName(wsName, NULL);
496 CXFA_FFWidget* CXFA_FFDocView::GetWidgetByName(const CFX_WideStringC& wsName,
499 if (CXFA_WidgetAcc* pAcc = GetWidgetAccByName(wsName, pRefAcc)) {
505 const CFX_WideStringC& wsName,
517 wsExpression = wsName;
519 wsExpression = L"$form." + wsName;
|
xfa_textlayout.cpp | 303 CFX_WideString wsName;
306 pXMLElement->GetLocalTagName(wsName);
307 tagProvider.SetTagNameObj(wsName);
309 FX_HashCode_String_GetW(wsName, wsName.GetLength(), TRUE);
[all...] |
xfa_ffwidgetacc.cpp | 190 FX_BOOL CXFA_WidgetAcc::GetName(CFX_WideString& wsName, int32_t iNameType) {
192 m_pNode->TryCData(XFA_ATTRIBUTE_Name, wsName);
193 return !wsName.IsEmpty();
195 m_pNode->GetSOMExpression(wsName);
196 if (iNameType == 2 && wsName.GetLength() >= 15) {
198 if (wsPre == CFX_WideStringC(wsName, wsPre.GetLength())) {
199 wsName.Delete(0, wsPre.GetLength());
[all...] |
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
xfa_expression.h | 37 const CFX_WideStringC& wsName,
53 const CFX_WideStringC& wsName,
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
fpdfxfa_app.h | 47 void GetAppName(CFX_WideString& wsName) override;
|
/external/pdfium/xfa/src/fgas/src/font/ |
fx_gefont.h | 30 virtual void GetPsName(CFX_WideString& wsName) const;
|
/external/pdfium/xfa/include/fxfa/ |
fxfa_basic.h | 89 XFA_LPCPACKETINFO XFA_GetPacketByName(const CFX_WideStringC& wsName);
932 XFA_LPCELEMENTINFO XFA_GetElementByName(const CFX_WideStringC& wsName);
952 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName);
1015 const CFX_WideStringC& wsName);
[all...] |
fxfa_widget.h | 27 FX_BOOL GetName(CFX_WideString& wsName, int32_t iNameType = 0);
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
fpdfxfa_app.cpp | 101 void CPDFXFA_App::GetAppName(CFX_WideString& wsName) {
104 wsName = pEnv->FFI_GetAppName();
|