Home
last modified time | relevance | path

Searched refs:MAXSORT (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dsortparam.cxx53 for (sal_uInt16 i=0; i<MAXSORT; i++) in ScSortParam()
75 for (sal_uInt16 i=0; i<MAXSORT; i++) in Clear()
104 for (sal_uInt16 i=0; i<MAXSORT; i++) in operator =()
122 while ( bDoSort[nLast++] && nLast < MAXSORT ) ; in operator ==()
123 while ( rOther.bDoSort[nOtherLast++] && nOtherLast < MAXSORT ) ; in operator ==()
174 if (nNewCount < MAXSORT) in ScSortParam()
184 for (i=0; i<MAXSORT; i++) in ScSortParam()
194 if (nNewCount < MAXSORT) in ScSortParam()
204 for (i=nNewCount; i<MAXSORT; i++) // Rest loeschen in ScSortParam()
225 for (sal_uInt16 i=1; i<MAXSORT; i++) in ScSortParam()
[all …]
/aoo4110/main/sc/inc/
H A Dsortparam.hxx33 #define MAXSORT 3 macro
55 sal_Bool bDoSort[MAXSORT];
56 SCCOLROW nField[MAXSORT];
57 sal_Bool bAscending[MAXSORT];
H A Ddbcolect.hxx66 sal_Bool bDoSort[MAXSORT];
67 SCCOLROW nSortField[MAXSORT];
68 sal_Bool bAscending[MAXSORT];
/aoo4110/main/sc/source/ui/unoobj/
H A Ddatauno.cxx334 while ( nSortCount < MAXSORT && rParam.bDoSort[nSortCount] ) in FillProperties()
361 pArray[2].Value <<= (sal_Int32) MAXSORT; in FillProperties()
411 if ( (rProp.Value >>= nVal) && nVal > MAXSORT ) in FillSortParam()
426 if ( nCount > MAXSORT ) in FillSortParam()
429 nCount = MAXSORT; in FillSortParam()
440 for (i=nCount; i<MAXSORT; i++) in FillSortParam()
448 if ( nCount > MAXSORT ) in FillSortParam()
451 nCount = MAXSORT; in FillSortParam()
467 for (i=nCount; i<MAXSORT; i++) in FillSortParam()
1733 for (sal_uInt16 i=0; i<MAXSORT; i++) in getSortDescriptor()
H A Dcellsuno.cxx5568 for (sal_uInt16 i=0; i<MAXSORT; i++) in createSortDescriptor()
5596 for (i=0; i<MAXSORT; i++) in sort()
5608 for (i=0; i<MAXSORT; i++) in sort()
/aoo4110/main/sc/source/core/tool/
H A Ddbcolect.cxx143 for (i=0; i<MAXSORT; i++) in ScDBData()
233 for (i=0; i<MAXSORT; i++) in operator =()
408 for (i=0; i<MAXSORT; i++) in MoveTo()
455 for (sal_uInt16 i=0; i<MAXSORT; i++) in GetSortParam()
475 for (sal_uInt16 i=0; i<MAXSORT; i++) in SetSortParam()
/aoo4110/main/sc/source/filter/xml/
H A Dxmldrani.cxx369 for (sal_uInt16 i = 0; i < MAXSORT; ++i) in EndElement()
/aoo4110/main/sc/source/ui/view/
H A Dcellsh2.cxx443 for ( sal_uInt16 i=1; i<MAXSORT; i++ ) in ExecuteDB()

Completed in 106 milliseconds