Searched refs:m_params (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/registry/source/ |
H A D | reflwrit.cxx | 549 ParamEntry* m_params; member in MethodEntry 575 , m_params(NULL) in MethodEntry() 583 if (m_params) in ~MethodEntry() 584 delete[] m_params; in ~MethodEntry() 630 newParams[i].setData(m_params[i].m_typeName, m_params[i].m_name, m_params[i].m_mode); in reallocParams() 633 delete[] m_params; in reallocParams() 637 m_params = newParams; in reallocParams() 1005 if (m_methods[i].m_params[j].m_typeName.getLength()) in createBlop() 1017 m_methods[i].m_params[j].m_mode)); in createBlop() 1019 if (m_methods[i].m_params[j].m_name.getLength()) in createBlop() [all …]
|
/aoo4110/main/icc/ |
H A D | SampleICC-1.3.2.patch | 819 if (m_params[1]==0.0 && m_params[2]==0.0) 821 + sprintf(buf, "Y = %.8f\n\n", m_params[3]); 822 else if (m_params[0]==1.0 && m_params[1]==1.0 && m_params[2]==0.0 && m_params[3]==0.0) 825 else if (m_params[0]==1.0 && m_params[2]==0.0) 828 m_params[1], m_params[3]); 832 m_params[1], m_params[2], m_params[0], m_params[3]); 839 m_params[1], m_params[2], m_params[0], m_params[3], m_params[4]); 846 m_params[0], m_params[1], m_params[2], m_params[3], m_params[4]); 873 if (!m_params || m_nParameters<4) { 889 if (!m_params || m_nParameters<5) { [all …]
|
/aoo4110/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | Helper.java | 243 Enumeration m_params = m_param.keys(); in replacePlaceHolder() local 247 while (m_params.hasMoreElements()){ in replacePlaceHolder() 248 String holderKey = (String) m_params.nextElement(); in replacePlaceHolder()
|
/aoo4110/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 71 TestParameters m_params; field in DOMTest 79 m_params = new TestParameters(); in before() 80 m_params.put("ServiceFactory", xMSF); in before() 120 TestDocument.getUrl("example.rdf"), true, m_params); in testXDocumentBuilder()
|
Completed in 49 milliseconds