Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx94 sal_Int32 nLen = getCount(); in IncrementRotation()
105 sal_Int32 nLen = getCount(); in IncrementLeft()
116 sal_Int32 nLen = getCount(); in IncrementTop()
126 sal_Int32 nLen = getCount(); in getHeight()
137 sal_Int32 nLen = getCount(); in setHeight()
147 sal_Int32 nLen = getCount(); in getWidth()
158 sal_Int32 nLen = getCount(); in setWidth()
168 sal_Int32 nLen = getCount(); in getLeft()
179 sal_Int32 nLen = getCount(); in setLeft()
189 sal_Int32 nLen = getCount(); in getTop()
[all …]
H A Dcollectionbase.cxx62 return mnCurrIndex <= mxCollection->getCount(); in hasMoreElements()
88 virtual sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException);
142 sal_Int32 SAL_CALL SequenceToContainer::getCount() throw (uno::RuntimeException) in getCount() function in vbahelper::__anon89c9fea60111::SequenceToContainer
149 if( (0 <= nIndex) && (nIndex < getCount()) ) in getByIndex()
192 sal_Int32 SAL_CALL CollectionBase::getCount() throw (uno::RuntimeException) in getCount() function in vbahelper::CollectionBase
195 return mxIndexAccess->getCount(); in getCount()
269 if( (1 <= nIndex) && (nIndex <= mxIndexAccess->getCount()) ) in getItemByIndex()
296 for( sal_Int32 nIndex = 0, nSize = mxIndexAccess->getCount(); nIndex < nSize; ++nIndex ) in getItemByName()
/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx60 int getCount() const in getCount() function in __anond1b44eb50111::BigPtrEntryMock
82 pbem->setCount(pbem->getCount() + *((int*)pArgs)); in AddToCount()
277 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == k) << "test_remove_at_front fai… in TEST_F()
307 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == j) << "test_remove_at_back fail… in TEST_F()
330 int oldElement = static_cast<BigPtrEntryMock*>(bparr[bparr.Count() / 2])->getCount(); in TEST_F()
520 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i+1)) << "test_for_each failed… in TEST_F()
542 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i+1)) << "test_for_some1 faile… in TEST_F()
547 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i)) << "test_for_some1 failed"; in TEST_F()
569 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i)) << "test_for_some2 failed"; in TEST_F()
574 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i+1)) << "test_for_some2 faile… in TEST_F()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java67 lastColumn = oObj.getCount() - 1 ; in before()
91 int origCnt = oObj.getCount(); in _insertByIndex()
108 result &= oObj.getCount() == origCnt + 1; in _insertByIndex()
124 result &= oObj.getCount() == origCnt + 2; in _insertByIndex()
152 result &= oObj.getCount() == origCnt + 4; in _insertByIndex()
169 int cnt = oObj.getCount(); in _insertByIndex()
217 int origCnt = oObj.getCount(); in _removeByIndex()
270 result &= oObj.getCount() == origCnt - 4; in _removeByIndex()
287 int cnt = oObj.getCount(); in _removeByIndex()
357 if (col >= oObj.getCount()) return true; in checkColumn()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellRangeContainer.java80 log.println("Elements before adding: " + oObj.getCount()); in _addRangeAddress()
82 log.println("Elements after adding: " + oObj.getCount()); in _addRangeAddress()
85 for (int i=0; i<=oObj.getCount()-1; i++) { in _addRangeAddress()
110 log.println("Elements before removing: " + oObj.getCount()); in _removeRangeAddress()
117 log.println("Elements after removing: " + oObj.getCount()); in _removeRangeAddress()
119 for (int i=0; i<=oObj.getCount()-1; i++) { in _removeRangeAddress()
144 int cntBefore = oObj.getCount(); in _addRangeAddresses()
147 log.println("Elements after adding: " + oObj.getCount()); in _addRangeAddresses()
150 result &= cntBefore + rAddr.length == oObj.getCount(); in _addRangeAddresses()
154 for (int i=0; i < oObj.getCount(); i++) { in _addRangeAddresses()
[all …]
H A D_XSheetCellCursor.java109 XColumnRowRange.class, oObj) ).getColumns().getCount(); in _collapseToCurrentArray()
111 XColumnRowRange.class, oObj) ).getRows().getCount(); in _collapseToCurrentArray()
166 XColumnRowRange.class, oObj) ).getColumns().getCount(); in _collapseToCurrentRegion()
169 XColumnRowRange.class, oObj) ).getRows().getCount(); in _collapseToCurrentRegion()
266 XColumnRowRange.class, oObj) ).getColumns().getCount(); in _collapseToMergedArea()
269 XColumnRowRange.class, oObj) ).getRows().getCount(); in _collapseToMergedArea()
304 XColumnRowRange.class, oObj) ).getColumns().getCount(); in _collapseToSize()
307 XColumnRowRange.class, oObj) ).getRows().getCount(); in _collapseToSize()
341 XColumnRowRange.class, oObj) ).getColumns().getCount(); in _expandToEntireColumns()
344 XColumnRowRange.class, oObj) ).getRows().getCount(); in _expandToEntireColumns()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx31 sal_uInt32 XNoteHelper<T>::getCount() const in getCount() function in writerfilter::doctok::XNoteHelper
35 if (mpCps.get() != NULL && mpCps->getCount() > 8) in getCount()
36 nResult = ( mpCps->getCount() / 4) - 2; in getCount()
45 if (nPos > getCount()) in getCpAndFc()
59 if (nPos >= getCount()) in getRefCpAndFc()
74 if (nPos >= getCount()) in get()
92 sal_uInt32 nResult = getCount(); in getIndexOfCpAndFc()
121 if (n < getCount()) in get()
142 if (n < getCount()) in getRef()
153 for (sal_uInt32 n = 0; n < getCount(); ++n) in init()
H A DWW8StructBase.cxx35 if (nOffset + nCount > rParent.getCount()) in WW8StructBase()
113 if (nOffset < getCount()) in getString()
116 if (nOffset + nCount * 2 > getCount()) in getString()
118 nCount1 = (getCount() - nOffset) / 2; in getString()
142 sal_uInt32 nCount = getCount(); in getRemainder()
167 if (nOffset >= mpStructBase->getCount()) in set()
182 if (mpStructBase->getCount() - mnOffset < nOffset) in inc()
H A DWW8PropertySetImpl.cxx114 return WW8Stream::Sequence(mSequence, 2, getCount() - 2); in getParams()
262 (new WW8PropertySetIteratorImpl(this, getCount())); in end()
276 if (nOffset + nLength > getCount()) in getAttribute()
277 nLength = getCount() - nOffset; in getAttribute()
364 if (getCount() >= (isPap() ? 5U : 3U)) in resolve()
395 if (mnOffset > mpAttrSet->getCount() || in operator ++()
396 mpAttrSet->getCount() - mnOffset < 3) in operator ++()
397 mnOffset = mpAttrSet->getCount(); in operator ++()
H A DWW8PieceTableImpl.cxx75 sal_uInt32 WW8PieceTableImpl::getCount() const in getCount() function in writerfilter::doctok::WW8PieceTableImpl
148 if (getCount() > 0) in getFirstCp()
160 if (getCount() > 0) in getFirstFc()
172 if (getCount() > 0) in getLastCp()
173 aResult = getCp(getCount() - 1); in getLastCp()
184 if (getCount() > 0) in getLastFc()
185 aResult = getFc(getCount() - 1); in getLastFc()
H A DDffImpl.cxx309 nResult = getCount(); in get_extraoffset()
318 return (getCount() - 0x18) / WW8FIDCL::getSize(); in get_fidcl_count()
350 if (nOffset + 8 < getCount()) in get_blip()
354 sal_uInt32 nCount = getCount() - 8; in get_blip()
390 if (getCount() > 0x45)
393 getCount() - 0x45));
484 sal_uInt32 nCount = getCount(); in resolveNoAuto()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java107 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterForString()
125 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterForString()
166 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionCaseSensitive()
319 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
331 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
354 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
367 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
412 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionSkipDuplicates()
428 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionSkipDuplicates()
487 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionUseRegularExpressions()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1524 if ( m_Areas->getCount() > 1 ) in getValue()
1579 if ( m_Areas->getCount() > 1 ) in setValue()
1610 if ( m_Areas->getCount() > 1 ) in ClearContents()
1660 if ( m_Areas->getCount() > 1 ) in setFormulaValue()
1680 if ( m_Areas->getCount() > 1 ) in getFormulaValue()
1719 if ( m_Areas->getCount() > 1 ) in getCount()
1746 if ( m_Areas->getCount() > 1 ) in getRow()
1762 if ( m_Areas->getCount() > 1 ) in getColumn()
1774 if ( m_Areas->getCount() > 1 ) in HasFormula()
1814 if ( m_Areas->getCount() > 1 ) in fillSeries()
[all …]
H A Dvbaborders.cxx195 sal_Int32 nElems = xIndex->getCount(); in getColorIndex()
314 sal_Int32 nIndexes = getCount(); in getTableIndex()
322 return getCount(); // error condition in getTableIndex()
382 …if ( xColumnRowRange->getRows()->getCount() == 1 && xColumnRowRange->getColumns()->getCount() == 1… in ScVbaBorders()
414 sal_Int32 count = getCount(); in getColor()
434 sal_Int32 count = getCount(); in setColor()
443 sal_Int32 count = getCount(); in getColorIndex()
463 sal_Int32 count = getCount(); in setColorIndex()
515 sal_Int32 count = getCount(); in setLineStyle()
524 sal_Int32 count = getCount(); in getWeight()
[all …]
H A Dvbaoleobjects.cxx44 sal_Int32 nLen = xIndexAccess->getCount(); in IndexAccessWrapper()
53 virtual ::sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException) in getCount() function in IndexAccessWrapper
60 if ( Index < 0 || Index >= getCount() ) in getByIndex()
73 return ( getCount() > 0 ); in hasElements()
90 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
95 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
142 sal_Int32 nCount = xIndexAccess->getCount(); in getItemByStringIndex()
H A Dvbapagebreaks.cxx56 return nUsedStart + xRange->Columns( uno::Any() )->getCount(); in getAPIEndIndexofRange()
57 return nUsedStart + xRange->Rows( uno::Any() )->getCount(); in getAPIEndIndexofRange()
82 virtual sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException);
101 sal_Int32 SAL_CALL RangePageBreaks::getCount( ) throw (uno::RuntimeException) in getCount() function in RangePageBreaks
125 if( (Index < getCount()) && ( Index >= 0 )) in getByIndex()
130 if( (nPos < xIndexAccess->getCount()) && (nPos > -1) ) in getByIndex()
197 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
202 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
H A Dvbafont.cxx85 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in setSuperscript()
86 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSuperscript()
124 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in getSuperscript()
125 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in getSuperscript()
157 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in setSubscript()
158 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSubscript()
198 sal_Int32 nCols = xColumnRowRange->getColumns()->getCount(); in getSubscript()
199 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in getSubscript()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx1305 long nCount = getCount(); in getByName()
1321 long nCount = getCount(); in getElementNames()
1331 long nCount = getCount(); in hasByName()
1345 return ( getCount() > 0 ); in hasElements()
1825 long nCount = getCount(); in getByName()
1841 long nCount = getCount(); in getElementNames()
1851 long nCount = getCount(); in hasByName()
2009 long nCount = getCount(); in getByName()
2025 long nCount = getCount(); in getElementNames()
2035 long nCount = getCount(); in hasByName()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx112 sal_uInt32 getCount() const { return mnCount; } in getCount() function in writerfilter::SubSequence
137 while (n < getCount()) in dump()
149 if (n + i < getCount()) in dump()
164 if (n + i < getCount()) in dump()
208 sal_uInt32 nCount = getCount(); in dump()
237 while (n < getCount()) in toString()
247 if (n + i < getCount()) in toString()
262 if (n + i < getCount()) in toString()
294 sal_uInt32 nCount = rSeq.getCount(); in dumpLine()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx287 if( xMasterPages.is() && xMasterPages->getCount() && xDrawPages.is() && xDrawPages->getCount() ) in implExport()
417 mbExportSelection = maShapeSelection.is() && maShapeSelection->getCount(); in implExportDocument()
445 for(sal_Int32 a(0); a < maShapeSelection->getCount(); a++) in implExportDocument()
557 for( sal_Int32 nMaster = 0, nMasterCount = rxMasterPages->getCount(); in implExportDocument()
617 if( rxDrawPages->getCount() ) in implGenerateMetaData()
626 for( sal_Int32 i = 0, nCount = rxDrawPages->getCount(); i < nCount; ++i ) in implGenerateMetaData()
787 for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i ) in implExportShapes()
958 for( i = 0, nCount = rxMasterPages->getCount(); i < nCount; ++i ) in implCreateObjects()
975 for( i = 0, nCount = rxDrawPages->getCount(); i < nCount; ++i ) in implCreateObjects()
992 DBG_ASSERT( nPageToExport >= 0 && nPageToExport < rxDrawPages->getCount(), in implCreateObjects()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XDictionaryList.java88 count = oObj.getCount(); in _getCount()
107 log.println("Expected: " + oObj.getCount()); in _getDictionaries()
180 short previous = oObj.getCount(); in _addDictionary()
187 short after = oObj.getCount(); in _addDictionary()
199 short previous = oObj.getCount(); in _removeDictionary()
201 short after = oObj.getCount(); in _removeDictionary()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx139 for(sal_Int32 i=0;i<xColumns->getCount();++i) in setComments()
222 sal_Int32 nCount = xColumns->getCount(); in createTable()
248 for( sal_Int32 key=0; key<xKeys->getCount(); ++key ) in createTable()
263 if(!xColumns->getCount()) in createTable()
267 for( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable()
280 if(!xColumns->getCount()) in createTable()
284 for( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable()
299 if(!xColumns->getCount()) in createTable()
312 for ( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java99 xEmbeddedFramesIdx.getCount()); in checkEmbeddedFrames()
100 …for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xEmbeddedFramesIdx.getCount(); nCurrentFrameIdx++) in checkEmbeddedFrames()
142 xGraphicFramesIdx.getCount()); in checkGraphicFrames()
143 … for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xGraphicFramesIdx.getCount(); nCurrentFrameIdx++) in checkGraphicFrames()
186 xTextFramesIdx.getCount()); in checkTextFrames()
187 … for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xTextFramesIdx.getCount(); nCurrentFrameIdx++) in checkTextFrames()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx84 if( mxShapes.is() && mxShapes->getCount() > mnIndex ) in nextShape()
134 if( xShapes.is() && (xShapes->getCount() > 0) ) in replaceAll()
170 if( xGroupShape.is() && ( xGroupShape->getCount() > 0 ) ) in replaceAll()
237 if( xShapes.is() && xShapes->getCount() > 0 ) in findAll()
281 if( (aAny >>= xGroupShape ) && xGroupShape->getCount() > 0 ) in findAll()
340 if(xShapes->getCount() > 0) in GetCurrentShape()
420 const sal_Int32 nCount = xShapes->getCount(); in GetNextShape()
432 if( xGroup.is() && xGroup->getCount() > 0 ) in GetNextShape()
856 sal_Int32 SAL_CALL SdUnoFindAllAccess::getCount() in getCount() function in SdUnoFindAllAccess
867 if( Index < 0 || Index >= getCount() ) in getByIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFramesSupplier.java71 result = oObj.getFrames().getCount() == 0; in _getActiveFrame()
76 for (int i = 0; i < frames.getCount(); i++) { in _getActiveFrame()
121 cnt = frames.getCount() ; in _getFrames()
163 if (frames.getCount() > 1) { in _setActiveFrame()
188 } else if (frames.getCount() > 0) { in _setActiveFrame()

Completed in 147 milliseconds

12345678910>>...31