Home
last modified time | relevance | path

Searched refs:getCount (Results 26 – 50 of 750) sorted by relevance

12345678910>>...30

/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotations.java54 int initialAmount = oObj.getCount(); in _insertNew()
60 bResult = (oObj.getCount() == 2 + initialAmount); in _insertNew()
76 int tmpCnt = oObj.getCount(); in _removeByIndex()
79 int newCnt = oObj.getCount(); in _removeByIndex()
H A D_XLabelRanges.java51 int anz = oObj.getCount(); in _addNew()
55 tRes.tested("addNew()", anz < oObj.getCount()); in _addNew()
70 int anz = oObj.getCount(); in _removeByIndex()
74 boolean result = (anz - 1 == oObj.getCount()); in _removeByIndex()
H A D_XAreaLinks.java54 cnt = oObj.getCount() ; in _insertAtPosition()
60 int new_cnt = oObj.getCount() ; in _insertAtPosition()
89 lcnt = oObj.getCount() ; in _removeByIndex()
92 int new_lcnt = oObj.getCount() ; in _removeByIndex()
H A D_XSheetConditionalEntries.java52 nNum = oObj.getCount(); in _addNew()
54 boolean res = (nNum + 1) == oObj.getCount(); in _addNew()
73 int anz = oObj.getCount(); in _clear()
92 int pastNum = oObj.getCount(); in _removeByIndex()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_XDrawPages.java55 int cntBefore = oObj.getCount(); in _insertNewByIndex()
57 int cntAfter = oObj.getCount(); in _insertNewByIndex()
81 int cntBefore = oObj.getCount(); in _remove()
83 int cntAfter = oObj.getCount(); in _remove()
H A D_XShapes.java71 int cntBefore = oObj.getCount(); in _add()
73 int cntAfter = oObj.getCount(); in _add()
95 int cntBefore = oObj.getCount(); in _remove()
97 int cntAfter = oObj.getCount(); in _remove()
H A D_XShapeGrouper.java69 log.println("Grouping " + oShapes.getCount() + " shapes ... "); in _group()
71 int countBeforeGr = oShapes.getCount(); in _group()
73 countAfterGr = oShapes.getCount(); in _group()
96 int countAfterUnGr = oShapes.getCount();
/aoo41x/main/svx/source/unogallery/
H A Dunogaltheme.cxx186 sal_Int32 SAL_CALL GalleryTheme::getCount() in getCount() function in unogallery::GalleryTheme
204 if( ( nIndex < 0 ) || ( nIndex >= getCount() ) ) in getByIndex()
263 nIndex = ::std::max( ::std::min( nIndex, getCount() ), sal_Int32( 0 ) ); in insertURLByIndex()
296 nIndex = ::std::max( ::std::min( nIndex, getCount() ), sal_Int32( 0 ) ); in insertGraphicByIndex()
324 nIndex = ::std::max( ::std::min( nIndex, getCount() ), sal_Int32( 0 ) ); in insertDrawingByIndex()
371 if( ( nIndex < 0 ) || ( nIndex >= getCount() ) ) in removeByIndex()
/aoo41x/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx333 if (mxSlides.is() && mnLastVisibleSlideIndex >= mxSlides->getCount()) in SetVisibleSlideRange()
334 mnLastVisibleSlideIndex = mxSlides->getCount() - 1; in SetVisibleSlideRange()
374 const sal_Int32 nCount(mxSlides->getCount()); in NotifyPreviewCreation()
431 const sal_Int32 nLastIndex (bVisible ? mnLastVisibleSlideIndex : mxSlides->getCount()-1); in GetEntryList()
452 const sal_Int32 nCount (mxSlides->getCount()); in GetPriority()
483 if (nSlideIndex < 0 || nSlideIndex >= mxSlides->getCount()) in GetPage()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1262 const sal_Int32 nCount = xColumns->getCount(); in CreateFile()
1483 sal_Int32 i = _pIndexes->getCount(); in Drop_Static()
1687 for(sal_Int32 i=0;i<m_pIndexes->getCount();++i) in isUniqueByColumnName()
1737 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1745 if (nPos >= _xCols->getCount()) in UpdateBuffer()
1838 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1845 if (nPos >= _xCols->getCount()) in UpdateBuffer()
2225 if(index < 0 || index >= m_pColumns->getCount()) in alterColumnByIndex()
2238 if(index < 0 || index >= m_pColumns->getCount()) in alterColumn()
2282 for(;i < m_pColumns->getCount();++i) in alterColumn()
[all …]
/aoo41x/main/sw/source/ui/vba/
H A Dvbaborders.cxx250 sal_Int32 nIndexes = getCount(); in getTableIndex()
258 return getCount(); // error condition in getTableIndex()
265 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in RangeBorders
273 if ( nIndex >= 0 && nIndex < getCount() ) in getByIndex()
304 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
309 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
/aoo41x/main/svx/source/form/
H A Dfmobj.cxx221 while ( xRightMostLeaf->getCount() ) in SetPage()
224 xRightMostLeaf->getByIndex( xRightMostLeaf->getCount() - 1 ), in SetPage()
306 xNewParent->insertByIndex(xNewParent->getCount(), makeAny(xMeAsFormComp)); in SetPage()
488 …DBG_ASSERT(nIndex<xSourceContainer->getCount(), "FmFormObj::ensureModelEnv : invalid access path !… in ensureModelEnv()
546 while (!bEqualDSS && (nCurrentDestIndex < xDestContainer->getCount())) in ensureModelEnv()
583 …DBG_ASSERT(nCurrentDestIndex == xDestContainer->getCount(), "FmFormObj::ensureModelEnv : something… in ensureModelEnv()
682 xFormToInsertInto->insertByIndex( xFormToInsertInto->getCount(), makeAny( xContent ) ); in EndCreate()
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx67 return mnIndex < mxIndexAccess->getCount(); in hasMoreElements()
218 …virtual ::sal_Int32 SAL_CALL getCount( ) throw (css::uno::RuntimeException) { return mXNamedVec.s… in getCount() function in XNamedObjectCollectionHelper
221 if ( Index < 0 || Index >= getCount() ) in getByIndex()
276 virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException) in getCount() function in ScVbaCollectionBase
278 return m_xIndexAccess->getCount(); in getCount()
316 return ( m_xIndexAccess->getCount() > 0 ); in hasElements()
/aoo41x/main/sc/source/core/data/
H A Ddpobject.cxx136 long nIntCount = xIntDims->getCount(); in lcl_GetDataGetOrientation()
859 long nDimCount = xDims->getCount(); in GetDimName()
957 long nIntCount = xIntDims->getCount(); in FillPageList()
979 nHierCount = xHiers->getCount(); in FillPageList()
994 nLevCount = xLevels->getCount(); in FillPageList()
1544 long nIntCount = xIntDims->getCount(); in ToggleDetails()
1574 nHierCount = xHiers->getCount(); in ToggleDetails()
1589 nLevCount = xLevels->getCount(); in ToggleDetails()
1734 long nDimCount = xDims->getCount(); in lcl_FillOldFields()
1954 long nDimCount = xDims->getCount(); in FillLabelData()
[all …]
/aoo41x/main/framework/source/helper/
H A Doframes.cxx248 sal_uInt32 nCount = m_pFrameContainer->getCount(); in queryFrames()
269 sal_Int32 SAL_CALL OFrames::getCount() throw( RuntimeException ) in getCount() function in framework::OFrames
283 nCount = m_pFrameContainer->getCount(); in getCount()
300 sal_uInt32 nCount = m_pFrameContainer->getCount(); in getByIndex()
347 if ( m_pFrameContainer->getCount() > 0 ) in hasElements()
/aoo41x/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java151 assertEquals("Verify number of shape in sheet add execute add action.",1, xShapes.getCount()); in testDrawingObject()
164 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDrawingObject()
175 assertEquals("Verify results after remove shape.",0, xShapes.getCount()); in testDrawingObject()
194 0, xShapes.getCount()); in testDrawingObject()
/aoo41x/main/xmloff/source/table/
H A DXMLTableExport.cxx231 const sal_Int32 nColumnCount = xIndexAccessCols->getCount(); in collectTableAutoStyles()
250 const sal_Int32 nRowCount = xIndexAccessRows->getCount(); in collectTableAutoStyles()
338 const sal_Int32 rowCount = xIndexAccess->getCount(); in exportTable()
339 const sal_Int32 columnCount = xIndexAccessCols->getCount(); in exportTable()
395 const sal_Int32 nColumnCount = xtableColumnsIndexAccess->getCount(); in ExportTableColumns()
548 for( sal_Int32 nIndex = 0; nIndex < xTableFamily->getCount(); nIndex++ ) try in exportTableTemplates()
/aoo41x/main/sdext/source/minimizer/
H A Dpagecollector.cxx64 sal_Int32 j, nSlideCount = aXIC->getCount(); in CollectCustomShowPages()
99 for ( sal_Int32 j = 0; j < xDrawPages->getCount(); j++ ) in CollectNonCustomShowPages()
131 for ( sal_Int32 i = 0; i < xMasterPages->getCount(); i++ ) in CollectMasterPages()
154 for ( sal_Int32 j = 0; j < xDrawPages->getCount(); j++ ) in CollectMasterPages()
H A Dgraphiccollector.cxx229 for ( sal_Int32 i = 0; i < rxShapes->getCount(); i++ ) in ImpCollectGraphicObjects()
290 for ( i = 0; i < xDrawPages->getCount(); i++ ) in CollectGraphics()
305 for ( i = 0; i < xMasterPages->getCount(); i++ ) in CollectGraphics()
354 for ( sal_Int32 i = 0; i < rxShapes->getCount(); i++ ) in ImpCountGraphicObjects()
430 for ( i = 0; i < xDrawPages->getCount(); i++ ) in CountGraphics()
445 for ( i = 0; i < xMasterPages->getCount(); i++ ) in CountGraphics()
/aoo41x/main/sw/inc/
H A Dunocoll.hxx291 virtual sal_Int32 SAL_CALL getCount( ) throw(::com::sun::star::uno::RuntimeException);
333 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
428 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
460 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
492 …virtual sal_Int32 SAL_CALL SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException …
523 …virtual sal_Int32 SAL_CALL SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException …
551 virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
/aoo41x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx171 if ( nPos < xColumns->getCount() ) in notifyColumnSelect()
747 for (sal_uInt16 i=0; i<xCols->getCount(); ++i) in PreExecuteColumnContextMenu()
904 for (sal_uInt16 i=0; i<xCols->getCount(); ++i) in PostExecuteColumnContextMenu()
1128 for (sal_uInt16 i=0; i<xColumns->getCount(); ++i) in SetDesignMode()
1602 for (i = 0; !xCol.is() && i < xColumns->getCount(); i++) in ColumnMoved()
1646 for (i = 0; i < xColumns->getCount(); ++i) in InitColumnsByModels()
1668 for (i = 0; i < xColumns->getCount(); ++i) in InitColumnsByModels()
1702 sal_Int32 nFieldCount = _rxFieldsByIndex->getCount(); in InitColumnByField()
1770 for (sal_Int32 i = 0; i < xColumns->getCount(); i++) in InitColumnsByFields()
1951 if ( xIndex.is() && xIndex->getCount() > _nPosition ) in getColumnPropertyFromPeer()
[all …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx110 virtual sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException);
166 for( sal_Int32 nIndex = 0, nCount = mxShapes->getCount(); nIndex < nCount; ++nIndex ) in collectShapes()
188 return mxShapes->getCount() - 1; in insertShape()
214 sal_Int32 SAL_CALL ScVbaObjectContainer::getCount() throw (uno::RuntimeException) in getCount() function in ScVbaObjectContainer
222 if( (0 <= nIndex) && (nIndex < getCount()) ) in getByIndex()
467 mxFormIC->insertByIndex( mxFormIC->getCount(), uno::Any( xFormComponent ) ); in implOnShapeCreated()
H A Dvbaworksheets.cxx130 …virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) { return mSheetMap.size();… in getCount() function in SheetCollectionHelper
133 if ( Index < 0 || Index >= getCount() ) in getByIndex()
256 nCount = static_cast< SCTAB >( m_xIndexAccess->getCount() ); in Add()
300 sal_Int32 nElems = getCount(); in Delete()
384 sal_Int32 nElems = getCount(); in Select()
468 SCTAB nCount = static_cast< SCTAB >( xIndex->getCount() ); in nameExists()
H A Dvbaformatconditions.cxx64 sal_Int32 nCount = mxSheetConditionalEntries->getCount(); in Delete()
116 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
121 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
191 for (sal_Int32 i = mxSheetConditionalEntries->getCount()-1; i >= 0; i--) in Add()
255 sal_Int32 nElems = mxSheetConditionalEntries->getCount(); in removeFormatCondition()
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx521 mnDocDrawPageCount = mxDocDrawPages->getCount(); in setSourceDocument()
548 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
578 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
610 if(xShapes.is() && xShapes->getCount()) in setSourceDocument()
667 sal_Int32 nCount = xShapes->getCount(); in ImpRecursiveObjectCount()
2365 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2410 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2478 if(xShapes.is() && xShapes->getCount()) in _ExportAutoStyles()
2546 if(xShapes.is() && xShapes->getCount()) in _ExportMasterStyles()
2764 …if( (xNavOrder.get() != xZOrderAccess.get()) && (xNavOrder->getCount() == xDrawPage->getCount()) ) in getNavigationOrder()
[all …]

Completed in 118 milliseconds

12345678910>>...30