Home
last modified time | relevance | path

Searched refs:getSelectionCount (Results 1 – 15 of 15) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XMultiSelectionSupplier.java88 int count = oObj.getSelectionCount(); in _addSelection()
102 count = oObj.getSelectionCount(); in _addSelection()
112 count = oObj.getSelectionCount(); in _addSelection()
144 int count = oObj.getSelectionCount(); in _removeSelection()
159 count = oObj.getSelectionCount(); in _removeSelection()
169 count = oObj.getSelectionCount(); in _removeSelection()
179 count = oObj.getSelectionCount(); in _removeSelection()
188 count = oObj.getSelectionCount(); in _removeSelection()
237 int count = oObj.getSelectionCount(); in _clearSelection()
260 count = oObj.getSelectionCount(); in _clearSelection()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx612 sal_Int32 nCount = getContainer()->getSelectionCount(); in GetState()
619 aReturn.bEnabled = !isDataSourceReadOnly() && getContainer()->getSelectionCount() >= 1; in GetState()
734 aReturn.bEnabled = !isDataSourceReadOnly() && getContainer()->getSelectionCount() <= 1; in GetState()
793 aReturn.bEnabled = !isDataSourceReadOnly() && getContainer()->getSelectionCount() > 0 in GetState()
804 aReturn.bEnabled = ( getContainer()->getSelectionCount() > 0 ) in GetState()
811 if ( ( getContainer()->getSelectionCount() > 0 ) in GetState()
838 aReturn.bEnabled = getContainer()->getSelectionCount() > 0 && getContainer()->isALeafSelected(); in GetState()
866 aReturn.bEnabled = eType == E_QUERY && getContainer()->getSelectionCount() > 0; in GetState()
898 …aReturn.bEnabled = E_REPORT == eType && getContainer()->getSelectionCount() > 0 && getContainer()-… in GetState()
2233 if ( pView->getSelectionCount() == 1 ) in onSelectionChanged()
[all …]
H A DAppView.cxx478 sal_Int32 OApplicationView::getSelectionCount() in getSelectionCount() function in OApplicationView
481 return getDetailView()->getSelectionCount(); in getSelectionCount()
H A DAppControllerGen.cxx715 bCompareRes = getContainer()->getSelectionCount() > 0; in isRenameDeleteAllowed()
718 bCompareRes = getContainer()->getSelectionCount() == 1; in isRenameDeleteAllowed()
H A DAppDetailView.cxx887 sal_Int32 OApplicationDetailView::getSelectionCount() in getSelectionCount() function in OApplicationDetailView
890 return m_pControlHelper->getSelectionCount(); in getSelectionCount()
H A DAppView.hxx206 sal_Int32 getSelectionCount();
H A DAppDetailPageHelper.hxx294 sal_Int32 getSelectionCount();
H A DAppDetailView.hxx285 sal_Int32 getSelectionCount();
H A DAppDetailPageHelper.cxx592 sal_Int32 OAppDetailPageHelper::getSelectionCount() in getSelectionCount() function in OAppDetailPageHelper
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx224 sal_Int32 SAL_CALL UnoTreeControl::getSelectionCount() throw (RuntimeException) in getSelectionCount() function in toolkit::UnoTreeControl
226 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelectionCount(); in getSelectionCount()
H A Dtreecontrol.hxx95 …virtual ::sal_Int32 SAL_CALL getSelectionCount( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dstardiv.Toolkit.UnoTreeControl.csv22 "UnoTreeControl";"com::sun::star::view::XMultiSelectionSupplier";"getSelectionCount()"
/trunk/main/offapi/com/sun/star/view/
H A DXMultiSelectionSupplier.idl103 long getSelectionCount();
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx71 …virtual ::sal_Int32 SAL_CALL getSelectionCount( ) throw (::com::sun::star::uno::RuntimeException);
H A Dtreecontrolpeer.cxx629 sal_Int32 SAL_CALL TreeControlPeer::getSelectionCount() throw (RuntimeException) in getSelectionCount() function in TreeControlPeer

Completed in 78 milliseconds