Home
last modified time | relevance | path

Searched refs:MSGPOOL_START (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/app/
H A Dmsgpool.cxx56 MSGPOOL_START, MSGPOOL_END, in ScMessagePool()
71 ppPoolDefaults = new SfxPoolItem*[MSGPOOL_END - MSGPOOL_START + 1]; in ScMessagePool()
73 ppPoolDefaults[SCITEM_STRING - MSGPOOL_START] = &aGlobalStringItem; in ScMessagePool()
74 ppPoolDefaults[SCITEM_SEARCHDATA - MSGPOOL_START] = &aGlobalSearchItem; in ScMessagePool()
75 ppPoolDefaults[SCITEM_SORTDATA - MSGPOOL_START] = &aGlobalSortItem; in ScMessagePool()
76 ppPoolDefaults[SCITEM_QUERYDATA - MSGPOOL_START] = &aGlobalQueryItem; in ScMessagePool()
77 ppPoolDefaults[SCITEM_SUBTDATA - MSGPOOL_START] = &aGlobalSubTotalItem; in ScMessagePool()
79 ppPoolDefaults[SCITEM_PIVOTDATA - MSGPOOL_START] = &aGlobalPivotItem; in ScMessagePool()
80 ppPoolDefaults[SCITEM_SOLVEDATA - MSGPOOL_START] = &aGlobalSolveItem; in ScMessagePool()
82 ppPoolDefaults[SCITEM_PRINTWARN - MSGPOOL_START] = &aPrintWarnItem; in ScMessagePool()
[all …]
/aoo42x/main/sc/inc/
H A Dscitems.hxx40 #define MSGPOOL_START 1100 macro

Completed in 6 milliseconds