Searched refs:IsInsertNewAllowed (Results 1 – 3 of 3) sorted by relevance
89 virtual sal_Bool IsInsertNewAllowed( long nRow ) = 0;
1564 sal_Bool OTableEditorCtrl::IsInsertNewAllowed( long nRow ) in IsInsertNewAllowed() function in OTableEditorCtrl1702 aContextMenu.EnableItem( SID_TABLEDESIGN_INSERTROWS, IsInsertNewAllowed(nRow) ); in Command()1769 if (!IsInsertNewAllowed(nPastePosition))
131 virtual sal_Bool IsInsertNewAllowed( long nRow );
Completed in 40 milliseconds