Searched refs:bPreferred (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/framework/source/accelerators/ |
| H A D | acceleratorconfiguration.cxx | 1032 sal_Bool bPreferred; in reload() local 1035 bPreferred = sal_True; in reload() 1045 impl_ts_load(bPreferred, xAccess); // load the preferred keys in reload() 1047 bPreferred = sal_False; in reload() 1057 impl_ts_load(bPreferred, xAccess); // load the secondary keys in reload() 1073 sal_Bool bPreferred; in store() local 1076 bPreferred = sal_True; in store() 1078 impl_getCFG(bPreferred, sal_True); in store() 1080 impl_ts_save(bPreferred, xAccess); in store() 1082 bPreferred = sal_False; in store() [all …]
|
| /AOO41X/main/framework/source/inc/accelerators/ |
| H A D | acceleratorconfiguration.hxx | 465 …void impl_ts_load(sal_Bool bPreferred, const css::uno::Reference< css::container::XNameAccess >& x… 466 …void impl_ts_save(sal_Bool bPreferred, const css::uno::Reference< css::container::XNameAccess >& x… 468 …n(const css::awt::KeyEvent& aKeyEvent, const ::rtl::OUString& sCommand, const sal_Bool bPreferred); 469 … void removeKeyFromConfiguration(const css::awt::KeyEvent& aKeyEvent, const sal_Bool bPreferred); 472 … AcceleratorCache& impl_getCFG(sal_Bool bPreferred, sal_Bool bWriteAccessRequested = sal_False);
|
| /AOO41X/main/framework/inc/classes/ |
| H A D | filtercachedata.hxx | 208 bPreferred = sal_False ; in impl_clear() 220 bPreferred = rCopy.bPreferred ; in impl_copy() 236 sal_Bool bPreferred ; member
|
| /AOO41X/main/filter/source/config/cache/ |
| H A D | filtercache.cxx | 1141 sal_Bool bPreferred = sal_False; in impl_validateAndOptimize() local 1142 aType[PROPNAME_PREFERRED] >>= bPreferred; in impl_validateAndOptimize() 1155 if (bPreferred) in impl_validateAndOptimize() 1168 if (bPreferred) in impl_validateAndOptimize()
|
| /AOO41X/main/framework/test/typecfg/ |
| H A D | xml2xcd.cxx | 923 …teBoolProperty ( m_aData.sBufferStandard, SUBKEY_PREFERRED , aItem.bPreferred ); in impl_generateTypeSet()
|