Home
last modified time | relevance | path

Searched refs:nSize (Results 26 – 50 of 864) sorted by relevance

12345678910>>...35

/aoo41x/main/store/workben/
H A Dt_page.cxx875 storeError setSize (sal_uInt32 nSize) in setSize() argument
877 return setSize_Impl (nSize); in setSize()
1040 virtual storeError setSize_Impl (sal_uInt32 nSize);
1210 virtual storeError setSize_Impl (sal_uInt32 nSize);
1327 if (nSize != m_nSize) in setSize_Impl()
1332 if (nSize > m_nSize) in setSize_Impl()
1337 if (nSize != 0) in setSize_Impl()
1340 m_pData = pData, m_nSize = nSize; in setSize_Impl()
1366 virtual storeError setSize_Impl (sal_uInt32 nSize);
1395 (void) osl_unmapFile (pData, nSize); in unmapFile()
[all …]
/aoo41x/main/sw/source/core/edit/
H A Dedfld.cxx54 const sal_uInt16 nSize = pFldTypes->Count(); in GetFldTypeCount() local
59 return nSize; in GetFldTypeCount()
63 for ( sal_uInt16 i = 0; i < nSize; i++ ) in GetFldTypeCount()
74 for(sal_uInt16 i = 0; i < nSize; ++i) in GetFldTypeCount()
92 if(nResId == USHRT_MAX && nFld < nSize) in GetFldType()
99 for ( i = 0; i < nSize; i++ ) in GetFldType()
108 return i < nSize ? (*pFldTypes)[i] : 0; in GetFldType()
113 for(sal_uInt16 i = 0; i < nSize; ++i) in GetFldType()
151 for( sal_uInt16 i = 0; i < nSize; ++i ) in RemoveFldType()
172 for(sal_uInt16 i = 0; i < nSize; ++i) in RemoveFldType()
[all …]
/aoo41x/main/cosv/source/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()
/aoo41x/main/cppu/source/uno/
H A Dcopy.hxx43 sal_uInt32 nSize = calcSeqMemSize( nElementSize, nElements ); in allocSeq() local
44 if (nSize > 0) in allocSeq()
46 pSeq = (uno_Sequence *) rtl_allocateMemory( nSize ); in allocSeq()
261 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
270 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
281 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
290 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
301 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
586 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructSequence()
609 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructSequence()
[all …]
/aoo41x/main/migrationanalysis/src/wizard/
H A DIniSupport.bas30 ByVal nSize As Long, _
50 Dim nSize As Long variable
63 nSize = Len(ret)
68 nSize, _
158 Dim nSize As Long variable
167 nSize = Len(ret)
169 lpSectionName, vbNullString, "", ret, nSize, inifile)
212 Dim nSize As Long variable
221 nSize = Len(ret)
223 lpSectionName, vbNullString, "", ret, nSize, inifile)
/aoo41x/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx104 sal_Int32 nSize(maProperties.size()); in insertByIndex() local
110 if (nSize == nIndex) in insertByIndex()
115 if ((nIndex * 2) < nSize) in insertByIndex()
128 sal_Int32 i(nSize - 1); in insertByIndex()
146 sal_Int32 nSize(maProperties.size()); in removeByIndex() local
147 if ((nIndex < nSize) && (nIndex >= 0)) in removeByIndex()
150 if ((nIndex * 2) < nSize) in removeByIndex()
163 sal_Int32 i(nSize - 1); in removeByIndex()
181 sal_Int32 nSize(maProperties.size()); in replaceByIndex() local
182 if ((nIndex < nSize) && (nIndex >= 0)) in replaceByIndex()
[all …]
/aoo41x/main/sfx2/source/doc/
H A Doleprops.cxx295 sal_Int32 nSize; in ImplLoadString8() local
296 rStrm >> nSize; in ImplLoadString8()
299 if( (0 < nSize) && (nSize <= 0xFFFF) ) in ImplLoadString8()
314 sal_Int32 nSize; in ImplLoadString16() local
315 rStrm >> nSize; in ImplLoadString16()
318 if( (0 < nSize) && (nSize <= 0xFFFF) ) in ImplLoadString16()
330 if( (nSize & 1) == 1 ) in ImplLoadString16()
345 rStrm << nSize; in ImplSaveString8()
355 rStrm << nSize; in ImplSaveString16()
361 if( (nSize & 1) == 1 ) in ImplSaveString16()
[all …]
/aoo41x/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx49 rtl_digest_init( handle, pData, nSize ); in CreateMD5FromString()
50 rtl_digest_update( handle, pData, nSize ); in CreateMD5FromString()
583 rtl_digest_update( handle, pData, nSize ); in init_MD2()
611 rtl_digest_update( handle, pData, nSize ); in init_MD5()
639 rtl_digest_update( handle, pData, nSize ); in init_SHA()
666 rtl_digest_update( handle, pData, nSize ); in init_SHA1()
700 rtl_digest_update( handle, pData, nSize ); in init_HMAC_MD5()
731 rtl_digest_update( handle, pData, nSize ); in init_HMAC_SHA1()
768 sal_uInt32 nSize = ( _aMsg.getLength() ); in getMD5Sum() local
770 rtl_digest_init(handle, pData, nSize); in getMD5Sum()
[all …]
/aoo41x/main/chart2/source/tools/
H A DCachedDataSequence.cxx150 sal_Int32 nSize = ( m_eCurrentDataType == TEXTUAL ) in Impl_getNumericalData() local
154 Sequence< double > aResult( nSize ); in Impl_getNumericalData()
160 ::std::transform( pTextArray, pTextArray + nSize, in Impl_getNumericalData()
168 ::std::transform( pMixedArray, pMixedArray + nSize, in Impl_getNumericalData()
180 sal_Int32 nSize = ( m_eCurrentDataType == NUMERICAL ) in Impl_getTextualData() local
184 Sequence< OUString > aResult( nSize ); in Impl_getTextualData()
190 ::std::transform( pTextArray, pTextArray + nSize, in Impl_getTextualData()
198 ::std::transform( pMixedArray, pMixedArray + nSize, in Impl_getTextualData()
211 sal_Int32 nSize = ( m_eCurrentDataType == NUMERICAL ) in Impl_getMixedData() local
215 Sequence< Any > aResult( nSize ); in Impl_getMixedData()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dinetstrm.hxx59 virtual int GetData (sal_Char *pData, sal_uIntPtr nSize) = 0;
65 int Read (sal_Char *pData, sal_uIntPtr nSize);
82 const sal_Char *pData, sal_uIntPtr nSize) = 0;
88 int Write (const sal_Char *pData, sal_uIntPtr nSize);
139 virtual int GetData (sal_Char *pData, sal_uIntPtr nSize);
146 virtual int GetMsgLine (sal_Char *pData, sal_uIntPtr nSize);
171 virtual int PutData (const sal_Char *pData, sal_uIntPtr nSize);
178 virtual int PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize);
242 virtual int GetMsgLine (sal_Char *pData, sal_uIntPtr nSize);
243 virtual int PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize);
/aoo41x/main/vcl/source/gdi/
H A Dgfxlink.cxx63 GfxLink::GfxLink( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns ) : in GfxLink() argument
66 DBG_ASSERT( (pBuf != NULL && nSize) || (!bOwns && nSize == 0), in GfxLink()
70 mnBufSize = nSize; in GfxLink()
76 else if( nSize ) in GfxLink()
78 mpBuf = new ImpBuffer( nSize ); in GfxLink()
79 memcpy( mpBuf->mpBuffer, pBuf, nSize ); in GfxLink()
358 sal_uInt32 nSize; in operator >>() local
366 rIStream >> nType >> nSize >> nUserId; in operator >>()
376 pBuf = new sal_uInt8[ nSize ]; in operator >>()
377 rIStream.Read( pBuf, nSize ); in operator >>()
[all …]
H A Dbmpacc3.cxx314 const sal_uInt16 nSize = rPoly.GetSize(); in FillPolygon() local
316 if( nSize && mpFillColor ) in FillPolygon()
361 const sal_uInt16 nSize = rPoly.GetSize(); in DrawPolygon() local
363 for( sal_uInt16 i = 0, nSize1 = nSize - 1; i < nSize1; i++ ) in DrawPolygon()
366 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolygon()
367 DrawLine( rPoly[ nSize - 1 ], rPoly[ 0 ] ); in DrawPolygon()
425 const sal_uInt16 nSize = rPoly.GetSize(); in DrawPolyPolygon() local
427 if( nSize ) in DrawPolyPolygon()
429 for( sal_uInt16 i = 0, nSize1 = nSize - 1; i < nSize1; i++ ) in DrawPolyPolygon()
432 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolyPolygon()
[all …]
/aoo41x/main/tools/source/stream/
H A Dstream.cxx386 nActPos = aStat.nSize; in SeekPos()
2391 SetSize( nSize ); in SetStreamSize()
2476 nSize = bufSize; in SvMemoryStream()
2504 nSize = 0; in SvMemoryStream()
2507 nSize = nInitSize; in SvMemoryStream()
2574 nSize = nCount; in SetBuffer()
2637 if( nSize && nSize > nResize ) in PutData()
2804 nSize = nNewSize; in ReAllocateMemory()
2812 nSize = 0; in ReAllocateMemory()
2856 nSize = 0; in SwitchBuffer()
[all …]
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx86 sal_uInt32 nSize = 8; // SoundContainer Header in GetSize() local
88 nSize += aName.Len() * 2 + 8; in GetSize()
90 nSize += aExtension.Len() * 2 + 8; in GetSize()
93 nSize += 2 * aId.Len() + 8; in GetSize()
95 nSize += nFileSize + 8; // SoundData Atom in GetSize()
97 return nSize; in GetSize()
196 sal_uInt32 nSize = 0; in GetSize() local
200 nSize += 8 + 12; // size of SoundCollectionContainerHeader + SoundCollAtom in GetSize()
202 nSize += ImplGetByIndex( i )->GetSize( i + 1 ); in GetSize()
204 return nSize; in GetSize()
/aoo41x/main/sot/source/sdstor/
H A Dstg.cxx217 nSize = pEntry->Read( pData, (sal_Int32) nSize ); in Read()
219 nPos += nSize; in Read()
222 nSize = 0L; in Read()
223 return nSize; in Read()
231 nSize = pEntry->Write( pData, (sal_Int32) nSize ); in Write()
233 nPos += nSize; in Write()
236 nSize = 0L; in Write()
237 return nSize; in Write()
424 Init( sal_Bool( nSize == 0 ) ); in Storage()
469 Init( sal_Bool( nSize == 0 ) ); in Storage()
[all …]
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx44 sal_uInt32 nSize = aListeners.size(); in AddListener() local
45 for ( i=0; i<nSize; i++ ) in AddListener()
49 OSL_ENSURE( i<nSize, "No dispatch found for this listener!" ); in AddListener()
58 sal_uInt32 nSize = aListeners.size(); in RemoveListener() local
59 for ( sal_uInt32 i=0; i<nSize; i++ ) in RemoveListener()
84 sal_uInt32 nSize = aListeners.size(); in Notify() local
85 for ( sal_uInt32 i=0; i<nSize; i++ ) in Notify()
105 sal_uInt32 nSize = aListeners.size(); in GetDispatch() local
106 for ( sal_uInt32 i=0; i<nSize; i++ ) in GetDispatch()
/aoo41x/main/store/source/
H A Dlockbyte.cxx137 storeError ILockBytes::setSize (sal_uInt32 nSize) in setSize() argument
139 return setSize_Impl (nSize); in setSize()
310 virtual storeError setSize_Impl (sal_uInt32 nSize);
452 m_nSize = nSize; in setSize_Impl()
505 (void) osl_unmapFile (pAddr, nSize); in unmapFile()
549 virtual storeError setSize_Impl (sal_uInt32 nSize);
701 virtual storeError setSize_Impl (sal_uInt32 nSize);
828 if (nSize != m_nSize) in setSize_Impl()
833 if (nSize > m_nSize) in setSize_Impl()
838 if (nSize != 0) in setSize_Impl()
[all …]
/aoo41x/main/oox/source/ole/
H A Daxbinaryreader.cxx112 void AxAlignedInputStream::align( size_t nSize ) in align() argument
114 skip( static_cast< sal_Int32 >( (nSize - (mnStrmPos % nSize)) % nSize ) ); in align()
191 bool lclReadString( AxAlignedInputStream& rInStrm, OUString& rValue, sal_uInt32 nSize, bool bArrayS… in lclReadString() argument
193 bool bCompressed = getFlag( nSize, AX_STRING_COMPRESSED ); in lclReadString()
194 sal_uInt32 nBufSize = nSize & AX_STRING_SIZEMASK; in lclReadString()
290 sal_uInt32 nSize = maInStrm.readAligned< sal_uInt32 >(); in readStringProperty() local
291 … maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty()
299 sal_uInt32 nSize = maInStrm.readAligned< sal_uInt32 >(); in readStringArrayProperty() local
300 …LargeProps.push_back( ComplexPropVector::value_type( new StringArrayProperty( orArray, nSize ) ) ); in readStringArrayProperty()
/aoo41x/main/svl/source/items/
H A Ditemset.cxx154 const sal_uInt16 nSize = TotalCount(); in SfxItemSet() local
1094 sal_uInt16 nSize = 0; in Intersect() local
1104 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in Intersect()
1114 for( ; nSize; --nSize, ++ppFnd1, ++ppFnd2 ) in Intersect()
1166 sal_uInt16 nSize = 0; in Differentiate() local
1176 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in Differentiate()
1186 for( ; nSize; --nSize, ++ppFnd1, ++ppFnd2 ) in Differentiate()
1384 sal_uInt16 nSize = 0; in MergeValues() local
1394 nSize += ( *(pWh1) - *(pWh1-1) ) + 1; in MergeValues()
1404 for( ; nSize; --nSize, ++ppFnd1, ++ppFnd2 ) in MergeValues()
[all …]
/aoo41x/main/svl/source/misc/
H A DPasswordHelper.cxx46 xub_StrLen nSize(sPass.Len()); in GetHashPasswordLittleEndian() local
47 sal_Char* pCharBuffer = new sal_Char[nSize * sizeof(sal_Unicode)]; in GetHashPasswordLittleEndian()
49 for (xub_StrLen i = 0; i < nSize; ++i) in GetHashPasswordLittleEndian()
56 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordLittleEndian()
63 xub_StrLen nSize(sPass.Len()); in GetHashPasswordBigEndian() local
64 sal_Char* pCharBuffer = new sal_Char[nSize * sizeof(sal_Unicode)]; in GetHashPasswordBigEndian()
66 for (xub_StrLen i = 0; i < nSize; ++i) in GetHashPasswordBigEndian()
73 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordBigEndian()
/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx125 bTest = pOutlineTable->TestInsertRow(nSize); in TestInsertRow()
128 bTest = aCol[i].TestInsertRow( nSize ); in TestInsertRow()
151 pOutlineTable->InsertRow( nStartRow, nSize ); in InsertRow()
180 aCol[j].InsertRow( nStartRow, nSize ); in InsertRow()
237 bTest = pOutlineTable->TestInsertCol(nSize); in TestInsertCol()
239 if ( nSize > static_cast<SCSIZE>(MAXCOL) ) in TestInsertCol()
263 pOutlineTable->InsertCol( nStartCol, nSize ); in InsertCol()
294 for (SCSIZE i=0; i < nSize; i++) in InsertCol()
310 for (SCSIZE i=0; i<nSize; i++) in InsertCol()
364 for (SCSIZE i = 0; i < nSize; i++) in DeleteCol()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dxepivot.cxx294 for( size_t nPos = 0, nSize = rItemList.GetSize(); nPos < nSize; ++nPos ) in GetItemIndex() local
484 for( size_t nSize = maOrigItemList.GetSize(); !bFound && (nPos < nSize); ++nPos ) in InsertOrigTextItem() local
495 for( size_t nSize = maOrigItemList.GetSize(); !bFound && (nPos < nSize); ++nPos ) in InsertOrigDoubleItem() local
506 for( size_t nSize = maOrigItemList.GetSize(); !bFound && (nPos < nSize); ++nPos ) in InsertOrigDateTimeItem() local
517 for( size_t nSize = maOrigItemList.GetSize(); !bFound && (nPos < nSize); ++nPos ) in InsertOrigBoolItem() local
773 for( size_t nPos = 0, nSize = maFieldList.GetSize(); !pField && (nPos < nSize); ++nPos ) in GetFieldAcc() local
1033 for( size_t nPos = 0, nSize = maItemList.GetSize(); nPos < nSize; ++nPos ) in GetItemIndex() local
1222 for( size_t nPos = 0, nSize = maItemList.GetSize(); !pItem && (nPos < nSize); ++nPos ) in GetItemAcc() local
1458 for( size_t nPos = 0, nSize = maFieldList.GetSize(); nPos < nSize; ++nPos ) in Finalize() local
1748 for( size_t nPos = 0, nSize = maPTableList.GetSize(); nPos < nSize; ++nPos ) in WritePivotTables() local
[all …]
/aoo41x/main/editeng/source/items/
H A Dpaperinf.cxx111 long SvxPaperInfo::GetSloppyPaperDimension( long nSize, MapUnit eUnit ) in GetSloppyPaperDimension() argument
113 nSize = eUnit == MAP_100TH_MM ? nSize : OutputDevice::LogicToLogic(nSize, eUnit, MAP_100TH_MM); in GetSloppyPaperDimension()
114 nSize = PaperInfo::sloppyFitPageDimension(nSize); in GetSloppyPaperDimension()
115 return eUnit == MAP_100TH_MM ? nSize : OutputDevice::LogicToLogic(nSize, MAP_100TH_MM, eUnit); in GetSloppyPaperDimension()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1sprm.cxx67 sal_uInt16 nSize; in Stop() local
69 Fill(i, nId, nSize, pSprm); in Stop()
70 GetTab(nId).Stop(rOut, nId, pSprm, nSize, rMan); in Stop()
78 sal_uInt16 nSize; in Start() local
80 Fill(i, nId, nSize, pSprm); in Start()
81 GetTab(nId).Start(rOut, nId, pSprm, nSize, rMan); in Start()
254 nSize in Start()
260 ASSERT(sizeof(W1_BRC10) == nSize, "sizemissmatch"); in Start()
299 Ww1SingleSprmPBrc::Start(rOut, nId, pBrc, nSize, rMan, aBox); in Start()
478 nSize -= 3; in Start()
[all …]
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx63 typename InterfaceMap::size_type nSize = m_pMap->size(); in getContainedTypes() local
64 if( nSize != 0 ) in getContainedTypes()
66 ::com::sun::star::uno::Sequence< key > aInterfaceTypes( nSize ); in getContainedTypes()
81 if( i != nSize ) { in getContainedTypes()
147 typename InterfaceMap::size_type nSize = 0; in disposeAndClear() local
151 nSize = m_pMap->size(); in disposeAndClear()
152 if( nSize ) in disposeAndClear()
155 ppListenerContainers = new ppp[nSize]; in disposeAndClear()
171 for( typename InterfaceMap::size_type i = 0; i < nSize; i++ ) in disposeAndClear()

Completed in 197 milliseconds

12345678910>>...35