Searched refs:BooleanPropertyAccessor (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 139 class BooleanPropertyAccessor class 150 BooleanPropertyAccessor( CLASS* pInstance, Writer pWriter, Reader pReader ) in BooleanPropertyAccessor() function in BooleanPropertyAccessor
|
H A D | model.cxx | 747 …new BooleanPropertyAccessor< Model, bool >( this, &Model::set##property, &Model::get##property ) );
|
H A D | submission.cxx | 416 …new BooleanPropertyAccessor< Submission, bool >( this, &Submission::set##property, &Submission::ge…
|
H A D | binding.cxx | 1340 new BooleanPropertyAccessor< Binding, bool >( this, NULL, &Binding::get##property ) );
|
Completed in 571 milliseconds