Home
last modified time | relevance | path

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

/AOO41X/main/sc/sdi/
H A Dcellsh.sdi39 SID_OPENDLG_TABOP [ ExecMethod = Execute; StateMethod = GetBlockState; ]
65 FID_VALIDATION [ ExecMethod = ExecuteDB; StateMethod = GetBlockState; ]
90 FID_CELL_FORMAT [ ExecMethod = Execute; StateMethod = GetBlockState; ]
91 SID_ENABLE_HYPHENATION [ ExecMethod = Execute; StateMethod = GetBlockState; ]
104 SID_AUTOFORMAT [ ExecMethod = Execute; StateMethod = GetBlockState; ]
114 FID_INS_ROW [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
115 FID_INS_COLUMN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
116 FID_INS_CELLSDOWN [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
117 FID_INS_CELLSRIGHT [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
118 SID_DEL_ROWS [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ]
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dcellsh.hxx80 void GetBlockState( SfxItemSet& rSet );
/AOO41X/main/sc/source/ui/view/
H A Dcellsh.cxx113 void ScCellShell::GetBlockState( SfxItemSet& rSet ) in GetBlockState() function in ScCellShell