ctredlin.hxx (3334a7e6) ctredlin.hxx (9b8096d0)
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

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

294 const Link& GetModifyRangeHdl() const { return aModifyRefLink; }
295
296 void SetRefHdl( const Link& rLink ) { aRefLink = rLink; }
297 const Link& GetRefHdl() const { return aRefLink; }
298
299 void Enable( bool bEnable = true, bool bChild = true );
300 void Disable( bool bChild = true );
301
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

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

294 const Link& GetModifyRangeHdl() const { return aModifyRefLink; }
295
296 void SetRefHdl( const Link& rLink ) { aRefLink = rLink; }
297 const Link& GetRefHdl() const { return aRefLink; }
298
299 void Enable( bool bEnable = true, bool bChild = true );
300 void Disable( bool bChild = true );
301
302 //IAccessibility2 Implementation 2009-----
303 void SetAccessibleRelationMemberOf( Window* pWindow);
304 //-----IAccessibility2 Implementation 2009
305
302 // } Methoden fuer Calc
303};
304
305
306//==================================================================
307// View- Tabpage
308//==================================================================
309

--- 118 unchanged lines hidden ---
306 // } Methoden fuer Calc
307};
308
309
310//==================================================================
311// View- Tabpage
312//==================================================================
313

--- 118 unchanged lines hidden ---