acccfg.cxx (2ee96f1c) acccfg.cxx (0782189e)
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

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

994 // ask for filename, where we should load the new config data from
995 StartFileDialog( WB_OPEN | WB_STDMODAL | WB_3DLOOK, aLoadAccelConfigStr );
996 return 0;
997}
998
999//-----------------------------------------------
1000IMPL_LINK( SfxAcceleratorConfigPage, Save, Button*, EMPTYARG )
1001{
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

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

994 // ask for filename, where we should load the new config data from
995 StartFileDialog( WB_OPEN | WB_STDMODAL | WB_3DLOOK, aLoadAccelConfigStr );
996 return 0;
997}
998
999//-----------------------------------------------
1000IMPL_LINK( SfxAcceleratorConfigPage, Save, Button*, EMPTYARG )
1001{
1002 StartFileDialog( WB_SAVEAS | WB_STDMODAL | WB_3DLOOK, aLoadAccelConfigStr );
1002 StartFileDialog( WB_SAVEAS | WB_STDMODAL | WB_3DLOOK, aSaveAccelConfigStr );
1003 return 0;
1004}
1005
1006//-----------------------------------------------
1007IMPL_LINK(SfxAcceleratorConfigPage, Default, PushButton*, EMPTYARG)
1008{
1009 css::uno::Reference< css::form::XReset > xReset(m_xAct, css::uno::UNO_QUERY);
1010 if (xReset.is())

--- 524 unchanged lines hidden ---
1003 return 0;
1004}
1005
1006//-----------------------------------------------
1007IMPL_LINK(SfxAcceleratorConfigPage, Default, PushButton*, EMPTYARG)
1008{
1009 css::uno::Reference< css::form::XReset > xReset(m_xAct, css::uno::UNO_QUERY);
1010 if (xReset.is())

--- 524 unchanged lines hidden ---