Home
last modified time | relevance | path

Searched refs:rSelector (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsSelectionObserver.cxx111 PageSelector& rSelector(mrSlideSorter.GetController().GetPageSelector()); in EndObservation() local
113 rSelector.DeselectAllPages(); in EndObservation()
119 rSelector.SelectPage(rpPage); in EndObservation()
128 if (!bSuccess && rSelector.GetPageCount() && rSelector.GetSelectedPageCount() == 0) in EndObservation()
129 rSelector.SelectPage(0); in EndObservation()
H A DSlsPageSelector.cxx343 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() argument
344 : mpSelector(&rSelector) in UpdateLock()
375 PageSelector::BroadcastLock::BroadcastLock (PageSelector& rSelector) in BroadcastLock() argument
376 : mrSelector(rSelector) in BroadcastLock()
H A DSlsSlotManager.cxx1149 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in DuplicateSelectedSlides() local
1150 rSelector.DeselectAllPages(); in DuplicateSelectedSlides()
1153 rSelector.SelectPage(it); in DuplicateSelectedSlides()
1195 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in GetInsertionPosition() local
1213 else if (rSelector.GetSelectedPageCount() > 0) in GetInsertionPosition()
1215 for (int nIndex=rSelector.GetPageCount()-1; nIndex>=0; --nIndex) in GetInsertionPosition()
1216 if (rSelector.IsPageSelected(nIndex)) in GetInsertionPosition()
1221 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
1225 else if (rSelector.GetPageCount() > 0) in GetInsertionPosition()
1227 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
H A DSlsClipboard.cxx351 PageSelector& rSelector (mrController.GetPageSelector()); in SelectPageRange() local
352 rSelector.DeselectAllPages(); in SelectPageRange()
359 rSelector.SelectPage(pDescriptor); in SelectPageRange()
599 PageSelector& rSelector (mrController.GetPageSelector()); in IMPL_LINK() local
605 rSelector.DeselectAllPages(); in IMPL_LINK()
608 rSelector.SelectPage(rpDraggedPage); in IMPL_LINK()
H A DSlsSelectionFunction.cxx517 PageSelector& rSelector (mrController.GetPageSelector()); in MoveFocus() local
539 rSelector.SelectPage(pDescriptor); in MoveFocus()
543 rSelector.DeselectPage(pDescriptor); in MoveFocus()
1154 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in RangeSelect() local
1156 model::SharedPageDescriptor pAnchor (rSelector.GetSelectionAnchor()); in RangeSelect()
1175 rSelector.SelectPage(nIndex); in RangeSelect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsSelectionObserver.cxx112 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in EndObservation() local
114 rSelector.DeselectAllPages(); in EndObservation()
120 rSelector.SelectPage(rpPage); in EndObservation()
129 if (!bSuccess && rSelector.GetPageCount() && rSelector.GetSelectedPageCount() == 0) in EndObservation()
130 rSelector.SelectPage(0); in EndObservation()
H A DSlsPageSelector.cxx342 PageSelector::UpdateLock::UpdateLock (PageSelector& rSelector) in UpdateLock() argument
343 : mpSelector(&rSelector) in UpdateLock()
374 PageSelector::BroadcastLock::BroadcastLock (PageSelector& rSelector) in BroadcastLock() argument
375 : mrSelector(rSelector) in BroadcastLock()
H A DSlsSlotManager.cxx1145 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in DuplicateSelectedSlides() local
1146 rSelector.DeselectAllPages(); in DuplicateSelectedSlides()
1149 rSelector.SelectPage(it); in DuplicateSelectedSlides()
1191 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in GetInsertionPosition() local
1209 else if (rSelector.GetSelectedPageCount() > 0) in GetInsertionPosition()
1211 for (int nIndex=rSelector.GetPageCount()-1; nIndex>=0; --nIndex) in GetInsertionPosition()
1212 if (rSelector.IsPageSelected(nIndex)) in GetInsertionPosition()
1217 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
1221 else if (rSelector.GetPageCount() > 0) in GetInsertionPosition()
1223 return rSelector.GetPageCount() - 1; in GetInsertionPosition()
H A DSlsClipboard.cxx346 PageSelector& rSelector (mrController.GetPageSelector()); in SelectPageRange() local
347 rSelector.DeselectAllPages(); in SelectPageRange()
354 rSelector.SelectPage(pDescriptor); in SelectPageRange()
594 PageSelector& rSelector (mrController.GetPageSelector()); in IMPL_LINK() local
600 rSelector.DeselectAllPages(); in IMPL_LINK()
603 rSelector.SelectPage(rpDraggedPage); in IMPL_LINK()
H A DSlsSelectionFunction.cxx512 PageSelector& rSelector (mrController.GetPageSelector()); in MoveFocus() local
534 rSelector.SelectPage(pDescriptor); in MoveFocus()
538 rSelector.DeselectPage(pDescriptor); in MoveFocus()
1152 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in RangeSelect() local
1154 model::SharedPageDescriptor pAnchor (rSelector.GetSelectionAnchor()); in RangeSelect()
1173 rSelector.SelectPage(nIndex); in RangeSelect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx56 slidesorter::controller::PageSelector& rSelector (rSlideSorterController.GetPageSelector()); in select() local
57 rSelector.DeselectAllPages(); in select()
71 rSelector.SelectPage(nPageNumber); in select()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx56 slidesorter::controller::PageSelector& rSelector (rSlideSorterController.GetPageSelector()); in select() local
57 rSelector.DeselectAllPages(); in select()
71 rSelector.SelectPage(nPageNumber); in select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx116 … ::sd::slidesorter::controller::PageSelector& rSelector (rSlideSorterController.GetPageSelector()); in select()
117 rSelector.DeselectAllPages(); in select()
131 rSelector.SelectPage(nPageNumber); in select()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx116 … ::sd::slidesorter::controller::PageSelector& rSelector (rSlideSorterController.GetPageSelector()); in select()
117 rSelector.DeselectAllPages(); in select()
131 rSelector.SelectPage(nPageNumber); in select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/writer/
H A DEPUBPackage.cxx128 void EPUBPackage::insertRule(const librevenge::RVNGString& rSelector, in insertRule() argument
137 aStream << rSelector.cstr() << " {\n"; in insertRule()
H A DEPUBPackage.hxx68 void insertRule(const librevenge::RVNGString& rSelector,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/writer/
H A DEPUBPackage.cxx128 void EPUBPackage::insertRule(const librevenge::RVNGString& rSelector, in insertRule() argument
137 aStream << rSelector.cstr() << " {\n"; in insertRule()
H A DEPUBPackage.hxx78 void insertRule(const librevenge::RVNGString& rSelector,
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dmathtype.cxx2683 bool MathType::HandleTemplate(int nLevel, sal_uInt8 &rSelector, in HandleTemplate() argument
2687 pS->ReadUChar( rSelector ); in HandleTemplate()
2690 OSL_ENSURE(rSelector < 48,"Selector out of range"); in HandleTemplate()
2691 if ((rSelector >= 21) && (rSelector <=26)) in HandleTemplate()
2695 else if (rSelector <= 12) in HandleTemplate()
2704 if ( (rSelector == 0xf) && (rLastTemplateBracket != -1) ) in HandleTemplate()
2716 bool bRet = HandleRecords( nLevel+1, rSelector, rVariation ); in HandleTemplate()
2725 if (rSelector == 0xf) in HandleTemplate()
2730 rSelector = sal::static_int_cast< sal_uInt8 >(-1); in HandleTemplate()
H A Dmathtype.hxx113 bool HandleTemplate(int nLevel, sal_uInt8 &rSelector, sal_uInt8 &rVariation,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dmathtype.cxx2672 bool MathType::HandleTemplate(int nLevel, sal_uInt8 &rSelector, in HandleTemplate() argument
2676 pS->ReadUChar( rSelector ); in HandleTemplate()
2679 OSL_ENSURE(rSelector < 48,"Selector out of range"); in HandleTemplate()
2680 if ((rSelector >= 21) && (rSelector <=26)) in HandleTemplate()
2684 else if (rSelector <= 12) in HandleTemplate()
2693 if ( (rSelector == 0xf) && (rLastTemplateBracket != -1) ) in HandleTemplate()
2705 bool bRet = HandleRecords( nLevel+1, rSelector, rVariation ); in HandleTemplate()
2714 if (rSelector == 0xf) in HandleTemplate()
2719 rSelector = sal::static_int_cast< sal_uInt8 >(-1); in HandleTemplate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dcss1atr.cxx915 rSelector.clear(); in GetCSS1Selector()
918 rSelector += "." + aClass; in GetCSS1Selector()
920 rSelector += ":" + aPseudo; in GetCSS1Selector()
1223 static bool OutCSS1Rule( SwHTMLWriter& rHTMLWrt, const OUString& rSelector, in OutCSS1Rule() argument
1231 OUString aSelector( rSelector ); in OutCSS1Rule()
1251 &rSelector ); in OutCSS1Rule()
1320 &rSelector ); in OutCSS1Rule()
1328 SwHTMLWriter& rHTMLWrt, const OUString& rSelector, in OutCSS1DropCapRule() argument
1336 OUString aSelector( rSelector ); in OutCSS1DropCapRule()
1353 &rSelector ); in OutCSS1DropCapRule()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dcss1atr.cxx950 rSelector.clear(); in GetCSS1Selector()
953 rSelector += "." + aClass; in GetCSS1Selector()
955 rSelector += ":" + aPseudo; in GetCSS1Selector()
1258 static bool OutCSS1Rule( SwHTMLWriter& rHTMLWrt, const OUString& rSelector, in OutCSS1Rule() argument
1266 OUString aSelector( rSelector ); in OutCSS1Rule()
1286 &rSelector ); in OutCSS1Rule()
1355 &rSelector ); in OutCSS1Rule()
1363 SwHTMLWriter& rHTMLWrt, const OUString& rSelector, in OutCSS1DropCapRule() argument
1371 OUString aSelector( rSelector ); in OutCSS1DropCapRule()
1388 &rSelector ); in OutCSS1DropCapRule()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx556 ::sd::slidesorter::controller::PageSelector& rSelector ( in getSelectedAccessibleChild()
558 sal_Int32 nPageCount(rSelector.GetPageCount()); in getSelectedAccessibleChild()
561 if (rSelector.IsPageSelected(i)) in getSelectedAccessibleChild()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx555 ::sd::slidesorter::controller::PageSelector& rSelector ( in getSelectedAccessibleChild()
557 sal_Int32 nPageCount(rSelector.GetPageCount()); in getSelectedAccessibleChild()
560 if (rSelector.IsPageSelected(i)) in getSelectedAccessibleChild()

12