Searched refs:nAlloc (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/cppu/source/uno/ |
H A D | sequence.cxx | 83 if (nAlloc >= 0) in idefaultConstructElements() 93 if (nAlloc >= 0) in idefaultConstructElements() 103 if (nAlloc >= 0) in idefaultConstructElements() 114 if (nAlloc >= 0) in idefaultConstructElements() 125 if (nAlloc >= 0) in idefaultConstructElements() 136 if (nAlloc >= 0) in idefaultConstructElements() 147 if (nAlloc >= 0) in idefaultConstructElements() 161 if (nAlloc >= 0) in idefaultConstructElements() 175 if (nAlloc >= 0) in idefaultConstructElements() 190 if (nAlloc >= 0) in idefaultConstructElements() [all …]
|
/aoo42x/main/tools/source/debug/ |
H A D | stcktree.cxx | 142 return pLeft_->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() 164 nMin_ = nAlloc; in Add() 266 if ( nAlloc < p->nMin_ ) in DbgFreeStackTree() 267 nAlloc = p->nMin_; in DbgFreeStackTree() [all …]
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 579 LONG nAlloc = 0; in ImplGetFormAndTrayList() local 599 nAlloc = pQuerySize->ulSizeNeeded; in ImplGetFormAndTrayList() 609 nAlloc, in ImplGetFormAndTrayList() 707 LONG nAlloc = 0; in ImplGetCurrentSettings() local 737 nAlloc, in ImplGetCurrentSettings() 875 LONG nAlloc = 0; in ImplSetOrientation() local 907 nAlloc, in ImplSetOrientation() 932 LONG nAlloc = 0; in ImplSetPaperSize() local 964 nAlloc, in ImplSetPaperSize() 989 LONG nAlloc = 0; in ImplSetPaperBin() local [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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 );
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | pagedata.hxx | 72 size_t nAlloc; member in ScPageBreakData
|
/aoo42x/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()
|
/aoo42x/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()
|
Completed in 82 milliseconds