Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dprintwarningoptions.cxx168 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in ImplCommit() local
169 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in ImplCommit()
171 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in ImplCommit()
196 PutProperties( aSeqNames, aSeqValues ); in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dheadermenucontroller.cxx106 Sequence< OUString > aSeqNames = xNameContainer->getElementNames(); in fillPopupMenu() local
114 for ( sal_Int32 n = 0; n < aSeqNames.getLength(); n++ ) in fillPopupMenu()
116 OUString aName = aSeqNames[n]; in fillPopupMenu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Dheadermenucontroller.cxx113 Sequence< OUString > aSeqNames = xNameContainer->getElementNames(); in fillPopupMenu() local
121 for ( sal_Int32 n = 0; n < aSeqNames.getLength(); n++ ) in fillPopupMenu()
123 OUString aName = aSeqNames[n]; in fillPopupMenu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Doptionsdrawinglayer.cxx530 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in ImplCommit() local
531 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in ImplCommit()
533 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in ImplCommit()
652 PutProperties( aSeqNames, aSeqValues ); in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/config/
H A Doptionsdrawinglayer.cxx530 Sequence< OUString > aSeqNames( impl_GetPropertyNames() ); in ImplCommit() local
531 Sequence< Any > aSeqValues( aSeqNames.getLength() ); in ImplCommit()
533 for( sal_Int32 nProperty = 0, nCount = aSeqNames.getLength(); nProperty < nCount; ++nProperty ) in ImplCommit()
652 PutProperties( aSeqNames, aSeqValues ); in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtextsh1.cxx1733 const uno::Sequence< OUString > aSeqNames = xContainer->getElementNames(); in GetState() local
1734 for (const auto& rName : aSeqNames) in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtextsh1.cxx1895 const uno::Sequence< OUString > aSeqNames = xContainer->getElementNames(); in GetState() local
1896 for (const auto& rName : aSeqNames) in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx4237 uno::Sequence<OUString> aSeqNames = xContainer->getElementNames(); in getStyles() local
4238 for (sal_Int32 itName = 0; itName < aSeqNames.getLength(); itName++) in getStyles()
4241 sName = aSeqNames[itName]; in getStyles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx4852 const uno::Sequence<OUString> aSeqNames = xContainer->getElementNames(); in getStyles() local
4853 for (OUString const & sName : aSeqNames) in getStyles()