Searched refs:HASATTR_PROTECTED (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 671 … bCellsProtected = pDoc->HasAttrib(0, nRPos, nTab, MAXCOL, nRPos, nTab, HASATTR_PROTECTED); in IsSelectionAllowed() 677 … bCellsProtected = pDoc->HasAttrib(nCPos, 0, nTab, nCPos, MAXROW, nTab, HASATTR_PROTECTED); in IsSelectionAllowed()
|
H A D | tabview3.cxx | 1003 … bSkipCell = pDoc->HasAttrib(nCurX, nCurY, nTab, nCurX, nCurY, nTab, HASATTR_PROTECTED); in MoveCursorRel() 1005 … bSkipCell = !pDoc->HasAttrib(nCurX, nCurY, nTab, nCurX, nCurY, nTab, HASATTR_PROTECTED); in MoveCursorRel() 1045 … bSkipCell = pDoc->HasAttrib(nCurX, nCurY, nTab, nCurX, nCurY, nTab, HASATTR_PROTECTED); in MoveCursorRel() 1047 … bSkipCell = !pDoc->HasAttrib(nCurX, nCurY, nTab, nCurX, nCurY, nTab, HASATTR_PROTECTED); in MoveCursorRel()
|
H A D | select.cxx | 333 … bool bCellProtected = pDoc->HasAttrib(nPosX, nPosY, nTab, nPosX, nPosY, nTab, HASATTR_PROTECTED); in SetCursorAtCell()
|
H A D | gridwin.cxx | 2166 … bool bCellProtected = pDoc->HasAttrib(nPosX, nPosY, nTab, nPosX, nPosY, nTab, HASATTR_PROTECTED); in MouseButtonUp() 2852 …ol bCellProtected = pDoc->HasAttrib(nCellX, nCellY, nTab, nCellX, nCellY, nTab, HASATTR_PROTECTED); in Command()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column2.cxx | 945 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell() 963 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell() 974 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell()
|
H A D | table2.cxx | 1702 if((bIsEditable = !HasAttrib( nCol1, nRow1, nCol2, nRow2, HASATTR_PROTECTED )) != sal_False) in IsBlockEditable() 1769 if((bIsEditable = !HasAttribSelection( rMark, HASATTR_PROTECTED )) != sal_False) in IsSelectionEditable()
|
H A D | column.cxx | 1455 if ( rDestCol.pAttrArray->HasAttrib( nStart, nEnd, HASATTR_PROTECTED ) ) in TestCopyScenarioTo()
|
H A D | attarray.cxx | 1295 if ( nMask & HASATTR_PROTECTED ) in HasAttrib()
|
/aoo42x/main/sc/inc/ |
H A D | global.hxx | 241 #define HASATTR_PROTECTED 8 macro
|
Completed in 123 milliseconds