Home
last modified time | relevance | path

Searched refs:HasState (Results 1 – 19 of 19) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DStateContext.java60 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 DStateContainer.java40 boolean HasState (final String sFullname) in HasState() method in StateContainer
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsVisualState.cxx106 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 DSlsPageEnumerationProvider.cxx55 return rpDescriptor->HasState(PageDescriptor::ST_Selected); in operator ()()
67 return rpDescriptor->HasState(PageDescriptor::ST_Visible); in operator ()()
H A DSlideSorterModel.cxx426 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 DSlsPageDescriptor.cxx149 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 DSlsPageSelector.cxx125 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 DSlsSelectionFunction.cxx504 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 DSlsClipboard.cxx460 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateSlideTransferable()
584 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateTransferableUserData()
H A DSlideSorterController.cxx225 && ! pDescriptorAtPoint->HasState(PageDescriptor::ST_Selected)) in GetPageAt()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx311 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 DSlsButtonBar.cxx249 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 DSlideSorterView.cxx802 if (!pDescriptor || ! pDescriptor->HasState(PageDescriptor::ST_Visible)) in Paint()
1043 if (pDescriptor->HasState(PageDescriptor::ST_Visible)) in SetState()
H A DSlsViewCacheContext.cxx97 return pDescriptor && pDescriptor->HasState(model::PageDescriptor::ST_Visible); in IsVisible()
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()
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx103 bool HasState (const State eState) const;
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx246 bool HasState( const sal_Int16 nStateId );
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx741 bool AccessibleEditableTextPara::HasState( const sal_Int16 nStateId ) in HasState() function in accessibility::AccessibleEditableTextPara

Completed in 122 milliseconds