Home
last modified time | relevance | path

Searched refs:GetSelectionCount (Results 1 – 25 of 35) sorted by relevance

12

/aoo41x/main/cui/source/dialogs/
H A Dlinkdlg.cxx152 (sal_uInt16)pSvTabListBox->GetSelectionCount() : 0; in IMPL_LINK()
267 sal_uInt16 nSelCnt = (sal_uInt16)rListBox.GetSelectionCount(); in IMPL_LINK_INLINE_END()
350 sal_uInt16 nSelectionCount = (sal_uInt16)Links().GetSelectionCount(); in IMPL_LINK()
411 if(Links().GetSelectionCount() <= 1) in IMPL_LINK()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DAddField.cxx96 uno::Sequence< beans::PropertyValue > aArgs(GetSelectionCount()); in getSelectedFieldDescriptors()
146 if ( GetSelectionCount() < 1 ) in StartDrag()
497 …m_aActions.EnableItem(SID_ADD_CONTROL_PAIR, ( m_pListBox.get() && m_pListBox->GetSelectionCount() …
/aoo41x/main/svtools/source/contnr/
H A Dsvicnvw.cxx593 if( GetSelectionMode()==SINGLE_SELECTION && !GetSelectionCount()) in EditedText()
658 sal_uLong SvIconView::GetSelectionCount() const in GetSelectionCount() function in SvIconView
660 return (sal_uLong)(pImp->GetSelectionCount()); in GetSelectionCount()
H A Dsvimpbox.cxx1693 DBG_ASSERT(pView->GetSelectionCount()==1,"selection count?"); in EntrySelected()
1791 if( pCursor && (bSimpleTravel || !pView->GetSelectionCount() )) in EntryRemoved()
1807 if( pView->GetSelectionCount() ) in EntryRemoved()
2982 if( !bSelect && pView->GetSelectionCount() == 0 ) in SelAllDestrAnch()
2988 if( bSelect && pView->GetSelectionCount() == pView->GetEntryCount()) in SelAllDestrAnch()
2993 if( !bSelect && pView->GetSelectionCount()==1 && pCursor && in SelAllDestrAnch()
3165 sal_Int32 nSelectedEntries = pView->GetSelectionCount(); in Command()
3183 sal_Int32 nSelectionCount = pView->GetSelectionCount(); in Command()
H A Dimivctl1.cxx395 if( GetSelectionCount() ) in RemoveEntry()
2954 sal_uLong SvxIconChoiceCtrl_Impl::GetSelectionCount() const in GetSelectionCount() function in SvxIconChoiceCtrl_Impl
3757 if( !GetSelectionCount() ) in IMPL_LINK()
3785 if( !GetSelectionCount() ) in GetFirstSelectedEntry()
3832 if( rStartPos > nCount || !GetSelectionCount() ) in GetNextSelectedEntry()
3870 for( sal_uLong nCur = 0; nCur < nCount && (bSelect || GetSelectionCount() ); nCur++ ) in SelectAll()
3885 while( pEntry && GetSelectionCount() != (*ppList)->Count() ) in SaveSelection()
4579 if( !GetSelectionCount() ) in GetPopupMenuPosPixel()
H A Dfileview.cxx881 sal_Int32 nSelectedEntries = GetSelectionCount(); in CreateContextMenu()
1033 if ( GetSelectionCount() > 1 ) in DeleteEntries()
1611 sal_uLong SvtFileView::GetSelectionCount() const in GetSelectionCount() function in SvtFileView
1613 return mpImp->mpView->GetSelectionCount(); in GetSelectionCount()
H A Dimivctl.hxx434 sal_uLong GetSelectionCount() const;
/aoo41x/main/sw/source/ui/utlui/
H A Dglbltree.cxx474 sal_uInt16 nSelCount = (sal_uInt16)GetSelectionCount(); in GetEnableFlags()
557 sal_uInt16 nSelCount = (sal_uInt16)GetSelectionCount(); in SelectHdl()
641 if( 1 == GetSelectionCount() ) in StartDrag()
1168 if(GetSelectionCount() == 1) in ExecCommand()
/aoo41x/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx562 sal_uLong nSelectionCount = rTree.GetSelectionCount(); in getSelection()
632 return getTreeListBoxOrThrow().GetSelectionCount(); in getSelectionCount()
681 sal_uInt32 nSelectionCount = rTree.GetSelectionCount(); in createSelectionEnumeration()
705 sal_uInt32 nSelectionCount = rTree.GetSelectionCount(); in createReverseSelectionEnumeration()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx1013 if ( pThis->_pImp->_bMultiSelection && pThis->_pFileView->GetSelectionCount() > 1 ) in IMPL_STATIC_LINK()
1029 if ( pThis->_pFileView->GetSelectionCount() ) in IMPL_STATIC_LINK()
1181 …&& pThis->_pFileView->GetSelectionCount() // there is a selected file in the file view -… in IMPL_STATIC_LINK()
1525 sal_uLong nCount = _pFileView->GetSelectionCount(); in OpenMultiSelection_Impl()
1640 if ( _pImp->_bMultiSelection && _pFileView->GetSelectionCount() > 1 ) in IMPL_LINK()
2522 sal_uLong nCount = _pFileView->GetSelectionCount(); in GetPathList()
/aoo41x/main/sd/source/ui/dlg/
H A Dinspagob.cxx139 if( aLbTree.GetSelectionCount() == 0 || in GetList()
/aoo41x/main/svtools/inc/svtools/
H A Dfileview.hxx188 sal_uLong GetSelectionCount() const;
H A Dsvicnvw.hxx226 sal_uLong GetSelectionCount() const;
H A Dtreelist.hxx365 sal_uLong GetSelectionCount() const { return nSelectionCount; } in GetSelectionCount() function in SvListView
/aoo41x/main/sfx2/source/doc/
H A Ddocvor.cxx2059 SvLBoxEntry* pEntry = pFocusBox && pFocusBox->GetSelectionCount() ? in IMPL_LINK_INLINE_END()
2093 sal_Bool bEnable = ( pFocusBox && pFocusBox->GetSelectionCount() ); in IMPL_LINK()
2096 ( bEnable && pFocusBox->GetSelectionCount() ) ? pFocusBox->GetModel()->GetDepth( pEntry ) : 0; in IMPL_LINK()
/aoo41x/main/svx/source/form/
H A Dnavigatortree.cxx781 sal_uIntPtr nExpectedSelectionCount = GetSelectionCount(); in Remove()
786 if (nExpectedSelectionCount != GetSelectionCount()) in Remove()
1801 sal_uIntPtr nSelectedEntries = GetSelectionCount(); in DeleteSelection()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx382 if ( GetSelectionCount() == 0 || GetCurEntry() != FirstSelected() ) in GetFocus()
/aoo41x/main/svtools/source/inc/
H A Dsvimpicn.hxx276 sal_uInt16 GetSelectionCount() const;
/aoo41x/main/sw/source/ui/fldui/
H A Dchangedb.cxx259 SvStringsDtor aDBNames( (sal_uInt8)aUsedDBTLB.GetSelectionCount(), 1 ); in UpdateFlds()
/aoo41x/main/extensions/source/propctrlr/
H A Dtaborder.cxx386 sal_uLong nSelCount = GetSelectionCount(); in MoveSelection()
/aoo41x/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx322 return m_pTabListBox ? m_pTabListBox->GetSelectionCount() : 0; in implGetSelRowCount()
H A Daccessiblelistbox.cxx568 int nTestCount = getListBox()->GetSelectionCount(); in getSelectedAccessibleChildCount()
/aoo41x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx653 if( 1 < pBox->GetSelectionCount() ) in IMPL_LINK()
817 if( !pBox->GetSelectionCount() ) in IMPL_LINK()
1091 sal_Bool bMulti = 1 < aTree.GetSelectionCount(); in IMPL_LINK()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx380 if( !( GetSelectionCount() > 0 ) ) in CreateContextMenu()
1362 aFmtLb.GetSelectionCount() != 0; in HasSelectedStyle()
2002 if(!bState && aFmtLb.GetSelectionCount()) in ActionSelect()
/aoo41x/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx393 && (aLbColumns.GetSelectionCount() > 0) ) in IMPL_LINK()

Completed in 194 milliseconds

12