Home
last modified time | relevance | path

Searched refs:aStates (Results 1 – 25 of 28) sorted by path

12

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java117 short aStates[] = xStateSet.getStates (); in PaintAllStates() local
174 for (int i=0; i<aStates.length; i++) in PaintAllStates()
178 sStates = sStates + NameProvider.getStateName(aStates[i]); in PaintAllStates()
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx245 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local
248 PropertyState * pState = aStates.getArray(); in getPropertyStates()
263 return aStates; in getPropertyStates()
H A DMasterPropertySet.cxx409 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local
412 PropertyState * pState = aStates.getArray(); in getPropertyStates()
448 return aStates; in getPropertyStates()
H A Dpropertysethelper.cxx259 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local
279 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates()
287 return aStates; in getPropertyStates()
H A Dpropertystatecontainer.cxx98 Sequence< PropertyState> aStates( nProperties ); in getPropertyStates() local
100 return aStates; in getPropertyStates()
116 PropertyState* pStates = aStates.getArray(); in getPropertyStates()
144 return aStates; in getPropertyStates()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1039 Sequence< PropertyState > aStates( nNames ); in getPropertyStates() local
1040 return aStates; in getPropertyStates()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx588 States aStates; in ImplBroadcastFeatureState() local
589 lcl_collectStates( aFeatState, aStates ); in ImplBroadcastFeatureState()
593 lcl_notifyMultipleStates( *xListener.get(), aEvent, aStates ); in ImplBroadcastFeatureState()
617 lcl_notifyMultipleStates( *rCurrent.xListener.get(), aEvent, aStates ); in ImplBroadcastFeatureState()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx96 uno::Sequence< sal_Int32 > aStates(2); in GetReachableStatesList_Impl() local
97 aStates[0] = embed::EmbedStates::LOADED; in GetReachableStatesList_Impl()
98 aStates[1] = embed::EmbedStates::RUNNING; in GetReachableStatesList_Impl()
102 aStates.realloc(3); in GetReachableStatesList_Impl()
103 aStates[2] = embed::EmbedStates::ACTIVE; in GetReachableStatesList_Impl()
106 return aStates; in GetReachableStatesList_Impl()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DTextualDisplay.java124 short aStates[] = xStateSet.getStates(); in showStates() local
128 for (int i=0; i<aStates.length; i++) in showStates()
132 msTextContent += NameProvider.getStateName(aStates[i]); in showStates()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DTest.java53 final StateContext aStates = new StateContext( in Test() local
58 final State s = aStates.CreateState(sAcceptingState); in Test()
63 final State start = aStates.GetOrCreateState( in Test()
66 final State end = aStates.GetOrCreateState( in Test()
76 aStates, in Test()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomatonContainer.java75 final Vector<State> aStates = new Vector<>(); in GetStates() local
78 aStates.add(aState); in GetStates()
79 return aStates; in GetStates()
H A DHopcroftMinimizer.java138 final Iterable<State> aStates) in InitializeMap() argument
142 for (final State aState : aStates) in InitializeMap()
367 final StateContext aStates, in DisplayStates() argument
370 for (final State aState : aStates.GetStates()) in DisplayStates()
H A DStateSet.java63 public StateSet (final Iterable<State> aStates) in StateSet() argument
66 for (final State aState : aStates) in StateSet()
81 public void AddStates (final StateSet aStates) in AddStates() argument
83 maStates.addAll(aStates.maStates); in AddStates()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx307 ScCsvColStateVec aStates( maGrid.GetColumnStates() ); in IMPL_LINK() local
312 maGrid.SetColumnStates( aStates ); in IMPL_LINK()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1697 ::std::vector<sal_Int16> aStates; in getStates()
1698 aStates.reserve(sizeof(mnStateSet)*8); in getStates()
1701 aStates.push_back(nIndex); in getStates()
1702 return Sequence<sal_Int16>(&aStates.front(), aStates.size()); in getStates()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1751 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local
1752 return aStates.getConstArray()[0]; in getPropertyState()
H A Dunoframe.cxx2365 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aPropertyNames); in getPropertyState() local
2366 return aStates.getConstArray()[0]; in getPropertyState()
2374 uno::Sequence< beans::PropertyState > aStates(aPropertyNames.getLength()); in getPropertyStates() local
2375 beans::PropertyState* pStates = aStates.getArray(); in getPropertyStates()
2451 return aStates; in getPropertyStates()
H A Dunosect.cxx1493 uno::Sequence< beans::PropertyState > aStates(rPropertyNames.getLength()); in getPropertyStates() local
1494 beans::PropertyState *const pStates = aStates.getArray(); in getPropertyStates()
1562 return aStates; in getPropertyStates()
H A Dunostyle.cxx3017 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local
3018 return aStates.getConstArray()[0]; in getPropertyState()
5053 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local
5054 return aStates.getConstArray()[0]; in getPropertyState()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx393 const XMLPropertyState *aStates[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in _collectTextEmbeddedAutoStyles() local
398 lcl_addFrameProperties( rObjRef.GetObject(), aStates, in _collectTextEmbeddedAutoStyles()
403 lcl_addOutplaceProperties( rObjRef, aStates, in _collectTextEmbeddedAutoStyles()
407 lcl_addAspect( rObjRef, aStates, in _collectTextEmbeddedAutoStyles()
410 Add( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, aStates ); in _collectTextEmbeddedAutoStyles()
412 const XMLPropertyState **pStates = aStates; in _collectTextEmbeddedAutoStyles()
466 lcl_addFrameProperties( rObjRef.GetObject(), aStates, in _exportTextEmbedded()
470 lcl_addOutplaceProperties( rObjRef, aStates, in _exportTextEmbedded()
477 lcl_addAspect( rObjRef, aStates, in _exportTextEmbedded()
482 aStates ); in _exportTextEmbedded()
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx566 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > aStates( nNames ); in getPropertyStates()
567 ::com::sun::star::beans::PropertyState* pStates = aStates.getArray(); in getPropertyStates()
572 return aStates; in getPropertyStates()
/trunk/main/toolkit/test/accessibility/ov/
H A DStateSetView.java189 short aStates[] = xStateSet.getStates (); in PaintAllStates() local
256 short aStates[] = xStateSet.getStates(); in Update() local
257 for (int i=0; i<aStates.length; i++) in Update()
261 sStates = sStates + NameProvider.getStateName(aStates[i]); in Update()
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx232 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local
252 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates()
260 return aStates; in getPropertyStates()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx581 uno::Sequence< sal_Int16 > aStates = xStateSet->getStates(); in wrapper_ref_state_set() local
583 for( sal_Int32 n = 0; n < aStates.getLength(); n++ ) in wrapper_ref_state_set()
584 atk_state_set_add_state( pSet, mapAtkState( aStates[n] ) ); in wrapper_ref_state_set()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx184 const std::vector< XMLPropertyState >& aStates );
186 const std::vector< XMLPropertyState >& aStates );
3634 void SchXMLExportHelper_Impl::CollectAutoStyle( const std::vector< XMLPropertyState >& aStates ) in CollectAutoStyle() argument
3636 if( !aStates.empty() ) in CollectAutoStyle()
3637 … maAutoStyleNameQueue.push( GetAutoStylePoolP().Add( XML_STYLE_FAMILY_SCH_CHART_ID, aStates )); in CollectAutoStyle()
3640 void SchXMLExportHelper_Impl::AddAutoStyleAttribute( const std::vector< XMLPropertyState >& aStates in AddAutoStyleAttribute() argument
3642 if( !aStates.empty() ) in AddAutoStyleAttribute()

Completed in 502 milliseconds

12