Searched refs:InitSize (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/tools/inc/tools/ |
H A D | mempool.hxx | 101 #define IMPL_FIXEDMEMPOOL_NEWDEL( Class, InitSize, GrowSize) \ argument 102 …FixedMemPool Class::aPool( IMPL_FIXEDMEMPOOL_STRING( Class ), sizeof( Class ), (InitSize), (GrowSi… 111 #define IMPL_FIXEDMEMPOOL_NEWDEL_DLL( Class, InitSize, GrowSize) \ argument 112 …FixedMemPool Class::aPool( IMPL_FIXEDMEMPOOL_STRING( Class ), sizeof( Class ), (InitSize), (GrowSi… 118 #define INIT_FIXEDMEMPOOL_NEWDEL_DLL( Class, aPool, InitSize, GrowSize ) \ argument 119 aPool( IMPL_FIXEDMEMPOOL_STRING( Class ), sizeof( Class ), (InitSize), (GrowSize) )
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | alienwarn.cxx | 72 InitSize(); in SfxAlienWarningDialog() 88 void SfxAlienWarningDialog::InitSize() in InitSize() function in SfxAlienWarningDialog
|
/aoo42x/main/svl/inc/svl/ |
H A D | cntnrsrt.hxx | 63 ClassName( sal_uInt16 InitSize, sal_uInt16 ReSize ) : \ 64 Container( CONTAINER_MAXBLOCKSIZE, InitSize, ReSize ) {} \
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 70 SvTreeEntryList(sal_uInt16 BlockSize, sal_uInt16 InitSize, sal_uInt16 Resize ) in SvTreeEntryList() argument 71 : List(BlockSize, InitSize, Resize ) in SvTreeEntryList()
|
/aoo42x/main/svl/source/inc/ |
H A D | passwordcontainer.hxx | 442 RW_SvMemoryStream( sal_uLong InitSize=512, sal_uLong Resize=64 ): in RW_SvMemoryStream() argument 443 SvMemoryStream( InitSize, Resize ){} in RW_SvMemoryStream()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | alienwarn.hxx | 44 void InitSize();
|
/aoo42x/main/fpicker/source/office/ |
H A D | iodlg.hxx | 239 void InitSize();
|
H A D | iodlg.cxx | 2271 InitSize(); in PrepareExecute() 2488 void SvtFileDialog::InitSize() in InitSize() function in SvtFileDialog
|
Completed in 49 milliseconds