Home
last modified time | relevance | path

Searched refs:m_xCfg (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/svtools/source/config/
H A Daccessibilityoptions.cxx72 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in SvtAccessibilityOptions_Impl
129 m_xCfg = css::uno::Reference< css::container::XNameAccess >( in SvtAccessibilityOptions_Impl()
140 m_xCfg.clear(); in SvtAccessibilityOptions_Impl()
152 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetAutoDetectSystemHC()
170 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsForPagePreviews()
187 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsHelpTipsDisappear()
205 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedGraphics()
223 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAllowAnimatedText()
241 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsAutomaticFontColor()
259 css::uno::Reference< css::beans::XPropertySet > xNode(m_xCfg, css::uno::UNO_QUERY); in GetIsSystemFont()
[all …]
H A Dprintoptions.cxx175 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in SvtPrintOptions_Impl
183 m_xCfg = css::uno::Reference< css::container::XNameAccess >( in SvtPrintOptions_Impl()
190 if (m_xCfg.is()) in SvtPrintOptions_Impl()
195 m_xCfg->getByName(OUString(sTmp.GetBuffer())) >>= m_xNode; in SvtPrintOptions_Impl()
201 m_xCfg.clear(); in SvtPrintOptions_Impl()
476 m_xCfg.clear(); in ~SvtPrintOptions_Impl()
498 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_setValue()
526 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_setValue()
/AOO41X/main/svl/qa/complex/ConfigItems/helper/
H A DAccessibilityOptTest.cxx37 m_xCfg = css::uno::Reference< css::container::XNameAccess >( in AccessibilityOptTest()
47 if (m_xCfg.is()) in ~AccessibilityOptTest()
48 m_xCfg.clear(); in ~AccessibilityOptTest()
55 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetAutoDetectSystemHC()
61 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_checkGetAutoDetectSystemHC()
73 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsForPagePreviews()
79 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_checkGetIsForPagePreviews()
91 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsHelpTipsDisappear()
97 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_checkGetIsHelpTipsDisappear()
109 css::uno::Reference< css::beans::XPropertySet > xSet(m_xCfg, css::uno::UNO_QUERY); in impl_checkGetIsAllowAnimatedGraphics()
[all …]
H A DPrintOptTest.cxx48 m_xCfg = css::uno::Reference< css::container::XNameAccess >( in PrintOptTest()
55 if (m_xCfg.is()) in PrintOptTest()
60 m_xCfg->getByName(rtl::OUString::createFromAscii("Printer")) >>= m_xNode; in PrintOptTest()
87 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReducedTransparencyMode()
116 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReduceTransparency()
148 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReduceGradients()
180 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReducedGradientMode()
211 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReducedGradientStepCount()
243 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReduceBitmaps()
275 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_SetReducedBitmapMode()
[all …]
H A DAccessibilityOptTest.hxx62 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in AccessibilityOptTest
H A DPrintOptTest.hxx44 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in PrintOptTest
H A DUserOptTest.hxx63 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in UserOptTest
H A DUserOptTest.cxx53 ,m_xCfg() in UserOptTest()
/AOO41X/main/unotools/source/config/
H A Dhistoryoptions.cxx160 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in SvtHistoryOptions_Impl
171 m_xCfg = Reference< css::container::XNameAccess > ( in SvtHistoryOptions_Impl()
187 m_xCfg.clear(); in SvtHistoryOptions_Impl()
301 m_xCfg->getByName(s_sPickList) >>= xList; in impl_truncateList()
305 m_xCfg->getByName(s_sURLHistory) >>= xList; in impl_truncateList()
309 m_xCfg->getByName(s_sHelpBookmarks) >>= xList; in impl_truncateList()
337 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_truncateList()
362 m_xCfg->getByName(s_sPickList) >>= xListAccess; in Clear()
368 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in Clear()
374 m_xCfg->getByName(s_sHelpBookmarks) >>= xListAccess; in Clear()
[all …]
H A Duseroptions.cxx132 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in SvtUserOptions_Impl
188 m_xCfg = Reference< css::container::XNameAccess > ( in SvtUserOptions_Impl()
195 m_xData = css::uno::Reference< css::beans::XPropertySet >(m_xCfg, css::uno::UNO_QUERY); in SvtUserOptions_Impl()
196 uno::Reference< util::XChangesNotifier > xChgNot( m_xCfg, UNO_QUERY); in SvtUserOptions_Impl()
207 m_xCfg.clear(); in SvtUserOptions_Impl()
520 ::comphelper::ConfigurationHelper::flush(m_xCfg); in SetCompany()
533 ::comphelper::ConfigurationHelper::flush(m_xCfg); in SetFirstName()
546 ::comphelper::ConfigurationHelper::flush(m_xCfg); in SetLastName()
558 ::comphelper::ConfigurationHelper::flush(m_xCfg); in SetID()
571 ::comphelper::ConfigurationHelper::flush(m_xCfg); in SetStreet()
[all …]
/AOO41X/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx708 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in DEFINE_XINTERFACE_8()
1044 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in reload()
1056 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in reload()
1079 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in store()
1085 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in store()
1206 css::uno::Reference< css::container::XNamed > xNamed(m_xCfg, css::uno::UNO_QUERY); in reset()
1210 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in reset()
1217 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in reset()
1517 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_ts_save()
1529 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in insertKeyToConfiguration()
[all …]
H A Dglobalacceleratorconfiguration.cxx114 …css::uno::Reference< css::util::XChangesNotifier > xBroadcaster(m_xCfg, css::uno::UNO_QUERY_THROW); in impl_ts_fillCache()
132 …css::uno::Reference< css::util::XChangesNotifier > xBroadcaster(m_xCfg, css::uno::UNO_QUERY_THROW); in dispose()
H A Dmoduleacceleratorconfiguration.cxx161 …css::uno::Reference< css::util::XChangesNotifier > xBroadcaster(m_xCfg, css::uno::UNO_QUERY_THROW); in impl_ts_fillCache()
179 …css::uno::Reference< css::util::XChangesNotifier > xBroadcaster(m_xCfg, css::uno::UNO_QUERY_THROW); in dispose()
/AOO41X/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx625 m_xCfg##member_name; \
626 if ( !m_xCfg##member_name.is() ) \
629 if ( !m_xCfg##member_name.is() ) \
630 m_xCfg##member_name \
633 xOrig = m_xCfg##member_name; \
/AOO41X/main/framework/source/inc/accelerators/
H A Dacceleratorconfiguration.hxx328 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in framework::XCUBasedAcceleratorConfiguration