Lines Matching refs:impl_checkReadOnlyPropsOfModule

155         impl_checkReadOnlyPropsOfModule("com.sun.star.text.TextDocument"                );  in checkModuleConfigurationWriteable()
156 impl_checkReadOnlyPropsOfModule("com.sun.star.text.WebDocument" ); in checkModuleConfigurationWriteable()
157 impl_checkReadOnlyPropsOfModule("com.sun.star.text.GlobalDocument" ); in checkModuleConfigurationWriteable()
158 impl_checkReadOnlyPropsOfModule("com.sun.star.formula.FormulaProperties" ); in checkModuleConfigurationWriteable()
159 impl_checkReadOnlyPropsOfModule("com.sun.star.sheet.SpreadsheetDocument" ); in checkModuleConfigurationWriteable()
160 impl_checkReadOnlyPropsOfModule("com.sun.star.drawing.DrawingDocument" ); in checkModuleConfigurationWriteable()
161 impl_checkReadOnlyPropsOfModule("com.sun.star.presentation.PresentationDocument"); in checkModuleConfigurationWriteable()
162 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.OfficeDatabaseDocument" ); in checkModuleConfigurationWriteable()
163 impl_checkReadOnlyPropsOfModule("com.sun.star.chart.ChartDocument" ); in checkModuleConfigurationWriteable()
166 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.FormDesign" ); in checkModuleConfigurationWriteable()
167 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.TextReportDesign" ); in checkModuleConfigurationWriteable()
168 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.RelationDesign" ); in checkModuleConfigurationWriteable()
169 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.QueryDesign" ); in checkModuleConfigurationWriteable()
170 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.TableDesign" ); in checkModuleConfigurationWriteable()
171 impl_checkReadOnlyPropsOfModule("com.sun.star.sdb.DataSourceBrowser"); in checkModuleConfigurationWriteable()
172 impl_checkReadOnlyPropsOfModule("com.sun.star.frame.Bibliography" ); in checkModuleConfigurationWriteable()
173 impl_checkReadOnlyPropsOfModule("com.sun.star.script.BasicIDE" ); in checkModuleConfigurationWriteable()
174 impl_checkReadOnlyPropsOfModule("com.sun.star.frame.StartModule" ); in checkModuleConfigurationWriteable()
295 private void impl_checkReadOnlyPropsOfModule(String sModule) in impl_checkReadOnlyPropsOfModule() method in CheckXModuleManager