/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 393 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 …]
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | StateSetView.java | 189 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()
|
/aoo4110/main/comphelper/source/property/ |
H A D | propertystatecontainer.cxx | 98 Sequence< PropertyState> aStates( nProperties ); in getPropertyStates() local 100 return aStates; in getPropertyStates() 116 PropertyState* pStates = aStates.getArray(); in getPropertyStates() 144 return aStates; in getPropertyStates()
|
H A D | propertysethelper.cxx | 259 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local 279 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates() 287 return aStates; in getPropertyStates()
|
H A D | ChainablePropertySet.cxx | 245 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local 248 PropertyState * pState = aStates.getArray(); in getPropertyStates() 263 return aStates; in getPropertyStates()
|
H A D | MasterPropertySet.cxx | 409 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local 412 PropertyState * pState = aStates.getArray(); in getPropertyStates() 448 return aStates; in getPropertyStates()
|
/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | TextualDisplay.java | 124 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()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | StateSetView.java | 117 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()
|
/aoo4110/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 96 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()
|
/aoo4110/main/unotools/source/property/ |
H A D | propertysethelper.cxx | 232 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() local 252 _getPropertyStates( (const PropertyMapEntry**)pEntries, aStates.getArray() ); in getPropertyStates() 260 return aStates; in getPropertyStates()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 417 Sequence < PropertyState > aStates; in FillPropertyStateArray() local 422 aStates = xPropState->getPropertyStates( rApiNames ); in FillPropertyStateArray() 423 pStates = aStates.getConstArray(); in FillPropertyStateArray() 454 pStates = aStates.getConstArray(); in FillPropertyStateArray()
|
H A D | prstylei.cxx | 320 Sequence < PropertyState > aStates( in CreateAndInsert() local 322 const PropertyState *pStates = aStates.getConstArray(); in CreateAndInsert()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atkwrapper.cxx | 581 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()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | csvtablebox.cxx | 307 ScCsvColStateVec aStates( maGrid.GetColumnStates() ); in IMPL_LINK() local 312 maGrid.SetColumnStates( aStates ); in IMPL_LINK()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 1697 ::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()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 588 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()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 184 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()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 1493 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 D | unoframe.cxx | 1767 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aPropertyNames); in getPropertyState() local 1768 return aStates.getConstArray()[0]; in getPropertyState() 1776 uno::Sequence< beans::PropertyState > aStates(aPropertyNames.getLength()); in getPropertyStates() local 1777 beans::PropertyState* pStates = aStates.getArray(); in getPropertyStates() 1832 return aStates; in getPropertyStates()
|
H A D | unostyle.cxx | 2726 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local 2727 return aStates.getConstArray()[0]; in getPropertyState() 4334 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local 4335 return aStates.getConstArray()[0]; in getPropertyState()
|
H A D | unodraw.cxx | 1753 uno::Sequence< beans::PropertyState > aStates = getPropertyStates(aNames); in getPropertyState() local 1754 return aStates.getConstArray()[0]; in getPropertyState()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 566 ::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()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtflde.cxx | 910 const XMLPropertyState *aStates[] = { pCombinedCharactersPropertyState, 0 }; in ExportFieldAutoStyle() local 913 aStates); in ExportFieldAutoStyle() 995 const XMLPropertyState* aStates[] = { pCombinedCharactersPropertyState, 0 }; in ExportField() local 998 ? aStates in ExportField()
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1039 Sequence< PropertyState > aStates( nNames ); in getPropertyStates() local 1040 return aStates; in getPropertyStates()
|