Home
last modified time | relevance | path

Searched refs:getCount (Results 76 – 100 of 756) sorted by relevance

12345678910>>...31

/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx214 if(!xColumns.is() || !xColumns->getCount()) in createStandardCreateStatement()
219 sal_Int32 nCount = xColumns->getCount(); in createStandardCreateStatement()
241 sal_Int32 nColCount = _xColumns->getCount(); in generateColumnNames()
271 for(sal_Int32 i=0;i<xKeys->getCount();++i) in createStandardKeyStatement()
286 if(!xColumns.is() || !xColumns->getCount()) in createStandardKeyStatement()
297 if(!xColumns.is() || !xColumns->getCount()) in createStandardKeyStatement()
310 if(!xColumns.is() || !xColumns->getCount()) in createStandardKeyStatement()
/trunk/main/sw/source/ui/vba/
H A Dvbapanes.cxx43 virtual sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in PanesIndexAccess
71 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
76 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx129 if (nOffset + nCount > pParent->mSequence.getCount()) in WW8StructBase()
163 sal_uInt32 getCount() const { return mSequence.getCount(); } in getCount() function in writerfilter::doctok::WW8StructBase
H A DWW8Picture.cxx54 pRet(new DffBlock(this, get_cbHeader(), getCount() - get_cbHeader(), in get_DffRecord()
63 pRet(new WW8FFDATA(this, get_cbHeader(), getCount() - get_cbHeader())); in get_ffdata()
67 getCount() - get_cbHeader())); in get_ffdata()
H A DWW8StyleSheet.cxx47 return getCount(); in calcSize()
101 if (nOffset < getCount()) in get_xstzName1()
140 if (nResult < getCount()) in get_upxstart()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLContentImporter.java179 XNamed[] pageArray = new XNamed[ xPages.getCount() ]; in createTestEnvironment()
180 for (int i=0; i < xPages.getCount(); i++) { in createTestEnvironment()
191 for ( int i = 0; i < xPages.getCount(); i++ ) { in createTestEnvironment()
H A DXMLImporter.java178 XNamed[] pageArray = new XNamed[ xPages.getCount() ]; in createTestEnvironment()
179 for (int i=0; i < xPages.getCount(); i++) { in createTestEnvironment()
190 for ( int i = 0; i < xPages.getCount(); i++ ) { in createTestEnvironment()
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java115 MessageArea.println ("There are " + xShapeList.getCount() in showShapes()
117 for (int i=0; i<xShapeList.getCount(); i++) in showShapes()
320 MessageArea.print (xStates.getCount() + " ("); in showAccessibility()
321 for (int i=0; i<xStates.getCount(); i++) in showAccessibility()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java65 System.out.println("" + cols.getCount() + " columns:"); in OKeyContainer()
66 for (int i =0; i < cols.getCount(); i++) { in OKeyContainer()
140 for (int i = 0; i < columns.getCount(); i++) { in appendObject()
153 for (int i = 0; i < columns.getCount(); i++) { in appendObject()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java119 maOut.println ("There are " + xShapeList.getCount() in showShapes()
121 for (int i=0; i<xShapeList.getCount(); i++) in showShapes()
324 maOut.print (xStates.getCount() + " ("); in showAccessibility()
325 for (int i=0; i<xStates.getCount(); i++) in showAccessibility()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx974 sal_Int32 SAL_CALL FmXGridControl::getCount() throw( RuntimeException ) in getCount() function in FmXGridControl
977 return xPeer.is() ? xPeer->getCount() : 0; in getCount()
1487 for ( i = 0; i < m_xColumns->getCount(); i++) in propertyChange()
1494 if (i >= m_xColumns->getCount()) in propertyChange()
1734 for (sal_Int32 i = 0; i < m_xColumns->getCount(); i++) in setColumns()
1758 for (sal_Int32 i = 0; i < Columns->getCount(); i++) in setColumns()
2289 if (!pGrid || !m_xColumns.is() || !m_xColumns->getCount()) in setRowSet()
2366 sal_Int32 nColCount = m_xColumns->getCount(); in selectionChanged()
2401 return getCount() != 0; in hasElements()
2419 sal_Int32 FmXGridPeer::getCount() throw( RuntimeException ) in getCount() function in FmXGridPeer
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java150 ,0, xAnnotations.getCount()); in testDeleteContents()
172 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDeleteContents()
181 ,0, xShapes.getCount()); in testDeleteContents()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlSubDocument.cxx89 m_nCurrentCount = m_pContainer->getSection()->getCount(); in _CreateChildContext()
132 const sal_Int32 nCount = xFakeModel->getCount(); in EndElement()
140 … xComponentModel->insertByIndex(xComponentModel->getCount(),uno::makeAny(xNewCond)); in EndElement()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java432 if (columns == null || columns.getCount() <= 0) { in createStandardCreateStatement()
437 int columnCount = columns.getCount(); in createStandardCreateStatement()
594 for (int i = 0; i < keys.getCount(); i++) { in createStandardKeyStatement()
600 if (columns == null || columns.getCount() == 0) { in createStandardKeyStatement()
662 int columnCount = columns.getCount(); in generateColumnNames()
729 int count = keys.getCount(); in getPrimaryKeyColumns()
757 int count = sourceColumns.getCount(); in cloneDescriptorColumns()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DCustomShowDemo.java91 while ( xDrawPages.getCount() < 10 ) in main()
135 xContainer.insertByIndex( xContainer.getCount(), xDrawPages.getByIndex( i ) ); in main()
143 xContainer.insertByIndex( xContainer.getCount(), xDrawPages.getByIndex( i ) ); in main()
/trunk/main/xmloff/source/text/
H A DXMLTextNumRuleInfo.cxx110 if ( mxNumRules.is() && mxNumRules->getCount() < 1 ) in Set()
200 OSL_ENSURE( mnListLevel < mxNumRules->getCount(), "wrong num rule level" ); in Set()
201 if( mnListLevel >= mxNumRules->getCount() ) in Set()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx99 return xContainer->getCount(); in childCount()
458 xContainer->getCount())); in getDefaultForm()
500 sal_Int32 nCount = xFormsByIndex->getCount(); in findPlaceInFormComponentHierarchy()
556 xContainer->getCount())); in findPlaceInFormComponentHierarchy()
642 sal_Int32 nCount = xComponents->getCount(); in findFormForDataSource()
H A Dfmvwimp.cxx190 sal_uInt32 nLength = xForms->getCount(); in DBG_NAME()
248 return getCount() != 0; in hasElements()
266 sal_Int32 SAL_CALL FormViewPageWindowAdapter::getCount(void) throw( RuntimeException ) in getCount() function in FormViewPageWindowAdapter
275 nIndex >= getCount()) in getByIndex()
301 if (xIndex.is() && xIndex->getCount()) in getControllerSearchChilds()
305 for (sal_Int32 n = xIndex->getCount(); n-- && !xController.is(); ) in getControllerSearchChilds()
391 sal_uInt32 nLength = xFormCps->getCount(); in setController()
943 if ( !xForms->getCount() )
1120 xFormAsContainer->insertByIndex( xFormAsContainer->getCount(), makeAny( xFormComponent ) ); in lcl_insertIntoFormComponentHierarchy_throw()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx39 if( m_nCurrentPosition < m_pCommandBarControls->getCount() ) in hasMoreElements()
156 if( nPosition < 0 || nPosition >= getCount() ) in Item()
192 nPosition = m_xIndexAccess->getCount(); in Add()
261 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in VbaDummyIndexAccess
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx128 for( sal_Int32 i = 0; i < xDrawPages->getCount(); i++ ) in ImpDeleteHiddenSlides()
156 sal_Int32 i, nPages = xDrawPages->getCount(); in ImpDeleteNotesPages()
162 while( xShapes->getCount() ) in ImpDeleteNotesPages()
163 …xShapes->remove( Reference< XShape >( xShapes->getByIndex( xShapes->getCount() - 1 ), UNO_QUERY_TH… in ImpDeleteNotesPages()
180 for ( sal_Int32 i = 0; i < xDrawPages->getCount(); i++ ) in ImpConvertOLE()
183 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in ImpConvertOLE()
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx106 const sal_uInt32 nCategoryCount = m_pFunctionManager->getCount(); in FuncPage()
123 const sal_uInt32 nCount = _pCategory->getCount(); in impl_addFunctions()
149 const sal_uInt32 nCount = m_pFunctionManager->getCount(); in UpdateFunctionList()
/trunk/main/sc/workben/
H A Dtest.cxx272 USHORT nCount = aCollRef->getCount(); in lcl_GetDocument()
593 USHORT nCount = (USHORT)xIndex->getCount(); in lcl_Cursor()
1211 ULONG nCount = xNIndex->getCount(); in lcl_Notes()
1256 ULONG nCount = xIndex->getCount(); in lcl_Scenario()
1350 ULONG nCount = xIndex->getCount(); in lcl_FillTab()
1414 long nCount = xFamily->getCount(); in lcl_Styles()
1526 USHORT nCount = (USHORT)xInd->getCount(); in lcl_Pivot()
1537 USHORT nPCount = (USHORT)xPInd->getCount(); in lcl_Pivot()
1795 ULONG nCount = xIndex->getCount(); in IMPL_LINK()
1848 USHORT nCount = (USHORT) xIndex->getCount(); in IMPL_LINK()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx174 if ( _nNewCondIndex > (size_t)m_xCopy->getCount() ) in impl_addCondition_nothrow()
380 sal_Int32 nCount = m_xCopy->getCount(); in impl_initializeConditions()
481 sal_Bool bAppend = j >= m_xFormatConditions->getCount(); in Execute()
494 for ( sal_Int32 k = m_xFormatConditions->getCount()-1; k >= j; --k ) in Execute()
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx186 sal_Int32 SAL_CALL SvxShapeCollection::getCount() throw( uno::RuntimeException ) in getCount() function in SvxShapeCollection
195 if( Index < 0 || Index >= getCount() ) in getByIndex()
215 return getCount() != 0; in hasElements()
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx172 if (m_xAccess.is() && m_xAccess->getCount() > m_nPos) in hasMoreElements()
191 if (m_xAccess.is() && m_nPos < m_xAccess->getCount()) in nextElement()
194 if (m_xAccess.is() && m_nPos >= m_xAccess->getCount()) in nextElement()

Completed in 185 milliseconds

12345678910>>...31