Home
last modified time | relevance | path

Searched refs:nCount (Results 151 – 175 of 1960) sorted by relevance

12345678910>>...79

/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx874 for ( i = 0; i < nCount; i++ ) in ReadPixMapEtc()
880 nByteCount -= 1 + nCount; in ReadPixMapEtc()
886 for ( i = 0; i < nCount; i++ ) in ReadPixMapEtc()
900 sal_uInt16 nByteCount, nCount, nDestBPL,nD; in ReadPixMapEtc() local
942 nCount=((sal_uInt16)nFlagCounterByte)+1; in ReadPixMapEtc()
957 if ( nCount + nx > nWidth ) in ReadPixMapEtc()
958 nCount = nWidth - nx; in ReadPixMapEtc()
963 for (i=0; i<nCount; i++) in ReadPixMapEtc()
977 sal_uInt16 nByteCount, nCount; in ReadPixMapEtc() local
1040 while( nCount-- ) in ReadPixMapEtc()
[all …]
/aoo41x/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx89 sal_Int32 nOffset, sal_Int32 nCount) in WW8StructBase() argument
90 : mSequence(rStream.get(nOffset, nCount)), mpParent(0), mpDocument(0) in WW8StructBase()
102 sal_uInt32 nCount = 0) in WW8StructBase() argument
103 : mSequence(rSequence, nOffset, nCount), mpParent(0), mpDocument(0) in WW8StructBase()
115 sal_uInt32 nOffset, sal_uInt32 nCount);
125 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8StructBase() argument
126 : mSequence(pParent->mSequence, nOffset, nCount), mpParent(pParent), in WW8StructBase()
129 if (nOffset + nCount > pParent->mSequence.getCount()) in WW8StructBase()
/aoo41x/main/sc/source/core/data/
H A Dattrib.cxx503 nCount ( rCpy.nCount ) in ScTableListItem()
505 if ( nCount > 0 ) in ScTableListItem()
507 pTabArr = new SCTAB [nCount]; in ScTableListItem()
539 if ( rCpy.nCount > 0 ) in operator =()
541 pTabArr = new SCTAB [rCpy.nCount]; in operator =()
548 nCount = rCpy.nCount; in operator =()
560 sal_Bool bEqual = (nCount == rCmp.nCount); in operator ==()
562 if ( nCount > 0 ) in operator ==()
568 while ( bEqual && i<nCount ) in operator ==()
606 if ( nCount>0 && pTabArr ) in GetPresentation()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmltabi.cxx209 sal_uInt16 nCount = mpTabStops->Count(); in ~SvxXMLTabStopImportContext() local
210 while( nCount ) in ~SvxXMLTabStopImportContext()
212 nCount--; in ~SvxXMLTabStopImportContext()
213 SvxXMLTabStopContext_Impl *pTabStop = (*mpTabStops)[nCount]; in ~SvxXMLTabStopImportContext()
214 mpTabStops->Remove( nCount, 1 ); in ~SvxXMLTabStopImportContext()
255 sal_uInt16 nCount = mpTabStops ? mpTabStops->Count() : 0; in EndElement() local
256 uno::Sequence< style::TabStop> aSeq( nCount ); in EndElement()
263 for( sal_uInt16 i=0; i < nCount; i++ ) in EndElement()
277 if( nCount != nNewCount ) in EndElement()
H A Dxmlimppr.cxx373 sal_Int32 nCount = rProperties.size(); in FillPropertySequence() local
375 rValues.realloc( nCount ); in FillPropertySequence()
377 for( sal_Int32 i=0; i < nCount; i++ ) in FillPropertySequence()
391 if( nValueCount < nCount ) in FillPropertySequence()
402 sal_Int32 nCount = aProperties.size(); in CheckSpecialContext() local
406 for( sal_Int32 i=0; i < nCount; i++ ) in CheckSpecialContext()
493 sal_Int32 nCount = rProperties.size(); in _FillPropertySet() local
496 for( sal_Int32 i=0; i < nCount; i++ ) in _FillPropertySet()
607 sal_Int32 nCount = rProperties.size(); in _PrepareForMultiPropertySet() local
611 aPropertyPairs.reserve( nCount ); in _PrepareForMultiPropertySet()
[all …]
/aoo41x/main/svx/source/xoutdev/
H A D_xpoly.cxx220 if( (nPoints + nCount) > nSize ) in InsertSpace()
221 Resize( nPoints + nCount ); in InsertSpace()
233 memset( &pFlagAry [nPos], 0, nCount ); in InsertSpace()
235 nPoints = nPoints + nCount; in InsertSpace()
253 if( (nPos + nCount) <= nPoints ) in Remove()
263 memset( &pPointAry[nPoints - nCount], 0, nCount * sizeof( Point ) ); in Remove()
264 memset( &pFlagAry [nPoints - nCount], 0, nCount ); in Remove()
265 nPoints = nPoints - nCount; in Remove()
647 pImpXPolygon->Remove( nPos, nCount ); in Remove()
668 sal_uInt16 nCount = pImpXPolygon->nPoints; in Move() local
[all …]
/aoo41x/main/vcl/source/gdi/
H A Doctree.cxx199 (*ppNode)->nCount++; in ImplAdd()
242 pNode->nCount += pChild->nCount; in ImplReduce()
264 aPal[ nPalIndex++ ] = BitmapColor( (sal_uInt8) ( (double) pNode->nRed / pNode->nCount ), in CreatePalette()
265 (sal_uInt8) ( (double) pNode->nGreen / pNode->nCount ), in CreatePalette()
266 (sal_uInt8) ( (double) pNode->nBlue / pNode->nCount ) ); in CreatePalette()
360 const sal_uLong nCount = nMax * nMax * nMax; in ImplCreateBuffers() local
361 const sal_uLong nSize = nCount * sizeof( sal_uLong ); in ImplCreateBuffers()
363 pMap = (sal_uInt8*) rtl_allocateMemory( nCount ); in ImplCreateBuffers()
364 memset( pMap, 0x00, nCount ); in ImplCreateBuffers()
/aoo41x/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local
235 nCount = 0; in ImplReadBody()
258 while ( nCount > 0 && nx > 0) in ImplReadBody()
262 nCount--; in ImplReadBody()
269 nCount =( (sal_uLong)nDat ) & 0x003f; in ImplReadBody()
271 if ( nCount < nx ) in ImplReadBody()
273 nx -= nCount; in ImplReadBody()
274 while ( nCount > 0) in ImplReadBody()
277 nCount--; in ImplReadBody()
282 nCount -= nx; in ImplReadBody()
/aoo41x/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl77 @param nCount
83 boolean goLeft( [in] short nCount,
90 @param nCount
96 boolean goRight( [in] short nCount,
103 @param nCount
109 boolean goUp( [in] short nCount,
116 @param nCount
122 boolean goDown( [in] short nCount,
155 @param nCount
166 boolean splitRange( [in] short nCount,
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx959 if ( bOn && nCount > 0 ) in DrawTextOpaque()
963 for( MSHORT i = 0; i < nCount; ++i ) in DrawTextOpaque()
1064 if ( bOn && nCount > 0 ) in DrawFlyRect()
1433 if( nCount && bWrapAllowed ) in InitAnchoredObjList()
1622 if( nCount ) in CalcMinBottom()
1843 MSHORT nCount; in ContourRect() local
1861 if( bSet && nIdx < nCount ) in ContourRect()
1893 MSHORT nCount = rPol.GetSize(); in ShowContour() local
1894 if( nCount > 1 && rPol[ 0 ] == rPol[ nCount - 1 ] ) in ShowContour()
1907 MSHORT nCount = rPol.GetSize(); in ShowContour() local
[all …]
H A Dnoteurl.cxx47 MSHORT nCount = aList.Count(); in SV_IMPL_PTRARR() local
48 for( i = 0; i < nCount; i++ ) in SV_IMPL_PTRARR()
51 if( i == nCount ) in SV_IMPL_PTRARR()
54 aList.Insert( pNew, nCount ); in SV_IMPL_PTRARR()
63 MSHORT nCount = Count(); in FillImageMap() local
64 if( nCount ) in FillImageMap()
67 for( MSHORT i = 0; i < nCount; ++i ) in FillImageMap()
H A Datrstck.cxx296 : nCount( 0 ), nSize( INITIAL_NUM_ATTR ) in SwAttrStack()
308 if ( nCount >= nSize ) in Insert()
335 if ( nPos < nCount ) in Insert()
337 ( nCount - nPos ) * sizeof(SwTxtAttr*) in Insert()
341 nCount++; in Insert()
351 if ( nPos < nCount ) in Remove()
354 ( nCount - 1 - nPos ) * sizeof(SwTxtAttr*) in Remove()
356 nCount--; in Remove()
366 return nCount ? pArray[ nCount - 1 ] : 0; in Top()
375 if ( ! nCount ) in Pos()
[all …]
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx353 if(0L == nCount) in adaptiveSubdivideByCount()
355 nCount = COUNT_SUBDIVIDE_DEFAULT; in adaptiveSubdivideByCount()
1494 if(nCount > 1) in applyLineDashing()
1516 if(nCount > 1) in applyLineDashing()
1529 pGapTarget->remove(nCount - 1); in applyLineDashing()
2338 if(nCount > 2L) in addTriangleFan()
3199 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nCount : nCount - 1); in createSimplifiedPolygon()
3668 if(nIndex >= nCount) in getTangentEnteringPoint()
3676 … sal_uInt32 nPrev(bClosed ? (nIndex + nCount - 1) % nCount : nIndex ? nIndex - 1 : nIndex); in getTangentEnteringPoint()
3701 nPrev = bClosed ? (nPrev + nCount - 1) % nCount : nPrev ? nPrev - 1 : nIndex; in getTangentEnteringPoint()
[all …]
/aoo41x/main/vcl/os2/source/app/
H A Dsalinst.cxx269 ULONG n = nCount; in ImplSalReleaseYieldMutex()
276 return nCount; in ImplSalReleaseYieldMutex()
281 void ImplSalAcquireYieldMutex( ULONG nCount ) in ImplSalAcquireYieldMutex() argument
288 while ( nCount ) in ImplSalAcquireYieldMutex()
291 nCount--; in ImplSalAcquireYieldMutex()
525 void Os2SalInstance::AcquireYieldMutex( ULONG nCount ) in AcquireYieldMutex() argument
527 ImplSalAcquireYieldMutex( nCount ); in AcquireYieldMutex()
582 ULONG nCount = pYieldMutex->GetAcquireCount( nCurThreadId ); in Yield() local
583 ULONG n = nCount; in Yield()
606 n = nCount; in Yield()
[all …]
/aoo41x/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx391 sal_Int32 nCount = aKeys.getLength(); in renameAdditionalPropertySet() local
392 if ( nCount > 0 ) in renameAdditionalPropertySet()
408 for ( sal_Int32 n = 0; n < nCount; ++n ) in renameAdditionalPropertySet()
478 sal_Int32 nCount = aKeys.getLength(); in copyAdditionalPropertySet() local
479 if ( nCount > 0 ) in copyAdditionalPropertySet()
495 for ( sal_Int32 n = 0; n < nCount; ++n ) in copyAdditionalPropertySet()
540 sal_Int32 nCount = aValues.getLength(); in copyAdditionalPropertySet() local
545 if ( nCount ) in copyAdditionalPropertySet()
564 for ( sal_Int32 n = 0; n < nCount; ++n ) in copyAdditionalPropertySet()
617 sal_Int32 nCount = aKeys.getLength(); in removeAdditionalPropertySet() local
[all …]
/aoo41x/main/sw/source/core/bastyp/
H A Dbparr.cxx304 int nCount = q->nElem; in Insert() local
305 ElementPtr *pFrom = q->pData + nCount, in Insert()
307 while( nCount-- ) in Insert()
352 int nCount = p->nElem - sal_uInt16(pos); in Insert() local
355 while( nCount-- ) in Insert()
392 int nCount = p->nElem - nel - sal_uInt16(pos); in Remove() local
393 while( nCount-- ) in Remove()
514 for( sal_uInt16 nCount = n, nOff = pLast->nElem; in Compress() local
515 nCount; --nCount, ++pElem ) in Compress()
536 int nCount = p->nElem; in Compress() local
[all …]
/aoo41x/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx395 sal_Int32 nCount = 0; in getAccessibleChildCount() local
400 return nCount; in getAccessibleChildCount()
525 sal_Int32 i, nCount = 0; in clearAccessibleSelection() local
526 nCount = getListBox()->GetLevelChildCount( NULL ); in clearAccessibleSelection()
527 for ( i = 0; i < nCount; ++i ) in clearAccessibleSelection()
541 sal_Int32 i, nCount = 0; in selectAllAccessibleChildren() local
542 nCount = getListBox()->GetLevelChildCount( NULL ); in selectAllAccessibleChildren()
543 for ( i = 0; i < nCount; ++i ) in selectAllAccessibleChildren()
582 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChild() local
583 nCount = getListBox()->GetLevelChildCount( NULL ); in getSelectedAccessibleChild()
[all …]
/aoo41x/main/ucb/source/sorter/
H A Dsortresult.cxx1405 long i, nCount; in CopyData() local
1414 nCount = pSrcS2O->Count(); in CopyData()
1416 for ( i=1; i<nCount; i++ ) in CopyData()
1537 for ( i=0; i<nCount; i++ ) in InsertNew()
1546 mnCount += nCount; in InsertNew()
1560 mnLastSort -= nCount; in Remove()
1600 mnCount -= nCount; in Remove()
1612 for ( i=0; i<nCount; i++ ) in Move()
1642 for ( i=0; i<nCount; i++ ) in Move()
1651 nTo = nPos + nCount - 1; in Move()
[all …]
/aoo41x/main/svx/source/dialog/
H A Ddlgctrl.cxx1314 long nCount = aColorTab->Count(); in Fill() local
1318 for( long i = 0; i < nCount; i++ ) in Fill()
1352 long nCount = aColorTab->Count(); in Fill() local
1356 for( long i = 0; i < nCount; i++ ) in Fill()
1391 for( long i = 0; i < nCount; i++ ) in Fill()
1472 for( long i = 0; i < nCount; i++ ) in Fill()
1511 for( long i = 0; i < nCount; i++ ) in Fill()
1592 for( long i = 0; i < nCount; i++ ) in Fill()
1688 for(long i(0); i < nCount; i++) in Fill()
1793 for(long i(0); i < nCount; i++) in Fill()
[all …]
/aoo41x/main/sw/source/core/edit/
H A Dedundo.cxx98 bool SwEditShell::Undo(sal_uInt16 const nCount) in Undo() argument
118 const bool bRestoreCrsr = nCount == 1 in Undo()
131 for (sal_uInt16 i = 0; i < nCount; ++i) in Undo()
155 bool SwEditShell::Redo(sal_uInt16 const nCount) in Redo() argument
177 const bool bRestoreCrsr = nCount == 1 && UNDO_SETDEFTATTR == nFirstRedoId; in Redo()
187 for (sal_uInt16 i = 0; i < nCount; ++i) in Redo()
213 bool SwEditShell::Repeat(sal_uInt16 const nCount) in Repeat() argument
222 bRet = GetDoc()->GetIDocumentUndoRedo().Repeat( context, nCount ) in Repeat()
/aoo41x/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx289 , nCount( 0 ) in XMLTextColumnsContext()
309 nCount = (sal_Int16)nVal; in XMLTextColumnsContext()
394 if ( 0 == nCount ) in EndElement()
400 pColumns->Count() == (sal_uInt16)nCount ) in EndElement()
409 for( i = 0; i < nCount; i++ ) in EndElement()
419 if( nColumnsWithWidth < nCount ) in EndElement()
422 ? USHRT_MAX / nCount in EndElement()
425 for( i=0; i < nCount; i++ ) in EndElement()
439 Sequence< TextColumn > aColumns( (sal_Int32)nCount ); in EndElement()
441 for( i=0; i < nCount; i++ ) in EndElement()
[all …]
/aoo41x/main/oox/source/xls/
H A Drichstring.cxx164 sal_Int32 nCount = rStrm.readInt32(); in importPortions() local
166 if( nCount > 0 ) in importPortions()
168 reserve( getLimitedValue< size_t, sal_Int64 >( nCount, 0, rStrm.getRemaining() / 4 ) ); in importPortions()
172 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
183 reserve( nCount ); in importPortions()
187 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
196 sal_uInt16 nCount = b16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in importPortions() local
197 importPortions( rStrm, nCount, b16Bit ? BIFF_FONTPORTION_16BIT : BIFF_FONTPORTION_8BIT ); in importPortions()
329 sal_Int32 nCount = rStrm.readInt32(); in importPortions() local
331 if( nCount > 0 ) in importPortions()
[all …]
/aoo41x/main/ucbhelper/source/client/
H A Dcontent.cxx620 Sequence< Any > aValues( nCount ); in getPropertyValues()
641 Sequence< Any > aValues( nCount ); in getPropertyValues()
660 Sequence< Property > aProps( nCount ); in getPropertyValuesInterface()
665 for ( sal_Int32 n = 0; n< nCount; ++n ) in getPropertyValuesInterface()
693 Sequence< Property > aProps( nCount ); in getPropertyValuesInterface()
698 for ( sal_Int32 n = 0; n< nCount; ++n ) in getPropertyValuesInterface()
739 sal_Int32 nCount = rValues.getLength(); in setPropertyValues() local
746 for ( sal_Int32 n = 0; n< nCount; ++n ) in setPropertyValues()
787 sal_Int32 nCount = rValues.getLength(); in setPropertyValues() local
854 Sequence< Property > aProps( nCount ); in createCursorAny()
[all …]
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx643 if (nCount) in IsSelected()
1792 sal_Int32 nCount(1); in getAccessibleChildCount() local
1797 ++nCount; in getAccessibleChildCount()
1799 return nCount; in getAccessibleChildCount()
1905 ++nCount; in selectAccessibleChild()
1940 ++nCount; in isAccessibleChildSelected()
1995 sal_Int32 nCount(0); in getSelectedAccessibleChildCount() local
2001 ++nCount; in getSelectedAccessibleChildCount()
2004 ++nCount; in getSelectedAccessibleChildCount()
2006 return nCount; in getSelectedAccessibleChildCount()
[all …]
/aoo41x/main/sfx2/source/bastyp/
H A Dfltfnc.cxx241 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetDefaultFilter_Impl()
357 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetAnyFilter()
650 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4Mime()
673 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4EA()
702 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4Extension()
756 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4UIName()
816 sal_uInt16 nCount = ( sal_uInt16 ) pList->Count(); in GetFilter4FilterName() local
817 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4FilterName()
891 for( nItem=0; nItem<nCount; ++nItem ) in implc_convertStringlistToString()
898 if( nItem+1<nCount ) in implc_convertStringlistToString()
[all …]

Completed in 466 milliseconds

12345678910>>...79