Lines Matching refs:sal_Char

42 static sal_Char NULL_STRING[1] = { 0 };
261 const sal_Char* readUTF8NameConstant(sal_uInt16 index);
341 const sal_Char* ConstantPool::readUTF8NameConstant(sal_uInt16 index) in readUTF8NameConstant()
343 const sal_Char* aName = NULL_STRING; in readUTF8NameConstant()
349 aName = (const sal_Char*) (m_pBuffer + m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readUTF8NameConstant()
611 const sal_Char* getFieldName(sal_uInt16 index);
612 const sal_Char* getFieldType(sal_uInt16 index);
616 const sal_Char* getFieldDoku(sal_uInt16 index);
617 const sal_Char* getFieldFileName(sal_uInt16 index);
625 const sal_Char* FieldList::getFieldName(sal_uInt16 index) in getFieldName()
627 const sal_Char* aName = NULL; in getFieldName()
637 const sal_Char* FieldList::getFieldType(sal_uInt16 index) in getFieldType()
639 const sal_Char* aName = NULL; in getFieldType()
723 const sal_Char* FieldList::getFieldDoku(sal_uInt16 index) in getFieldDoku()
725 const sal_Char* aDoku = NULL; in getFieldDoku()
735 const sal_Char* FieldList::getFieldFileName(sal_uInt16 index) in getFieldFileName()
737 const sal_Char* aFileName = NULL; in getFieldFileName()
780 const sal_Char* getReferenceName(sal_uInt16 index);
782 const sal_Char* getReferenceDoku(sal_uInt16 index);
791 const sal_Char* ReferenceList::getReferenceName(sal_uInt16 index) in getReferenceName()
793 const sal_Char* aName = NULL; in getReferenceName()
815 const sal_Char* ReferenceList::getReferenceDoku(sal_uInt16 index) in getReferenceDoku()
817 const sal_Char* aDoku = NULL; in getReferenceDoku()
879 const sal_Char* getMethodName(sal_uInt16 index);
881 const sal_Char* getMethodParamType(sal_uInt16 index, sal_uInt16 paramIndex);
882 const sal_Char* getMethodParamName(sal_uInt16 index, sal_uInt16 paramIndex);
885 const sal_Char* getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex);
886 const sal_Char* getMethodReturnType(sal_uInt16 index);
888 const sal_Char* getMethodDoku(sal_uInt16 index);
930 const sal_Char* MethodList::getMethodName(sal_uInt16 index) in getMethodName()
932 const sal_Char* aName = NULL; in getMethodName()
954 const sal_Char* MethodList::getMethodParamType(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamType()
956 const sal_Char* aName = NULL; in getMethodParamType()
972 const sal_Char* MethodList::getMethodParamName(sal_uInt16 index, sal_uInt16 paramIndex) in getMethodParamName()
974 const sal_Char* aName = NULL; in getMethodParamName()
1019 const sal_Char* MethodList::getMethodExcType(sal_uInt16 index, sal_uInt16 excIndex) in getMethodExcType()
1021 const sal_Char* aName = NULL; in getMethodExcType()
1040 const sal_Char* MethodList::getMethodReturnType(sal_uInt16 index) in getMethodReturnType()
1042 const sal_Char* aName = NULL; in getMethodReturnType()
1064 const sal_Char* MethodList::getMethodDoku(sal_uInt16 index) in getMethodDoku()
1066 const sal_Char* aDoku = NULL; in getMethodDoku()
1266 … const sal_Char* pTmp = pEntry->m_pCP->readUTF8NameConstant(pEntry->readUINT16(OFFSET_THIS_TYPE)); in typereg_reader_getTypeName()
1289 …const sal_Char* pTmp = pEntry->m_pCP->readUTF8NameConstant(pEntry->readUINT16(pEntry->m_offset_SUP… in getSuperTypeName()
1316 const sal_Char* pTmp = pEntry->m_pCP->readUTF8NameConstant(pEntry->readUINT16(OFFSET_DOKU)); in typereg_reader_getDocumentation()
1333 const sal_Char* pTmp = pEntry->m_pCP->readUTF8NameConstant(pEntry->readUINT16(OFFSET_FILENAME)); in typereg_reader_getFileName()
1364 const sal_Char* pTmp = pEntry->m_pFields->getFieldName(index); in typereg_reader_getFieldName()
1381 const sal_Char* pTmp = pEntry->m_pFields->getFieldType(index); in typereg_reader_getFieldTypeName()
1435 const sal_Char* pTmp = pEntry->m_pFields->getFieldDoku(index); in typereg_reader_getFieldDocumentation()
1452 const sal_Char* pTmp = pEntry->m_pFields->getFieldFileName(index); in typereg_reader_getFieldFileName()
1484 const sal_Char* pTmp = pEntry->m_pMethods->getMethodName(index); in typereg_reader_getMethodName()
1516 const sal_Char* pTmp = pEntry->m_pMethods->getMethodParamType(index, paramIndex); in typereg_reader_getMethodParameterTypeName()
1533 const sal_Char* pTmp = pEntry->m_pMethods->getMethodParamName(index, paramIndex); in typereg_reader_getMethodParameterName()
1575 const sal_Char* pTmp = pEntry->m_pMethods->getMethodExcType(index, excIndex); in typereg_reader_getMethodExceptionTypeName()
1592 const sal_Char* pTmp = pEntry->m_pMethods->getMethodReturnType(index); in typereg_reader_getMethodReturnTypeName()
1619 const sal_Char* pTmp = pEntry->m_pMethods->getMethodDoku(index); in typereg_reader_getMethodDocumentation()
1650 const sal_Char* pTmp = pEntry->m_pReferences->getReferenceName(index); in typereg_reader_getReferenceTypeName()
1677 const sal_Char* pTmp = pEntry->m_pReferences->getReferenceDoku(index); in typereg_reader_getReferenceDocumentation()
1716 …const sal_Char* pTmp = pEntry->m_pCP->readUTF8NameConstant(pEntry->readUINT16(pEntry->m_offset_SUP… in typereg_reader_getSuperTypeName()