Searched refs:nEnd (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h20 int nEnd; member in struct:FFL_ComboBoxState
H A DFFL_TextField.h21 int nEnd; member in struct:FFL_TextFieldState
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp22 m_State.nEnd = 0;
277 pEdit->GetSel(m_State.nStart, m_State.nEnd);
296 pEdit->SetSel(m_State.nStart, m_State.nEnd);
H A DFFL_TextField.cpp17 m_State.nStart = m_State.nEnd = 0;
283 pWnd->GetSel(m_State.nStart, m_State.nEnd);
295 pWnd->SetSel(m_State.nStart, m_State.nEnd);
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp397 int nEnd = cbMidRange.GetLength()-nMid; local
399 if(nEnd ==0)return FALSE;
401 // int nEndPageNum = (nEnd == 0)?nCount:atol(cbMidRange.Mid(nMid,nEnd));
402 int nEndPageNum = atol(cbMidRange.Mid(nMid,nEnd));
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp50 nEnd = 0;
444 int nEnd = 0; local
466 nEnd = pprintparamsObj->nEnd;
485 nEnd = params[2].ToInt();
502 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
1866 int nEnd = 0; local
1879 pValue = JS_GetObjectElement(isolate, pObj, L"nEnd");
1880 nEnd = CJS_Value(m_isolate, pValue, GET_VALUE_TYPE(pValue)).ToInt();
1890 nEnd
[all...]
/external/pdfium/public/
H A Dfpdf_formfill.h161 * nEnd - A 0-based index that defines the end of an inclusive page range.
165 * bReverse - If true, print from nEnd to nStart.
168 void (*Doc_print)(struct _IPDF_JsPlatform* pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h260 void JS_docprint(FPDF_BOOL bUI , int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations) argument
264 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp765 FX_INT32 nEnd = -1; local
767 m_pEdit->GetSel(nStart, nEnd);
770 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h21 int nEnd; member in class:PrintParamsObj
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 206 milliseconds