Lines Matching refs:NodeValueAccessor
56 struct NodeValueAccessor struct
65 NodeValueAccessor( const ::rtl::OUString& _rNodePath );
76 bool operator == ( const NodeValueAccessor& rhs ) const;
77 bool operator != ( const NodeValueAccessor& rhs ) const { return !operator == ( rhs ); } in operator !=() argument
83 NodeValueAccessor::NodeValueAccessor( const ::rtl::OUString& _rNodePath ) in NodeValueAccessor() function in utl::NodeValueAccessor
93 bool NodeValueAccessor::operator == ( const NodeValueAccessor& rhs ) const in operator ==()
103 void NodeValueAccessor::bind( void* _pLocation, const Type& _rType ) in bind()
115 void NodeValueAccessor::bind( Any* _pLocation ) in bind()
130 void lcl_copyData( const NodeValueAccessor& _rAccessor, const Any& _rData, ::osl::Mutex& _rMutex ) in lcl_copyData()
178 void lcl_copyData( Any& _rData, const NodeValueAccessor& _rAccessor, ::osl::Mutex& _rMutex ) in lcl_copyData()
207 struct SubNodeAccess : public ::std::unary_function< NodeValueAccessor, void >
229 void operator() ( NodeValueAccessor& _rAccessor ) in operator ()()
243 void operator() ( NodeValueAccessor& _rAccessor ) in operator ()()
254 DECLARE_STL_VECTOR( NodeValueAccessor, NodeValueAccessors );
361 NodeValueAccessor aNewAccessor( ::rtl::OUString::createFromAscii( _pRelativePath ) ); in registerExchangeLocation()
374 NodeValueAccessor aNewAccessor( ::rtl::OUString::createFromAscii( _pRelativePath ) ); in registerNullValueExchangeLocation()
426 …void OConfigurationValueContainer::implRegisterExchangeLocation( const NodeValueAccessor& _rAccess… in implRegisterExchangeLocation()