Home
last modified time | relevance | path

Searched refs:xState (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/winaccessibility/source/service/
H A DAccObject.cxx454 DWORD AccObject::GetMSAAStateFromUNO(short xState) in GetMSAAStateFromUNO() argument
465 switch( xState ) in GetMSAAStateFromUNO()
574 void AccObject::DecreaseState( short xState ) in DecreaseState() argument
581 if( xState == FOCUSABLE) in DecreaseState()
598 else if( xState == AccessibleStateType::VISIBLE ) in DecreaseState()
602 else if( xState == AccessibleStateType::SHOWING ) in DecreaseState()
607 DWORD msState = GetMSAAStateFromUNO(xState); in DecreaseState()
617 void AccObject::IncreaseState( short xState ) in IncreaseState() argument
626 if( xState == AccessibleStateType::VISIBLE ) in IncreaseState()
630 else if( xState == AccessibleStateType::SHOWING ) in IncreaseState()
[all …]
/aoo4110/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx883 … uno::Reference< beans::XPropertyState >xState( xStyle, uno::UNO_QUERY_THROW ); in ApplyStyleSheets() local
893xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_PARA_BOTTOM_MARGIN )); in ApplyStyleSheets()
904xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT )); in ApplyStyleSheets()
905xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT_ASIAN )); in ApplyStyleSheets()
906xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT_COMPLEX )); in ApplyStyleSheets()
907xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE )); in ApplyStyleSheets()
908xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE_ASIAN )); in ApplyStyleSheets()
909xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE_COMPLEX )); in ApplyStyleSheets()
910xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_PROP_HEIGHT )); in ApplyStyleSheets()
911xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_PROP_HEIGHT_ASIAN )); in ApplyStyleSheets()
[all …]
/aoo4110/main/chart2/source/model/template/
H A DBarChartTypeTemplate.cxx301 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles() local
302 if( xState.is()) in resetStyles()
305 xState->setPropertyToDefault( C2U("Geometry3D")); in resetStyles()
306 Reference< beans::XPropertySet > xProp( xState, uno::UNO_QUERY ); in resetStyles()
310 xState->setPropertyToDefault( C2U("BorderStyle")); in resetStyles()
H A DPieChartTypeTemplate.cxx608 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles() local
609 if( xState.is()) in resetStyles()
611 xState->setPropertyToDefault( C2U("VaryColorsByPoint")); in resetStyles()
612 Reference< beans::XPropertySet > xProp( xState, uno::UNO_QUERY ); in resetStyles()
616 xState->setPropertyToDefault( C2U("BorderStyle")); in resetStyles()
H A DAreaChartTypeTemplate.cxx216 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles() local
218 if( xState.is() && in resetStyles()
222 xState->setPropertyToDefault( C2U("BorderStyle")); in resetStyles()
/aoo4110/main/winaccessibility/inc/
H A DAccObject.hxx68 DWORD GetMSAAStateFromUNO(short xState);//translate state from UNO to MSAA value
104 void DecreaseState(short xState );//call COM interface DecreaseState method
105 void IncreaseState( short xState );//call COM interface IncreaseState method
/aoo4110/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx172 uno::Reference<beans::XPropertyState> xState (mxShape, uno::UNO_QUERY); in AddProperty() local
173 if (xState.is() in AddProperty()
174 && xState->getPropertyState(sPropertyName)!=beans::PropertyState_DEFAULT_VALUE) in AddProperty()
/aoo4110/main/comphelper/source/property/
H A Dcomposedprops.cxx245 Reference< XPropertyState > xState(m_aSingleSets[i], UNO_QUERY); in setPropertyToDefault() local
246 if(xState.is()) in setPropertyToDefault()
247 xState->setPropertyToDefault(_rPropertyName); in setPropertyToDefault()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1425 Reference< ::com::sun::star::beans::XPropertyState > xState(m_xMainForm, UNO_QUERY); in getPropertyState() local
1426 if (xState.is()) in getPropertyState()
1427 return xState->getPropertyState(PropertyName); in getPropertyState()
1434 Reference< ::com::sun::star::beans::XPropertyState > xState(m_xMainForm, UNO_QUERY); in getPropertyStates() local
1435 if (xState.is()) in getPropertyStates()
1436 return xState->getPropertyStates(aPropertyName); in getPropertyStates()
1449 Reference< ::com::sun::star::beans::XPropertyState > xState(m_xMainForm, UNO_QUERY); in setPropertyToDefault() local
1450 if (xState.is()) in setPropertyToDefault()
1451 xState->setPropertyToDefault(PropertyName); in setPropertyToDefault()
1458 if (xState.is()) in getPropertyDefault()
[all …]
/aoo4110/main/chart2/source/controller/main/
H A DChartController_Tools.cxx239 Reference< beans::XPropertyState > xState( xDiagram, uno::UNO_QUERY_THROW ); in executeDispatch_NewArrangement() local
240 xState->setPropertyToDefault( C2U("RelativeSize")); in executeDispatch_NewArrangement()
241 xState->setPropertyToDefault( C2U("RelativePosition")); in executeDispatch_NewArrangement()
242 xState->setPropertyToDefault( C2U("PosSizeExcludeAxes")); in executeDispatch_NewArrangement()
/aoo4110/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx85 Reference<XPropertyState> xState(_xProp,UNO_QUERY); in lcl_isPropertySetDefaulted() local
86 if ( xState.is() ) in lcl_isPropertySetDefaulted()
94 PropertyState aState = xState->getPropertyState(*pIter); in lcl_isPropertySetDefaulted()
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx552 … uno::Reference< beans::XPropertyState > xState( GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem() local
553 if( xState.is()) in ApplySpecialItem()
554 xState->setPropertyToDefault( aPropName ); in ApplySpecialItem()
/aoo4110/main/chart2/source/tools/
H A DThreeDHelper.cxx1276 Reference< beans::XPropertyState > xState( xSceneProperties, uno::UNO_QUERY ); in set3DSettingsToDefault() local
1277 if(xState.is()) in set3DSettingsToDefault()
1279 xState->setPropertyToDefault( C2U("D3DSceneDistance")); in set3DSettingsToDefault()
1280 xState->setPropertyToDefault( C2U("D3DSceneFocalLength")); in set3DSettingsToDefault()
/aoo4110/main/winaccessibility/source/UAccCOM/
H A Dacccommon.h93 static DWORD GetMSAAStateFromUNO(short xState);
H A DMAccessible.cpp3145 DWORD GetMSAAStateFromUNO(short xState) in GetMSAAStateFromUNO() argument
3148 switch( xState ) in GetMSAAStateFromUNO()
/aoo4110/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx192 uno::Reference<beans::XPropertyState> xState; in GetShapePropertyState() local
194 …mxShapeAgg->queryAggregation( getCppuType((uno::Reference<beans::XPropertyState>*) 0) ) >>= xState; in GetShapePropertyState()
195 pShapePropertyState = xState.get(); in GetShapePropertyState()
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3745 uno::Reference<accessibility::XAccessibleStateSet> xState = xContext->getAccessibleStateSet(); in FindFocus() local
3746 if (xState.is()) in FindFocus()
3748 if (xState->contains(accessibility::AccessibleStateType::FOCUSED)) in FindFocus()
/aoo4110/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx562 Reference< beans::XPropertyState > xState( xFormatProperties, UNO_QUERY ); in addNumberFormatAttr() local

Completed in 220 milliseconds