optpage.cxx (5ba3629c) | optpage.cxx (056e29a5) |
---|---|
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 --- 82 unchanged lines hidden (view full) --- 91 TabPage Anzeige/Inhalt 92--------------------------------------------------*/ 93 94SwContentOptPage::SwContentOptPage( Window* pParent, 95 const SfxItemSet& rCoreSet ) : 96 SfxTabPage( pParent, SW_RES( TP_CONTENT_OPT ), rCoreSet ), 97 aLineFL ( this, SW_RES( FL_LINE ) ), 98 aCrossCB ( this, SW_RES( CB_CROSS ) ), | 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 --- 82 unchanged lines hidden (view full) --- 91 TabPage Anzeige/Inhalt 92--------------------------------------------------*/ 93 94SwContentOptPage::SwContentOptPage( Window* pParent, 95 const SfxItemSet& rCoreSet ) : 96 SfxTabPage( pParent, SW_RES( TP_CONTENT_OPT ), rCoreSet ), 97 aLineFL ( this, SW_RES( FL_LINE ) ), 98 aCrossCB ( this, SW_RES( CB_CROSS ) ), |
99// aSolidHandleCB( this, SW_RES( CB_HANDLE ) ), | |
100 aBigHandleCB ( this, SW_RES( CB_BIGHANDLE) ), 101 102 aWindowFL ( this, SW_RES( FL_WINDOW ) ), 103 aHScrollBox ( this, SW_RES( CB_HSCROLL ) ), 104 aVScrollBox ( this, SW_RES( CB_VSCROLL ) ), 105 aAnyRulerCB ( this, SW_RES( CB_ANY_RULER ) ), 106 aHRulerCBox ( this, SW_RES( CB_HRULER ) ), 107 aHMetric ( this, SW_RES( LB_HMETRIC ) ), --- 2507 unchanged lines hidden (view full) --- 2615IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG ) 2616{ 2617 bAttrModified = sal_True; 2618 return 0; 2619} 2620IMPL_LINK_INLINE_END( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG ) 2621#endif 2622 | 99 aBigHandleCB ( this, SW_RES( CB_BIGHANDLE) ), 100 101 aWindowFL ( this, SW_RES( FL_WINDOW ) ), 102 aHScrollBox ( this, SW_RES( CB_HSCROLL ) ), 103 aVScrollBox ( this, SW_RES( CB_VSCROLL ) ), 104 aAnyRulerCB ( this, SW_RES( CB_ANY_RULER ) ), 105 aHRulerCBox ( this, SW_RES( CB_HRULER ) ), 106 aHMetric ( this, SW_RES( LB_HMETRIC ) ), --- 2507 unchanged lines hidden (view full) --- 2614IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG ) 2615{ 2616 bAttrModified = sal_True; 2617 return 0; 2618} 2619IMPL_LINK_INLINE_END( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG ) 2620#endif 2621 |
2623 | |