Home
last modified time | relevance | path

Searched refs:aAppNode (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dtoolbarmodedlg.cxx75 const utl::OConfigurationTreeRoot aAppNode( in GetCurrentMode() local
77 if (aAppNode.isValid()) in GetCurrentMode()
78 sResult = comphelper::getString(aAppNode.getNodeValue("Active")); in GetCurrentMode()
197 const utl::OConfigurationTreeRoot aAppNode( in IMPL_LINK() local
200 aAppNode.setNodeValue("Writer/Active", css::uno::makeAny(sCmd)); in IMPL_LINK()
202 aAppNode.setNodeValue("Calc/Active", css::uno::makeAny(sCmd)); in IMPL_LINK()
204 aAppNode.setNodeValue("Impress/Active", css::uno::makeAny(sCmd)); in IMPL_LINK()
206 aAppNode.setNodeValue("Draw/Active", css::uno::makeAny(sCmd)); in IMPL_LINK()
207 aAppNode.commit(); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/
H A DCustomNotebookbarGenerator.cxx249 const utl::OConfigurationTreeRoot aAppNode(::comphelper::getProcessComponentContext(), aPath, in getCustomizedUIItem() local
252 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in getCustomizedUIItem()
264 const utl::OConfigurationTreeRoot aAppNode(::comphelper::getProcessComponentContext(), aPath, in setCustomizedUIItem() local
266 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in setCustomizedUIItem()
271 aAppNode.commit(); in setCustomizedUIItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/
H A DCustomNotebookbarGenerator.cxx260 const utl::OConfigurationTreeRoot aAppNode(::comphelper::getProcessComponentContext(), aPath, in getCustomizedUIItem() local
263 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in getCustomizedUIItem()
275 const utl::OConfigurationTreeRoot aAppNode(::comphelper::getProcessComponentContext(), aPath, in setCustomizedUIItem() local
277 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in setCustomizedUIItem()
282 aAppNode.commit(); in setCustomizedUIItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dappserv.cxx734 const utl::OConfigurationTreeRoot aAppNode( in MiscExec_Impl() local
738 if ( !aAppNode.isValid() ) in MiscExec_Impl()
744 aCurrentMode = comphelper::getString( aAppNode.getNodeValue( "Active" ) ); in MiscExec_Impl()
753 aAppNode.setNodeValue( "Active", makeAny( aNewName ) ); in MiscExec_Impl()
754 aAppNode.commit(); in MiscExec_Impl()
1041 const utl::OConfigurationTreeRoot aAppNode( in MiscExec_Impl() local
1043 if (aAppNode.isValid()) in MiscExec_Impl()
1045 bool isLocked = comphelper::getBOOL(aAppNode.getNodeValue("Locked")); in MiscExec_Impl()
1046 aAppNode.setNodeValue("Locked", makeAny(!isLocked)); in MiscExec_Impl()
1047 aAppNode.commit(); in MiscExec_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx260 const utl::OConfigurationTreeRoot aAppNode( in IsActive() local
264 if ( !aAppNode.isValid() ) in IsActive()
267 OUString aActive = comphelper::getString( aAppNode.getNodeValue( "Active" ) ); in IsActive()
272 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in IsActive()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx283 const utl::OConfigurationTreeRoot aAppNode( in IsActive() local
287 if ( !aAppNode.isValid() ) in IsActive()
290 OUString aActive = comphelper::getString( aAppNode.getNodeValue( "Active" ) ); in IsActive()
292 const utl::OConfigurationNode aModesNode = aAppNode.openNode("Modes"); in IsActive()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dappserv.cxx795 const utl::OConfigurationTreeRoot aAppNode( in MiscExec_Impl() local
799 if ( !aAppNode.isValid() ) in MiscExec_Impl()
805 aCurrentMode = comphelper::getString( aAppNode.getNodeValue( "Active" ) ); in MiscExec_Impl()
814 aAppNode.setNodeValue( "Active", makeAny( aNewName ) ); in MiscExec_Impl()
815 aAppNode.commit(); in MiscExec_Impl()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/internal/
H A DAddonRepository.jsm1250 let isSameApplication = aAppNode => this._getTextContent(aAppNode) == Services.appinfo.ID;
1260 let compatible = Array.some(applications, aAppNode => {
1261 if (!isSameApplication(aAppNode))
1264 let parent = aAppNode.parentNode;
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx6126 const utl::OConfigurationTreeRoot aAppNode(xContext, aPath, true); in activateNotebookbar() local
6128 if (aAppNode.isValid()) in activateNotebookbar()
6130 aAppNode.setNodeValue("Active", makeAny(OUString("notebookbar_online.ui"))); in activateNotebookbar()
6131 aAppNode.commit(); in activateNotebookbar()