Home
last modified time | relevance | path

Searched refs:getCount (Results 101 – 125 of 756) sorted by relevance

12345678910>>...31

/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx399 const sal_Int32 nCount1 = mxColumns->getCount(); in InitColumns()
443 const sal_Int32 nRowCount = mxRows->getCount(); in ImportRow()
520 if( mxColumns->getCount() <= mnCurrentColumn ) in ImportCell()
521 mxColumns->insertByIndex( mxColumns->getCount(), mnCurrentColumn - mxColumns->getCount() + 1 ); in ImportCell()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx124 if(mxSelectedDrawPage.is() && mxSelectedShapes.is() && mxSelectedShapes->getCount()) in FlashExporter()
197 const sal_Int32 nPageCount = mbExportSelection ? 1 : xDrawPages->getCount(); in exportAll()
559 …OSL_ENSURE( (xShapes->getCount() <= 0xffff), "overflow in FlashExporter::exportDrawPageContents()"… in exportShapes()
561 sal_uInt16 nShapeCount = (sal_uInt16)min( xShapes->getCount(), (sal_Int32)0xffff ); in exportShapes()
816 sal_uInt32 nShapeCount = xShapes->getCount(); in ActionSummer()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java113 for (int n = 0; n < CurRecordTable.xTableColumns.getCount(); n++) in initializeRecordTableMembers()
184 for (int n = 0; n < xTableColumns.getCount(); n++) in DBColumn()
186 for (int m = 0; m < xRows.getCount(); m++) in DBColumn()
280 bAlignLeft = ((CurDBField.isNumberFormat()) && (ValColumn == xTableColumns.getCount() - 1)); in checkforLeftAlignment()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx312 …usIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "PlaceWare:" )),xDrawPages->getCount()); in doExport()
342 const sal_Int32 nPageCount = xDrawPages->getCount(); in doExport()
428 sal_Int32 nShapeCount = xDrawPage->getCount(); in exportPage()
464 nShapeCount = xNotesPage->getCount(); in exportPage()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java61 while ( firstPageShapes.getCount() > 0 ) in initializeDocument()
80 assertEquals( "there should be no shapes at all", 0, firstPageShapes.getCount() ); in verifyInitialDocumentState()
86 … assertEquals( "there should be one shape, not more, not less", 1, firstPageShapes.getCount() ); in verifySingleModificationDocumentState()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java89 while (drawpages.getCount() < aNameArray.length) in testCustomShow()
133 xContainer.insertByIndex(xContainer.getCount(), in testCustomShow()
144 xContainer.insertByIndex(xContainer.getCount(), in testCustomShow()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java210 fieldsAmount = IA.getCount(); in _getDataPilotFields()
423 if (IA.getCount() == 0) { in CheckNames()
431 for (int i = 0; i < IA.getCount(); i++) { in CheckNames()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java121 xParentForm.insertByIndex( xParentForm.getCount(), xModel ); in createControlAndShape()
255 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByRefValue()
280 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx340 sal_Int32 SAL_CALL ScAutoFormatsObj::getCount() throw(uno::RuntimeException) in getCount() function in ScAutoFormatsObj
370 return ( getCount() != 0 ); in hasElements()
520 sal_Int32 SAL_CALL ScAutoFormatObj::getCount() throw(uno::RuntimeException) in getCount() function in ScAutoFormatObj
535 if ( nIndex < 0 || nIndex >= getCount() ) in getByIndex()
552 return ( getCount() != 0 ); in hasElements()
H A Dmiscuno.cxx232 return ( nPos < xIndex->getCount() ); in hasMoreElements()
346 sal_Int32 SAL_CALL ScNameToIndexAccess::getCount( ) throw(::com::sun::star::uno::RuntimeException) in getCount() function in ScNameToIndexAccess
376 return getCount() > 0; in hasElements()
H A Ddocuno.cxx2435 sal_Int32 SAL_CALL ScDrawPagesObj::getCount() throw(uno::RuntimeException) in getCount() function in ScDrawPagesObj
2465 return ( getCount() != 0 ); in hasElements()
2802 return ( getCount() != 0 ); in hasElements()
2981 return ( getCount() != 0 ); in hasElements()
3219 sal_Int32 SAL_CALL ScTableRowsObj::getCount() throw(uno::RuntimeException) in getCount() function in ScTableRowsObj
3247 return ( getCount() != 0 ); in hasElements()
3610 return ( getCount() != 0 ); in hasElements()
3655 SCTAB nCount = (SCTAB)getCount(); in GetScenarioIndex_Impl()
3670 sal_uInt16 nCount = (sal_uInt16)getCount(); in GetObjectByIndex_Impl()
3787 return ( getCount() != 0 ); in hasElements()
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java168 final int nDetailCount = xDetailSection.getCount(); in analyseReportDefinition()
204 final int nGroupCount = xGroups.getCount(); in analyseReportDefinition()
218 final int nCount = xGroupSection.getCount(); in analyseReportDefinition()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotDescriptor.java179 fieldsAmount = IA.getCount(); in _getDataPilotFields()
388 if (IA.getCount() == 0) { in CheckNames()
396 for (int i = 0; i < IA.getCount(); i++) { in CheckNames()
H A D_XNamedRanges.java232 int elementsCount = IA.getCount(); in _outputList()
269 int elementsCount = IA.getCount(); in _removeByName()
273 bResult = elementsCount == IA.getCount() + 1; in _removeByName()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxes.cxx54 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
59 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
119 …virtual ::sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException) { return mCoordinates.size()… in getCount() function in AxisIndexWrapper
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx349 const sal_Int32 nCount = _xFunctions->getCount(); in exportFunctions()
456 const sal_Int32 nCount = _xReportElement->getCount(); in exportFormatConditions()
487 if ( _xReportElement->getCount() ) in exportReportElement()
544 const sal_Int32 nCount = _xProp->getCount(); in exportSectionAutoStyle()
690 const sal_Int32 nCount = _xProp->getCount(); in exportReportComponentAutoStyles()
711 const sal_Int32 nFormatCount = xFormattedField->getCount(); in exportReportComponentAutoStyles()
1086 sal_Int32 nCount = xGroups->getCount(); in exportGroup()
1548 const sal_Int32 nCount = _xSection->getCount(); in exportShapes()
1580 const sal_Int32 nCount = _xGroups->getCount(); in exportGroupsExpressionAsFunction()
H A DxmlCell.cxx164 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext()
178 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext()
202 const sal_Int32 nCount = m_pContainer->getSection()->getCount(); in EndElement()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx470 m_rItemContainer->insertByIndex( m_rItemContainer->getCount(), makeAny( aToolbarItemProp ) ); in startElement()
496 m_rItemContainer->insertByIndex( m_rItemContainer->getCount(), makeAny( aToolbarItemProp ) ); in startElement()
521 m_rItemContainer->insertByIndex( m_rItemContainer->getCount(), makeAny( aToolbarItemProp ) ); in startElement()
546 m_rItemContainer->insertByIndex( m_rItemContainer->getCount(), makeAny( aToolbarItemProp ) ); in startElement()
747 sal_Int32 nItemCount = m_rItemAccess->getCount(); in WriteToolBoxDocument()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx137 virtual ::sal_Int32 SAL_CALL getCount( ) throw (css::uno::RuntimeException) in getCount() function in ControlArrayWrapper
182 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
187 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
451 … && !( ( StringKeyOrIndex >>= nIndex ) && nIndex >= 0 && nIndex < m_xIndexAccess->getCount() ) ) in Remove()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java284 for (int i = xDrawPage.getCount() - 1; i >= 0; i--) in removeControlsofForm()
471 for (int i = 0; i < this.xDrawPage.getCount(); i++) in moveShapesToNirwana()
485 for (int i = this.xDrawPage.getCount(); i > -1; i--) in removeAllShapes()
505 for (int i = this.xDrawPage.getCount(); i > -1; i--) in removeNirwanaShapes()
/trunk/main/xmloff/source/draw/
H A Dximpbody.cxx169 for(sal_Int32 a = 0; !bDone && a < xMasterPages->getCount(); a++) in SdXMLDrawPageContext()
345 if(GetSdImport().GetNewPageCount() + 1 > xDrawPages->getCount()) in CreateChildContext()
348 xNewDrawPage = xDrawPages->insertNewByIndex(xDrawPages->getCount()); in CreateChildContext()
/trunk/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx88 for( sal_Int32 nIndex = 0; nIndex < mxIndexAccess->getCount(); nIndex++ ) in hasByName()
102 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in BookmarkCollectionHelper
104 return mxIndexAccess->getCount(); in getCount()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java122 parentForm.insertByIndex( parentForm.getCount(), xModel ); in createControlAndShape()
282 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByRefValue()
306 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx125 sal_Int32 nCount = xSourceCols->getCount(); in cloneDescriptorColumns()
188 for(sal_Int32 i = 0 ; i < xColumns->getCount() ; ++i) in appendObject()
204 for(sal_Int32 i=0;i<xColumns->getCount();++i) in appendObject()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx201 long nDimCount = xDims->getCount(); in lcl_FillNumberFormats()
269 long nDimCount = xDims->getCount(); in lcl_GetFirstNumberFormat()
388 long nDimCount = xDims->getCount(); in ScDPOutput()
416 if ( nHierarchy >= xHiers->getCount() ) in ScDPOutput()
427 long nLevCount = xLevels->getCount(); in ScDPOutput()
1114 long nDimCount = xDims->getCount(); in lcl_GetTableVars()
1422 sal_Int32 nIntCount = xIntDims->getCount(); in lcl_GetSubTotals()
1437 nHierCount = xHiers->getCount(); in lcl_GetSubTotals()
1451 nLevCount = xLevels->getCount(); in lcl_GetSubTotals()

Completed in 145 milliseconds

12345678910>>...31