Home
last modified time | relevance | path

Searched refs:nSize (Results 1 – 25 of 861) sorted by last modified time

12345678910>>...35

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx367 sal_uInt32 nSize = 0; in TryToGetAcceptableFormat_Impl() local
369 nSize = ( nSize << 8 ) + (sal_uInt8)aData[nInd]; in TryToGetAcceptableFormat_Impl()
371 if ( nSize == xSeek->getLength() - 4 ) in TryToGetAcceptableFormat_Impl()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1895 sal_Int32 nSize in getDataFromInputStream() local
1898 = xStream->readBytes( rData, nSize ); in getDataFromInputStream()
1900 if ( nRead == nSize ) in getDataFromInputStream()
1904 rData.realloc( nSize + 1 ); in getDataFromInputStream()
1905 rData[ nSize ] = sal_Int8( 0 ); in getDataFromInputStream()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx93 aSysParentData.nSize = sizeof ( SystemParentData ); in SetSystemParent_Impl()
H A Dvclxtoolkit.cxx1012 aParentData.nSize = sizeof( aParentData ); in ImplCreateWindow()
1224 aParentData.nSize = sizeof( aParentData ); in createSystemChild()
/trunk/main/forms/source/component/
H A DImageControl.cxx440 sal_Int32 nSize = (sal_Int32)pImageStream->Tell(); in impl_updateStreamForURL_lck() local
445 …eStream = new ::utl::OInputStreamHelper( new SvLockBytes( pImageStream.get(), sal_False ), nSize ); in impl_updateStreamForURL_lck()
/trunk/main/jvmfwk/inc/jvmfwk/
H A Dframework.h548 sal_Int32 nSize, JavaVM **ppVM,
666 rtl_uString ** arArgs, sal_Int32 nSize);
789 rtl_uString ** arLocations, sal_Int32 nSize);
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx94 sal_uInt32 nSize, nViewAspect, nSig1, nSig2; in operator >>() local
96 rIStm >> nSize; in operator >>()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx278 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way in cpp_call()
363 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
373 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx480 const sal_uInt16 nSize = rPoly.GetSize(); in getGlyph() local
481 if( nSize ) in getGlyph()
484 for( n = 0; n < nSize; n++ ) in getGlyph()
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx240 size_type nSize = size(); in substr() local
242 if ( i_nStartPosition < nSize ) in substr()
245 OR i_nLength >= nSize - i_nStartPosition ) in substr()
/trunk/main/autodoc/source/cosv/storage/
H A Dmbstream.cxx38 nSize( i_nSize ), in mbstream()
53 memcpy( pNew, dpOwnedMemorySpace, min(i_nSize,nSize) ); in resize()
56 nSize = i_nSize; in resize()
63 uintt ret = min( i_nNrofBytes, nSize - nCurPosition ); in do_read()
72 return nCurPosition == nSize; in inq_eod()
79 resize( max( 3 * (nSize+1) / 2, nCurPosition + i_nNrofBytes) ); in do_write()
91 case beg: if ( uintt(i_nDistance) < nSize ) in do_seek()
96 : uintt(i_nDistance) + nCurPosition < nSize ) in do_seek()
100 AND uintt(-i_nDistance) < nSize - 1 ) in do_seek()
101 nCurPosition = uintt( intt(nSize) - 1 + i_nDistance ); in do_seek()
/trunk/main/autodoc/inc/cosv/
H A Dstringdata.hxx79 size_type nSize; /// The allocated size - 1 (for the finishing 0). member in csv::StringData
89 nSize(0) in StringData()
98 nSize(i_nValidLength) in StringData()
101 dpData[nSize] = CHAR(0); in StringData()
121 return nSize; in Size()
H A Dmbstream.hxx69 uintt nSize; member in csv::mbstream
78 { return nSize; } in size()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1111 const FastPrintFontInfo& rInfo, int nSize, void (*subcallback)(void*), in getFontOptions() argument
1115 (void)rInfo;(void)nSize;(void)subcallback;(void)rOptions; in getFontOptions()
1134 rWrapper.FcPatternAddDouble( pPattern, FC_PIXEL_SIZE, nSize); in getFontOptions()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1089 long nSize; in ImplLineSizing() local
1139 nSize = nOneLineSize; in ImplLineSizing()
1142 nSize = 0; in ImplLineSizing()
1148 nSize = aSize.Height(); in ImplLineSizing()
1150 nSize = aSize.Width(); in ImplLineSizing()
1151 if ( nSize > nMaxSize ) in ImplLineSizing()
1156 nSize = aSize.Height(); in ImplLineSizing()
1158 nSize = aSize.Width(); in ImplLineSizing()
1169 rRect.Left() = rRect.Right()-nSize; in ImplLineSizing()
3072 nHalfSize = nSize/2; in ImplDrawToolArrow()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7372 aSysFontData.nSize = sizeof(aSysFontData); in GetSysFontData()
7406 aSysLayoutData.nSize = sizeof(aSysLayoutData); in GetSysTextLayoutData()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2295 aSysFontData.nSize = sizeof( SystemFontData ); in GetSysFontData()
2334 aRes.nSize = sizeof(aRes); in GetGraphicsData()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4130 sal_uInt16 i, nSize = m_pCurrentForm->GetFormMax(); in ActivatePage() local
4145 for( i=1; i < nSize; ++i ) in ActivatePage()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1405 sal_uInt16 nSize = static_cast< sal_uInt16 >(Count()); in GetStackAttr() local
1406 while (nSize) in GetStackAttr()
1408 const SwFltStackEntry* pEntry = (*this)[ --nSize ]; in GetStackAttr()
H A Dww8par.hxx580 fUnused(0), nSize(0), hpsCheckBox(20), nChecked(0) in WW8FormulaControl()
591 sal_uInt16 nSize; member in WW8FormulaControl
/trunk/main/sw/source/core/access/
H A Daccpara.cxx730 int nSize = pTOXBaseSect->GetTOXSortTabBases()->Count(); in GetTOXSortTabBase() local
732 for(int nIndex = 0; nIndex<nSize; nIndex++ ) in GetTOXSortTabBase()
1653 const sal_uInt16 nSize = pSwpHints ? pSwpHints->Count() : 0; in GetFieldTypeNameAtIndex() local
1654 for( sal_uInt16 i = 0; i < nSize; ++i ) in GetFieldTypeNameAtIndex()
1734 sal_uInt16 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex() local
1735 if (nFormat < nSize) in GetFieldTypeNameAtIndex()
1793 sal_uInt32 nSize = aMgr.GetFormatCount(pField->GetTypeId(), sal_False); in GetFieldTypeNameAtIndex() local
1795 if (nSize > 0 && nExSub > 0) in GetFieldTypeNameAtIndex()
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx1207 const sal_uInt32 nSize(rResult.size()); in TakeContour() local
1212 if(nSize > 1) in TakeContour()
1216 for(sal_uInt32 a(0); a < nSize; a++) in TakeContour()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx231 sal_uInt32 nSize = ( aMsg.getLength() * sizeof( sal_Unicode )); in CreateMD5FromString() local
235 rtl_digest_init( handle, pData, nSize ); in CreateMD5FromString()
236 rtl_digest_update( handle, pData, nSize ); in CreateMD5FromString()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx69 const sal_Int32 nSize = static_cast<sal_Int32>(rVector.size()); in remove_range() local
70 if( nCount && (nIndex >= 0) && (nIndex < nSize) ) in remove_range()
72 if( (nIndex + nCount) >= nSize ) in remove_range()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx233 sal_Bool ImplGetBoundingBox( double* nNumb, sal_uInt8* pSource, sal_uLong nSize );
1107 sal_uLong nSize = aGfxLink.GetDataSize(); in ImplWriteActions() local
1109 if ( nSize < 64 ) // assuming eps is larger than 64 bytes in ImplWriteActions()
1111 if ( nParseThis > nSize ) in ImplWriteActions()
1112 nParseThis = nSize; in ImplWriteActions()
2721 while ( nComp-- >= nSize ) in ImplSearchEntry()
2724 for ( i = 0; i < nSize; i++ ) in ImplSearchEntry()
2729 if ( i == nSize ) in ImplSearchEntry()
2743 if ( nSize < 256 ) // we assume that the file is greater than 256 bytes in ImplGetBoundingBox()
2746 if ( nSize < POSTSCRIPT_BOUNDINGSEARCH ) in ImplGetBoundingBox()
[all …]

Completed in 390 milliseconds

12345678910>>...35