/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | otherjre.cxx | 43 char const* const* OtherInfo::getJavaExePaths(int * size) in getJavaExePaths() 58 char const* const* OtherInfo::getRuntimePaths(int * size) in getRuntimePaths() 89 char const* const* OtherInfo::getLibraryPaths(int* size) in getLibraryPaths()
|
H A D | sunjre.cxx | 43 char const* const* SunInfo::getJavaExePaths(int * size) in getJavaExePaths() 60 char const* const* SunInfo::getRuntimePaths(int * size) in getRuntimePaths() 86 char const* const* SunInfo::getLibraryPaths(int* size) in getLibraryPaths()
|
H A D | gnujre.cxx | 44 char const* const* GnuInfo::getJavaExePaths(int * size) in getJavaExePaths() 60 char const* const* GnuInfo::getRuntimePaths(int * size) in getRuntimePaths() 163 int size = 0; in initialize() local
|
/aoo4110/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 94 void * SAL_CALL operator new( size_t size ) throw() { return OWeakSubObject::operator new(size); } in operator new() 119 void * SAL_CALL operator new( size_t size ) throw() { return OWeakSubObject::operator new(size); } in operator new() 143 void * SAL_CALL operator new( size_t size ) throw() { return OWeakSubObject::operator new(size); } in operator new() 167 void * SAL_CALL operator new( size_t size ) throw() { return OWeakSubObject::operator new(size); } in operator new() 192 void * SAL_CALL operator new( size_t size ) throw() { return OWeakSubObject::operator new(size); } in operator new()
|
/aoo4110/main/sysui/source/win32/misc/ |
H A D | AutoBuffer.cxx | 43 CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation ) : in CAutoUnicodeBuffer() 117 size_t SAL_CALL CAutoUnicodeBuffer::size( ) const in size() function in CAutoUnicodeBuffer
|
/aoo4110/main/fpicker/source/win32/misc/ |
H A D | AutoBuffer.cxx | 51 CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation ) : in CAutoUnicodeBuffer() 123 size_t SAL_CALL CAutoUnicodeBuffer::size( ) const in size() function in CAutoUnicodeBuffer
|
/aoo4110/main/cppu/inc/com/sun/star/uno/ |
H A D | Type.hxx | 200 sal_Int32 size = sizeof( **pT ); in getCppuArrayType1() local 217 sal_Int32 size = sizeof( ***pT ); in getCppuArrayType2() local 235 sal_Int32 size = sizeof( ****pT ); in getCppuArrayType3() local 254 sal_Int32 size = sizeof( *****pT ); in getCppuArrayType4() local 274 sal_Int32 size = sizeof( ******pT ); in getCppuArrayType5() local 295 sal_Int32 size = sizeof( *******pT ); in getCppuArrayType6() local
|
/aoo4110/main/oox/source/helper/ |
H A D | binarystreambase.cxx | 76 sal_Int64 BinaryXSeekableStream::size() const in size() function in oox::BinaryXSeekableStream 130 sal_Int64 SequenceSeekableStream::size() const in size() function in oox::SequenceSeekableStream
|
/aoo4110/main/sal/rtl/source/ |
H A D | alloc_arena.c | 150 sal_Size size = rtl_machdep_pagesize(); in rtl_arena_segment_populate() local 421 sal_Size size in rtl_arena_hash_remove() 487 sal_Size size, in rtl_arena_segment_alloc() 549 sal_Size size, in rtl_arena_segment_create() 775 sal_Size size = n * sizeof(rtl_cache_type*); in rtl_arena_activate() local 947 sal_Size size = sizeof(rtl_arena_type); in rtl_arena_create() local 1022 sal_Size size = RTL_MEMORY_ALIGN((*pSize), arena->m_quantum); in rtl_arena_alloc() local 1090 sal_Size size in rtl_arena_free() 1191 sal_Size size = (*pSize); in rtl_machdep_alloc() local
|
H A D | alloc_global.c | 113 sal_Size size; in rtl_memory_once_init() local 202 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory() local 241 sal_Size size = ((sal_Size*)(addr))[0]; in rtl_freeMemory() local
|
/aoo4110/main/sal/osl/unx/ |
H A D | backtrace.c | 101 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() 170 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() 255 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() 321 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
|
/aoo4110/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 79 DWORD size; in getPathFromRegistryKey() local 236 int size = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, pdli->szDll, -1, NULL, 0); in delayLoadHook() local
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.ini | 46 max-binary-stream-size=65536 key 49 max-binary-data-size=128 key
|
/aoo4110/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ChildrenRetriever.java | 104 int size = 0; in getChildren() local 239 int size = props.size(); in printLine() local 300 int size = tempPrint.length(); in main() local
|
H A D | PropertiesRetriever.java | 98 int size = properties.size(); in getPropertyValues() local 218 int size = tempPrint.length(); in main() local
|
/aoo4110/main/binaryurp/source/ |
H A D | cache.hxx | 45 enum { size = 256, ignore = 0xFFFF }; enumerator 53 explicit Cache(std::size_t size): in Cache()
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | box.hxx | 80 inline int primDim (const css::awt::Size &size) in primDim() 82 inline int secDim (const css::awt::Size &size) in secDim()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | GraphicUtil.java | 93 Size size = (Size)xGraphicPro.getPropertyValue("Size100thMM"); in getSize100thMMOfGraphicFile() local 106 Size size = (Size)xGraphicPro.getPropertyValue("SizePixel"); in getSizePixelOfGraphicFile() local 141 …nsertGraphic(XComponent component, XDrawPage toPage, String graphicURL, Size size, Point position)… in insertGraphic()
|
/aoo4110/main/canvas/inc/canvas/base/ |
H A D | graphicdevicebase.hxx | 196 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > SAL_CALL createCo… in createCompatibleBitmap() 208 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XVolatileBitmap > SAL_CALL … in createVolatileBitmap() 220 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > SAL_CALL createCo… in createCompatibleAlphaBitmap() 232 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XVolatileBitmap > SAL_CALL … in createVolatileAlphaBitmap()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpcfunc.cxx | 43 int file_write(void *buffer,size_t size,size_t nmemb,void *stream) in file_write()
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | mbstream.hxx | 77 mbstream::size() const in size() function in csv::mbstream
|
/aoo4110/main/slideshow/source/engine/ |
H A D | sp_debug.cxx | 88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count() 105 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark() 203 static void scan_and_free(void * area, size_t size, map2_type const & m2, free_list_type & free) in scan_and_free() 257 void sp_scalar_constructor_hook(void * px, std::size_t size, void * pn) in sp_scalar_constructor_hook()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_thread.cxx | 53 void * Thread::operator new(std::size_t size) in operator new()
|
/aoo4110/main/stoc/source/security/ |
H A D | lru_cache.h | 109 ::std::size_t size ) SAL_THROW( () ) in setSize() 131 ::std::size_t size ) SAL_THROW( () ) in lru_cache()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | activitiesqueue.hxx | 95 std::size_t size() const in size() function in slideshow::internal::ActivitiesQueue
|