treeopt.cxx (c58d0e24) | treeopt.cxx (972a6c96) |
---|---|
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 --- 1613 unchanged lines hidden (view full) --- 1622 SFX_APP()->GetOptions(*pRet); 1623 break; 1624 case SID_FILTER_DLG: 1625 pRet = new SfxItemSet( SFX_APP()->GetPool(), 1626 SID_ATTR_DOCINFO, SID_ATTR_AUTOSAVEMINUTE, 1627 SID_SAVEREL_INET, SID_SAVEREL_FSYS, 1628 SID_ATTR_PRETTYPRINTING, SID_ATTR_PRETTYPRINTING, 1629 SID_ATTR_WARNALIENFORMAT, SID_ATTR_WARNALIENFORMAT, | 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 --- 1613 unchanged lines hidden (view full) --- 1622 SFX_APP()->GetOptions(*pRet); 1623 break; 1624 case SID_FILTER_DLG: 1625 pRet = new SfxItemSet( SFX_APP()->GetPool(), 1626 SID_ATTR_DOCINFO, SID_ATTR_AUTOSAVEMINUTE, 1627 SID_SAVEREL_INET, SID_SAVEREL_FSYS, 1628 SID_ATTR_PRETTYPRINTING, SID_ATTR_PRETTYPRINTING, 1629 SID_ATTR_WARNALIENFORMAT, SID_ATTR_WARNALIENFORMAT, |
1630 SID_ATTR_ODFENCRYPTION, SID_ATTR_ODFENCRYPTION, |
|
1630 0 ); 1631 SFX_APP()->GetOptions(*pRet); 1632 break; 1633 1634 case SID_SB_STARBASEOPTIONS: 1635 pRet = new SfxItemSet( SFX_APP()->GetPool(), 1636 SID_SB_POOLING_ENABLED, SID_SB_DB_REGISTER, 1637 0 ); --- 1178 unchanged lines hidden --- | 1631 0 ); 1632 SFX_APP()->GetOptions(*pRet); 1633 break; 1634 1635 case SID_SB_STARBASEOPTIONS: 1636 pRet = new SfxItemSet( SFX_APP()->GetPool(), 1637 SID_SB_POOLING_ENABLED, SID_SB_DB_REGISTER, 1638 0 ); --- 1178 unchanged lines hidden --- |