Home
last modified time | relevance | path

Searched refs:count (Results 201 – 225 of 767) sorted by last modified time

12345678910>>...31

/trunk/main/writerfilter/inc/rtftok/
H A DRTFScannerHandler.hxx36 virtual void addSpaces(int count)=0;
/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java135 int count = 0; in countPublish() local
141 count++; in countPublish()
144 return count; in countPublish()
778 private void failTask(Task task, int count) in failTask() argument
780 while (count-- > 0) in failTask()
H A DWWD_Events.java1103 int count = 0; field in WWD_Events.Create
/trunk/main/winaccessibility/source/service/
H A DAccContainerEventListener.cxx453 int count = pStates.getLength(); in IsEditable() local
454 for( int iIndex = 0;iIndex < count;iIndex++ ) in IsEditable()
520 int count = pAccessibleContext->getAccessibleChildCount(); in UpdateAllChildrenState() local
521 for (int i=0;i<count;i++) in UpdateAllChildrenState()
H A DAccObject.cxx363 int count = val.getLength(); in GetMAccessibleValueFromAny() local
365 for( int iIndex = 0;iIndex < count;iIndex++ ) in GetMAccessibleValueFromAny()
745 int count = pStates.getLength(); in UpdateState() local
753 for( int iIndex = 0;iIndex < count;iIndex++ ) in UpdateState()
1019 int count = pStates.getLength(); in GetExpandedState() local
1021 for( int iIndex = 0;iIndex < count;iIndex++ ) in GetExpandedState()
H A DAccObjectWinManager.cxx676 int count = pRContext->getAccessibleChildCount(); in InsertChildrenAccObj() local
677 for (int i=0;i<count;i++) in InsertChildrenAccObj()
1179 int count = pStates.getLength(); in IsStateManageDescendant() local
1180 for( int iIndex = 0;iIndex < count;iIndex++ ) in IsStateManageDescendant()
H A DAccTopWindowListener.cxx204 int count = pAccessibleContext->getAccessibleChildCount(); in AddAllListeners() local
205 for (int i=0;i<count;i++) in AddAllListeners()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp492 long count = pSelected.getLength() ; in get_selectedRows() local
493 *nRows = count; in get_selectedRows()
495 *rows = reinterpret_cast<long*>(CoTaskMemAlloc((count) * sizeof(long))); in get_selectedRows()
501 for(int i=0; i<count; i++) in get_selectedRows()
532 long count = pSelected.getLength() ; in get_selectedColumns() local
533 *numColumns = count; in get_selectedColumns()
535 *columns = reinterpret_cast<long*>(CoTaskMemAlloc((count) * sizeof(long))); in get_selectedColumns()
541 for(int i=0; i<count; i++) in get_selectedColumns()
H A DAccActionBase.cpp89 int count = pStates.getLength(); in GetDfActionByUNORole() local
91 for( int iIndex = 0;iIndex < count;iIndex++ ) in GetDfActionByUNORole()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx895 const sal_uInt32 nCount(aPolyPolygon.count()); in setClipRegion()
918 const sal_uInt32 nPoints(aPoly.count()); in setClipRegion()
H A Dsalgdi3.cxx2634 if( rB2DPolyPoly.count() ) in GetGlyphOutline()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx409 nPoly = aPolyPoly.count(); in drawPolyPolygon()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx883 gint count = 0; in get_text_decoration() local
892 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_BLINK]); in get_text_decoration()
898 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_UNDERLINE]); in get_text_decoration()
904 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_LINE_THROUGH]); in get_text_decoration()
907 if( count == 0 ) in get_text_decoration()
908 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_NONE]); in get_text_decoration()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3633 nCount = pEvent->xexpose.count; in HandleExposeEvent()
3641 nCount = pEvent->xgraphicsexpose.count; in HandleExposeEvent()
4286 aEvent.xexpose.count = 0; in Dispatch()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1099 const int nOrigPolyCount = rOrigPolyPoly.count(); in drawPolyPolygon()
1127 if( !aPolyPoly.count() ) in drawPolyPolygon()
1222 if( !bIsHairline && (rPolygon.count() > 1000) ) in drawPolyLine()
1285 const int nPolyCount = aAreaPolyPoly.count(); in drawPolyLine()
H A Dsalgdi2.cxx457 } while( aEvent.xgraphicsexpose.count != 0 ); in YieldGraphicsExpose()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx816 int error = ok, count = 0, tokenlen; in parseCharMetrics() local
834 if (!(count < fi->numOfChars)) in parseCharMetrics()
839 temp = &(fi->cmi[ count - 1 ]); in parseCharMetrics()
841 if (count < fi->numOfChars) in parseCharMetrics()
849 count++; in parseCharMetrics()
858 if (!(count < fi->numOfChars )) in parseCharMetrics()
863 temp = &(fi->cmi[ count - 1 ]); in parseCharMetrics()
865 if (count < fi->numOfChars) { in parseCharMetrics()
874 count++; in parseCharMetrics()
944 if ((error == ok) && (count != fi->numOfChars)) in parseCharMetrics()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2472 …const int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureInd… in ApplyGSUB()
2475 … const int nAvailable = std::count( aReqFeatureTagList.begin(), aReqFeatureTagList.end(), nTag); in ApplyGSUB()
2502 if( std::count( aLookupIndexList.begin(), aLookupIndexList.end(), nLookupIdx ) ) in ApplyGSUB()
H A Dgraphite_cache.cxx188 DBG_ASSERT(m_segMap.count(reinterpret_cast<long>(m_prevKey)), in cacheSegment()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx352 sal_Int32 nPoints = i_rPoly.count(); in mirror()
382 sal_Int32 nPoly = i_rPoly.count(); in mirror()
H A Dsallayout.cxx889 if( bSuccess && (aGlyphOutline.count() > 0) ) in GetOutline()
H A Doutdev.cxx1560 if(bDashUsed && aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1599 if(bLineWidthUsed && aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1628 if(aLinePolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1648 if(aFillPolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
2153 if(rB2DPolygon.count()) in DrawPolygon()
2189 if(!rB2DPolyPoly.count()) in ImpDrawPolyPolygonWithB2DPolyPolygon()
2281 && aB2DPolygon.count() < 1000) in ImpTryDrawPolyLineDirect()
2308 if(!rB2DPolygon.count()) in TryDrawPolyLineDirect()
2378 if(!rB2DPolygon.count()) in DrawPolyLine()
2410 && rB2DPolygon.count() in DrawPolyLine()
[all …]
H A Dlineinfo.cxx341 if(io_rLinePolyPolygon.count()) in applyToB2DPolyPolygon()
368 for(sal_uInt32 c(0); c < io_rLinePolyPolygon.count(); c++) in applyToB2DPolyPolygon()
382 if(GetWidth() > 1 && io_rLinePolyPolygon.count()) in applyToB2DPolyPolygon()
386 for(sal_uInt32 a(0); a < io_rLinePolyPolygon.count(); a++) in applyToB2DPolyPolygon()
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java150 int count = param.getInt("ExportDocCount"); in before() local
151 if (count != 0) in before()
153 iExportDocCount = count; in before()
428 int count = 0; in stop() local
429 while (storageAfter != mem && count < 10) in stop()
431 count++; in stop()
433 storageAfter = getOfficeMemoryUsage(createModeName("stop", count)); in stop()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1410 if( rB2DPolyPoly.count() ) in GetGlyphOutline()

Completed in 209 milliseconds

12345678910>>...31