/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | StateContext.java | 60 if (HasState(sFullname)) in CreateState() 145 if ( ! HasState(sStateName)) in GetUnambiguousSuffix() 165 public boolean HasState ( in HasState() method in StateContext 169 return maStateContainer.HasState(State.GetStateName(aBasename, sSuffix)); in HasState() 178 public boolean HasState (final String sFullname) in HasState() method in StateContext 180 return maStateContainer.HasState(sFullname); in HasState()
|
H A D | StateContainer.java | 40 boolean HasState (final String sFullname) in HasState() method in StateContainer
|
/trunk/main/sd/source/ui/slidesorter/model/ |
H A D | SlsVisualState.cxx | 106 if (rDescriptor.HasState(PageDescriptor::ST_Excluded)) in UpdateVisualState() 108 else if (rDescriptor.HasState(PageDescriptor::ST_Current)) in UpdateVisualState() 110 else if (rDescriptor.HasState(PageDescriptor::ST_Focused)) in UpdateVisualState() 112 else if (rDescriptor.HasState(PageDescriptor::ST_Selected)) in UpdateVisualState() 117 SetMouseOverState(rDescriptor.HasState(PageDescriptor::ST_MouseOver)); in UpdateVisualState()
|
H A D | SlsPageEnumerationProvider.cxx | 55 return rpDescriptor->HasState(PageDescriptor::ST_Selected); in operator ()() 67 return rpDescriptor->HasState(PageDescriptor::ST_Visible); in operator ()()
|
H A D | SlideSorterModel.cxx | 426 const bool bIsSelected (pDescriptor->HasState(PageDescriptor::ST_Selected)); in SynchronizeDocumentSelection() 607 pDescriptor->HasState(PageDescriptor::ST_Selected)); in SaveCurrentSelection() 623 pDescriptor->HasState(PageDescriptor::ST_WasSelected))) in RestoreSelection()
|
H A D | SlsPageDescriptor.cxx | 149 bool PageDescriptor::HasState (const State eState) const in HasState() function in sd::slidesorter::model::PageDescriptor 266 if (HasState(ST_Selected)) in SetCoreSelection()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsPageSelector.cxx | 125 if (pDescriptor->HasState(PageDescriptor::ST_Selected)) in GetCoreSelection() 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 D | SlsSelectionFunction.cxx | 504 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in KeyInput() 1087 if (mpHitDescriptor->HasState(model::PageDescriptor::ST_Selected)) in EncodeState() 1750 const bool bWasSelected (rpDescriptor->HasState(model::PageDescriptor::ST_WasSelected)); in UpdateSelectionState()
|
H A D | SlsClipboard.cxx | 460 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateSlideTransferable() 584 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateTransferableUserData()
|
H A D | SlideSorterController.cxx | 225 && ! pDescriptorAtPoint->HasState(PageDescriptor::ST_Selected)) in GetPageAt()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 311 const bool bIsExcluded (rpDescriptor->HasState(model::PageDescriptor::ST_Excluded)); in GetPreviewBitmap() 351 if (rpDescriptor->HasState(model::PageDescriptor::ST_MouseOver) || in PaintPageNumber() 352 rpDescriptor->HasState(model::PageDescriptor::ST_Selected)) in PaintPageNumber() 422 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) ? Selected : None) in GetBackgroundForState() 423 | (rpDescriptor->HasState(model::PageDescriptor::ST_MouseOver) ? MouseOver : None) in GetBackgroundForState() 424 | (rpDescriptor->HasState(model::PageDescriptor::ST_Focused) ? Focused : None); in GetBackgroundForState()
|
H A D | SlsButtonBar.cxx | 249 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in ProcessButtonUpEvent() 336 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in SetPage() 453 rpDescriptor->HasState(model::PageDescriptor::ST_Excluded) in Paint() 1400 (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 D | SlideSorterView.cxx | 802 if (!pDescriptor || ! pDescriptor->HasState(PageDescriptor::ST_Visible)) in Paint() 1043 if (pDescriptor->HasState(PageDescriptor::ST_Visible)) in SetState()
|
H A D | SlsViewCacheContext.cxx | 97 return pDescriptor && pDescriptor->HasState(model::PageDescriptor::ST_Visible); in IsVisible()
|
H A D | SlsInsertAnimator.cxx | 388 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
|
H A D | SlsLayouter.cxx | 962 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
|
/trunk/main/sd/source/ui/slidesorter/inc/model/ |
H A D | SlsPageDescriptor.hxx | 103 bool HasState (const State eState) const;
|
/trunk/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 246 bool HasState( const sal_Int16 nStateId );
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 741 bool AccessibleEditableTextPara::HasState( const sal_Int16 nStateId ) in HasState() function in accessibility::AccessibleEditableTextPara
|