/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashaperange.cxx | 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() 179 sal_Int32 nLen = getCount(); in setLeft() 189 sal_Int32 nLen = getCount(); in getTop() [all …]
|
H A D | collectionbase.cxx | 62 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::__anonc8aca98e0111::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()
|
/aoo41x/main/sw/qa/core/ |
H A D | Test-BigPtrArray.cxx | 57 int getCount() const in getCount() function in __anonc490839d0111::BigPtrEntryMock 79 pbem->setCount(pbem->getCount() + *((int*)pArgs)); in AddToCount() 177 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == j in test_insert_entries_at_front() 253 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == j in test_insert_at_already_used_index() 324 static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == k in test_remove_at_front() 366 static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == j in test_remove_at_back() 580 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == i in test_move_to_same_position() 645 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i+1) in test_for_each() 680 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i) in test_for_some1() 706 static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == (i) in test_for_some2() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XTableColumns.java | 67 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 …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCellRangeContainer.java | 80 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.java | 109 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 …]
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | XNoteHelperImpl.hxx | 31 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 D | WW8StructBase.cxx | 35 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 D | WW8PropertySetImpl.cxx | 114 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 D | WW8PieceTableImpl.cxx | 75 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 D | DffImpl.cxx | 309 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()
|
/aoo41x/test/testuno/source/fvt/uno/sc/data/ |
H A D | StandardFilterOption.java | 107 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 …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaborders.cxx | 195 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 D | vbarange.cxx | 1524 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 D | vbaoleobjects.cxx | 44 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 D | vbapagebreaks.cxx | 56 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 D | vbafont.cxx | 85 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()
|
/aoo41x/main/writerfilter/inc/resourcemodel/ |
H A D | SubSequence.hxx | 112 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 1305 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 …]
|
/aoo41x/main/filter/source/svg/ |
H A D | svgexport.cxx | 287 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 …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XDictionaryList.java | 88 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()
|
/aoo41x/main/sw/qa/complex/writer/ |
H A D | CheckFlies.java | 99 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()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BTables.cxx | 139 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFramesSupplier.java | 71 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()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 84 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()
|