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

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

247 Any impl_getSequenceFromStruct( const WindowStateInfo& rWinStateInfo );
248 void impl_fillStructFromSequence( WindowStateInfo& rWinStateInfo, const Sequence< PropertyValue >& rSeq );
249 Any impl_getWindowStateFromResourceURL( const rtl::OUString& rResourceURL );
250 sal_Bool impl_initializeConfigAccess();
251
252 private:
253 typedef ::std::hash_map< ::rtl::OUString,
254 WindowStateInfo,
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

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

247 Any impl_getSequenceFromStruct( const WindowStateInfo& rWinStateInfo );
248 void impl_fillStructFromSequence( WindowStateInfo& rWinStateInfo, const Sequence< PropertyValue >& rSeq );
249 Any impl_getWindowStateFromResourceURL( const rtl::OUString& rResourceURL );
250 sal_Bool impl_initializeConfigAccess();
251
252 private:
253 typedef ::std::hash_map< ::rtl::OUString,
254 WindowStateInfo,
255 OUStringHashCode,
255 rtl::OUStringHash,
256 ::std::equal_to< ::rtl::OUString > > ResourceURLToInfoCache;
257
258 rtl::OUString m_aConfigWindowAccess;
259 Reference< XMultiServiceFactory > m_xServiceManager;
260 Reference< XMultiServiceFactory > m_xConfigProvider;
261 Reference< XNameAccess > m_xConfigAccess;
262 ResourceURLToInfoCache m_aResourceURLToInfoCache;
263 sal_Bool m_bConfigAccessInitialized : 1,

--- 1226 unchanged lines hidden ---
256 ::std::equal_to< ::rtl::OUString > > ResourceURLToInfoCache;
257
258 rtl::OUString m_aConfigWindowAccess;
259 Reference< XMultiServiceFactory > m_xServiceManager;
260 Reference< XMultiServiceFactory > m_xConfigProvider;
261 Reference< XNameAccess > m_xConfigAccess;
262 ResourceURLToInfoCache m_aResourceURLToInfoCache;
263 sal_Bool m_bConfigAccessInitialized : 1,

--- 1226 unchanged lines hidden ---