Home
last modified time | relevance | path

Searched refs:PropertyState (Results 26 – 50 of 221) sorted by relevance

123456789

/aoo42x/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx177 PropertyState PushButtonNavigation::getCurrentButtonTypeState( ) const SAL_THROW(()) in getCurrentButtonTypeState()
180 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentButtonTypeState()
257 PropertyState PushButtonNavigation::getCurrentTargetURLState( ) const SAL_THROW(()) in getCurrentTargetURLState()
259 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentTargetURLState()
H A Dpushbuttonnavigation.hxx68 ::com::sun::star::beans::PropertyState
85 ::com::sun::star::beans::PropertyState
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx78 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
102 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
115 …virtual beans::PropertyState getPropertyState( const Reference< beans::XPropertyState >& xInnerPro…
314 beans::PropertyState WrappedSymbolTypeProperty::getPropertyState( const Reference< beans::XProperty… in getPropertyState()
510 beans::PropertyState WrappedSymbolSizeProperty::getPropertyState( const Reference< beans::XProperty… in getPropertyState()
578 beans::PropertyState WrappedSymbolAndLinesProperty::getPropertyState( const Reference< beans::XProp… in getPropertyState()
/aoo42x/main/sw/source/core/unocore/
H A Dunoport.cxx418 beans::PropertyState eTemp; in GetPropertyValue()
687 uno::Sequence< beans::PropertyState > aPropertyStates = in GetPropertyValuesTolerant_Impl()
692 const beans::PropertyState* pPropertyStates = aPropertyStates.getConstArray(); in GetPropertyValuesTolerant_Impl()
821 beans::PropertyState SwXTextPortion::getPropertyState(const OUString& rPropertyName) in getPropertyState()
825 beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
845 uno::Sequence< beans::PropertyState > SwXTextPortion::getPropertyStates( in getPropertyStates()
854 uno::Sequence< beans::PropertyState > aRet = in getPropertyStates()
861 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
/aoo42x/main/comphelper/inc/comphelper/
H A Dpropertystatecontainer.hxx66 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
67 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
82 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle( sal_Int32 _nHandle );
H A Dpropstate.hxx63 virtual ::com::sun::star::beans::PropertyState SAL_CALL
65 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState> SAL_CALL
73 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);
H A Dpropertysethelper.hxx56 …st comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::beans::PropertyState* pStates ) thr…
87 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
88 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
H A DChainablePropertySet.hxx96 …ertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::PropertyState& rState )
141 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
143 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
/aoo42x/main/svl/source/items/
H A Ditemprop.cxx340 PropertyState SfxItemPropertySet::getPropertyState(const SfxItemPropertySimpleEntry& rEntry, const … in getPropertyState()
343 PropertyState eRet = PropertyState_DIRECT_VALUE; in getPropertyState()
355 PropertyState SfxItemPropertySet::getPropertyState( in getPropertyState()
359 PropertyState eRet = PropertyState_DIRECT_VALUE; in getPropertyState()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunopback.cxx338 beans::PropertyState SAL_CALL SdUnoPageBackground::getPropertyState( const OUString& PropertyName ) in getPropertyState()
385 uno::Sequence< beans::PropertyState > SAL_CALL SdUnoPageBackground::getPropertyStates( const uno::S… in getPropertyStates()
393 uno::Sequence< beans::PropertyState > aPropertyStateSequence( nCount ); in getPropertyStates()
394 beans::PropertyState* pState = aPropertyStateSequence.getArray(); in getPropertyStates()
/aoo42x/main/udkapi/com/sun/star/beans/
H A DPropertyStateChangeEvent.idl31 #include <com/sun/star/beans/PropertyState.idl>
77 com::sun::star::beans::PropertyState OldValue;
83 com::sun::star::beans::PropertyState NewValue;
H A DXPropertyState.idl31 #include <com/sun/star/beans/PropertyState.idl>
77 com::sun::star::beans::PropertyState getPropertyState( [in] string PropertyName )
95 sequence<com::sun::star::beans::PropertyState> getPropertyStates(
H A DXMultiPropertyStates.idl31 #include <com/sun/star/beans/PropertyState.idl>
57 For more information see <type>PropertyState</type>.
73 sequence<com::sun::star::beans::PropertyState> getPropertyStates(
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyState.java32 import com.sun.star.beans.PropertyState;
159 PropertyState ps = oObj.getPropertyState(localName); in _getPropertyState()
187 PropertyState[] ps = oObj.getPropertyStates in _getPropertyStates()
H A D_XTolerantMultiPropertySet.java29 import com.sun.star.beans.PropertyState;
242 PropertyState state = pState.getPropertyState(pName); in getDirectProperties()
244 if (state.equals(PropertyState.DIRECT_VALUE)) { in getDirectProperties()
H A D_XPropertyWithState.java26 import com.sun.star.beans.PropertyState;
80 PropertyState propState = oObj.getStateAsProperty(); in _getStateAsProperty()
/aoo42x/main/chart2/source/tools/
H A DWrappedPropertySet.cxx321 beans::PropertyState SAL_CALL WrappedPropertySet::getPropertyState( const OUString& rPropertyName ) in getPropertyState()
324 beans::PropertyState aState( beans::PropertyState_DIRECT_VALUE ); in getPropertyState()
352 Sequence< beans::PropertyState > SAL_CALL WrappedPropertySet::getPropertyStates( const Sequence< OU… in getPropertyStates()
355 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates()
H A DWrappedDefaultProperty.cxx68 beans::PropertyState WrappedDefaultProperty::getPropertyState( in getPropertyState()
73 beans::PropertyState aState = beans::PropertyState_DIRECT_VALUE; in getPropertyState()
/aoo42x/main/odk/examples/java/Text/
H A DTextDocumentStructure.java141 com.sun.star.beans.PropertyState.AMBIGUOUS_VALUE) ) in main()
145 com.sun.star.beans.PropertyState.DIRECT_VALUE ) ) in main()
149 com.sun.star.beans.PropertyState.DEFAULT_VALUE ) ) in main()
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.hxx95 com::sun::star::beans::PropertyState State;
105 const com::sun::star::beans::PropertyState& __State,
114 inline const com::sun::star::beans::PropertyState& SAL_CALL getState() const;
121 … inline void SAL_CALL setState( const com::sun::star::beans::PropertyState& __State ) const;
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java653 com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in loadFromURL()
758 "InputStream", -1, xStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in loadFromStream()
786 "InputStream", -1, xStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in loadFromByteArray()
877 "OutputStream", -1, aStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in storeToStream()
916 "OutputStream", -1, aStream, com.sun.star.beans.PropertyState.DIRECT_VALUE ) ); in storeToByteArray()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXFastPropertyState.idl31 #include <com/sun/star/beans/PropertyState.idl>
73 ::com::sun::star::beans::PropertyState getFastPropertyState( [in] long nHandle )
91 sequence< ::com::sun::star::beans::PropertyState > getFastPropertyStates(
/aoo42x/main/unotools/inc/unotools/
H A Dpropertysethelper.hxx55 …es( const utl::PropertyMapEntry** ppEntries, ::com::sun::star::beans::PropertyState* pStates ) thr…
81 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
82 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
/aoo42x/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh51 com.sun.star.beans.PropertyState.DIRECT_VALUE);
56 com.sun.star.beans.PropertyState.DIRECT_VALUE);
61 com.sun.star.beans.PropertyState.DIRECT_VALUE);
/aoo42x/main/editeng/inc/editeng/
H A Dunotext.hxx271 …virtual ::com::sun::star::beans::PropertyState SAL_CALL _getPropertyState( const SfxItemPropertySi…
272 …virtual ::com::sun::star::beans::PropertyState SAL_CALL _getPropertyState( const ::rtl::OUString& …
273 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL _getPro…
275 …Set* pSet, const SfxItemPropertySimpleEntry* pMap, ::com::sun::star::beans::PropertyState& rState);
336 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
337 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…
582 …virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& P…
583 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState > SAL_CALL getProp…

Completed in 150 milliseconds

123456789