Home
last modified time | relevance | path

Searched refs:sz (Results 1 – 25 of 38) sorted by relevance

12

/AOO41X/main/soltools/support/
H A Dsimstr.cxx43 sz = new char[1]; in Simstr()
44 *sz = 0; in Simstr()
49 sz = new char[len+1]; in Simstr()
50 memcpy(sz,s_,len+1); in Simstr()
59 sz = new char[1]; in Simstr()
60 *sz = 0; in Simstr()
69 sz = new char[len+1]; in Simstr()
70 memcpy( sz, anybytes, len ); in Simstr()
71 *( sz + len ) = 0; in Simstr()
79 sz = new char[1]; in Simstr()
[all …]
/AOO41X/main/xml2cmp/source/support/
H A Dsistr.cxx48 sz = new char[1]; in Simstr()
49 *sz = 0; in Simstr()
54 sz = new char[len+1]; in Simstr()
55 memcpy(sz,str_,len+1); in Simstr()
67 sz = new char[1]; in Simstr()
68 *sz = 0; in Simstr()
76 sz = new char[len+1]; in Simstr()
77 memcpy(sz,anybytes+firstBytesPos,len); in Simstr()
78 *(sz+len) = 0; in Simstr()
86 sz = new char[len+1]; in Simstr()
[all …]
H A Dsistr.hxx48 const char * str() const { return sz; } in str()
108 char * sz; member in Simstr
134 Simstr::s() { return sz; } in s()
138 Simstr::operator const char*() const { return sz; } in operator const char*()
/AOO41X/main/sal/inc/rtl/
H A Dstrbuf.hxx355 sal_Char sz[RTL_STR_MAX_VALUEOFBOOLEAN]; in append() local
356 return append( sz, rtl_str_valueOfBoolean( sz, b ) ); in append()
387 sal_Char sz[RTL_STR_MAX_VALUEOFINT32]; in append() local
388 return append( sz, rtl_str_valueOfInt32( sz, i, radix ) ); in append()
404 sal_Char sz[RTL_STR_MAX_VALUEOFINT64]; in append() local
405 return append( sz, rtl_str_valueOfInt64( sz, l, radix ) ); in append()
421 sal_Char sz[RTL_STR_MAX_VALUEOFFLOAT]; in append() local
422 return append( sz, rtl_str_valueOfFloat( sz, f ) ); in append()
438 sal_Char sz[RTL_STR_MAX_VALUEOFDOUBLE]; in append() local
439 return append( sz, rtl_str_valueOfDouble( sz, d ) ); in append()
[all …]
H A Dustrbuf.hxx402 sal_Unicode sz[RTL_USTR_MAX_VALUEOFBOOLEAN]; in append() local
403 return append( sz, rtl_ustr_valueOfBoolean( sz, b ) ); in append()
434 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT32]; in append() local
435 return append( sz, rtl_ustr_valueOfInt32( sz, i, radix ) ); in append()
451 sal_Unicode sz[RTL_USTR_MAX_VALUEOFINT64]; in append() local
452 return append( sz, rtl_ustr_valueOfInt64( sz, l, radix ) ); in append()
468 sal_Unicode sz[RTL_USTR_MAX_VALUEOFFLOAT]; in append() local
469 return append( sz, rtl_ustr_valueOfFloat( sz, f ) ); in append()
485 sal_Unicode sz[RTL_USTR_MAX_VALUEOFDOUBLE]; in append() local
486 return append( sz, rtl_ustr_valueOfDouble( sz, d ) ); in append()
[all …]
/AOO41X/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx36 DWORD sz = 0; in GetOfficeInstallationPath() local
39 if (MsiGetProperty(handle, TEXT("INSTALLLOCATION"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeInstallationPath()
41 sz++; // space for the final '\0' in GetOfficeInstallationPath()
42 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeInstallationPath()
45 MsiGetProperty(handle, TEXT("INSTALLLOCATION"), buff, &sz); in GetOfficeInstallationPath()
54 DWORD sz = 0; in GetOfficeProductName() local
57 if (MsiGetProperty(handle, TEXT("ProductName"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeProductName()
59 sz++; // space for the final '\0' in GetOfficeProductName()
60 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeProductName()
63 MsiGetProperty(handle, TEXT("ProductName"), buff, &sz); in GetOfficeProductName()
[all …]
/AOO41X/extras/l10n/source/hu/
H A Dlocalize.sdf44 …agelang.src 0 querybox RID_QRYBOX_LANGUAGE 0 hu Arra készül, hogy törölje a ki…
59 …agy, és se lefordítani se menteni nem lehet.\nTörölje a megjegyzések egy részét, vagy bizonyos met…
65 … string RID_STR_ERRORCHOOSEMACRO 0 hu Más dokumentumból származó makrók nem érh…
108 …basidesh.src 0 string RID_STR_INITIDE 0 hu BASIC előkészítése 20…
119 …ARCHALLMODULES 0 hu Az összes aktív modulban lecseréli a szöveget? …
160 …ixedtext RID_BASICIDE_BREAKPOINTDLG RID_FT_PASS 75 hu Menetek száma: 201…
220 …src 0 fixedline RID_MACROOPTIONS RID_FL_HELP 212 hu Súgószöveg 201…
265 …comp.sdbc.MozabDriver.ColumnAliases HomeZipCode 0 hu Irányítószám (otthon) …
271 …comp.sdbc.MozabDriver.ColumnAliases WorkZipCode 0 hu Irányítószám (munkahely) …
295 …Names.Writer ObjectUIName 0 hu %PRODUCTNAME %PRODUCTVERSION-szöveg 2013…
[all …]
/AOO41X/main/vigra/
H A Dvigra1.6.0.patch136 + explicit BasicImage(difference_type const & sz, Alloc const & alloc = Alloc())
151 + vigra_precondition((sz.x >= 0) && (sz.y >= 0),
152 + "BasicImage::BasicImage(Diff2D sz): "
153 + "sz.x and sz.y must be >= 0.\n");
156 + resize(sz.x, sz.y, value_type());
191 + explicit BasicImage(difference_type const & sz, value_type const & d, Alloc const & alloc = Al…
206 + vigra_precondition((sz.x >= 0) && (sz.y >= 0),
207 + "BasicImage::BasicImage(Diff2D const & sz, value_type const & v): "
208 + "sz.x and sz.y must be >= 0.\n");
211 + resize(sz.x, sz.y, d);
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java227 int sz = m_xSimpleFileAccess.getSize(path); in getFileStreamFromUCB() local
230 if ( sz == 0 ) in getFileStreamFromUCB()
234 sz = xInputStream.available(); in getFileStreamFromUCB()
237 LogUtils.DEBUG("size of file " + path + " is " + sz ); in getFileStreamFromUCB()
239 inputBytes[0] = new byte[sz]; in getFileStreamFromUCB()
241 ln = xInputStream.readBytes(inputBytes, sz); in getFileStreamFromUCB()
243 if (ln != sz) { in getFileStreamFromUCB()
245 "Failed to read " + sz + " bytes from XInputStream"); in getFileStreamFromUCB()
/AOO41X/main/vos/source/
H A Dsocket.cxx1097 sal_Int32 OSocket::setSendBufSize(sal_Int32 sz) const in setSendBufSize()
1103 if (sz >= 0) in setSendBufSize()
1104 setOption(TOption_SndBuf, &sz, sizeof(sz)); in setSendBufSize()
1112 sal_Int32 OSocket::setRecvBufSize(sal_Int32 sz) const in setRecvBufSize()
1118 if (sz >= 0) in setRecvBufSize()
1119 setOption(TOption_RcvBuf, &sz, sizeof(sz)); in setRecvBufSize()
1127 sal_Int32 OSocket::setTcpNoDelay(sal_Int32 sz) const in setTcpNoDelay()
1133 if (sz >= 0) in setTcpNoDelay()
1134 setOption(TOption_TcpNoDelay, &sz, sizeof(sz), TLevel_Tcp); in setTcpNoDelay()
/AOO41X/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx270 NSSize sz; in startDrag() local
271 sz.width = 5; in startDrag()
272 sz.height = 5; in startDrag()
275 dragImage = [[NSImage alloc] initWithSize: sz]; in startDrag()
279 bounds.size = sz; in startDrag()
289 p.x = p.x - sz.width/2; in startDrag()
290 p.y = p.y - sz.height/2; in startDrag()
/AOO41X/main/desktop/source/app/
H A Dlockfile.cxx161 sal_Int32 sz = MAX_COMPUTERNAME_LENGTH + 1; in isStale() local
162 char* szHost = new char[sz]; in isStale()
163 if (GetComputerName(szHost, (LPDWORD)&sz)) in isStale()
198 sal_Int32 sz = MAX_COMPUTERNAME_LENGTH + 1; in syncToFile() local
199 char* szHost = new char[sz]; in syncToFile()
200 if (GetComputerName(szHost, (LPDWORD)&sz)) in syncToFile()
/AOO41X/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx56 DWORD sz = 0; in GetMsiProp() local
57 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
59 sz++; in GetMsiProp()
60 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp()
63 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx45 DWORD sz = 0; in GetMsiProp() local
46 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
48 sz++; in GetMsiProp()
49 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp()
52 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx29 DWORD sz = 0; in GetMsiProp() local
31 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
33 sz++; in GetMsiProp()
34 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp()
37 MsiGetProperty(handle, name, buff, &sz); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx67 DWORD sz = 0; in GetMsiProp() local
69 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
71 sz++; in GetMsiProp()
72 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp()
75 MsiGetProperty(handle, name, buff, &sz); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx100 DWORD sz = 0; in GetMsiProp() local
101 if ( MsiGetProperty( hMSI, pPropName, 0, &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
103 sz++; in GetMsiProp()
104 DWORD nbytes = sz * sizeof( char ); in GetMsiProp()
107 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/AOO41X/main/soltools/inc/
H A Dsimstr.hxx181 char * sz; member in Simstr
207 Simstr::str() const { return sz; } in str()
209 Simstr::s() { return sz; } in s()
213 Simstr::operator const char*() const { return sz; } in operator const char*()
/AOO41X/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx163 DWORD sz = 0; in GetMsiProp() local
164 UINT ret = MsiGetProperty( hMSI, pPropName, L"", &sz ); in GetMsiProp()
167 sz++; in GetMsiProp()
168 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp()
171 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx149 DWORD sz = 0; in GetMsiProp() local
150 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
152 sz++; in GetMsiProp()
153 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp()
156 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/AOO41X/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx268 DWORD sz = 0; in GetMsiProp() local
270 if (MsiGetPropertyA(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
272 sz++; in GetMsiProp()
273 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp()
276 MsiGetPropertyA(handle, name, buff, &sz); in GetMsiProp()
/AOO41X/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx115 awt::Size sz; in setPosition() local
116 sz.Width = 50; in setPosition()
117 sz.Height = 50; in setPosition()
119 pShape->setSize( sz ); in setPosition()
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dhungarian.lm24 sz 889
255 ész 123
315 szá 98
/AOO41X/main/chart2/source/view/diagram/
H A DVDiagram.cxx354 double sz = fabs(sin(m_fZAnglePi)); in adjustAspectRatio3d() local
406 double fDivide = fH*sz-fW*cz; in adjustAspectRatio3d()
409 fScaleY = fScaleX*(fW*sz-fH*cz) / fDivide; in adjustAspectRatio3d()
433 double fDivide = fW*sz-fH*cz; in adjustAspectRatio3d()
436 fScaleX = fScaleY*(fH*sz-fW*cz) / fDivide; in adjustAspectRatio3d()
/AOO41X/main/qadevOOo/tests/java/ifc/awt/
H A D_XWindow.java235 Size sz = ctrlShape.getSize(); in _addWindowListener() local
236 sz.Height += 100; in _addWindowListener()
237 ctrlShape.setSize(sz); in _addWindowListener()

12