RadioButton.hxx (2d785d7e) RadioButton.hxx (07a3d7f1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 63 unchanged lines hidden (view full) ---

72protected:
73 void SetSiblingPropsTo(const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rValue);
74
75 DECLARE_XCLONEABLE( );
76
77private:
78 /** sets the given value as new State at the aggregate
79 @precond
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 63 unchanged lines hidden (view full) ---

72protected:
73 void SetSiblingPropsTo(const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rValue);
74
75 DECLARE_XCLONEABLE( );
76
77private:
78 /** sets the given value as new State at the aggregate
79 @precond
80 our mutex is aquired exactly once
80 our mutex is acquired exactly once
81 */
82 void setNewAggregateState( const ::com::sun::star::uno::Any& _rValue );
83};
84
85//==================================================================
86// ORadioButtonControl
87//==================================================================
88class ORadioButtonControl: public OBoundControl

--- 19 unchanged lines hidden ---
81 */
82 void setNewAggregateState( const ::com::sun::star::uno::Any& _rValue );
83};
84
85//==================================================================
86// ORadioButtonControl
87//==================================================================
88class ORadioButtonControl: public OBoundControl

--- 19 unchanged lines hidden ---