| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | javatypemaker.cxx | 41 OString const & name, sal_Int32 rank, in printType() argument 45 if ( defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR ) { in printType() 77 } else if ( sort == codemaker::UnoType::SORT_ANY && rank==0 ) { in printType() 80 } else if ( sort == codemaker::UnoType::SORT_TYPE && rank==0 ) { in printType() 84 if ( typeClass != RT_TYPE_ENUM || rank > 0 ) in printType() 89 sort, typeClass, name, referenceType && rank==0).replace('/', '.')); in printType() 106 for ( sal_Int32 i = 0; i < rank; ++i ) { in printType() 113 if ( defaultvalue && sort > codemaker::UnoType::SORT_CHAR && rank == 0 ) { in printType() 127 sal_Int32 rank; in printType() local 130 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in printType() [all …]
|
| H A D | cpptypemaker.cxx | 37 OString const & name, sal_Int32 rank, in printType() argument 41 if (defaultvalue && rank == 0 && sort <= codemaker::UnoType::SORT_CHAR) { in printType() 79 rank > 0) && referenceType != 8 && in printType() 80 !(typeClass == RT_TYPE_ENUM && referenceType == 4 && rank == 0)) || in printType() 89 for (sal_Int32 i = 0; i < rank; ++i) { in printType() 118 for (sal_Int32 i = 0; i < rank; ++i) in printType() 124 if (referenceType == 8 && (sort > codemaker::UnoType::SORT_CHAR || rank > 0)) in printType() 134 sal_Int32 rank; in printType() local 137 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in printType() 139 options, manager, sort, typeClass, name, rank, arguments, in printType() [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 | 75 TypeManager const & manager, rtl::OString const & nucleus, sal_Int32 rank, in appendUnoName() argument 78 OSL_ASSERT(rank >= 0 && buffer != 0); in appendUnoName() 79 for (sal_Int32 i = 0; i < rank; ++i) { in appendUnoName() 108 TypeManager const & manager, rtl::OString const & nucleus, sal_Int32 rank, in createUnoName() argument 112 appendUnoName(manager, nucleus, rank, arguments, &buf); in createUnoName() 162 RTTypeClass typeClass, rtl::OString const & nucleus, sal_Int32 rank, in translateUnoTypeToDescriptor() argument 168 OSL_ASSERT(rank >= 0 && (signature == 0) == (needsSignature == 0)); in translateUnoTypeToDescriptor() 169 if (rank > 0xFF - (array ? 1 : 0)) { in translateUnoTypeToDescriptor() 176 ++rank; in translateUnoTypeToDescriptor() 178 for (sal_Int32 i = 0; i < rank; ++i) { in translateUnoTypeToDescriptor() [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 1071 rtl::OString baseType(codemaker::UnoType::decompose(type, &rank)); in checkRealBaseType() 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() [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/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 …tmpl.hrc 0 string STR_AUTODELIMITER_MISSING 32 br #1 a rank bezañ despizet. … 1232 … string STR_AUTODELIMITER_MUST_DIFFER 32 br #1 ha #2 a rank bezañ disheñvel. … 1723 …lakaat war wel evel gwerzh dre ziouer en holl enrolladennoù nevez.\nMa ne rank ket ar vaezienn kem… 1774 …RCE_NEEDS_BOOKMARKS 0 br Eilad spletad disoc'h an tarzh a rank skorañ ar sinedoù. … 2589 …STR_BEGIN_INSTALL 0 br Evit staliañ an hizivadenn-mañ e rank %PRODUCTNAME %PRODU… 14046 …elp par_id3155094 16 0 br \<emph\>Rank_c\</emph\> is the rank of the value. … 14145 … 0 br \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… 14152 …163 128 0 br =PERCENTRANK(A1:A50; 50) returns the percentage rank of the value 50 fro… 14191 … 0 br \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 14396 …d3153976 3 0 br \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… [all …]
|
| /trunk/extras/l10n/source/lt/ |
| H A D | localize.sdf | 3537 …RRCODE_RES_MASK 0 lt Nėra šios kalbos tezauro.\nTikrinkite sąranką ir diekite norimą … 15331 …nterface.Commands..uno:LoadConfiguration Label 0 lt Įkelti sąranką 20200… 15461 …terface.Commands..uno:SaveConfiguration Label 0 lt Saugoti sąranką 202004… 17424 … 0 lt Nepakankamos pradinės nuostatos kreipčiai į centrinę sąranką. 202… 17426 …G_ERR_RIGHTS_MISSING 0 lt Negalima kreiptis į centrinę sąranką, nes trūksta kreip… 17427 …RAL 0 lt Bendro pobūdžio klaida kreipiantis į centrinę sąranką. 2020… 21029 … 0 lt Nepavyko paleisti spausdintuvo.\nTikrinkite spausdintuvo sąranką. 202… 56813 …help par_id3155094 16 0 lt \<emph\>RankC\</emph\> is the rank of the value. … 57541 … 0 lt \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 57545 … 0 lt \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… [all …]
|
| /trunk/extras/l10n/source/am/ |
| H A D | localize.sdf | 9295 …ONS2.SC_OPCODE_PERCENT_RANK 1 0 am Returns the percentage rank of a value in a sam… 9302 …SCRIPTIONS2.SC_OPCODE_RANK 3 0 am The value for which the rank is to be determined… 56813 …help par_id3155094 16 0 am \<emph\>RankC\</emph\> is the rank of the value. … 57541 … 0 am \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 57545 … 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 …d3153976 3 0 am \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 58288 … 0 am \<emph\>Value\</emph\> is the value, whose rank is to be determined… 60836 … 0 am \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> …
|
| /trunk/extras/l10n/source/kn/ |
| H A D | localize.sdf | 10294 …ONS2.SC_OPCODE_PERCENT_RANK 1 0 kn Returns the percentage rank of a value in a sam… 10301 …SCRIPTIONS2.SC_OPCODE_RANK 3 0 kn The value for which the rank is to be determined… 55767 … 0 kn \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 55771 … 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 … 0 kn \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> … 58509 …help par_id3155094 16 0 kn \<emph\>RankC\</emph\> is the rank of the value. … 60860 …d3153976 3 0 kn \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 60863 … 0 kn \<emph\>Value\</emph\> is the value, whose rank is to be determined…
|
| /trunk/extras/l10n/source/en-ZA/ |
| H A D | localize.sdf | 31906 … 0 en-ZA \<item type=\"input\"\>F\</item\>\<item type=\"input\"\>rank\</item\> … 33441 …3976 3 0 en-ZA \<ahelp hid=\"HID_FUNC_RANG\"\>Returns the rank of a number in a sa… 33444 … 0 en-ZA \<emph\>Value\</emph\> is the value, whose rank is to be determined… 34234 …0 en-ZA \<ahelp hid=\"HID_FUNC_QUANTILSRANG\"\>Returns the percentage rank of a value in a sam… 34238 … 0 en-ZA \<emph\>Value\</emph\> represents the value whose percentile rank must be determined.… 34240 …m type=\"input\"\>=PERCENTRANK(A1:A50;50)\</item\> returns the percentage rank of the value 50 fro… 34284 … par_id3155094 16 0 en-ZA \<emph\>RankC\</emph\> is the rank of the value. … 60177 ….SC_OPCODE_PERCENT_RANK 1 0 en-ZA Returns the percentage rank of a value in a sam… 60184 …PTIONS2.SC_OPCODE_RANK 3 0 en-ZA The value for which the rank is to be determined…
|