| /AOO41X/main/cppu/source/uno/ |
| H A D | sequence.cxx | 77 sal_Int32 nAlloc = -1 ) // >= 0 means (re)alloc memory for nAlloc elements in idefaultConstructElements() argument 83 if (nAlloc >= 0) in idefaultConstructElements() 84 pSeq = reallocSeq( pSeq, sizeof(sal_Unicode), nAlloc ); in idefaultConstructElements() 93 if (nAlloc >= 0) in idefaultConstructElements() 94 pSeq = reallocSeq( pSeq, sizeof(sal_Bool), nAlloc ); in idefaultConstructElements() 103 if (nAlloc >= 0) in idefaultConstructElements() 104 pSeq = reallocSeq( pSeq, sizeof(sal_Int8), nAlloc ); in idefaultConstructElements() 114 if (nAlloc >= 0) in idefaultConstructElements() 115 pSeq = reallocSeq( pSeq, sizeof(sal_Int16), nAlloc ); in idefaultConstructElements() 125 if (nAlloc >= 0) in idefaultConstructElements() [all …]
|
| /AOO41X/main/tools/source/debug/ |
| H A D | stcktree.cxx | 54 ImpDbgStackTree* Add( sal_uIntPtr nAlloc, sal_uIntPtr* pBP, sal_uIntPtr nIP ); 136 ImpDbgStackTree* ImpDbgStackTree::Add( sal_uIntPtr nAlloc, sal_uIntPtr *pBP, sal_uIntPtr nIP ) in Add() argument 142 return pLeft_->Add( nAlloc, pBP, nIP ); in Add() 148 return pRight_->Add( nAlloc, pBP, nIP ); in Add() 155 nBytes_ += nAlloc; in Add() 156 nBytesLeak_ += nAlloc; in Add() 160 nMax_ = nMin_ = nAlloc; in Add() 161 else if ( nMax_ < nAlloc ) in Add() 162 nMax_ = nAlloc; in Add() 163 else if ( nMin_ > nAlloc ) in Add() [all …]
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salprn.cxx | 579 LONG nAlloc = 0; in ImplGetFormAndTrayList() local 599 nAlloc = pQuerySize->ulSizeNeeded; in ImplGetFormAndTrayList() 600 pBuffer = (PBYTE)new PM_BYTE[nAlloc]; in ImplGetFormAndTrayList() 609 nAlloc, in ImplGetFormAndTrayList() 707 LONG nAlloc = 0; in ImplGetCurrentSettings() local 728 nAlloc = pQuerySize->ulSizeNeeded; in ImplGetCurrentSettings() 729 pBuffer = (PBYTE)new PM_BYTE[nAlloc]; in ImplGetCurrentSettings() 737 nAlloc, in ImplGetCurrentSettings() 875 LONG nAlloc = 0; in ImplSetOrientation() local 890 nAlloc = pQuerySize->ulSizeNeeded; in ImplSetOrientation() [all …]
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stgstrms.cxx | 210 sal_Int32 nAlloc; in AllocPages() local 219 nAlloc = nPgs; in AllocPages() 220 nBegin = FindBlock( nAlloc ); in AllocPages() 224 if( ( nBegin + nAlloc ) > nMaxPage ) in AllocPages() 225 nMaxPage = nBegin + nAlloc; in AllocPages() 226 if( !MakeChain( nBegin, nAlloc ) ) in AllocPages() 238 nLast = nBegin + nAlloc - 1; in AllocPages() 239 nPgs -= nAlloc; in AllocPages()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdetc.cxx | 727 sal_uInt16 nAlloc=nAnz; in RemoveWhichRange() local 736 else if (nBeg>=nRangeBeg && nEnd<=nRangeEnd) /* nCase=3 */ nAlloc-=2; in RemoveWhichRange() 739 else /* nCase=6 */ nAlloc+=2; in RemoveWhichRange() 742 sal_uInt16* pNewWhichTable=new sal_uInt16[nAlloc]; in RemoveWhichRange() 743 memcpy(pNewWhichTable,pOldWhichTable,nAlloc*sizeof(sal_uInt16)); in RemoveWhichRange() 744 pNewWhichTable[nAlloc-1]=0; // im Falle 3 fehlt die 0 am Ende in RemoveWhichRange() 746 nNum=nAlloc-1; in RemoveWhichRange()
|
| /AOO41X/main/formula/source/core/api/ |
| H A D | token.cxx | 1077 const size_t nAlloc = 256; in RewriteMissingToPof() local 1078 FormulaMissingContext aCtx[ nAlloc ]; in RewriteMissingToPof() 1079 int aOpCodeAddressStack[ nAlloc ]; // use of ADDRESS() function in RewriteMissingToPof() 1082 … FormulaMissingContext* pCtx = (nAlloc < nTokens ? new FormulaMissingContext[nTokens] : &aCtx[0]); in RewriteMissingToPof() 1083 int* pOcas = (nAlloc < nTokens ? new int[nTokens] : &aOpCodeAddressStack[0]); in RewriteMissingToPof()
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | pagedata.cxx | 86 nAlloc = nMax; in ScPageBreakData() 96 DBG_ASSERT(nPos < nAlloc, "ScPageBreakData::GetData bumm"); in GetData()
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | debug.hxx | 331 void* DbgGetStackTree( sal_uIntPtr nAlloc = 0 ); 332 void DbgFreeStackTree( void* p, sal_uIntPtr nAlloc = 0 );
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | pagedata.hxx | 72 size_t nAlloc; member in ScPageBreakData
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 163 sal_uInt16 nAlloc = WW8_RESERVED_SLOTS + m_rExport.pDoc->GetCharFmts()->Count() - 1 + in MSWordStyles() local 167 pFmtA = new SwFmt*[ nAlloc ]; in MSWordStyles() 168 memset( pFmtA, 0, nAlloc * sizeof( SwFmt* ) ); in MSWordStyles()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | compiler.cxx | 3786 const size_t nAlloc = 512; in CompileString() local 3787 FunctionStack aFuncs[ nAlloc ]; in CompileString() 3788 FunctionStack* pFunctionStack = (bPODF && rFormula.Len() > nAlloc ? in CompileString()
|