Home
last modified time | relevance | path

Searched refs:_nBlockSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dlist.hxx57 List( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) : in List() argument
58 Container( _nBlockSize, _nInitSize, _nReSize ) {} in List()
85 ClassName( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, \
87 List( _nBlockSize, _nInitSize, _nReSize ) {} \
/trunk/main/tools/source/memtools/
H A Dcontnr.cxx588 Container::Container( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) in Container() argument
593 if ( _nBlockSize < 4 ) in Container()
597 if ( _nBlockSize < CONTAINER_MAXBLOCKSIZE ) in Container()
598 nBlockSize = _nBlockSize; in Container()
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx135 sal_uInt16 _nBlockSize,
H A Dimivctl1.cxx4123 EntryList_Impl::EntryList_Impl( SvxIconChoiceCtrl_Impl* pOwner, sal_uInt16 _nBlockSize, sal_uInt16 … in EntryList_Impl() argument
4124 List( _nBlockSize, _nInitSize, _nReSize ), in EntryList_Impl()

Completed in 42 milliseconds