Searched refs:_nBlockSize (Results  1 – 4 of 4) sorted by relevance
| /aoo41x/main/tools/inc/tools/ | 
| H A D | list.hxx | 57             List( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) :  in List()  argument58                 Container( _nBlockSize, _nInitSize, _nReSize ) {}  in List()
 85                 ClassName( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize,       \
 87                     List( _nBlockSize, _nInitSize, _nReSize ) {}        \
 
 | 
| /aoo41x/main/tools/source/memtools/ | 
| H A D | contnr.cxx | 588 Container::Container( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, sal_uInt16 _nReSize )  in Container()  argument593 	if ( _nBlockSize < 4 )  in Container()
 597 		if ( _nBlockSize < CONTAINER_MAXBLOCKSIZE )  in Container()
 598 			nBlockSize = _nBlockSize;  in Container()
 
 | 
| /aoo41x/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()  argument4124 	List( _nBlockSize, _nInitSize, _nReSize ),  in EntryList_Impl()
 
 | 
        Completed in 368 milliseconds