/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | javatypemaker.cxx | 41 OString const & name, sal_Int32 rank, in printType() argument 77 } else if ( sort == codemaker::UnoType::SORT_ANY && rank==0 ) { in printType() 84 if ( typeClass != RT_TYPE_ENUM || rank > 0 ) in printType() 106 for ( sal_Int32 i = 0; i < rank; ++i ) { in printType() 127 sal_Int32 rank; in printType() local 132 options, manager, sort, typeClass, name, rank, arguments, in printType() 636 OString const & name, sal_Int32 rank, in printMapsToJavaType() argument 644 if ( rank == 0 && name == "com/sun/star/uno/XInterface" ) { in printMapsToJavaType() 663 sal_Int32 rank; in generateDocumentation() local 679 if ( rank > 0 ) { in generateDocumentation() [all …]
|
H A D | cpptypemaker.cxx | 37 OString const & name, sal_Int32 rank, in printType() argument 79 rank > 0) && referenceType != 8 && in printType() 89 for (sal_Int32 i = 0; i < rank; ++i) { in printType() 118 for (sal_Int32 i = 0; i < rank; ++i) in printType() 134 sal_Int32 rank; in printType() local 719 OString const & name, sal_Int32 rank, in printMapsToCppType() argument 727 if (rank == 0 && name == "com/sun/star/uno/XInterface") { in printMapsToCppType() 745 sal_Int32 rank; in generateDocumentation() local 763 if (rank > 0) { in generateDocumentation() 834 if (rank > 0) { in generateDocumentation() [all …]
|
H A D | skeletoncommon.cxx | 112 RTTypeClass * typeClass, OString * name, sal_Int32 * rank, in decomposeResolveAndCheck() argument 117 typeClass, name, rank, arguments); in decomposeResolveAndCheck() 493 sal_Int32 rank; in checkAddinType() local 496 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in checkAddinType() 502 if ( rank == 0 || rank ==2 ) in checkAddinType() 507 if ( rank <= 2 ) { in checkAddinType() 508 if ( rank ==1 ) { in checkAddinType()
|
H A D | skeletonjava.hxx | 36 rtl::OString const & name, sal_Int32 rank, 97 rtl::OString const & name, sal_Int32 rank,
|
H A D | skeletoncpp.hxx | 43 rtl::OString const & name, sal_Int32 rank, 114 sal_Int32 rank,
|
H A D | cppcompskeleton.cxx | 599 sal_Int32 rank; in generateMemberInitialization() local 602 manager, type, true, true, true, &typeClass, &name, &rank, in generateMemberInitialization() 605 if (sort <= codemaker::UnoType::SORT_CHAR && rank == 0) { in generateMemberInitialization()
|
H A D | skeletoncommon.hxx | 106 RTTypeClass * typeClass, rtl::OString * name, sal_Int32 * rank,
|
/trunk/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 78 OSL_ASSERT(rank >= 0 && buffer != 0); in appendUnoName() 176 ++rank; in translateUnoTypeToDescriptor() 335 sal_Int32 rank; in translateUnoTypeToDescriptor() local 339 OSL_ASSERT(rank < SAL_MAX_INT32); in translateUnoTypeToDescriptor() 1067 sal_Int32 rank; in addFieldInit() local 1072 if (rank == 0) { in addFieldInit() 1167 if (rank == 1) { in addFieldInit() 1213 sal_Int32 rank; in addLoadLocal() local 1217 if (rank == 0) { in addLoadLocal() 2365 sal_Int32 rank; in handleTypedef() local [all …]
|
/trunk/main/codemaker/source/codemaker/ |
H A D | codemaker.cxx | 85 RTTypeClass * typeClass, rtl::OString * name, sal_Int32 * rank, in decomposeAndResolve() argument 88 OSL_ASSERT(typeClass != 0 && name != 0 && rank != 0 && arguments != 0); in decomposeAndResolve() 89 *rank = 0; in decomposeAndResolve() 93 if (n > SAL_MAX_INT32 - *rank) { in decomposeAndResolve() 100 *rank += n; in decomposeAndResolve()
|
H A D | dependencies.cxx | 144 sal_Int32 rank; in insert() local 146 rtl::OString t(UnoType::decompose(type, &rank, &args)); in insert() 147 if (rank > 0) { in insert() 152 if (rank != 0 || !args.empty()) { in insert()
|
H A D | unotype.cxx | 60 rtl::OString const & type, sal_Int32 * rank, in decompose() argument 68 if (rank != 0) { in decompose() 69 *rank = i / 2; in decompose()
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | includes.cxx | 75 sal_Int32 rank; in add() local 78 codemaker::UnoType::decompose(registryType, &rank, &args)); in add() 79 if (rank > 0) { in add()
|
H A D | cpputype.cxx | 373 sal_Int32 rank; in dumpInitializer() local 375 t = codemaker::UnoType::decompose(t, &rank, &args); in dumpInitializer() 376 if (rank == 0) { in dumpInitializer() 1070 sal_Int32 rank; in checkRealBaseType() local 1093 OSL_ASSERT(n <= SAL_MAX_INT32 - rank); //TODO in checkRealBaseType() 1094 rank += n; in checkRealBaseType() 1105 for (sal_Int32 i = 0; i < rank; ++i) { in checkRealBaseType() 3976 sal_Int32 rank; in dumpHxxFile() local 3983 &rank, 0)) in dumpHxxFile() 3988 for (sal_Int32 k = 0; k < rank; ++k) { in dumpHxxFile() [all …]
|
/trunk/main/idlc/source/ |
H A D | idlc.cxx | 312 AstDeclaration const * type, sal_Int32 * rank) in deconstructAndResolveTypedefs() argument 314 *rank = 0; in deconstructAndResolveTypedefs() 324 ++(*rank); in deconstructAndResolveTypedefs()
|
/trunk/main/codemaker/inc/codemaker/ |
H A D | codemaker.hxx | 47 RTTypeClass * typeClass, rtl::OString * name, sal_Int32 * rank,
|
H A D | unotype.hxx | 100 rtl::OString const & type, sal_Int32 * rank = 0,
|
/trunk/main/lingucomponent/source/languageguessing/ |
H A D | simpleguesser.cxx | 66 sint2 rank; member
|
/trunk/main/idlc/inc/idlc/ |
H A D | idlc.hxx | 159 AstDeclaration const * type, sal_Int32 * rank);
|
/trunk/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 578 sint2 rank; 814 return x->rank - y->rank; 822 * - sort them alphabetically, recording their relative rank 856 /*** the string and its rank is all we need ***/ 858 h->fprint[i].rank = i; 894 /*** Make a temporary and sort it on rank ***/ 901 + /*fprintf( fp, "%s\t%i\n", tmp[i].str, tmp[i].rank );*/
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 4118 rank
|
/trunk/main/sc/source/ui/src/ |
H A D | scfuncs.src | 5521 Text [ en-US ] = "Returns the percentage rank of a value in a sample." ; 5569 Text [ en-US ] = "The value for which the rank is to be determined." ;
|
/trunk/extras/l10n/source/br/ |
H A D | localize.sdf | 1231 dbaccess source\ui\dlg\AutoControls_tmpl.hrc 0 string STR_AUTODELIMITER_MISSING 32 br #1 a rank … 1232 …trols_tmpl.hrc 0 string STR_AUTODELIMITER_MUST_DIFFER 32 br #1 ha #2 a rank bezañ disheñvel. … 1774 …CTW_COPY_SOURCE_NEEDS_BOOKMARKS 0 br Eilad spletad disoc'h an tarzh a rank skorañ ar sinedoù. … 14046 …4060183.xhp 0 help par_id3155094 16 0 br \<emph\>Rank_c\</emph\> is the rank of the value. 20… 14396 … 0 help par_id3153976 3 0 br \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 14404 … 0 help par_id3154543 6 0 br \<emph\>Value\</emph\> is the value, whose rank is to be determined… 54521 …IPTIONS2.SC_OPCODE_BASE 5 0 br An diazez niverennel evit an amdroadur a rank bezañ etre 2 ha 36.… 54807 …FUNCTION_DESCRIPTIONS2.SC_OPCODE_KRIT_BINOM 7 0 br An debegezh vevenn a rank bezañ kevatal outi … 54928 …IONS2.SC_OPCODE_PERCENT_RANK 5 0 br Ar werzh ma fell deoc'h despizañ he rank dezhi e dregantad. … 54958 …DESCRIPTIONS2.SC_OPCODE_RANK 3 0 br Ar werzh ma fell deoc'h despizañ he rank dezhi. 2002-02-0… [all …]
|
/trunk/extras/l10n/source/lt/ |
H A D | localize.sdf | 17424 …INCOMPLETE 0 lt Nepakankamos pradinės nuostatos kreipčiai į centrinę sąranką. 20200411 15:0… 17426 …ring STR_CONFIG_ERR_RIGHTS_MISSING 0 lt Negalima kreiptis į centrinę sąranką, nes trūksta kreip… 17427 …RR_ACCESS_GENERAL 0 lt Bendro pobūdžio klaida kreipiantis į centrinę sąranką. 20200411 15:0… 21029 …RINTER 0 lt Nepavyko paleisti spausdintuvo.\nTikrinkite spausdintuvo sąranką. 20200411 15:09… 56813 …04060183.xhp 0 help par_id3155094 16 0 lt \<emph\>RankC\</emph\> is the rank of the value. 20… 57545 …5 126 0 lt \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… 58285 … 0 help par_id3153976 3 0 lt \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 58288 …id3154543 6 0 lt \<emph\>Value\</emph\> is the value, whose rank is to be determined… 60836 …3145826 46 0 lt \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> 2020041… 69648 …ing RID_SVXPAGE_KEYBOARD STR_LOADACCELCONFIG 75 lt Įkelti klaviatūros sąranką 20200411 15:09:… [all …]
|
/trunk/extras/l10n/source/am/ |
H A D | localize.sdf | 9295 …TION_DESCRIPTIONS2.SC_OPCODE_PERCENT_RANK 1 0 am Returns the percentage rank of a value in a sam… 9302 …SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RANK 3 0 am The value for which the rank is to be determined… 56813 …04060183.xhp 0 help par_id3155094 16 0 am \<emph\>RankC\</emph\> is the rank of the value. 20… 57541 … 122 0 am \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 57545 …5 126 0 am \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… 57547 …m type=\"input\"\>=PERCENTRANK(A1:A50;50)\</item\> returns the percentage rank of the value 50 fro… 58285 … 0 help par_id3153976 3 0 am \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 58288 …id3154543 6 0 am \<emph\>Value\</emph\> is the value, whose rank is to be determined… 60836 …3145826 46 0 am \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> 2020041…
|
/trunk/extras/l10n/source/kn/ |
H A D | localize.sdf | 10294 …TION_DESCRIPTIONS2.SC_OPCODE_PERCENT_RANK 1 0 kn Returns the percentage rank of a value in a sam… 10301 …SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RANK 3 0 kn The value for which the rank is to be determined… 55767 … 122 0 kn \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 55771 …5 126 0 kn \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… 55773 …m type=\"input\"\>=PERCENTRANK(A1:A50;50)\</item\> returns the percentage rank of the value 50 fro… 56807 …3145826 46 0 kn \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> 2018123… 58509 …04060183.xhp 0 help par_id3155094 16 0 kn \<emph\>RankC\</emph\> is the rank of the value. 20… 60860 … 0 help par_id3153976 3 0 kn \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 60863 …id3154543 6 0 kn \<emph\>Value\</emph\> is the value, whose rank is to be determined…
|