Searched refs:maxsize (Results 1 – 10 of 10) sorted by relevance
40 enum limits { maxsize = 256 }; enumerator41 sal_uInt8 maAlign[ maxsize ];42 sal_uInt8 maFont[ maxsize ];43 sal_uInt16 maFontRecord[ maxsize ];44 sal_uInt16 maFontHeight[ maxsize ];45 String maFontType[ maxsize ];52 if (nIndex < maxsize) in setFontRecord()59 { if (nIndex < maxsize) maFontType[ nIndex ] = aLabel; } in setFontType()61 { if (nIndex < maxsize) maAlign[ nIndex ] = nData; } in setAlign()63 { if (nIndex < maxsize) maFont[ nIndex ] = nData; } in setFont()
67 (i_nValidLength != str::maxsize in S_Data()244 if ( i_nLength == str::maxsize in substr()310 if ( i_nLength != csv::str::maxsize ) in compare()327 if ( i_nLength != csv::str::maxsize ) in compare()357 if ( i_nLength != csv::str::maxsize ) in compare()377 if ( i_nLength != csv::str::maxsize ) in compare()
70 size_type i_nLength = str::maxsize ) in Area()72 nLength( i_nLength == str::maxsize in Area()241 size_type i_nLength = str::maxsize );244 size_type i_nLength = str::maxsize );
170 size_type i_nLength = str::maxsize ) const;215 size_type i_nValidLength = str::maxsize );
42 maxsize = size(-1) enumerator
71 return String(i_option, nIncludeOptionShort_Length, str::maxsize); in IncludeFile_fromIncludeOption()77 return String(i_option, nIncludeOptionLong_Length, str::maxsize); in IncludeFile_fromIncludeOption()
65 if (nStyle >= maxsize) in SetFormat()
84 uint4 maxsize; member
1073 uint4 maxsize;1100 h->maxsize = 16;1101 h->fprint = (void **)wg_malloc( sizeof(void*) * h->maxsize );1102 + h->fprint_disable = (char *)wg_malloc( sizeof(char*) * h->maxsize ); /*added to store the state…1115 if ( h->size == h->maxsize ) {1116 h->maxsize *= 2;1117 - h->fprint = (void *)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );1118 + h->fprint = (void **)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );1119 … h->fprint_disable = (char *)wg_realloc( h->fprint_disable, sizeof(char*) * h->maxsize );
527 String sCe( pNext, (bMember ? csv::str::size(pPastNext-pNext) : csv::str::maxsize) ); in assign_CurLink()
Completed in 58 milliseconds