Home
last modified time | relevance | path

Searched refs:count (Results 176 – 200 of 767) sorted by path

12345678910>>...31

/trunk/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx213 if(m_aWireframePolyPolygon.count() && m_pScene) in CreateOverlayGeometry()
H A DDrawCommandDispatch.cxx213 if ( !aArrow.count() ) in setLineEnds()
H A DSelectionHelper.cxx630 for( sal_uInt32 nN = 0L; nN < rPolyPolygon.count(); nN++) in getMarkHandles()
633 for( sal_uInt32 nM = 0L; nM < aPolygon.count(); nM++) in getMarkHandles()
/trunk/main/chart2/source/view/axes/
H A DMinimumAndMaximumSupplier.cxx55 return m_aMinimumAndMaximumSupplierList.count( pMinimumAndMaximumSupplier ) != 0; in hasMinimumAndMaximumSupplier()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbaoptions.cxx157 if (m_options.count("-T") > 0) in initOptions()
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/codemaker/source/codemaker/
H A Doptions.cxx47 return (m_options.count(option) > 0); in isValid()
53 if (m_options.count(option) > 0) in getOption()
H A Dtypemanager.cxx222 if (m_pImpl->m_t2TypeClass.count(name) > 0) in getTypeClass()
261 if (m_pImpl->m_t2TypeClass.count(name) > 0) in getTypeClass()
/trunk/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx144 if (m_options.count("-T") > 0) in initOptions()
H A Dcpputype.cxx509 if (count) in dumpNormalGetCppuType()
570 if (count) in dumpNormalGetCppuType()
619 if (count) in dumpComprehensiveGetCppuType()
669 if ( count ) { in dumpComprehensiveGetCppuType()
738 count++; in getMemberCount()
740 return count; in getMemberCount()
778 count++; in checkInheritedMemberCount()
783 return count; in checkInheritedMemberCount()
1544 if (count) in dumpComprehensiveGetCppuType()
1581 if ( count ) in dumpComprehensiveGetCppuType()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunooptions.cxx159 if (m_options.count("-T") > 0) in initOptions()
H A Dcunotype.cxx597 if (count) in dumpGetCunoType()
608 if (count) in dumpGetCunoType()
660 if (count) in dumpGetCunoType()
712 if (count) in dumpCGetCunoType()
739 if (count) in dumpCGetCunoType()
855 count++; in getMemberCount()
891 count++; in checkInheritedMemberCount()
1981 if (count) in dumpCGetCunoType()
2005 if (count) in dumpCGetCunoType()
2067 if (count) in dumpCGetCunoType()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didloptions.cxx133 if (m_options.count("-T") > 0) in initOptions()
H A Didltype.cxx343 count++; in getMemberCount()
345 return count; in getMemberCount()
357 sal_uInt32 count = 0; in checkInheritedMemberCount() local
379 count++; in checkInheritedMemberCount()
384 return count; in checkInheritedMemberCount()
952 if (count) in getMemberCount()
964 count++; in getMemberCount()
967 return count; in getMemberCount()
980 sal_uInt32 count = 0; in checkInheritedMemberCount() local
1002 count++; in checkInheritedMemberCount()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Djavaoptions.cxx153 if (m_options.count("-T") > 0) in initOptions()
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx213 RecursiveTest(Test const & theTest, int count, bool * destroyed);
238 Test const & theTest, int count, bool * destroyed): in RecursiveTest() argument
239 test_(theTest), count_(count), destroyed_(destroyed) in RecursiveTest()
283 SimpleRecursiveTest(Test const & theTest, int count, bool * destroyed);
290 Test const & theTest, int count, bool * destroyed): in SimpleRecursiveTest() argument
291 RecursiveTest(theTest, count, destroyed) in SimpleRecursiveTest()
306 CrossThreadTest(Test const & theTest, int count, bool * destroyed);
313 Test const & theTest, int count, bool * destroyed): in CrossThreadTest() argument
314 RecursiveTest(theTest, count, destroyed) in CrossThreadTest()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx270 sal_uInt32 count() const {return m_aChildren.size();}; in count() function in connectivity::OSQLParseNode
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java702 int count = metadata.getColumnCount(); in collectColumnInformation() local
703 Osl.ensure(count > 0, "resultset has empty metadata"); in collectColumnInformation()
704 for (int i = 1; i <= count; i++) { in collectColumnInformation()
729 int count = keys.getCount(); in getPrimaryKeyColumns() local
730 for (int i = 0; i < count; i++) { in getPrimaryKeyColumns()
757 int count = sourceColumns.getCount(); in cloneDescriptorColumns() local
758 for (int i = 0; i < count; i++) { in cloneDescriptorColumns()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java87 int count = access.read(name,key,tmp,0, 4); in readInt() local
89 if (count != 4){ in readInt()
93 count = 0; in readInt()
94 int ch0 = tmp[count++] & 0xff; in readInt()
95 int ch1 = tmp[count++] & 0xff; in readInt()
96 int ch2 = tmp[count++] & 0xff; in readInt()
97 int ch3 = tmp[count] & 0xff; in readInt()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLArray.java66 public Object[] getArrayAtIndex(int index, int count, XNameAccess typeMap) throws SQLException { in getArrayAtIndex() argument
106 …public XResultSet getResultSetAtIndex(int index, int count, XNameAccess typeMap) throws SQLExcepti… in getResultSetAtIndex() argument
H A DJavaSQLDatabaseMetaData.java544 int count = metaData.getColumnCount(); in getTablePrivileges() local
545 for (int i = 1; i <= count; i++) { in getTablePrivileges()
H A DJavaSQLStatementBase.java509 int count = jdbcStatement.getUpdateCount(); in getUpdateCount() local
510 logger.log(LogLevel.FINER, Resources.STR_LOG_UPDATE_COUNT, count); in getUpdateCount()
511 return count; in getUpdateCount()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java554 int count = 0; in checkUpdates() local
566 count += ps.executeUpdate(); in checkUpdates()
568 if (reportProgress && count % 10000 < 20) { in checkUpdates()
569 System.out.println("Update " + count + " : " in checkUpdates()
578 + " UPDATE commands, " + count + " rows : " in checkUpdates()
580 + (count * 1000 / (sw.elapsedTime() + 1))); in checkUpdates()
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx415 if ( pParseNode->count() >= 3 ) in implParseNode()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx540 sal_Int32 nCount = _pNode->count(); in replaceParameterNodeName()
544 if(SQL_ISRULE(pChildNode,parameter) && pChildNode->count() == 1) in replaceParameterNodeName()

Completed in 121 milliseconds

12345678910>>...31