Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Ddocsort.cxx808 ppItemSets(0), in FlatFndBox()
834 if( ppItemSets ) in ~FlatFndBox()
835 delete [] ppItemSets; in ~FlatFndBox()
986 if( !ppItemSets ) in FillFlat()
988 ppItemSets = new SfxItemSet*[ nRows * nCols ]; in FillFlat()
989 memset( ppItemSets, 0, sizeof(SfxItemSet*) * nRows * nCols ); in FillFlat()
991 *(ppItemSets + nOff ) = pSet; in FillFlat()
1027 ASSERT( !ppItemSets || ( n_Col < nCols && n_Row < nRows), "unzulaessiger Array-Zugriff"); in GetItemSet()
1029 return ppItemSets ? *(ppItemSets + (n_Row * nCols + n_Col )) : 0; in GetItemSet()
/aoo42x/main/sw/source/core/inc/
H A Ddocsort.hxx158 SfxItemSet** ppItemSets; member in FlatFndBox
170 inline sal_Bool FlatFndBox::HasItemSets() const { return 0 != ppItemSets; } in HasItemSets()

Completed in 24 milliseconds