/trunk/main/winaccessibility/source/service/ |
H A D | AccObject.cxx | 454 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 …]
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 880 … uno::Reference< beans::XPropertyState >xState( xStyle, uno::UNO_QUERY_THROW ); in ApplyStyleSheets() local 890 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_PARA_BOTTOM_MARGIN )); in ApplyStyleSheets() 901 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT )); in ApplyStyleSheets() 902 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT_ASIAN )); in ApplyStyleSheets() 903 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT_COMPLEX )); in ApplyStyleSheets() 904 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE )); in ApplyStyleSheets() 905 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE_ASIAN )); in ApplyStyleSheets() 906 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_POSTURE_COMPLEX )); in ApplyStyleSheets() 907 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_PROP_HEIGHT )); in ApplyStyleSheets() 908 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_PROP_HEIGHT_ASIAN )); in ApplyStyleSheets() [all …]
|
/trunk/main/chart2/source/model/template/ |
H A D | BarChartTypeTemplate.cxx | 301 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 D | PieChartTypeTemplate.cxx | 608 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 D | AreaChartTypeTemplate.cxx | 216 Reference< beans::XPropertyState > xState( *aIt, uno::UNO_QUERY ); in resetStyles() local 218 if( xState.is() && in resetStyles() 222 xState->setPropertyToDefault( C2U("BorderStyle")); in resetStyles()
|
/trunk/main/winaccessibility/inc/ |
H A D | AccObject.hxx | 68 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
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | formadapter.cxx | 1425 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 …]
|
/trunk/main/svx/source/accessibility/ |
H A D | DescriptionGenerator.cxx | 172 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()
|
/trunk/main/comphelper/source/property/ |
H A D | composedprops.cxx | 245 Reference< XPropertyState > xState(m_aSingleSets[i], UNO_QUERY); in setPropertyToDefault() local 246 if(xState.is()) in setPropertyToDefault() 247 xState->setPropertyToDefault(_rPropertyName); in setPropertyToDefault()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 239 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()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | tablecontainer.cxx | 85 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()
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | GraphicPropertyItemConverter.cxx | 552 … uno::Reference< beans::XPropertyState > xState( GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem() local 553 if( xState.is()) in ApplySpecialItem() 554 xState->setPropertyToDefault( aPropName ); in ApplySpecialItem()
|
/trunk/main/chart2/source/tools/ |
H A D | ThreeDHelper.cxx | 1276 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()
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | acccommon.h | 93 static DWORD GetMSAAStateFromUNO(short xState);
|
H A D | MAccessible.cpp | 3145 DWORD GetMSAAStateFromUNO(short xState) in GetMSAAStateFromUNO() argument 3148 switch( xState ) in GetMSAAStateFromUNO()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 192 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()
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 3747 uno::Reference<accessibility::XAccessibleStateSet> xState = xContext->getAccessibleStateSet(); in FindFocus() local 3748 if (xState.is()) in FindFocus() 3750 if (xState->contains(accessibility::AccessibleStateType::FOCUSED)) in FindFocus()
|
/trunk/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 563 Reference< beans::XPropertyState > xState( xFormatProperties, UNO_QUERY ); in addNumberFormatAttr() local
|