tpview.cxx (5ba3629c) tpview.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

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

307 else if ( &aHScrollCB == pBtn ) eOption = VOPT_HSCROLL;
308 else if ( &aTblRegCB == pBtn ) eOption = VOPT_TABCONTROLS;
309 else if ( &aOutlineCB == pBtn ) eOption = VOPT_OUTLINER;
310 else if ( &aBreakCB == pBtn ) eOption = VOPT_PAGEBREAKS;
311 else if ( &aGuideLineCB == pBtn ) eOption = VOPT_HELPLINES;
312 else if ( &aBigHandleCB == pBtn ) eOption = VOPT_BIGHANDLES;
313 else if ( &aRowColHeaderCB == pBtn ) eOption = VOPT_HEADER;
314
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

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

307 else if ( &aHScrollCB == pBtn ) eOption = VOPT_HSCROLL;
308 else if ( &aTblRegCB == pBtn ) eOption = VOPT_TABCONTROLS;
309 else if ( &aOutlineCB == pBtn ) eOption = VOPT_OUTLINER;
310 else if ( &aBreakCB == pBtn ) eOption = VOPT_PAGEBREAKS;
311 else if ( &aGuideLineCB == pBtn ) eOption = VOPT_HELPLINES;
312 else if ( &aBigHandleCB == pBtn ) eOption = VOPT_BIGHANDLES;
313 else if ( &aRowColHeaderCB == pBtn ) eOption = VOPT_HEADER;
314
315 pLocalOptions->SetOption( eOption, bChecked );
316
315 return 0;
316}
317/*-----------------11.01.97 13.13-------------------
318
319--------------------------------------------------*/
320
321void ScTpContentOptions::InitGridOpt()
322{

--- 401 unchanged lines hidden ---
317 return 0;
318}
319/*-----------------11.01.97 13.13-------------------
320
321--------------------------------------------------*/
322
323void ScTpContentOptions::InitGridOpt()
324{

--- 401 unchanged lines hidden ---