Home
last modified time | relevance | path

Searched refs:bOnlyMatrix (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Deditable.cxx38 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 Deditable.hxx39 sal_Bool bOnlyMatrix; member in ScEditableTester
77 sal_Bool IsFormatEditable() const { return bIsEditable || bOnlyMatrix; } in IsFormatEditable()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2098 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 31 milliseconds