Home
last modified time | relevance | path

Searched refs:nSize (Results 51 – 75 of 861) sorted by relevance

12345678910>>...35

/trunk/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()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx231 sal_uInt16 nSize = m_aHeader.db_slng; in AllocBuffer() local
232 OSL_ENSURE(nSize > 0, "Size too small"); in AllocBuffer()
234 if (m_nBufferSize != nSize) in AllocBuffer()
241 if (m_pBuffer == NULL && nSize > 0) in AllocBuffer()
243 m_nBufferSize = nSize; in AllocBuffer()
478 if (nSize > rStream.Seek(STREAM_SEEK_TO_END)) in operator <<()
480 rStream.SetStreamSize(nSize); in operator <<()
502 sal_uIntPtr nSize = nBufferSize - nTell; in operator <<() local
503 if ( nSize <= nBufferSize ) in operator <<()
505 char* pEmptyData = new char[nSize]; in operator <<()
[all …]
/trunk/main/svl/source/items/
H A Dlckbitem.cxx101 sal_uInt32 nSize = 0; in Create() local
105 rStream >> nSize; in Create()
109 if( (nSize - nActRead) > MAX_BUF ) in Create()
112 nToRead = nSize - nActRead; in Create()
115 } while( nSize > nActRead ); in Create()
125 sal_uInt32 nSize = aLockBytesStream.Seek( STREAM_SEEK_TO_END ); in Store() local
128 rStream << nSize; in Store()
169 nLen = aStat.nSize; in QueryValue()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx140 if (returnType->nSize <= 1) { in callVirtualMethod()
143 else if (returnType->nSize <= 2) { in callVirtualMethod()
146 else if (returnType->nSize <= 8) { in callVirtualMethod()
148 if (returnType->nSize > 4) { in callVirtualMethod()
196 ? malloc( pReturnTypeDescr->nSize ) in cpp_call()
198 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
260 *(void **)pCppStack = pCppArgs[nPos] = malloc( pParamTypeDescr->nSize ), in cpp_call()
262 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
275 *(void **)pCppStack = pCppArgs[nPos] = malloc( pParamTypeDescr->nSize ), in cpp_call()
277 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/trunk/main/sot/source/sdstor/
H A Dstgole.cxx57 sal_uLong StgInternalStream::GetData( void* pData, sal_uLong nSize ) in GetData() argument
61 nSize = pStrm->Read( pData, nSize ); in GetData()
63 return nSize; in GetData()
69 sal_uLong StgInternalStream::PutData( const void* pData, sal_uLong nSize ) in PutData() argument
73 nSize = pStrm->Write( pData, nSize ); in PutData()
75 return nSize; in PutData()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass1.cxx189 sal_uInt32 nSize; in ImplDoClass1() local
190 nSize = ImplGetUI( 1 ); in ImplDoClass1()
191 pElement->aFontList.InsertName( mpSource + mnParaSize, nSize ); in ImplDoClass1()
192 mnParaSize += nSize; in ImplDoClass1()
201 sal_uInt32 nSize; in ImplDoClass1() local
203 nSize = ImplGetUI( 1 ); in ImplDoClass1()
204 pElement->aFontList.InsertCharSet( (CharSetType)nCharSetType, mpSource + mnParaSize, nSize ); in ImplDoClass1()
205 mnParaSize += nSize; in ImplDoClass1()
/trunk/main/sal/rtl/source/
H A Dbyteseq.c81 sal_Sequence ** ppSequence, sal_Int32 nSize ) in rtl_byte_sequence_realloc() argument
90 if (nElements == nSize) in rtl_byte_sequence_realloc()
95 pNew = (sal_Sequence *)rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE + nSize ); in rtl_byte_sequence_realloc()
99 if (nSize > nElements) in rtl_byte_sequence_realloc()
102 rtl_zeroMemory( pNew->elements + nElements, nSize - nElements ); in rtl_byte_sequence_realloc()
106 rtl_copyMemory( pNew->elements, pSequence->elements, nSize ); in rtl_byte_sequence_realloc()
117 pSequence, SAL_SEQUENCE_HEADER_SIZE + nSize ); in rtl_byte_sequence_realloc()
123 pSequence->nElements = nSize; in rtl_byte_sequence_realloc()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx612 nSize(0) in ScRowFormatRanges()
620 nSize(pRanges->nSize) in ScRowFormatRanges()
631 nSize = 0; in Clear()
670 ++nSize; in AddRange()
727 ++nSize; in AddRange()
738 --nSize; in GetNext()
765 return nSize; in GetSize()
827 if (nTable > nSize) in AddNewTable()
1154 if (nTable > nSize) in AddNewTable()
1212 if (nTable > nSize) in AddNewTable()
[all …]
/trunk/main/basic/source/comp/
H A Dbuffer.cxx45 nSize = in SbiBuffer()
71 if( ( static_cast<sal_uInt32>( nOff )+ n ) > static_cast<sal_uInt32>( nSize ) ) in Check()
78 if( ( static_cast<sal_uInt32>( nSize ) + nn ) > UP_LIMIT ) p = NULL; in Check()
79 else p = new char [nSize + nn]; in Check()
89 if( nSize ) memcpy( p, pBuf, nSize ); in Check()
93 nSize = nSize + nn; in Check()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx46 unsigned long nSize; // size in bytes of this structure member
74 unsigned long nSize; // size in bytes of this structure member
92 unsigned long nSize; // size in bytes of this structure member
108 unsigned long nSize; // size in bytes of this structure member
131 unsigned long nSize; // size in bytes of this structure member
159 unsigned long nSize; // size in bytes of this structure member
184 unsigned long nSize; // size in bytes of this structure member
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx217 aNewSeq.realloc(nSize+1); in addToSequence()
218 aNewSeq[nSize] = rNewValue; in addToSequence()
1192 aUserData.realloc(nSize+1); in fillNode()
1204 aUserData.realloc(nSize+1); in fillNode()
1228 aUserData.realloc(nSize+1); in fillNode()
1239 aUserData.realloc(nSize+1); in fillNode()
1278 aUserData.realloc(nSize+1); in fillNode()
1290 aUserData.realloc(nSize+1); in fillNode()
1302 aUserData.realloc(nSize+1); in fillNode()
3454 while( nIndex < nSize ) in dump()
[all …]
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx205 pObjArr = new SwUndoGroupObjImpl[ nSize ]; in SwUndoDrawGroup()
213 for( sal_uInt16 n = 1; n < nSize; ++n, ++pTmp ) in ~SwUndoDrawGroup()
246 for( sal_uInt16 n = 1; n < nSize; ++n ) in UndoImpl()
278 for( sal_uInt16 n = 1; n < nSize; ++n ) in RedoImpl()
343 nSize = (sal_uInt16)pObj->GetSubList()->GetObjCount() + 1; in SwUndoDrawUnGroup()
344 pObjArr = new SwUndoGroupObjImpl[ nSize ]; in SwUndoDrawUnGroup()
371 for( sal_uInt16 n = 1; n < nSize; ++n, ++pTmp ) in ~SwUndoDrawUnGroup()
388 for( sal_uInt16 n = 1; n < nSize; ++n ) in UndoImpl()
440 for( sal_uInt16 n = 1; n < nSize; ++n ) in RedoImpl()
517 : SwUndo( UNDO_DRAWDELETE ), nSize( nCnt ), bDelFmt( sal_True ) in SwUndoDrawDelete()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx176 long nSize= GetItemSize( TOP_WINDOW); variable
178 pConfig->setBeamerSize(nSize);
179 nSize = GetItemSize( BOTTOM_WINDOW);
180 pConfig->setViewSize(nSize);
196 long nSize = pConfig->getBeamerSize(); in createTopFrame() local
197 InsertItem(TOP_WINDOW, pTopWin, nSize, 1, 0, SWIB_PERCENTSIZE ); in createTopFrame()
214 long nSize = pConfig->getViewSize(); in createBottomFrame() local
215 InsertItem(BOTTOM_WINDOW, pBottomWin, nSize, 1, 0, SWIB_PERCENTSIZE ); in createBottomFrame()
/trunk/main/cppu/source/uno/
H A Ddestr.hxx87 sal_Int32 nElementSize = pElementType->nSize; in _destructArray()
252 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements()
260 sal_Int32 nSize = pElementTypeDescr->nSize; in idestructElements() local
262 return nSize; in idestructElements()
268 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements()
276 sal_Int32 nSize = pElementTypeDescr->nSize; in idestructElements() local
278 return nSize; in idestructElements()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx210 long ZCodec::Write( SvStream& rOStm, const sal_uInt8* pData, sal_uIntPtr nSize ) in Write() argument
218 PZSTREAM->avail_in = nSize; in Write()
232 return ( mbStatus ) ? (long)nSize : -1; in Write()
237 long ZCodec::Read( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in Read() argument
250 PZSTREAM->avail_out = nSize; in Read()
279 return (mbStatus ? (long)(nSize - PZSTREAM->avail_out) : -1); in Read()
284 long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in ReadAsynchron() argument
297 PZSTREAM->avail_out = nSize; in ReadAsynchron()
338 return (mbStatus ? (long)(nSize - PZSTREAM->avail_out) : -1); in ReadAsynchron()
/trunk/main/tools/source/stream/
H A Dcachestr.cxx166 sal_uIntPtr SvCacheStream::GetData( void* pData, sal_uIntPtr nSize ) in GetData() argument
168 return pCurrentStream->Read( pData, nSize ); in GetData()
181 sal_uIntPtr SvCacheStream::PutData( const void* pData, sal_uIntPtr nSize ) in PutData() argument
185 && pCurrentStream->Tell() + nSize > nMaxSize ) in PutData()
187 return pCurrentStream->Write( pData, nSize ); in PutData()
252 void SvCacheStream::SetSize( sal_uIntPtr nSize ) in SetSize() argument
254 pCurrentStream->SetStreamSize( nSize ); in SetSize()
/trunk/main/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx141 … const sal_Int32 nSize = std::min(rEntryKeyAspectRatio.Width,rEntryKeyAspectRatio.Height); in createSymbol() local
145 drawing::Direction3D aSymbolSize( nSize, nSize, 0 ); in createSymbol()
184 … sal_Int32 nSize = std::min( rEntryKeyAspectRatio.Width, rEntryKeyAspectRatio.Height ); in createSymbol() local
185 xShape->setSize( awt::Size( nSize, nSize ) ); in createSymbol()
186 …setPosition( awt::Point( rEntryKeyAspectRatio.Width/2-nSize/2, rEntryKeyAspectRatio.Height/2-nSize in createSymbol()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx468 sal_uInt16 nSize,i; in ReadPolygon() local
471 *pPict >> nSize; in ReadPolygon()
474 nSize=(nSize-10)/4; in ReadPolygon()
602 sal_uInt16 nSize; in ReadAndDrawRgn() local
604 *pPict >> nSize; in ReadAndDrawRgn()
819 sal_uInt16 nSize; in ReadPixMapEtc() local
820 *pPict >> nSize; in ReadPixMapEtc()
1858 if ( nSize & 1 ) in ReadPict()
1859 nSize++; in ReadPict()
1861 nPos+=2+nSize; in ReadPict()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx125 sal_uInt32 nSize = pData->size(); in Clear() local
126 for( sal_uInt32 i = 0 ; i < nSize ; i++ ) in Clear()
301 if( nIdx > nSize ) in Insert32()
302 nIdx = nSize; in Insert32()
305 if( nIdx == nSize ) in Insert32()
369 sal_uInt32 nSize = p->Count(); in Merge() local
370 for( sal_uInt32 i = 0; i < nSize; i++ ) in Merge()
642 p->nSize = ub - lb + 1; in AddDimImpl32()
719 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()
738 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx157 size_t nSize(stc); in ReadName() local
158 if (!nSize) in ReadName()
160 else if (nSize - 222 >= sizeof(names) / sizeof(*names)) in ReadName()
163 pStr = names[nSize-222]; in ReadName()
481 sal_uInt16 nSize = SVBT8ToByte(pSprm); in Size() local
482 if (nSize != 255) in Size()
483 nRet = nRet + nSize; in Size()
715 Ww1Sprm(Sprm(pByte, nSize), SprmSize(pByte, nSize)) in Ww1SprmPapx()
718 memcpy(&aPapx, pByte, nSize<sizeof(aPapx)?nSize:sizeof(aPapx)); in Ww1SprmPapx()
724 if (nSize >= sizeof(W1_PAPX)) in SprmSize()
[all …]
H A Dw1filter.cxx1846 for (i=0;nSize>0&&i<16;i++) in WriteBmp()
1850 nSize -= sizeof(sal_uInt8); in WriteBmp()
1853 nSize -= sizeof(sal_uInt8); in WriteBmp()
1856 nSize -= sizeof(sal_uInt8); in WriteBmp()
1864 for (j=0;nSize>0&&j<maxy;j++) in WriteBmp()
1872 nSize -= sizeof(sal_uInt8); in WriteBmp()
1878 nSize -= sizeof(sal_uInt8); in WriteBmp()
1888 for (j=0;nSize>0&&j<maxy;j++) in WriteBmp()
1890 for (i=0;nSize>0&&i<maxx;i+=2) in WriteBmp()
1895 nSize -= sizeof(sal_uInt8); in WriteBmp()
[all …]
/trunk/main/xmloff/source/style/
H A Dbordrhdl.cxx175 sal_uInt16 nSize; in lcl_frmitems_setXMLBorderWidth() local
179 nSize = sizeof( aSBorderWidths ); in lcl_frmitems_setXMLBorderWidth()
184 nSize = sizeof( aDBorderWidths ); in lcl_frmitems_setXMLBorderWidth()
187 sal_uInt16 i = (nSize / sizeof(sal_uInt16)) - 4; in lcl_frmitems_setXMLBorderWidth()
201 sal_uInt16 nSize = sizeof( aDBorderWidths ); in lcl_frmitems_setXMLBorderWidth()
202 sal_uInt16 i = (nSize / sizeof(sal_uInt16)) - 4; in lcl_frmitems_setXMLBorderWidth()
260 sal_uInt16 nSize = sizeof( aDBorderWidths ); in importXML() local
261 for( sal_uInt16 i=0; i < nSize; i += 4 ) in importXML()
269 sal_uInt16 nWidth = i < nSize ? 0 : nOutWidth + nInWidth + nDistance; in importXML()
/trunk/main/autodoc/source/parser/inc/adoc/
H A Dtk_docw.hxx61 : nSize(i_nSize) {} in Tok_Whitespace()
67 UINT8 Size() const { return nSize; } in Size()
71 UINT8 nSize; member in adoc::Tok_Whitespace
80 : nSize(i_nSize) {} in Tok_LineStart()
86 UINT8 Size() const { return nSize; } in Size()
90 UINT8 nSize; member in adoc::Tok_LineStart
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx428 return nSize; in ImplVBAInfoContainer()
479 return nSize; in ImplSlideViewInfoContainer()
499 return nSize; in ImplOutlineViewInfoContainer()
530 return nSize; in ImplProgBinaryTag()
561 return nSize; in ImplProgBinaryTagContainer()
568 sal_uInt32 nSize = 0; in ImplProgTagContainer() local
571 nSize = 8; in ImplProgTagContainer()
584 return nSize; in ImplProgTagContainer()
609 return nSize; in ImplDocumentListContainer()
632 return nSize; in ImplMasterSlideListContainer()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx82 sal_uInt32 nSize = 0; in parseDOS() local
132 nSize = nMonth; in parseDOS()
139 nSize = nMonth; in parseDOS()
279 nSize = *p - '0'; in parseDOS()
295 nSize = *p - '0'; in parseDOS()
326 nSize = 10 * nSize + (*p - '0'); in parseDOS()
335 nSize = 10 * nSize + (*p - '0'); in parseDOS()
514 rEntry.m_nSize = nSize; in parseDOS()
699 ULONG nSize = *p - '0'; in parseVMS() local
702 nSize = 10 * rEntry.m_nSize + (*p++ - '0'); in parseVMS()
[all …]

Completed in 163 milliseconds

12345678910>>...35