Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx125 if (pDescriptor->HasState(PageDescriptor::ST_Selected)) in GetCoreSelection()
179 && mrSlideSorter.GetView().SetState(rpDescriptor, PageDescriptor::ST_Selected, true)) in SelectPage()
232 && mrSlideSorter.GetView().SetState(rpDescriptor, PageDescriptor::ST_Selected, false)) in DeselectPage()
260 if (pDescriptor->HasState(PageDescriptor::ST_Selected)) in CheckConsistency()
280 return pDescriptor->HasState(PageDescriptor::ST_Selected); in IsPageSelected()
358 if (pDescriptor.get()!=NULL && pDescriptor->HasState(PageDescriptor::ST_Selected)) in GetPageSelection()
403 if (pDescriptor->HasState(PageDescriptor::ST_Selected)) in UpdateCurrentPage()
H A DSlsSelectionFunction.cxx504 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in KeyInput()
1087 if (mpHitDescriptor->HasState(model::PageDescriptor::ST_Selected)) in EncodeState()
H A DSlideSorterController.cxx225 && ! pDescriptorAtPoint->HasState(PageDescriptor::ST_Selected)) in GetPageAt()
/aoo4110/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx156 case ST_Selected: in HasState()
194 case ST_Selected: in SetState()
255 return SetState(ST_Selected, !mbIsSelected); in GetCoreSelection()
266 if (HasState(ST_Selected)) in SetCoreSelection()
H A DSlideSorterModel.cxx426 const bool bIsSelected (pDescriptor->HasState(PageDescriptor::ST_Selected)); in SynchronizeDocumentSelection()
443 pDescriptor->SetState(PageDescriptor::ST_Selected, bIsSelected); in SynchronizeModelSelection()
607 pDescriptor->HasState(PageDescriptor::ST_Selected)); in SaveCurrentSelection()
622 PageDescriptor::ST_Selected, in RestoreSelection()
H A DSlsPageEnumerationProvider.cxx55 return rpDescriptor->HasState(PageDescriptor::ST_Selected); in operator ()()
H A DSlsVisualState.cxx112 else if (rDescriptor.HasState(PageDescriptor::ST_Selected)) in UpdateVisualState()
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx352 rpDescriptor->HasState(model::PageDescriptor::ST_Selected)) in PaintPageNumber()
422 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) ? Selected : None) in GetBackgroundForState()
H A DSlsButtonBar.cxx1400 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) in ProcessClick()
1498 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) in ProcessClick()
1553 if ( ! rpDescriptor->HasState(model::PageDescriptor::ST_Selected)) in ProcessClick()
H A DSlsInsertAnimator.cxx388 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
H A DSlsLayouter.cxx962 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
/aoo4110/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx100 enum State { ST_Visible, ST_Selected, ST_WasSelected, enumerator

Completed in 66 milliseconds