Home
last modified time | relevance | path

Searched refs:pOnlyNotBecauseOfMatrix (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dtable2.cxx1687 SCROW nRow2, sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) const in IsBlockEditable()
1692 if (pOnlyNotBecauseOfMatrix) in IsBlockEditable()
1693 *pOnlyNotBecauseOfMatrix = sal_False; in IsBlockEditable()
1749 if ( pOnlyNotBecauseOfMatrix ) in IsBlockEditable()
1750 *pOnlyNotBecauseOfMatrix = sal_True; in IsBlockEditable()
1752 else if ( pOnlyNotBecauseOfMatrix ) in IsBlockEditable()
1753 *pOnlyNotBecauseOfMatrix = sal_False; in IsBlockEditable()
1755 else if ( pOnlyNotBecauseOfMatrix ) in IsBlockEditable()
1756 *pOnlyNotBecauseOfMatrix = sal_False; in IsBlockEditable()
1762 sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) const in IsSelectionEditable()
[all …]
H A Ddocument.cxx4494 sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) const in IsBlockEditable()
4499 if ( pOnlyNotBecauseOfMatrix ) in IsBlockEditable()
4500 *pOnlyNotBecauseOfMatrix = sal_False; in IsBlockEditable()
4507 nEndRow, pOnlyNotBecauseOfMatrix ); in IsBlockEditable()
4510 if ( pOnlyNotBecauseOfMatrix ) in IsBlockEditable()
4511 *pOnlyNotBecauseOfMatrix = sal_False; in IsBlockEditable()
4517 sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) const in IsSelectionEditable()
4522 if ( pOnlyNotBecauseOfMatrix ) in IsSelectionEditable()
4523 *pOnlyNotBecauseOfMatrix = sal_False; in IsSelectionEditable()
4531 sal_Bool bMatrix = ( pOnlyNotBecauseOfMatrix != NULL ); in IsSelectionEditable()
[all …]
/AOO41X/main/sc/inc/
H A Dtable.hxx296 SCROW nRow2, sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
298 sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
H A Ddocument.hxx591 sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
593 sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
/AOO41X/main/sc/source/ui/inc/
H A Dviewfunc.hxx333 sal_Bool SelectionEditable( sal_Bool* pOnlyNotBecauseOfMatrix = NULL );
/AOO41X/main/sc/source/ui/view/
H A Dviewfunc.cxx270 sal_Bool ScViewFunc::SelectionEditable( sal_Bool* pOnlyNotBecauseOfMatrix /* = NULL */ ) in SelectionEditable() argument
276 bRet = pDoc->IsSelectionEditable( rMark, pOnlyNotBecauseOfMatrix ); in SelectionEditable()
283 pOnlyNotBecauseOfMatrix ); in SelectionEditable()