uicommanddescription.cxx (6d739b60) uicommanddescription.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

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

166 void impl_fill(const Reference< XNameAccess >& _xConfigAccess,sal_Bool _bPopup,
167 std::vector< ::rtl::OUString >& aImageCommandVector,
168 std::vector< ::rtl::OUString >& aImageRotateVector,
169 std::vector< ::rtl::OUString >& aImageMirrorVector);
170
171 private:
172 typedef ::std::hash_map< ::rtl::OUString,
173 CmdToInfoMap,
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

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

166 void impl_fill(const Reference< XNameAccess >& _xConfigAccess,sal_Bool _bPopup,
167 std::vector< ::rtl::OUString >& aImageCommandVector,
168 std::vector< ::rtl::OUString >& aImageRotateVector,
169 std::vector< ::rtl::OUString >& aImageMirrorVector);
170
171 private:
172 typedef ::std::hash_map< ::rtl::OUString,
173 CmdToInfoMap,
174 OUStringHashCode,
174 rtl::OUStringHash,
175 ::std::equal_to< ::rtl::OUString > > CommandToInfoCache;
176
177 sal_Bool initializeConfigAccess();
178
179 rtl::OUString m_aConfigCmdAccess;
180 rtl::OUString m_aConfigPopupAccess;
181 rtl::OUString m_aPropUILabel;
182 rtl::OUString m_aPropUIContextLabel;

--- 616 unchanged lines hidden ---
175 ::std::equal_to< ::rtl::OUString > > CommandToInfoCache;
176
177 sal_Bool initializeConfigAccess();
178
179 rtl::OUString m_aConfigCmdAccess;
180 rtl::OUString m_aConfigPopupAccess;
181 rtl::OUString m_aPropUILabel;
182 rtl::OUString m_aPropUIContextLabel;

--- 616 unchanged lines hidden ---