toolbarsmenucontroller.cxx (6d739b60) toolbarsmenucontroller.cxx (5758ad8c)
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

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

103static const char STATIC_PRIVATE_TB_RESOURCE[] = "private:resource/toolbar/";
104
105static const char STATIC_CMD_PART[] = ".uno:AvailableToolbars?Toolbar:string=";
106static const char STATIC_INTERNAL_CMD_PART[] = ".cmd:";
107
108namespace framework
109{
110
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

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

103static const char STATIC_PRIVATE_TB_RESOURCE[] = "private:resource/toolbar/";
104
105static const char STATIC_CMD_PART[] = ".uno:AvailableToolbars?Toolbar:string=";
106static const char STATIC_INTERNAL_CMD_PART[] = ".cmd:";
107
108namespace framework
109{
110
111typedef std::hash_map< rtl::OUString, rtl::OUString, OUStringHashCode, ::std::equal_to< ::rtl::OUString > > ToolbarHashMap;
111typedef std::hash_map< rtl::OUString, rtl::OUString, rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > ToolbarHashMap;
112
113struct ToolBarEntry
114{
115 rtl::OUString aUIName;
116 rtl::OUString aCommand;
117 sal_Bool bVisible;
118 sal_Bool bContextSensitive;
119 const CollatorWrapper* pCollatorWrapper;

--- 795 unchanged lines hidden ---
112
113struct ToolBarEntry
114{
115 rtl::OUString aUIName;
116 rtl::OUString aCommand;
117 sal_Bool bVisible;
118 sal_Bool bContextSensitive;
119 const CollatorWrapper* pCollatorWrapper;

--- 795 unchanged lines hidden ---