Home
last modified time | relevance | path

Searched refs:ImplOPropertySet (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/tools/
H A DImplOPropertySet.cxx48 const ::property::impl::ImplOPropertySet::tPropertyMap & rMap ) in lcl_getPropertyStateByHandle()
60 const ::property::impl::ImplOPropertySet::tPropertyMap & m_rMap;
81 … public ::std::unary_function< ::property::impl::ImplOPropertySet::tPropertyMap::value_type, void >
83 inline void operator() ( ::property::impl::ImplOPropertySet::tPropertyMap::value_type & rProp ) in operator ()()
102 ImplOPropertySet::ImplOPropertySet() in ImplOPropertySet() function in property::impl::ImplOPropertySet
105 ImplOPropertySet::ImplOPropertySet( const ImplOPropertySet & rOther ) in ImplOPropertySet() function in property::impl::ImplOPropertySet
113 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle()
118 Sequence< beans::PropertyState > ImplOPropertySet::GetPropertyStatesByHandle( in GetPropertyStatesByHandle()
130 void ImplOPropertySet::SetPropertyToDefault( sal_Int32 nHandle ) in SetPropertyToDefault()
140 void ImplOPropertySet::SetPropertiesToDefault( in SetPropertiesToDefault()
[all …]
H A DImplOPropertySet.hxx38 class ImplOPropertySet class
41 ImplOPropertySet();
42 explicit ImplOPropertySet( const ImplOPropertySet & rOther );
H A DOPropertySet.cxx59 m_pImplProperties( new impl::ImplOPropertySet() ), in OPropertySet()
74 m_pImplProperties.reset( new impl::ImplOPropertySet( * rOther.m_pImplProperties.get())); in OPropertySet()
H A Dmakefile.mk62 $(SLO)$/ImplOPropertySet.obj \
/trunk/main/chart2/source/inc/
H A DOPropertySet.hxx52 { class ImplOPropertySet; }
249 ::std::auto_ptr< impl::ImplOPropertySet > m_pImplProperties;
/trunk/main/chart2/
H A DLibrary_charttools.mk77 chart2/source/tools/ImplOPropertySet \