Searched refs:nSelectionCount (Results 1 – 12 of 12) sorted by relevance
111 sal_Int32 nSelectionCount (0); in Create() local113 nSelectionCount = pTransferable->GetPageBookmarks().Count(); in Create()121 nSelectionCount = pDataDocument->GetSdPageCount(PK_STANDARD); in Create()124 Create(pData->GetRepresentatives(), nSelectionCount); in Create()132 const sal_Int32 nSelectionCount) in Create() argument170 PaintPageCount(aContent, nSelectionCount, aPreviewSize, aOffset); in Create()289 const sal_Int32 nSelectionCount, in PaintPageCount() argument298 ::rtl::OUString sNumber (::rtl::OUString::valueOf(nSelectionCount)); in PaintPageCount()
562 sal_uLong nSelectionCount = rTree.GetSelectionCount(); in getSelection() local563 if( nSelectionCount == 1 ) in getSelection()569 else if( nSelectionCount > 1 ) in getSelection()574 while( pEntry && nSelectionCount ) in getSelection()578 --nSelectionCount; in getSelection()682 std::list< Any > aSelection( nSelectionCount ); in createSelectionEnumeration()685 while( pEntry && nSelectionCount ) in createSelectionEnumeration()689 --nSelectionCount; in createSelectionEnumeration()692 OSL_ASSERT( (pEntry == 0) && (nSelectionCount == 0) ); in createSelectionEnumeration()709 while( pEntry && nSelectionCount ) in createReverseSelectionEnumeration()[all …]
151 sal_uInt16 nSelectionCount = pSvTabListBox ? in IMPL_LINK() local153 if(nSelectionCount > 1) in IMPL_LINK()165 nSelectionCount = 1; in IMPL_LINK()169 for( sal_uInt16 i = 0; i < nSelectionCount; i++) in IMPL_LINK()350 sal_uInt16 nSelectionCount = (sal_uInt16)Links().GetSelectionCount(); in IMPL_LINK() local351 if(nSelectionCount > 1) in IMPL_LINK()371 for( sal_uInt16 i = 0; i < nSelectionCount; i++) in IMPL_LINK()
1408 pView->nSelectionCount++; in Select()1418 pView->nSelectionCount--; in Select()1545 pView->nSelectionCount = nEntryCount; in SelectAll()1547 pView->nSelectionCount = 0; in SelectAll()1677 nSelectionCount = 0; in SvListView()1687 nSelectionCount = 0; in SvListView()1703 DBG_ASSERT(!nSelectionCount&&!nVisibleCount&&!bVisPositionsValid,"InitTable: Not cleared!"); in InitTable()1757 nSelectionCount = 0; in Clear()1927 nSelectionCount -= nSelRemoved; in ActionRemoving()
197 nSelectionCount = 0; in Clear()422 nSelectionCount--; in RemoveEntry()486 nSelectionCount++; in SelectEntry()494 nSelectionCount--; in SelectEntry()2958 return nSelectionCount; in GetSelectionCount()
210 sal_uLong nSelectionCount; member in SvxIconChoiceCtrl_Impl
3183 sal_Int32 nSelectionCount = pView->GetSelectionCount(); in Command() local3185 if( nSelectionCount ) in Command()
255 int nSelectionCount (0); in CheckConsistency() local261 ++nSelectionCount; in CheckConsistency()263 if (nSelectionCount!=mnSelectedPageCount) in CheckConsistency()
744 const int nSelectionCount = maListSelection.size(); in updateControls() local747 mpPBChangeEffect->Enable( nSelectionCount); in updateControls()748 mpPBRemoveEffect->Enable(nSelectionCount); in updateControls()750 mpFLEffect->Enable(nSelectionCount > 0); in updateControls()751 mpFTStart->Enable(nSelectionCount > 0); in updateControls()752 mpLBStart->Enable(nSelectionCount > 0); in updateControls()753 mpPBPropertyMore->Enable(nSelectionCount > 0); in updateControls()761 if( nSelectionCount == 1 ) in updateControls()884 if( nSelectionCount == 0 ) in updateControls()
113 const sal_Int32 nSelectionCount,121 const sal_Int32 nSelectionCount);
325 sal_uLong nSelectionCount; member in SvListView365 sal_uLong GetSelectionCount() const { return nSelectionCount; } in GetSelectionCount()
2593 const sal_Int32 nSelectionCount = getDesignView()->getMarkedObjectCount(); in Notify() local2594 if ( m_nSelectionCount != nSelectionCount ) in Notify()2596 m_nSelectionCount = nSelectionCount; in Notify()
Completed in 102 milliseconds