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.cxx42 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
82 sal_Int32 nLen = m_xIndexAccess->getCount(); in getShapes()
94 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()
[all …]
H A Dcollectionbase.cxx62 return mnCurrIndex <= mxCollection->getCount(); in hasMoreElements()
88 virtual sal_Int32 SAL_CALL getCount();
142 sal_Int32 SAL_CALL SequenceToContainer::getCount() in getCount() function in vbahelper::__anon487ff16e0111::SequenceToContainer
149 if( (0 <= nIndex) && (nIndex < getCount()) ) in getByIndex()
192 sal_Int32 SAL_CALL CollectionBase::getCount() 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 __anonff91837d0111::BigPtrEntryMock
82 pbem->setCount(pbem->getCount() + *((int*)pArgs)); in AddToCount()
90 …cast<BigPtrEntryMock*>(bparr[i])->Position(), static_cast<BigPtrEntryMock*>(bparr[i])->getCount()); in dumpBigPtrArray()
170 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == j) << "test_insert_entries_at_f… in TEST_F()
196 …arr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count() / 2])->getCount() == NUM_ENTRIES)… in TEST_F()
226 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == j) << "test_insert_at_already_u… in TEST_F()
247 …bparr.Count() && static_cast<BigPtrEntryMock*>(bparr[bparr.Count()-1])->getCount() == NUM_ENTRIES)… in TEST_F()
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()
[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()
153 log.println("Before: " + origCnt + ", After: " + oObj.getCount()); in _insertByIndex()
169 int cnt = oObj.getCount(); in _insertByIndex()
217 int origCnt = oObj.getCount(); in _removeByIndex()
233 result &= oObj.getCount() == origCnt - 2; in _removeByIndex()
246 result &= oObj.getCount() == origCnt - 3; in _removeByIndex()
[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()
195 XColumnRowRange.class, oObj)).getColumns().getCount(); in _collapseToCurrentRegion()
198 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()
[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 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 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 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/main/sc/source/ui/vba/
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()
329 virtual ::sal_Int32 SAL_CALL getCount( ) in getCount() function in RangeBorders
337 if ( nIndex >= 0 && nIndex < getCount() ) in getByIndex()
368 return ( nIndex < m_xIndexAccess->getCount() ); in hasMoreElements()
373 if ( nIndex < m_xIndexAccess->getCount() ) in nextElement()
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()
[all …]
H A Dvbarange.cxx326 virtual ::sal_Int32 SAL_CALL getCount() { return 1; } in getCount() function in SingleRangeIndexAccess
657 if ( nVBAIndex < 1 || nVBAIndex > m_xAreas->getCount() ) in getArea()
668 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in populateArea()
669 sal_Int32 nColCount = xColumnRowRange->getColumns()->getCount(); in populateArea()
679 sal_Int32 nItems = m_xAreas->getCount(); in CellsEnumeration()
1073 nCount = nCount + xRange->getCount(); in process()
1088 sal_Int32 nItems = m_Areas->getCount(); in visit()
1288 sal_Int32 nCount = rxCellRanges->getCount(); in lclExpandToMerged()
1509 sal_Int32 nRowCount = xColumnRowRange->getRows()->getCount(); in getValue()
1510 sal_Int32 nColCount = xColumnRowRange->getColumns()->getCount(); in getValue()
[all …]
H A Dvbaoleobjects.cxx44 sal_Int32 nLen = xIndexAccess->getCount(); in IndexAccessWrapper()
53 virtual ::sal_Int32 SAL_CALL getCount() 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( );
101 sal_Int32 SAL_CALL RangePageBreaks::getCount( ) 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/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()
180 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionCaseSensitive()
198 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionCaseSensitive()
237 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionContainsHeader()
251 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionContainsHeader()
269 for (int i = 0; i < Rows.getCount() - 1; i++) { in testStandardFilterOptionContainsHeader()
319 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
331 for (int i = 0; i < Rows.getCount(); i++) { in testStandardFilterOptionCopyOutput()
[all …]
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx357 long nOldDimCount = pDimensions->getCount(); in AddDuplicated()
371 return pDimensions->getByIndex( pDimensions->getCount() - 1 ); in AddDuplicated()
380 if ( nDim < pDimensions->getCount() ) in GetSourceDim()
612 nDataCount = ppLevel[nPos]->GetMembersObject()->getCount(); in lcl_CountMinMembers()
670 if ( nHierarchy >= pDim->GetHierarchiesObject()->getCount() ) in FillCalcInfo()
673 long nCount = pLevels->getCount(); in FillCalcInfo()
762 long nMemCount = pMems->getCount(); in FilterCacheTableByPageDimensions()
942 if ( nHierarchy >= pDim->GetHierarchiesObject()->getCount() ) in CreateRes_Impl()
946 long nCount = pLevels->getCount(); in CreateRes_Impl()
1074 if ( nHierarchy >= pHiers->getCount() ) in FillLevelList()
[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.cxx286 … if( xMasterPages.is() && xMasterPages->getCount() && xDrawPages.is() && xDrawPages->getCount() ) in implExport()
299 if( nPageToExport < 0 || nPageToExport >= xDrawPages->getCount() ) in implExport()
408 …const sal_Bool bSinglePage = ( rxDrawPages->getCount() == 1 ) || ( SVG_EXPORT_ALLPAGES != nPageTo… in implExportDocument()
410 … nCurPage = nFirstPage, nLastPage = ( bSinglePage ? nFirstPage : ( rxDrawPages->getCount() - 1 ) ); in implExportDocument()
416 mbExportSelection = maShapeSelection.is() && maShapeSelection->getCount(); in implExportDocument()
444 for(sal_Int32 a(0); a < maShapeSelection->getCount(); a++) in implExportDocument()
556 for( sal_Int32 nMaster = 0, nMasterCount = rxMasterPages->getCount(); in implExportDocument()
597 … implExportPages( rxMasterPages, 0, rxMasterPages->getCount() - 1, nVisibleMaster, sal_True ); in implExportDocument()
616 if( rxDrawPages->getCount() ) in implGenerateMetaData()
619 …AddAttribute( XML_NAMESPACE_NONE, "numberOfSlides", OUString::valueOf( rxDrawPages->getCount() ) ); in implGenerateMetaData()
[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/sd/source/ui/unoidl/
H A Dunosrch.cxx84 if( mxShapes.is() && mxShapes->getCount() > mnIndex ) in nextShape()
132 if( xShapes.is() && (xShapes->getCount() > 0) ) in replaceAll()
168 if( xGroupShape.is() && ( xGroupShape->getCount() > 0 ) ) in replaceAll()
233 if( xShapes.is() && xShapes->getCount() > 0 ) in findAll()
277 if( (aAny >>= xGroupShape ) && xGroupShape->getCount() > 0 ) in findAll()
335 if(xShapes->getCount() > 0) in GetCurrentShape()
414 const sal_Int32 nCount = xShapes->getCount(); in GetNextShape()
426 if( xGroup.is() && xGroup->getCount() > 0 ) in GetNextShape()
841 sal_Int32 SAL_CALL SdUnoFindAllAccess::getCount() in getCount() function in SdUnoFindAllAccess
850 if( Index < 0 || Index >= getCount() ) in getByIndex()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java98 xEmbeddedFramesIdx.getCount()); in checkEmbeddedFrames()
99 …for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xEmbeddedFramesIdx.getCount(); nCurrentFrameIdx++) in checkEmbeddedFrames()
141 xGraphicFramesIdx.getCount()); in checkGraphicFrames()
142 … for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xGraphicFramesIdx.getCount(); nCurrentFrameIdx++) in checkGraphicFrames()
185 xTextFramesIdx.getCount()); in checkTextFrames()
186 … for(int nCurrentFrameIdx = 0; nCurrentFrameIdx < xTextFramesIdx.getCount(); nCurrentFrameIdx++) in checkTextFrames()
/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()

12345678910>>...31