tabview.hxx (38d50f7b) | tabview.hxx (0deba7fb) |
---|---|
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 --- 458 unchanged lines hidden (view full) --- 467 void SelectAll( sal_Bool bContinue = sal_False ); 468 void SelectAllTables(); 469 void DeselectAllTables(); 470 471 void MarkCursor( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, 472 sal_Bool bCols = sal_False, sal_Bool bRows = sal_False, sal_Bool bCellSelection = sal_False ); 473 void InitBlockMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, 474 sal_Bool bTestNeg = sal_False, | 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 --- 458 unchanged lines hidden (view full) --- 467 void SelectAll( sal_Bool bContinue = sal_False ); 468 void SelectAllTables(); 469 void DeselectAllTables(); 470 471 void MarkCursor( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, 472 sal_Bool bCols = sal_False, sal_Bool bRows = sal_False, sal_Bool bCellSelection = sal_False ); 473 void InitBlockMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, 474 sal_Bool bTestNeg = sal_False, |
475 sal_Bool bCols = sal_False, sal_Bool bRows = sal_False ); | 475 sal_Bool bCols = sal_False, sal_Bool bRows = sal_False, sal_Bool bForceNeg = sal_False ); |
476 void InitOwnBlockMode(); 477 void DoneBlockMode( sal_Bool bContinue = sal_False ); 478 479 sal_Bool IsBlockMode() const { return bIsBlockMode; } 480 481 void MarkColumns(); 482 void MarkRows(); 483 void MarkDataArea( sal_Bool bIncludeCursor = sal_True ); --- 47 unchanged lines hidden --- | 476 void InitOwnBlockMode(); 477 void DoneBlockMode( sal_Bool bContinue = sal_False ); 478 479 sal_Bool IsBlockMode() const { return bIsBlockMode; } 480 481 void MarkColumns(); 482 void MarkRows(); 483 void MarkDataArea( sal_Bool bIncludeCursor = sal_True ); --- 47 unchanged lines hidden --- |