Home
last modified time | relevance | path

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

/aoo42x/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx60 LocationType eLocationType; // the type of location where the value is stored member
70 bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } in isBound()
72 LocationType getLocType( ) const { return eLocationType; } in getLocType()
85 ,eLocationType( ltUnbound ) in NodeValueAccessor()
96 && ( eLocationType == rhs.eLocationType ) in operator ==()
107 eLocationType = ltSimplyObjectInstance; in bind()
119 eLocationType = ltAnyInstance; in bind()

Completed in 25 milliseconds