Home
last modified time | relevance | path

Searched refs:getCount (Results 126 – 150 of 750) sorted by relevance

12345678910>>...30

/aoo41x/main/filter/source/flash/
H A Dswfexporter.cxx168 const sal_Int32 nPageCount = xDrawPages->getCount(); in exportAll()
505 …OSL_ENSURE( (xShapes->getCount() <= 0xffff), "overflow in FlashExporter::exportDrawPageContents()"… in exportShapes()
507 sal_uInt16 nShapeCount = (sal_uInt16)min( xShapes->getCount(), (sal_Int32)0xffff ); in exportShapes()
762 sal_uInt32 nShapeCount = xShapes->getCount(); in ActionSummer()
/aoo41x/main/sw/source/ui/vba/
H A Dvbapalette.cxx61 virtual ::sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException) in getCount() function in DefaultPalette
68 if ( Index < 0 || Index >= getCount() ) in getByIndex()
H A Dvbadocumentproperties.cxx528 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in BuiltInPropertiesImpl
550 uno::Sequence< rtl::OUString > aNames( getCount() ); in getElementNames()
651 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount() function in CustomPropertiesImpl
701 return getCount() > 0; in hasElements()
709 sal_Int32 nElem = getCount(); in createEnumeration()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextTable.java160 tRes.tested( "getColumns()", nCol == oObj.getColumns().getCount() ); in _getColumns()
172 tRes.tested( "getRows()", nRow == oObj.getRows().getCount() ); in _getRows()
H A D_TextGraphicObject.java114 int previous = imgMap.getCount(); in _ImageMap()
124 int after = imgMap.getCount(); in _ImageMap()
/aoo41x/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()
/aoo41x/main/sc/source/ui/unoobj/
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 …]
H A Dnameuno.cxx780 sal_Int32 SAL_CALL ScNamedRangesObj::getCount() throw(uno::RuntimeException) in getCount() function in ScNamedRangesObj
820 return ( getCount() != 0 ); in hasElements()
857 long nVisCount = getCount(); // Namen mit lcl_UserVisibleName in getElementNames()
885 long nVisCount = getCount(); // Namen mit lcl_UserVisibleName in getElementScopeNames()
1273 sal_Int32 SAL_CALL ScLabelRangesObj::getCount() throw(uno::RuntimeException) in getCount() function in ScLabelRangesObj
1309 return ( getCount() != 0 ); in hasElements()
/aoo41x/main/sw/source/core/unocore/
H A Dunocoll.cxx618 sal_Int32 SwXTextTables::getCount(void) throw( uno::RuntimeException ) in getCount() function in SwXTextTables
963 sal_Int32 SwXFrames::getCount(void) throw(uno::RuntimeException) in getCount() function in SwXFrames
1205 sal_Int32 SwXTextSections::getCount(void) throw( uno::RuntimeException ) in getCount() function in SwXTextSections
1391 sal_Int32 SwXBookmarks::getCount(void) in getCount() function in SwXBookmarks
1492 sal_Int32 SwXNumberingRulesCollection::getCount(void) throw( uno::RuntimeException ) in getCount() function in SwXNumberingRulesCollection
1563 sal_Int32 SwXFootnotes::getCount(void) throw( uno::RuntimeException ) in getCount() function in SwXFootnotes
1665 sal_Int32 SwXReferenceMarks::getCount(void) throw( uno::RuntimeException ) in getCount() function in SwXReferenceMarks
/aoo41x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx226 sal_Int32 nCount = xGroups->getCount(); in fillSelectedGroups()
279 …ported( OGroupExchange::getReportGroupId() ) && m_pParent->getGroups()->getCount() > 1 && rEvt.Get… in AcceptDrop()
332 if ( nRow > xGroups->getCount() ) in moveGroups()
333 nRow = xGroups->getCount(); in moveGroups()
358 sal_Int32 nGroupsCount = xGroups->getCount(); in lateInit()
503 if ( _bAppendRow && GetRowCount() == m_pParent->getGroups()->getCount() ) in SaveModified()
1475 sal_Int32 nGroupCount = m_xGroups->getCount(); in checkButtons()
/aoo41x/main/vcl/source/components/
H A Ddisplay.cxx199 virtual ::sal_Int32 SAL_CALL getCount() throw (RuntimeException);
295 ::sal_Int32 SAL_CALL DisplayAccess::getCount() throw (RuntimeException) in getCount() function in vcl::DisplayAccess
302 if( (Index < 0) || (Index >= getCount()) ) in getByIndex()
/aoo41x/main/idlc/source/
H A Dastinterface.cxx154 DeclList::size_type getCount = attr->getGetExceptionCount(); in dump() local
155 if (getCount > SAL_MAX_UINT16) { in dump()
165 if (getCount > 0) { in dump()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx158 const sal_Int32 nCount = xSection->getCount(); in IMPL_LINK()
272 sal_Int32 nCount = xContainer->getCount(); in TogglePropertyListening()
302 sal_Int32 nCount = _rxContainer->getCount(); in switchListening()
/aoo41x/main/qadevOOo/tests/java/ifc/ui/
H A D_XUIConfigurationManager.java109 for (int i=0; i<mxMenuBarSettings.getCount(); i++) { in _getSettings()
151 x.insertByIndex(x.getCount(), prop); in _replaceSettings()
222 int count = x.getCount(); in _insertSettings()
/aoo41x/main/sc/source/ui/vba/
H A Dvbapalette.cxx59 virtual ::sal_Int32 SAL_CALL getCount() throw (uno::RuntimeException) in getCount() function in DefaultPalette
66 if ( Index < 0 || Index >= getCount() ) in getByIndex()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx706 const sal_Int32 nCount = xData->getCount(); in setViewData()
1489 if( xShapes.is() && xShapes->getCount() ) in getRendererCount()
1643 sal_Int32 i, nCount = xIndexAccess->getCount(); in ImplPDFExportShapeInteraction()
1989 sal_Int32 i, nCount = xShapes->getCount(); in render()
2003 sal_Int32 i, nCount = xShapes->getCount(); in render()
2156 if( xShapes.is() && xShapes->getCount() ) in render()
2163 for( sal_uInt32 i = 0, nCount = xShapes->getCount(); i < nCount; i++ ) in render()
2346 sal_Int32 SAL_CALL SdDrawPagesAccess::getCount() in getCount() function in SdDrawPagesAccess
2464 return getCount() > 0; in hasElements()
2618 sal_Int32 SAL_CALL SdMasterPagesAccess::getCount() in getCount() function in SdMasterPagesAccess
[all …]
/aoo41x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx260 if ((_nIndex<0) || (_nIndex>getCount())) in dropByIndex()
455 sal_Int32 SAL_CALL OQueryContainer::getCount( ) throw(RuntimeException) in getCount() function in dbaccess::OQueryContainer
458 return Reference<XIndexAccess>(m_xCommandDefinitions,UNO_QUERY)->getCount(); in getCount()
/aoo41x/main/svx/source/table/
H A Dtabledesign.cxx110 virtual sal_Int32 SAL_CALL getCount() throw(RuntimeException) ;
159 virtual sal_Int32 SAL_CALL getCount() throw(RuntimeException) ;
372 sal_Int32 SAL_CALL TableDesignStyle::getCount() throw(RuntimeException) in getCount() function in sdr::table::TableDesignStyle
606 sal_Int32 SAL_CALL TableDesignFamily::getCount() throw(RuntimeException) in getCount() function in sdr::table::TableDesignFamily
/aoo41x/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java411 for (int i = 0; i < formElements1.getCount(); i++) { in createTestEnvironment()
453 for (int i = 0; i < formElements1.getCount(); i++) { in createTestEnvironment()
817 int count = params.getCount(); in approveParameter()
874 int count = params.getCount(); in handle()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_XLayerManager.java145 int cntBefore = oObj.getCount(); in _remove()
154 int cntAfter = oObj.getCount(); in _remove()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8ListTable.cxx55 if (nOffsetLevel > getCount()) in initPayload()
57 nOffsetLevel = getCount(); in initPayload()
/aoo41x/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java62 assertEquals("Text frame count", expectedNames.length, xTextFramesIdx.getCount()); in testLoadTextFrame()
64 for (int i = 0; i < xTextFramesIdx.getCount(); i++) { in testLoadTextFrame()
/aoo41x/main/sw/source/core/doc/
H A Ddocxforms.cxx147 int nCount = xBindings->getCount(); in disposeXForms()
160 nCount = xSubmissions->getCount(); in disposeXForms()
/aoo41x/main/qadevOOo/tests/java/ifc/document/
H A D_XViewDataSupplier.java73 int count = xAccess.getCount(); in setViewID()
100 int count = xAccess.getCount(); in getViewID()
/aoo41x/main/sc/inc/
H A Dlinkuno.hxx192 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
349 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
467 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
556 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
605 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);

Completed in 351 milliseconds

12345678910>>...30