Home
last modified time | relevance | path

Searched refs:mnCount (Results 1 – 25 of 46) sorted by relevance

12

/aoo4110/main/tools/source/generic/
H A Dpoly2.cxx55 mnCount = nInitSize; in DBG_NAME()
66 mnCount = rImplPolyPoly.mnCount; in ImplPolyPolygon()
73 for ( sal_uInt16 i = 0; i < mnCount; i++ ) in ImplPolyPolygon()
86 for ( sal_uInt16 i = 0; i < mnCount; i++ ) in ~ImplPolyPolygon()
163 if ( nPos > mpImplPolyPolygon->mnCount ) in Insert()
164 nPos = mpImplPolyPolygon->mnCount; in Insert()
184 else if ( nPos < mpImplPolyPolygon->mnCount ) in Insert()
192 mpImplPolyPolygon->mnCount++; in Insert()
210 mpImplPolyPolygon->mnCount--; in Remove()
274 mpImplPolyPolygon->mnCount = 0; in Clear()
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dsalbtype.hxx534 mnCount ( 0 ) in BitmapPalette()
541 mnCount( rBitmapPalette.mnCount ) in BitmapPalette()
543 if( mnCount ) in BitmapPalette()
556 mnCount( nCount ) in BitmapPalette()
558 if( mnCount ) in BitmapPalette()
580 mnCount = rBitmapPalette.mnCount; in operator =()
582 if( mnCount ) in operator =()
600 if( rBitmapPalette.mnCount == mnCount ) in operator ==()
635 return mnCount; in GetEntryCount()
646 mnCount = 0; in SetEntryCount()
[all …]
/aoo4110/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx80 while( mnCount > 1 ) in ThreadsLeave()
260 mnCount++; in acquire()
271 mnCount = 1; in acquire()
284 mnCount--; in release()
299 if( mnCount > 0 ) in tryToAcquire()
303 mnCount++; in tryToAcquire()
322 mnCount = 1; in tryToAcquire()
338 int nRet = mnCount; in Grab()
348 mnCount = 1; in Grab()
358 mnCount = nGrabs; in Ungrab()
[all …]
/aoo4110/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx55 sal_uInt32 mnCount; member in writerfilter::SubSequence
61 mnOffset(0), mnCount(0) in SubSequence()
67 : mpSequence(pSequence), mnOffset(nOffset_), mnCount(nCount_) in SubSequence()
72 : mpSequence(pSequence), mnOffset(0), mnCount(pSequence->getLength()) in SubSequence()
80 mnCount(nCount_) in SubSequence()
86 mnOffset(0), mnCount(nCount_) in SubSequence()
92 mnCount(nCount_) in SubSequence()
108 mnCount = mpSequence->getLength(); in reset()
112 sal_uInt32 getCount() const { return mnCount; } in getCount()
130 mpSequence.get(), mnOffset, mnCount); in dump()
[all …]
/aoo4110/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx49 sal_uInt32 mnCount; member in basegfx::BPixelRaster
56 rtl_zeroMemory(mpContent, sizeof(BPixel) * mnCount); in reset()
63 mnCount(nWidth * nHeight), in BPixelRaster()
64 mpContent(new BPixel[mnCount]) in BPixelRaster()
82 sal_uInt32 getCount() const { return mnCount; } in getCount()
88 if(nIndex >= mnCount) in getBPixel()
101 if(nIndex >= mnCount) in getBPixel()
H A Dbzpixelraster.hxx48 rtl_zeroMemory(mpZBuffer, sizeof(sal_uInt16) * mnCount); in resetZ()
54 mpZBuffer(new sal_uInt16[mnCount]) in BZPixelRaster()
56 rtl_zeroMemory(mpZBuffer, sizeof(sal_uInt16) * mnCount); in BZPixelRaster()
68 if(nIndex >= mnCount) in getZ()
81 if(nIndex >= mnCount) in getZ()
H A Drasterconvert3d.hxx324 sal_uInt32 mnCount; member in basegfx::RasterConversionLineEntry3D
336 mnCount(nCount), in RasterConversionLineEntry3D()
360 if(nStep >= mnCount) in decrementRasterConversionLineEntry3D()
366 mnCount -= nStep; in decrementRasterConversionLineEntry3D()
/aoo4110/main/ucb/source/sorter/
H A Dsortresult.cxx181 mnCount = 0; in SortedResultSet()
379 if ( mnCurEntry > mnCount ) in isAfterLast()
399 if ( mnCurEntry == mnCount ) in isLast()
419 mnCurEntry = mnCount+1; in afterLast()
429 if ( mnCount ) in first()
448 if ( mnCount ) in last()
450 mnCurEntry = mnCount; in last()
503 if ( row <= mnCount ) in absolute()
577 else if ( nTmp > mnCount ) in relative()
1546 mnCount += nCount; in InsertNew()
[all …]
/aoo4110/main/vcl/os2/source/app/
H A Dsalinst.cxx88 ULONG mnCount; member in SalYieldMutex
106 mnCount = 0; in SalYieldMutex()
115 mnCount++; in acquire()
131 if ( mnCount == 1 ) in release()
137 mnCount--; in release()
143 mnCount--; in release()
149 if ( mnCount == 1 ) in release()
151 mnCount--; in release()
163 mnCount++; in tryToAcquire()
176 return mnCount; in GetAcquireCount()
/aoo4110/main/vcl/source/gdi/
H A Dimpvect.cxx343 sal_uLong mnCount; member in ImplChain
370 mnCount ( 0UL ), in ImplChain()
404 mnCount = 0UL; in ImplBeginAdd()
411 if( mnCount == mnArraySize ) in ImplAdd()
414 mpCodes[ mnCount++ ] = nCode; in ImplAdd()
421 if( mnCount ) in ImplEndAdd()
432 aArr.ImplSetSize( mnCount << 1 ); in ImplEndAdd()
539 aArr.ImplSetSize( mnCount << 1 ); in ImplEndAdd()
643 aArr.ImplSetSize( mnCount + 1 ); in ImplEndAdd()
646 for( sal_uLong i = 0; i < mnCount; ) in ImplEndAdd()
[all …]
H A Dbitmap4.cxx926 sal_uInt32 mnCount; member
935 if( ( (PopArtEntry*) p1 )->mnCount < ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc()
937 else if( ( (PopArtEntry*) p1 )->mnCount == ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc()
969 rEntry.mnCount = 0; in ImplPopArt()
975 pPopArtTable[ pWriteAcc->GetPixel( nY, nX ).GetIndex() ].mnCount++; in ImplPopArt()
985 if( pPopArtTable[ n ].mnCount ) in ImplPopArt()
/aoo4110/main/svx/source/sdr/properties/
H A Ditemsettools.cxx60 mnCount = ((RectangleVector*)mpData)->size(); in ItemChangeBroadcaster()
65 mnCount = 1L; in ItemChangeBroadcaster()
71 if(mnCount > 1) in ~ItemChangeBroadcaster()
83 return mnCount; in GetRectangleCount()
88 if(mnCount > 1) in GetRectangle()
/aoo4110/main/vcl/win/source/app/
H A Dsalinst.cxx111 sal_uLong mnCount; member in SalYieldMutex
129 mnCount = 0; in SalYieldMutex()
138 mnCount++; in acquire()
154 if ( mnCount == 1 ) in release()
164 mnCount--; in release()
170 mnCount--; in release()
176 if ( mnCount == 1 ) in release()
178 mnCount--; in release()
190 mnCount++; in tryToAcquire()
203 return mnCount; in GetAcquireCount()
/aoo4110/main/sw/source/filter/xml/
H A Dxmlitmpr.cxx39 sal_uInt16 mnCount; member in SvXMLItemMapEntries_impl
47 mpImpl->mnCount = 0; in SvXMLItemMapEntries()
51 mpImpl->mnCount++; in SvXMLItemMapEntries()
85 return mpImpl->mnCount; in getCount()
/aoo4110/main/canvas/source/directx/
H A Ddx_9rm.cxx241 std::size_t mnCount; member in dxcanvas::__anon0100cee00111::DXRenderModule
581 mnCount(0), in DXRenderModule()
1118 mnCount=0; in beginPrimitive()
1135 mnCount=0; in endPrimitive()
1155 ++mnCount; in pushVertex()
1156 mnCount &= 3; in pushVertex()
1162 if(mnCount == 3) in pushVertex()
1170 mnCount=0; in pushVertex()
1175 ++mnCount; in pushVertex()
H A Ddx_5rm.cxx664 std::size_t mnCount; member in dxcanvas::__anoncd17dbdc0111::DXRenderModule
1043 mnCount(0), in DXRenderModule()
2125 mnCount=0; in beginPrimitive()
2135 mnCount=0; in endPrimitive()
2148 ++mnCount; in pushVertex()
2149 mnCount &= 3; in pushVertex()
2155 if(mnCount == 3) in pushVertex()
2163 mnCount=0; in pushVertex()
2168 ++mnCount; in pushVertex()
/aoo4110/main/vcl/unx/generic/app/
H A Dsalinst.cxx58 mnCount = 0; in SalYieldMutex()
67 mnCount++; in acquire()
74 if ( mnCount == 1 ) in release()
76 mnCount--; in release()
86 mnCount++; in tryToAcquire()
/aoo4110/main/vcl/aqua/source/app/
H A Dsalinst.cxx344 mnCount = 0; in SalYieldMutex()
352 mnCount++; in acquire()
359 if ( mnCount == 1 ) in release()
361 mnCount--; in release()
371 mnCount++; in tryToAcquire()
1182 YieldMutexReleaser::YieldMutexReleaser() : mnCount( 0 ) in YieldMutexReleaser()
1188 mnCount = pSalData->mpFirstInstance->ReleaseYieldMutex(); in YieldMutexReleaser()
1194 if( mnCount != 0 ) in ~YieldMutexReleaser()
1195 GetSalData()->mpFirstInstance->AcquireYieldMutex( mnCount ); in ~YieldMutexReleaser()
/aoo4110/main/vcl/unx/headless/
H A Dsvpinst.cxx453 mnCount = 0; in SvpSalYieldMutex()
461 mnCount++; in acquire()
468 if ( mnCount == 1 ) in release()
470 mnCount--; in release()
480 mnCount++; in tryToAcquire()
/aoo4110/main/svl/source/items/
H A Dstylepool.cxx394 sal_Int32 mnCount; member in StylePoolImpl
402 mnCount(0), in StylePoolImpl()
425 sal_Int32 getCount() const { return mnCount; } in getCount()
476 ++mnCount; in insertItemSet()
497 DBG_ASSERT( mnCount == nCheck, "Wrong counting"); in insertItemSet()
/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx1129 nBegXclCol = nBegXclCol + aRangeBeg->mnCount; in Save()
1137 nEndXclCol = nEndXclCol + aRangeEnd->mnCount; in Save()
1155 for( sal_uInt16 nIdx = 0; nIdx < aIt->mnCount; ++nIdx ) in Save()
1184 nBegXclCol = nBegXclCol + aRangeBeg->mnCount; in SaveXml()
1192 nEndXclCol = nEndXclCol + aRangeEnd->mnCount; in SaveXml()
1203 for( sal_uInt16 nIdx = 0; nIdx < aIt->mnCount; ++nIdx ) in SaveXml()
1222 nCount = nCount + aIt->mnCount; in GetCellCount()
1231 maXFIds.back().mnCount = maXFIds.back().mnCount + rXFId.mnCount; in AppendXFId()
1259 aDestIt += aIt->mnCount; in GetXFIndexes()
1282 SetXclCol( GetXclCol() + maXFIds.front().mnCount ); in RemoveUnusedXFIndexes()
[all …]
/aoo4110/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx41 mnCount = getU16(nComplexOffset); in WW8Sttbf()
46 for (sal_uInt32 n = 0; n < mnCount; ++n) in WW8Sttbf()
72 return mnCount; in getEntryCount()
/aoo4110/main/slideshow/source/inc/
H A Dshapeimporter.hxx122 sal_Int32 const mnCount; member
129 mnCount(mxShapes->getCount()), mnPos(0) {} in XShapesEntry()
133 mnCount(xShapes->getCount()), mnPos(0) {} in XShapesEntry()
/aoo4110/main/tools/inc/tools/
H A Dmultisel.hxx122 sal_Int32 mnCount; member in StringRangeEnumerator
155 StringRangeEnumerator() : mnCount( 0 ), mnMin( -1 ), mnMax( -1 ), mnOffset( -1 ) {} in StringRangeEnumerator()
162 size_t size() const { return size_t(mnCount); } in size()
/aoo4110/main/vcl/inc/aqua/
H A Dsalinst.h47 sal_uLong mnCount; member in SalYieldMutex
55 sal_uLong GetAcquireCount() const { return mnCount; } in GetAcquireCount()
184 sal_uLong mnCount; member in YieldMutexReleaser

Completed in 215 milliseconds

12