Searched refs:Alloc (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vigra/ |
H A D | vigra1.6.0.patch | 87 typedef Alloc allocator_type; 89 typedef Alloc Allocator; 111 - BasicImage(int width, int height, Alloc const & alloc = Alloc()) 112 + BasicImage(int w, int h, Alloc const & alloc = Alloc()) 135 - explicit BasicImage(difference_type const & size, Alloc const & alloc = Alloc()) 136 + explicit BasicImage(difference_type const & sz, Alloc const & alloc = Alloc()) 164 - BasicImage(int width, int height, value_type const & d, Alloc const & alloc = Alloc()) 165 + BasicImage(int w, int h, value_type const & d, Alloc const & alloc = Alloc()) 218 - BasicImage(int width, int height, const_pointer d, Alloc const & alloc = Alloc()) 219 + BasicImage(int w, int h, const_pointer d, Alloc const & alloc = Alloc()) [all …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | mempool.hxx | 47 void* Alloc(); 64 return (aPool).Alloc(); \
|
/aoo41x/main/tools/source/memtools/ |
H A D | mempool.cxx | 69 void* FixedMemPool::Alloc() in Alloc() function in FixedMemPool
|
/aoo41x/main/cli_ure/source/native/ |
H A D | native_share.h | 95 ::System::Runtime::InteropServices::GCHandle::Alloc( x ) ); in to_uno()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 152 ptr= sri::GCHandle::op_Explicit(sri::GCHandle::Alloc(cliI)) in Mapping_uno2cli()
|
/aoo41x/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 304 wchar_t* pMem = reinterpret_cast<wchar_t*>(lpMalloc->Alloc(len)); in GetInfoTip()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 931 …*ppszFileName = (LPOLESTR)( pMalloc->Alloc( sizeof( sal_Unicode ) * ( m_aFileName.getLength() + 1 … in GetCurFile()
|
Completed in 31 milliseconds