Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 251) sorted by last modified time

1234567891011

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx330 int CurlSession::Curl_DebugCallback( CURL *, curl_infotype type, unsigned char *data, size_t size, … in Curl_DebugCallback()
336 int CurlSession::curlDebugOutput( curl_infotype type, char *data, int size ) in curlDebugOutput()
H A DCurlRequest.cxx87 void CurlRequest::setRequestBody( const char *body, size_t size ) in setRequestBody()
119 size_t CurlRequest::Curl_SendMoreBody( char *buffer, size_t size, size_t nitems, void *userdata ) in Curl_SendMoreBody()
300 size_t CurlRequest::Curl_HeaderReceived( char *buffer, size_t size, size_t nitems, void *userdata ) in Curl_HeaderReceived()
308 void CurlRequest::curlHeaderReceived( const char *buffer, size_t size ) in curlHeaderReceived()
377 size_t CurlRequest::Curl_MoreBodyReceived( char *buffer, size_t size, size_t nitems, void *userdata… in Curl_MoreBodyReceived()
384 void CurlRequest::curlMoreBodyReceived( const char *buffer, size_t size ) in curlMoreBodyReceived()
/trunk/main/oox/source/core/
H A Dencryption.cxx717 static void toBlock36( vector< sal_uInt8 >& digest, sal_uInt32 size ) in toBlock36()
731 static void toBlock0( vector< sal_uInt8 >& digest, sal_uInt32 size ) in toBlock0()
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx139 range<T>::size() const in size() function in csv::range
H A Dswelist.hxx260 SweList<XX>::size() const in size() function in csv::SweList
347 SweList_dyn<XX>::size() const in size() function in csv::SweList_dyn
H A Dvvector.hxx472 VirtualVector<XX,PTRDEL>::size() const in size() function in csv::VirtualVector
/trunk/main/autodoc/inc/cosv/
H A Dstr_types.hxx37 typedef ::size_t size; typedef
H A Dstreamstr.hxx345 StreamStr::size() const in size() function in csv::StreamStr
H A Dstring.hxx425 String::size() const in size() function in csv::String
H A Dmbstream.hxx77 mbstream::size() const in size() function in csv::mbstream
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2226 HRESULT CMAccessible::SelectMultipleChidren( XAccessible** pItem,int size ) in SelectMultipleChidren()
2251 HRESULT CMAccessible::DeSelectMultipleChildren( XAccessible** pItem,int size ) in DeSelectMultipleChildren()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Graphic_WidthAndHeight.java80 Size size=new Size(); in testNumberingBullet_Graphic() local
/trunk/main/soltools/javadep/
H A Djavadep.c585 xmalloc(size_t size) in xmalloc()
599 xcalloc(size_t nmemb, size_t size) in xcalloc()
612 xrealloc(void *ptr, size_t size) in xrealloc()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java105 private int size; field in InterfaceContainer
620 synchronized public int size() in size() method in InterfaceContainer
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx261 int size() const { return maSegments.size(); } in size() function in rtfSections
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx250 _inline void *smalloc(sal_uInt32 size) in smalloc()
257 _inline void *scalloc(sal_uInt32 n, sal_uInt32 size) in scalloc()
1061 TrueTypeTable *TrueTypeTableNew_maxp( const sal_uInt8* maxp, int size) in TrueTypeTableNew_maxp()
H A Dsft.cxx239 _inline void *smalloc(size_t size) in smalloc()
246 _inline void *scalloc(size_t n, size_t size) in scalloc()
468 static void HexFmtBlockWrite(HexFmt *_this, const void *ptr, sal_uInt32 size) in HexFmtBlockWrite()
H A Dcff.cxx480 int size( void) const { return mnStackIdx;} in size() function in CffSubsetterContext
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx64 DWORD size = SizeofResource(g_hModule, hrc); in LoadSignetImageFromResource() local
191 size_t size = ref_zip_buffer_.size(); in Read() local
210 __int64 size = (__int64) ref_zip_buffer_.size(); in Seek() local
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx90 uLong ZCALLBACK cb_sread (voidpf /*opaque*/, voidpf stream, void* buf, uLong size) { in cb_sread()
158 uLong ZCALLBACK cb_swrite (voidpf /*opaque*/, voidpf stream, const void* buf, uLong size) { in cb_swrite()
H A Dpropspec.hxx106 inline void * CFullPropSpec::operator new( size_t size ) in operator new()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx156 UINT size = DragQueryFile( reinterpret_cast<HDROP>(medium.hGlobal), 0, 0, 0 ); in Initialize() local
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java613 Size size = new Size(); in makeWindowPositionRage() local
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx146 virtual sal_Int32 size() in size() function in __anonc9a41e420111::OHardRefMap
/trunk/main/sal/osl/unx/
H A Dbacktrace.c103 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
172 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
257 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
323 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()

Completed in 191 milliseconds

1234567891011