Searched refs:_nBlockSize (Results 1 – 4 of 4) sorted by relevance
/trunk/main/tools/inc/tools/ |
H A D | list.hxx | 57 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 D | contnr.cxx | 588 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 D | imivctl.hxx | 135 sal_uInt16 _nBlockSize,
|
H A D | imivctl1.cxx | 4123 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 58 milliseconds