Searched refs:bOnlyMatrix (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | editable.cxx | 38 bOnlyMatrix( sal_True ) in ScEditableTester() 45 bOnlyMatrix( sal_True ) in ScEditableTester() 54 bOnlyMatrix( sal_True ) in ScEditableTester() 61 bOnlyMatrix( sal_True ) in ScEditableTester() 68 bOnlyMatrix( sal_True ) in ScEditableTester() 75 bOnlyMatrix( sal_True ) in ScEditableTester() 85 if ( bIsEditable || bOnlyMatrix ) in TestBlock() 92 bOnlyMatrix = sal_False; in TestBlock() 128 bOnlyMatrix = sal_False; in TestSelection() 142 bOnlyMatrix = sal_False; in TestView() [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | editable.hxx | 39 sal_Bool bOnlyMatrix; member in ScEditableTester 77 sal_Bool IsFormatEditable() const { return bIsEditable || bOnlyMatrix; } in IsFormatEditable()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2098 sal_Bool bOnlyMatrix; in SetWidthOrHeight() local 2103 &bOnlyMatrix ) || bOnlyMatrix; in SetWidthOrHeight() 2106 MAXCOL,pRanges[2*i+1], &bOnlyMatrix ) || in SetWidthOrHeight() 2107 bOnlyMatrix; in SetWidthOrHeight() 2408 sal_Bool bAllowed, bOnlyMatrix; in ModifyCellSize() local 2410 bAllowed = pDoc->IsBlockEditable( nTab, nCol,0, nCol,MAXROW, &bOnlyMatrix ); in ModifyCellSize() 2412 bAllowed = pDoc->IsBlockEditable( nTab, 0,nRow, MAXCOL,nRow, &bOnlyMatrix ); in ModifyCellSize() 2413 if ( !bAllowed && !bOnlyMatrix ) in ModifyCellSize()
|
Completed in 49 milliseconds