Home
last modified time | relevance | path

Searched refs:SORT_CHAR (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx41 if (defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR) { in printType()
47 case codemaker::UnoType::SORT_CHAR: in printType()
78 if (((sort > codemaker::UnoType::SORT_CHAR || in printType()
81 (sort <= codemaker::UnoType::SORT_CHAR && referenceType == 2)) in printType()
124 if (referenceType == 8 && (sort > codemaker::UnoType::SORT_CHAR || rank > 0)) in printType()
H A Djavatypemaker.cxx45 if ( defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR ) { in printType()
51 case codemaker::UnoType::SORT_CHAR: in printType()
113 if ( defaultvalue && sort > codemaker::UnoType::SORT_CHAR && rank == 0 ) { in printType()
H A Dcppcompskeleton.cxx605 if (sort <= codemaker::UnoType::SORT_CHAR && rank == 0) { in generateMemberInitialization()
/aoo4110/main/codemaker/inc/codemaker/
H A Dunotype.hxx53 SORT_CHAR, enumerator
/aoo4110/main/codemaker/source/codemaker/
H A Dunotype.cxx48 : type == "char" ? SORT_CHAR in getSort()
H A Ddependencies.cxx228 case UnoType::SORT_CHAR: in insert()
/aoo4110/main/codemaker/source/cppumaker/
H A Dincludes.cxx96 case codemaker::UnoType::SORT_CHAR: in add()
H A Dcpputype.cxx65 sort == codemaker::UnoType::SORT_CHAR) ) in translateSimpleUnoType()
67 if (sort == codemaker::UnoType::SORT_CHAR) in translateSimpleUnoType()
391 case codemaker::UnoType::SORT_CHAR: in dumpInitializer()
3807 == codemaker::UnoType::SORT_CHAR) in dumpHxxFile()
3984 == codemaker::UnoType::SORT_CHAR) in dumpHxxFile()
/aoo4110/main/codemaker/source/javamaker/
H A Dclassfile.cxx293 && sort <= codemaker::UnoType::SORT_CHAR); in instrNewarray()
296 static sal_uInt8 const atypes[codemaker::UnoType::SORT_CHAR] = { in instrNewarray()
H A Djavatype.cxx1169 && sort <= codemaker::UnoType::SORT_CHAR) in addFieldInit()
1485 case codemaker::UnoType::SORT_CHAR: in addLoadLocal()
1653 case codemaker::UnoType::SORT_CHAR: in addLoadLocal()
2446 case codemaker::UnoType::SORT_CHAR: in addConstant()

Completed in 68 milliseconds