Searched refs:canCopyCellText (Results 1 – 3 of 3) sorted by relevance
517 sal_Bool canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
2891 sal_Bool DbGridControl::canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in canCopyCellText() function in DbGridControl2902 DBG_ASSERT(canCopyCellText(_nRow, _nColId), "DbGridControl::copyCellText: invalid call!"); in copyCellText()2955 else if (canCopyCellText(nRow, nColId)) in Command()
1891 … aReturn.bEnabled = pControl->canCopyCellText(pControl->GetCurRow(), pControl->GetCurColumnId()); in GetState()
Completed in 45 milliseconds