Searched refs:rSelector (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 403 PageSelector& rSelector (mrController.GetPageSelector()); in SelectPageRange() local 404 rSelector.DeselectAllPages(); in SelectPageRange() 411 rSelector.SelectPage(pDescriptor); in SelectPageRange() 667 PageSelector& rSelector (mrController.GetPageSelector()); in IMPL_LINK() local 673 rSelector.DeselectAllPages(); in IMPL_LINK() 679 rSelector.SelectPage(*aDraggedPage); in IMPL_LINK() 694 PageSelector& rSelector (mrController.GetPageSelector()); in SelectPages() local 698 rSelector.DeselectAllPages(); in SelectPages() 701 rSelector.SelectPage(*iPage); in SelectPages()
|
H A D | SlsSlotManager.cxx | 1151 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in DuplicateSelectedSlides() local 1152 rSelector.DeselectAllPages(); in DuplicateSelectedSlides() 1158 ::boost::ref(rSelector), in DuplicateSelectedSlides() 1234 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in GetInsertionPosition() local 1252 else if (rSelector.GetSelectedPageCount() > 0) in GetInsertionPosition() 1254 for (int nIndex=rSelector.GetPageCount()-1; nIndex>=0; --nIndex) in GetInsertionPosition() 1255 if (rSelector.IsPageSelected(nIndex)) in GetInsertionPosition() 1260 return rSelector.GetPageCount() - 1; in GetInsertionPosition() 1264 else if (rSelector.GetPageCount() > 0) in GetInsertionPosition() 1266 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
|
H A D | SlsPageSelector.cxx | 440 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() argument 441 : mpSelector(&rSelector) in UpdateLock() 481 PageSelector::BroadcastLock::BroadcastLock (PageSelector& rSelector) in BroadcastLock() argument 482 : mrSelector(rSelector) in BroadcastLock()
|
H A D | SlsSelectionObserver.cxx | 144 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in EndObservation() local 146 rSelector.DeselectAllPages(); in EndObservation() 156 rSelector.SelectPage(*iPage); in EndObservation()
|
H A D | SlsSelectionFunction.cxx | 614 PageSelector& rSelector (mrController.GetPageSelector()); in MoveFocus() local 636 rSelector.SelectPage(pDescriptor); in MoveFocus() 640 rSelector.DeselectPage(pDescriptor); in MoveFocus() 1533 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in RangeSelect() local 1535 model::SharedPageDescriptor pAnchor (rSelector.GetSelectionAnchor()); in RangeSelect() 1553 rSelector.SelectPage(nIndex); in RangeSelect()
|
H A D | SlsSelectionCommand.cxx | 39 PageSelector& rSelector, in SelectionCommand() argument 42 : mrPageSelector(rSelector), in SelectionCommand()
|
H A D | SlsSelectionCommand.hxx | 59 PageSelector& rSelector,
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | SdUnoSlideView.cxx | 79 slidesorter::controller::PageSelector& rSelector (rSlideSorterController.GetPageSelector()); in select() local 80 rSelector.DeselectAllPages(); in select() 96 rSelector.SelectPage(nPageNumber); in select()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 1084 rSelector = String( aToken, RTL_TEXTENCODING_ASCII_US ); in GetCSS1Selector() 1086 rSelector.Erase(); in GetCSS1Selector() 1089 (rSelector += '.') += aClass; in GetCSS1Selector() 1091 (rSelector += ':') += aPseudo; in GetCSS1Selector() 1402 String aSelector( rSelector ); in OutCSS1Rule() 1422 sal_True, &rSelector ); in OutCSS1Rule() 1502 sal_True, &rSelector ); in OutCSS1Rule() 1510 SwHTMLWriter& rHTMLWrt, const String& rSelector, in OutCSS1DropCapRule() argument 1518 String aSelector( rSelector ); in OutCSS1DropCapRule() 1535 sal_True, &rSelector ); in OutCSS1DropCapRule() [all …]
|
/aoo42x/main/starmath/source/ |
H A D | mathtype.cxx | 2867 int MathType::HandleTemplate(int nLevel,sal_uInt8 &rSelector, in HandleTemplate() argument 2871 *pS >> rSelector; in HandleTemplate() 2874 DBG_ASSERT(rSelector < 48,"Selector out of range"); in HandleTemplate() 2875 if ((rSelector >= 21) && (rSelector <=26)) in HandleTemplate() 2879 else if (/*(rSelector >= 0) &&*/ (rSelector <=12)) in HandleTemplate() 2888 if ( (rSelector == 0xf) && (rLastTemplateBracket != STRING_NOTFOUND) ) in HandleTemplate() 2900 int nRet = HandleRecords(nLevel+1,rSelector,rVariation); in HandleTemplate() 2908 if (rSelector == 0xf) in HandleTemplate() 2913 rSelector = sal::static_int_cast< sal_uInt8 >(-1); in HandleTemplate()
|
H A D | mathtype.hxx | 98 int HandleTemplate(int nLevel,sal_uInt8 &rSelector,sal_uInt8 &rVariation,
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterView.cxx | 671 ::sd::slidesorter::controller::PageSelector& rSelector ( in getSelectedAccessibleChild() 673 sal_Int32 nPageCount(rSelector.GetPageCount()); in getSelectedAccessibleChild() 676 if (rSelector.IsPageSelected(i)) in getSelectedAccessibleChild()
|
Completed in 59 milliseconds