Lines Matching refs:ClassName
128 #define DECL_COLUMN(ClassName) \ argument
129 class ClassName \
131 ,public OAggregationArrayUsageHelper< ClassName > \
134 …ClassName(const ::comphelper::ComponentContext& _rContext ); …
135 …ClassName(const ClassName* _pCloneFrom); …
149 #define IMPL_COLUMN(ClassName, Model, bAllowDropDown) \ argument
150 ClassName::ClassName( const ::comphelper::ComponentContext& _rContext ) \
154 ClassName::ClassName( const ClassName* _pCloneFrom ) \
158 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> ClassName::getPropert…
163 ::cppu::IPropertyArrayHelper& ClassName::getInfoHelper() \
165 return *const_cast<ClassName*>(this)->getArrayHelper(); \
167 void ClassName::fillProperties( \
179 OGridColumn* ClassName::createCloneColumn() const \
181 return new ClassName( this ); \