sdraw.sdi (597a4c59) sdraw.sdi (3091fa8a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7352 unchanged lines hidden (view full) ---

7361
7362 /* config: */
7363 AccelConfig = TRUE,
7364 MenuConfig = TRUE,
7365 StatusBarConfig = FALSE,
7366 ToolBoxConfig = TRUE,
7367 GroupId = GID_MODIFY;
7368]
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7352 unchanged lines hidden (view full) ---

7361
7362 /* config: */
7363 AccelConfig = TRUE,
7364 MenuConfig = TRUE,
7365 StatusBarConfig = FALSE,
7366 ToolBoxConfig = TRUE,
7367 GroupId = GID_MODIFY;
7368]
7369
7370SfxVoidItem TaskPaneShowPanel SID_SHOW_TOOL_PANEL (
7371 SfxBoolItem IsPanelVisible ID_VAL_ISVISIBLE,
7372 SfxUInt32Item PanelId ID_VAL_PANEL_INDEX)
7373[
7374 /* flags: */
7375 AutoUpdate = TRUE,
7376 Cachable = Cachable,
7377 FastCall = FALSE,
7378 HasCoreId = FALSE,
7379 HasDialog = FALSE,
7380 ReadOnlyDoc = FALSE,
7381 Toggle = FALSE,
7382 Container = TRUE,
7383 RecordAbsolute = FALSE,
7384 RecordPerSet;
7385 Synchron;
7386
7387 /* config: */
7388 AccelConfig = FALSE,
7389 MenuConfig = FALSE,
7390 StatusBarConfig = FALSE,
7391 ToolBoxConfig = FALSE,
7392 GroupId = GID_VIEW;
7393]
7394
7395