Home
last modified time | relevance | path

Searched refs:count (Results 101 – 125 of 767) sorted by relevance

12345678910>>...31

/trunk/main/sal/inc/rtl/
H A Dstring.hxx593 OString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(()) in copy()
596 && count >= 0 && count <= getLength() - beginIndex); in copy()
597 if ( (beginIndex == 0) && (count == getLength()) ) in copy()
602 rtl_string_newFromStr_WithLength( &pNew, pData->buffer+beginIndex, count ); in copy()
640 OString replaceAt( sal_Int32 index, sal_Int32 count, const OString& newStr ) const SAL_THROW(()) in replaceAt() argument
643 rtl_string_newReplaceStrAt( &pNew, pData, index, count, newStr.pData ); in replaceAt()
H A Dustring.hxx958 OUString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(()) in copy()
961 && count >= 0 && count <= getLength() - beginIndex); in copy()
962 if ( (beginIndex == 0) && (count == getLength()) ) in copy()
967 rtl_uString_newFromStr_WithLength( &pNew, pData->buffer+beginIndex, count ); in copy()
1005 … OUString replaceAt( sal_Int32 index, sal_Int32 count, const OUString& newStr ) const SAL_THROW(()) in replaceAt() argument
1008 rtl_uString_newReplaceStrAt( &pNew, pData, index, count, newStr.pData ); in replaceAt()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx129 for (unsigned int i = 0; i < [aLocales count]; i++) in getLocales()
348 int count; in GetProposals() local
377 count = [guesses count]; in GetProposals()
378 if (count) in GetProposals()
380 aStr.realloc( count ); in GetProposals()
382 for (int ii=0; ii < count; ii++) in GetProposals()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx129 sal_Int32 count, typelib_MethodParameter * parameters, in call() argument
148 void ** args = static_cast< void ** >(alloca(count * sizeof (void *))); in call()
149 void ** cppArgs = static_cast< void ** >(alloca(count * sizeof (void *))); in call()
152 alloca(count * sizeof (typelib_TypeDescription *))); in call()
156 for (sal_Int32 i = 0; i < count; ++i) { in call()
310 for (sal_Int32 i = 0; i < count; ++i) { in call()
325 for (sal_Int32 i = 0; i < count; ++i) { in call()
/trunk/main/extensions/source/activex/main/
H A Dcom_uno_helper.h27 unsigned int count,
33 unsigned int count,
39 unsigned int count );
44 unsigned int count );
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java148 int count ; in read() local
151 count = _inputStream.read(bytes[0], read_bytes, nBytesToRead - read_bytes); in read()
152 if(count == -1) in read()
155 read_bytes += count; in read()
157 while(read_bytes >= 0 && read_bytes < nBytesToRead && count >= 0); in read()
/trunk/main/sal/inc/systools/win32/
H A Dsnprintf.h82 _SNPRINTF_DLLIMPORT int __cdecl snwprintf( wchar_t *buffer, size_t count, const wchar_t *format, ..…
85 _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char *format, ... );
90 _SNPRINTF_DLLIMPORT int __cdecl vsnwprintf( wchar_t *buffer, size_t count, const wchar_t *format, v…
93 _SNPRINTF_DLLIMPORT int __cdecl vsnprintf( char *buffer, size_t count, const char *format, va_list …
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DLoggingThread.java62 int count = 0; in run() local
65 while (!finished && count < 200) { in run()
67 if (debug) log.println("TimeOutLogger: "+utils.getDateTime() + count); in run()
71 count++; in run()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx435 count++; in getMemberCount()
437 return count; in getMemberCount()
449 sal_uInt32 count = 0; in checkInheritedMemberCount() local
470 count++; in checkInheritedMemberCount()
474 return count; in checkInheritedMemberCount()
1969 if (count) in getMemberCount()
1981 count++; in getMemberCount()
1984 return count; in getMemberCount()
1997 sal_uInt32 count = 0; in checkInheritedMemberCount() local
2018 count++; in checkInheritedMemberCount()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotField.java45 int count = xIA.getCount(); in checkIndexAccess() local
46 log.println("Found " + count + " Elements"); in checkIndexAccess()
47 res &= (count > 0); in checkIndexAccess()
49 for (int k = 0; k < count; k++) { in checkIndexAccess()
H A D_XCellFormatRangesSupplier.java70 int count = xIA.getCount(); in checkIndexAccess() local
71 log.println("Found "+count+" Elements"); in checkIndexAccess()
72 res &= count>0; in checkIndexAccess()
73 for (int k=0; k<count; k++) { in checkIndexAccess()
H A D_XUniqueCellFormatRangesSupplier.java60 int count = xIA.getCount(); in checkIndexAccess() local
61 log.println("Found "+count+" Elements"); in checkIndexAccess()
62 res &= count>0; in checkIndexAccess()
63 for (int k=0; k<count; k++) { in checkIndexAccess()
/trunk/main/autodoc/source/parser/tokens/
H A Dstmstarr.cxx42 intt count = 0; in StmArrayStatus() local
43 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatus()
44 dpBranches[count] = *get; in StmArrayStatus()
/trunk/main/autodoc/source/parser_i/tokens/
H A Dstmstar2.cxx45 intt count = 0; in StmArrayStatu2() local
46 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatu2()
47 dpBranches[count] = *get; in StmArrayStatu2()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx373 sal_uInt32 nCount = count(); in impl_parseNodeToString_throw()
503 if(pSubTree->count()) in impl_parseNodeToString_throw()
662 OSL_PRECOND( ( count() == 2 ) || ( count() == 3 ) || ( count() == 5 ) ,"Illegal count"); in impl_parseTableRangeNodeToString_throw()
673 OSL_ENSURE(count() == 2,"count != 2: Prepare for GPF"); in impl_parseLikeNodeToString_throw()
1473 sal_Int32 nCount = _pNode->count(); in substituteParameterNames()
1477 if(SQL_ISRULE(pChildNode,parameter) && pChildNode->count() > 1) in substituteParameterNames()
1481 sal_Int32 nChildCount = pChildNode->count(); in substituteParameterNames()
1666 count() == rParseNode.count(); in operator ==()
1672 for (sal_uInt32 i=0; bResult && i < count(); i++) in operator ==()
1760 for (sal_uInt32 i=0;i<count();++i) in replaceNodeValue()
[all …]
/trunk/main/svx/source/table/
H A Dtablehandles.cxx173 if(aVisible.count() || aInvisible.count()) in CreateB2dIAObject()
183 if(aVisible.count()) in CreateB2dIAObject()
191 if(aInvisible.count()) in CreateB2dIAObject()
225 if(maPolyPolygon.count()) in createOverlayObjectPrimitive2DSequence()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java35 c = count; in createFresh()
36 count = count.add(BigInteger.ONE); in createFresh()
87 private static BigInteger count = BigInteger.ZERO; field in ThreadId
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx196 const sal_uInt32 nCount(aSphere.count()); in getLineCapRoundSegments()
253 for(sal_uInt32 a(0L); a < aSphere.count(); a++) in getLineJoinSegments()
397 for(sal_uInt32 b(0L); b < aNewPolygon.count(); b++) in getLineJoinSegments()
403 if(aNewPolygon.count()) in getLineJoinSegments()
410 if(bMiter && aMiterPolygon.count()) in getLineJoinSegments()
413 for(sal_uInt32 c(0L); c < aMiterPolygon.count(); c++) in getLineJoinSegments()
480 const sal_uInt32 nPointCount(getB3DPolygon().count()); in impCreate3DDecomposition()
H A Dhatchtextureprimitive3d.cxx90 const sal_uInt32 nPolyCount(aFillPolyPolygon.count()); in impCreate3DDecomposition()
101 const sal_uInt32 nPointCount(aPartPoly.count()); in impCreate3DDecomposition()
201 if(a2DHatchLines.count()) in impCreate3DDecomposition()
207 if(a2DHatchLines.count()) in impCreate3DDecomposition()
244 const sal_uInt32 nHatchLines(a3DHatchLines.count()); in impCreate3DDecomposition()
H A Dpolygonprimitive3d.cxx87 if(getB3DPolygon().count()) in create3DDecomposition()
102 aRetval.realloc(aHairLinePolyPolygon.count()); in create3DDecomposition()
111 for(sal_uInt32 a(0L); a < aHairLinePolyPolygon.count(); a++) in create3DDecomposition()
127 for(sal_uInt32 a(0L); a < aHairLinePolyPolygon.count(); a++) in create3DDecomposition()
/trunk/main/sal/rtl/source/
H A Dstrbuf.c42 sal_Int32 count ) in rtl_stringbuffer_newFromStr_WithLength() argument
50 rtl_string_new_WithLength( newStr, count + 16 ); in rtl_stringbuffer_newFromStr_WithLength()
51 (*newStr)->length = count; in rtl_stringbuffer_newFromStr_WithLength()
52 rtl_copyMemory( (*newStr)->buffer, value, count ); in rtl_stringbuffer_newFromStr_WithLength()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx727 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpCombineToSinglePolygon()
745 if(aRetval.count()) in ImpCombineToSinglePolygon()
747 if(aCandidate.count()) in ImpCombineToSinglePolygon()
1091 if(aMergePolyPolygonA.count()) in MergeMarkedObjects()
1102 if(aMergePolyPolygonB.count()) in MergeMarkedObjects()
1299 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in CombineMarkedObjects()
1313 const sal_uInt32 nPointCount(aPolygon.count()); in CombineMarkedObjects()
1398 const sal_uInt32 nPolygonCount(rPpolyPolygon.count()); in ImpCanDismantle()
1409 const sal_uInt32 nPointCount(aPolygon.count()); in ImpCanDismantle()
1510 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpDismantleOneObject()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPixelCounter.java34 public abstract void count(int _nRGB); in count() method in CountPixel
45 public void count(int pixel) in count() method in CountNotWhite
69 public void count(int pixel) in count() method in CountNotBlack
119 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPixelCounter.java32 public abstract void count(int _nRGB); in count() method in CountPixel
57 public void count(final int pixel) in count() method in CountNotWhite
102 public void count(final int pixel) in count() method in CountNotBlack
161 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XViewDataSupplier.java73 int count = xAccess.getCount(); in setViewID() local
75 if (count > 0) { in setViewID()
100 int count = xAccess.getCount(); in getViewID() local
102 if (count > 0) { in getViewID()

Completed in 161 milliseconds

12345678910>>...31