Home
last modified time | relevance | path

Searched refs:nSelectionCount (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx111 sal_Int32 nSelectionCount (0); in Create() local
113 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() argument
170 PaintPageCount(aContent, nSelectionCount, aPreviewSize, aOffset); in Create()
289 const sal_Int32 nSelectionCount, in PaintPageCount() argument
298 ::rtl::OUString sNumber (::rtl::OUString::valueOf(nSelectionCount)); in PaintPageCount()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx562 sal_uLong nSelectionCount = rTree.GetSelectionCount(); in getSelection() local
563 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 …]
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx151 sal_uInt16 nSelectionCount = pSvTabListBox ? in IMPL_LINK() local
153 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() local
351 if(nSelectionCount > 1) in IMPL_LINK()
371 for( sal_uInt16 i = 0; i < nSelectionCount; i++) in IMPL_LINK()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx1408 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()
H A Dimivctl1.cxx197 nSelectionCount = 0; in Clear()
422 nSelectionCount--; in RemoveEntry()
486 nSelectionCount++; in SelectEntry()
494 nSelectionCount--; in SelectEntry()
2958 return nSelectionCount; in GetSelectionCount()
H A Dimivctl.hxx210 sal_uLong nSelectionCount; member in SvxIconChoiceCtrl_Impl
H A Dsvimpbox.cxx3183 sal_Int32 nSelectionCount = pView->GetSelectionCount(); in Command() local
3185 if( nSelectionCount ) in Command()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx255 int nSelectionCount (0); in CheckConsistency() local
261 ++nSelectionCount; in CheckConsistency()
263 if (nSelectionCount!=mnSelectedPageCount) in CheckConsistency()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx744 const int nSelectionCount = maListSelection.size(); in updateControls() local
747 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()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx113 const sal_Int32 nSelectionCount,
121 const sal_Int32 nSelectionCount);
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx325 sal_uLong nSelectionCount; member in SvListView
365 sal_uLong GetSelectionCount() const { return nSelectionCount; } in GetSelectionCount()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2593 const sal_Int32 nSelectionCount = getDesignView()->getMarkedObjectCount(); in Notify() local
2594 if ( m_nSelectionCount != nSelectionCount ) in Notify()
2596 m_nSelectionCount = nSelectionCount; in Notify()

Completed in 105 milliseconds