Searched refs:getSelectionCount (Results 1 – 15 of 15) sorted by relevance
88 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 …]
612 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 …]
478 sal_Int32 OApplicationView::getSelectionCount() in getSelectionCount() function in OApplicationView481 return getDetailView()->getSelectionCount(); in getSelectionCount()
715 bCompareRes = getContainer()->getSelectionCount() > 0; in isRenameDeleteAllowed()718 bCompareRes = getContainer()->getSelectionCount() == 1; in isRenameDeleteAllowed()
206 sal_Int32 getSelectionCount();
887 sal_Int32 OApplicationDetailView::getSelectionCount() in getSelectionCount() function in OApplicationDetailView890 return m_pControlHelper->getSelectionCount(); in getSelectionCount()
294 sal_Int32 getSelectionCount();
285 sal_Int32 getSelectionCount();
592 sal_Int32 OAppDetailPageHelper::getSelectionCount() in getSelectionCount() function in OAppDetailPageHelper
224 sal_Int32 SAL_CALL UnoTreeControl::getSelectionCount() throw (RuntimeException) in getSelectionCount() function in toolkit::UnoTreeControl226 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelectionCount(); in getSelectionCount()
95 …virtual ::sal_Int32 SAL_CALL getSelectionCount( ) throw (::com::sun::star::uno::RuntimeException);
22 "UnoTreeControl";"com::sun::star::view::XMultiSelectionSupplier";"getSelectionCount()"
103 long getSelectionCount();
71 …virtual ::sal_Int32 SAL_CALL getSelectionCount( ) throw (::com::sun::star::uno::RuntimeException);
629 sal_Int32 SAL_CALL TreeControlPeer::getSelectionCount() throw (RuntimeException) in getSelectionCount() function in TreeControlPeer
Completed in 85 milliseconds