Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dqprostyle.hxx40 enum limits { maxsize = 256 }; enumerator
41 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()
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx67 (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()
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx70 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 );
H A Dstring.hxx170 size_type i_nLength = str::maxsize ) const;
215 size_type i_nValidLength = str::maxsize );
H A Dstr_types.hxx42 maxsize = size(-1) enumerator
/trunk/main/autodoc/source/cosv/service/
H A Dcommandline.cxx71 return String(i_option, nIncludeOptionShort_Length, str::maxsize); in IncludeFile_fromIncludeOption()
77 return String(i_option, nIncludeOptionLong_Length, str::maxsize); in IncludeFile_fromIncludeOption()
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx65 if (nStyle >= maxsize) in SetFormat()
/trunk/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx84 uint4 maxsize; member
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1106 uint4 maxsize;
1133 h->maxsize = 16;
1134 h->fprint = (void **)wg_malloc( sizeof(void*) * h->maxsize );
1135 + h->fprint_disable = (char *)wg_malloc( sizeof(char*) * h->maxsize ); /*added to store the state…
1148 if ( h->size == h->maxsize ) {
1149 h->maxsize *= 2;
1150 - h->fprint = (void *)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );
1151 + h->fprint = (void **)wg_realloc( h->fprint, sizeof(void*) * h->maxsize );
1152 … h->fprint_disable = (char *)wg_realloc( h->fprint_disable, sizeof(char*) * h->maxsize );
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx527 String sCe( pNext, (bMember ? csv::str::size(pPastNext-pNext) : csv::str::maxsize) ); in assign_CurLink()

Completed in 49 milliseconds