Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/vigra/
H A Dvigra1.6.0.patch87 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 …]
/aoo4110/main/tools/inc/tools/
H A Dmempool.hxx47 void* Alloc();
64 return (aPool).Alloc(); \
/aoo4110/main/tools/source/memtools/
H A Dmempool.cxx69 void* FixedMemPool::Alloc() in Alloc() function in FixedMemPool
/aoo4110/main/cli_ure/source/native/
H A Dnative_share.h95 ::System::Runtime::InteropServices::GCHandle::Alloc( x ) ); in to_uno()
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx152 ptr= sri::GCHandle::op_Explicit(sri::GCHandle::Alloc(cliI)) in Mapping_uno2cli()
/aoo4110/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx304 wchar_t* pMem = reinterpret_cast<wchar_t*>(lpMalloc->Alloc(len)); in GetInfoTip()
/aoo4110/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx931 …*ppszFileName = (LPOLESTR)( pMalloc->Alloc( sizeof( sal_Unicode ) * ( m_aFileName.getLength() + 1 … in GetCurFile()

Completed in 35 milliseconds