Lines Matching refs:beans

63 using ::com::sun::star::beans::Property;
120 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
121 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
127 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
128 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
134 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
135 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
141 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
142 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
149 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
150 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
157 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
164 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
171 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
178 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
185 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
192 beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
198 beans::PropertyAttribute::READONLY | in lcl_AddPropertiesToVector()
199 beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
206 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
213 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
220 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
221 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
227 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
233 beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
240 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
241 | beans::PropertyAttribute::MAYBEVOID )); in lcl_AddPropertiesToVector()
248 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
255 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
256 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
262 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
263 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
269 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
277 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
278 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
284 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
285 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
291 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
292 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
298 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
304 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
305 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
311 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
312 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
318 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
319 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
325 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
326 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
332 beans::PropertyAttribute::BOUND in lcl_AddPropertiesToVector()
333 | beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
341 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
348 beans::PropertyAttribute::MAYBEDEFAULT )); in lcl_AddPropertiesToVector()
362 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
403 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getAxisTitle() throw (uno::RuntimeException) in getAxisTitle()
432 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMajorGrid() throw (uno::RuntimeException) in getMajorGrid()
455 Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getMinorGrid() throw (uno::RuntimeException) in getMinorGrid()
501 throw (beans::PropertyVetoException, in setSize()
515 uno::Reference< beans::XPropertySet > SAL_CALL AxisWrapper::getNumberFormatSettings() in getNumberFormatSettings()
522 return uno::Reference< beans::XPropertySet >(); in getNumberFormatSettings()
585 Reference< beans::XPropertySet > xProp( this->getAxis(), uno::UNO_QUERY ); in updateReferenceSize()
596 Reference< beans::XPropertySet > xProp( this->getAxis(), uno::UNO_QUERY ); in getReferenceSize()
622 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in getAxis()
635 Reference< beans::XPropertySet > AxisWrapper::getInnerPropertySet() in getInnerPropertySet()
637 return Reference< beans::XPropertySet >( this->getAxis(), uno::UNO_QUERY ); in getInnerPropertySet()
640 const Sequence< beans::Property >& AxisWrapper::getPropertySequence() in getPropertySequence()