Searched refs:getReferenceType (Results 1 – 11 of 11) sorted by relevance
44 if (_aParam.getReferenceType().toLowerCase().equals("ooo") || in Office()45 _aParam.getReferenceType().toLowerCase().equals("o3") || in Office()46 _aParam.getReferenceType().toLowerCase().equals("ps") || in Office()47 _aParam.getReferenceType().toLowerCase().equals("pdf")) in Office()51 else if (_aParam.getReferenceType().toLowerCase().equals("msoffice")) in Office()81 if (m_aParameterHelper.getReferenceType().toLowerCase().equals("msoffice")) in load()
181 public String getReferenceType() in getReferenceType() method in ParameterHelper262 if (getReferenceType().toLowerCase().equals("pdf") || in getMultiServiceFactory()263 getReferenceType().toLowerCase().equals("ps") || in getMultiServiceFactory()264 getReferenceType().toLowerCase().equals("ooo") || in getMultiServiceFactory()265 getReferenceType().toLowerCase().equals("o3") ) in getMultiServiceFactory()
100 if (m_aParameterHelper.getReferenceType().toLowerCase().equals("ooo") || in storeAsPostscript()101 m_aParameterHelper.getReferenceType().toLowerCase().equals("o3") || in storeAsPostscript()102 m_aParameterHelper.getReferenceType().toLowerCase().equals("ps") ) in storeAsPostscript()110 else if (m_aParameterHelper.getReferenceType().toLowerCase().equals("pdf")) in storeAsPostscript()
189 _aParam.getReferenceType().toLowerCase().equals("pdf")) in foreachPSorPDFinInputPath()
510 _aGTA.getReferenceType(), in createInfoFile()838 if (_aGTA.getReferenceType().toLowerCase().equals("msoffice")) in buildReference()842 else if (_aGTA.getReferenceType().toLowerCase().equals("pdf")) in buildReference()847 else if (_aGTA.getReferenceType().toLowerCase().equals("ooo")) in buildReference()881 if (_aGTA.getReferenceType().toLowerCase().equals("ooo")) in printToFile()885 else if (_aGTA.getReferenceType().toLowerCase().equals("pdf")) in printToFile()890 else if (_aGTA.getReferenceType().toLowerCase().equals("msoffice")) in printToFile()
401 if (getReferenceType().toLowerCase().equals("pdf") || in getMultiServiceFactory()402 getReferenceType().toLowerCase().equals("ooo")) in getMultiServiceFactory()412 public String getReferenceType() {return m_sReferenceType;} in getReferenceType() method in GraphicalTestArguments
257 log.println("Reference type is " + aGTA.getReferenceType()); in runGDC()
83 RTReferenceType (TYPEREG_CALLTYPE *getReferenceType) (TypeReaderImpl, sal_uInt16);295 inline RTReferenceType getReferenceType( sal_uInt16 index ) const;503 inline RTReferenceType RegistryTypeReader::getReferenceType( sal_uInt16 index ) const in getReferenceType() function in RegistryTypeReader504 { return m_pApi->getReferenceType(m_hImpl, index); } in getReferenceType()
781 RTReferenceType getReferenceType(sal_uInt16 index);803 RTReferenceType ReferenceList::getReferenceType(sal_uInt16 index) in getReferenceType() function in ReferenceList1663 return pEntry->m_pReferences->getReferenceType(index); in typereg_reader_getReferenceSort()1758 aApi.getReferenceType = &typereg_reader_getReferenceSort; in initRegistryTypeReader_Api()
894 static char const * getReferenceType(RTReferenceType refType) in getReferenceType() function938 getReferenceType(reader1.getReferenceSort(index1)), in checkReference()939 getReferenceType(reader2.getReferenceSort(index2))); in checkReference()
188 inline RTReferenceType getReferenceType( sal_uInt16 index ) const in getReferenceType() function in TypeReader
Completed in 67 milliseconds