Home
last modified time | relevance | path

Searched refs:PropertyState (Results 51 – 75 of 221) sorted by relevance

123456789

/aoo42x/main/ucb/source/ucp/file/
H A Dfilinl.hxx42 inline const com::sun::star::beans::PropertyState& SAL_CALL shell::MyProperty::getState() const in getState()
62 inline void SAL_CALL shell::MyProperty::setState( const com::sun::star::beans::PropertyState& __Sta… in setState()
/aoo42x/main/chart2/source/tools/
H A DImplOPropertySet.hxx46 ::com::sun::star::beans::PropertyState
49 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState >
H A DWrappedProperty.cxx114 beans::PropertyState WrappedProperty::getPropertyState( const Reference< beans::XPropertyState >& x… in getPropertyState()
117 beans::PropertyState aState = beans::PropertyState_DIRECT_VALUE; in getPropertyState()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx311 beans::PropertyState SAL_CALL UpDownBarWrapper::getPropertyState( const ::rtl::OUString& rPropertyN… in getPropertyState()
322 uno::Sequence< beans::PropertyState > SAL_CALL UpDownBarWrapper::getPropertyStates( const uno::Sequ… in getPropertyStates()
325 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates()
H A DMinMaxLineWrapper.cxx344 beans::PropertyState SAL_CALL MinMaxLineWrapper::getPropertyState( const ::rtl::OUString& rProperty… in getPropertyState()
358 uno::Sequence< beans::PropertyState > SAL_CALL MinMaxLineWrapper::getPropertyStates( const uno::Seq… in getPropertyStates()
361 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates()
/aoo42x/main/comphelper/inc/comphelper/
H A DMasterPropertySet.hxx93 …ertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::PropertyState& rState )
140 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
142 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
H A Dcomposedprops.hxx98 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
99 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
/aoo42x/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx161PropertyState SAL_CALL PropertyComposer::getPropertyState( const ::rtl::OUString& _rPropertyName )… in getPropertyState()
167 PropertyState eState = PropertyState_DIRECT_VALUE; in getPropertyState()
175 PropertyState eSecondaryState = PropertyState_DIRECT_VALUE; in getPropertyState()
/aoo42x/main/sd/source/core/
H A Dstlsheet.cxx1279 PropertyState SAL_CALL SdStyleSheet::getPropertyState( const OUString& PropertyName ) throw(Unknown… in getPropertyState()
1316 PropertyState eState; in getPropertyState()
1360 Sequence< PropertyState > SAL_CALL SdStyleSheet::getPropertyStates( const Sequence< OUString >& aPr… in getPropertyStates()
1369 Sequence< PropertyState > aPropertyStateSequence( nCount ); in getPropertyStates()
1370 PropertyState* pState = aPropertyStateSequence.getArray(); in getPropertyStates()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DNamedValueCollection.java30 import com.sun.star.beans.PropertyState;
105 PropertyState.DIRECT_VALUE in getPropertyValues()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeAdjustmentValue.idl27 #include <com/sun/star/beans/PropertyState.idl>
46 ::com::sun::star::beans::PropertyState State;
/aoo42x/main/qadevOOo/runner/helper/
H A DConfigurationRead.java30 import com.sun.star.beans.PropertyState;
53 nodepath.State = PropertyState.DEFAULT_VALUE; in ConfigurationRead()
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XComponentLoader.java28 import com.sun.star.beans.PropertyState;
100 Arg.State = PropertyState.DEFAULT_VALUE; in _loadComponentFromURL()
/aoo42x/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocumentView.java28 import com.sun.star.beans.PropertyState;
135 …] = new PropertyValue( i_arguments[i].Name, -1, i_arguments[i].Value, PropertyState.DIRECT_VALUE ); in dispatch()
/aoo42x/main/vcl/qa/complex/persistent_window_states/
H A DDocumentHandle.java32 import com.sun.star.beans.PropertyState;
79 Arg.State = PropertyState.DEFAULT_VALUE; in loadDocument()
/aoo42x/main/udkapi/com/sun/star/beans/
H A DGetPropertyTolerantResult.idl31 #include <com/sun/star/beans/PropertyState.idl>
61 com::sun::star::beans::PropertyState State;
H A DPropertyValue.idl31 #include <com/sun/star/beans/PropertyState.idl>
73 com::sun::star::beans::PropertyState State;
/aoo42x/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js95 Packages.com.sun.star.beans.PropertyState.DIRECT_VALUE);
100 Packages.com.sun.star.beans.PropertyState.DIRECT_VALUE);
/aoo42x/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java25 import com.sun.star.beans.PropertyState;
67 …[0] = new PropertyValue("JavaDriverClass", 0, "com.mysql.jdbc.Driver", PropertyState.DIRECT_VALUE); in testLongVarChar()
/aoo42x/main/svx/source/table/
H A Dcell.cxx1345 PropertyState SAL_CALL Cell::getPropertyState( const OUString& PropertyName ) throw(UnknownProperty… in getPropertyState()
1356 PropertyState eState; in getPropertyState()
1457 Sequence< PropertyState > SAL_CALL Cell::getPropertyStates( const Sequence< OUString >& aPropertyNa… in getPropertyStates()
1466 Sequence< PropertyState > aRet( nCount ); in getPropertyStates()
1469 PropertyState* pState = aRet.getArray(); in getPropertyStates()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx2028 beans::PropertyState eTemp; in GetPropertyValue()
2091 uno::Sequence< beans::PropertyState >
2099 uno::Sequence< beans::PropertyState > aRet(rPropertyNames.getLength()); in GetPropertyStates()
2100 beans::PropertyState* pStates = aRet.getArray(); in GetPropertyStates()
2207 beans::PropertyState SwUnoCursorHelper::GetPropertyState( in GetPropertyState()
2214 uno::Sequence< beans::PropertyState > aSeq = in GetPropertyState()
2474 beans::PropertyState SAL_CALL
2482 const beans::PropertyState eRet = SwUnoCursorHelper::GetPropertyState( in getPropertyState()
2489 uno::Sequence< beans::PropertyState > SAL_CALL
/aoo42x/main/xmloff/source/chart/
H A DColorPropertySet.hxx91 virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState(
95 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
/aoo42x/main/editeng/source/uno/
H A Dunotext.cxx976 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::getPropertyState( const OUString& PropertyName ) in getPropertyState()
986 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const SfxItemPropertySimpleEnt… in _getPropertyState()
1077 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const OUString& PropertyName, … in _getPropertyState()
1085 uno::Sequence< beans::PropertyState > SAL_CALL SvxUnoTextRangeBase::getPropertyStates( const uno::S… in getPropertyStates()
1091 uno::Sequence< beans::PropertyState > SvxUnoTextRangeBase::_getPropertyStates(const uno::Sequence< … in _getPropertyStates()
1097 uno::Sequence< beans::PropertyState > aRet( nCount ); in _getPropertyStates()
1098 beans::PropertyState* pState = aRet.getArray(); in _getPropertyStates()
1136 …tates(const SfxItemSet* pSet, const SfxItemPropertySimpleEntry* pMap, beans::PropertyState& rState) in _getOnePropertyStates()
/aoo42x/main/connectivity/qa/connectivity/tools/
H A DHsqlDatabase.java26 import com.sun.star.beans.PropertyState;
81 { new PropertyValue( "PickListEntry", 0, false, PropertyState.DIRECT_VALUE ) in createDBDocument()
/aoo42x/main/sw/source/core/inc/
H A DSwXTextDefaults.hxx66 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& r…
68 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…

Completed in 143 milliseconds

123456789