Home
last modified time | relevance | path

Searched refs:nAlloc (Results 1 – 11 of 11) sorted by path

/trunk/main/cppu/source/uno/
H A Dsequence.cxx83 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 …]
/trunk/main/formula/source/core/api/
H A Dtoken.cxx1077 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()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3786 const size_t nAlloc = 512; in CompileString() local
3787 FunctionStack aFuncs[ nAlloc ]; in CompileString()
3788 FunctionStack* pFunctionStack = (bPODF && rFormula.Len() > nAlloc ? in CompileString()
/trunk/main/sc/source/ui/docshell/
H A Dpagedata.cxx86 nAlloc = nMax; in ScPageBreakData()
96 DBG_ASSERT(nPos < nAlloc, "ScPageBreakData::GetData bumm"); in GetData()
/trunk/main/sc/source/ui/inc/
H A Dpagedata.hxx72 size_t nAlloc; member in ScPageBreakData
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx210 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()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx727 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx163 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()
/trunk/main/tools/inc/tools/
H A Ddebug.hxx331 void* DbgGetStackTree( sal_uIntPtr nAlloc = 0 );
332 void DbgFreeStackTree( void* p, sal_uIntPtr nAlloc = 0 );
/trunk/main/tools/source/debug/
H A Dstcktree.cxx142 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 …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx579 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 …]

Completed in 86 milliseconds