Home
last modified time | relevance | path

Searched refs:nOrgCount (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/config/
H A Dcjkoptions.cxx235 sal_Int32 nOrgCount = rPropertyNames.getLength(); in ImplCommit() local
237 Sequence< OUString > aNames(nOrgCount); in ImplCommit()
238 Sequence< Any > aValues(nOrgCount); in ImplCommit()
244 for(int nProp = 0; nProp < nOrgCount; nProp++) in ImplCommit()
H A Dctloptions.cxx140 sal_Int32 nOrgCount = rPropertyNames.getLength(); in ImplCommit() local
142 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
143 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
149 for ( int nProp = 0; nProp < nOrgCount; nProp++ ) in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/config/
H A Dctloptions.cxx140 sal_Int32 nOrgCount = rPropertyNames.getLength(); in ImplCommit() local
142 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
143 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
149 for ( int nProp = 0; nProp < nOrgCount; nProp++ ) in ImplCommit()
H A Dcjkoptions.cxx235 sal_Int32 nOrgCount = rPropertyNames.getLength(); in ImplCommit() local
237 Sequence< OUString > aNames(nOrgCount); in ImplCommit()
238 Sequence< Any > aValues(nOrgCount); in ImplCommit()
244 for(int nProp = 0; nProp < nOrgCount; nProp++) in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dsyslocaleoptions.cxx314 sal_Int32 nOrgCount = aOrgNames.getLength(); in ImplCommit() local
316 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
317 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
323 for ( sal_Int32 nProp = 0; nProp < nOrgCount; nProp++ ) in ImplCommit()
H A Dsecurityoptions.cxx482 sal_Int32 nOrgCount = lOrgNames.getLength(); in ImplCommit() local
484 Sequence< OUString > lNames(nOrgCount); in ImplCommit()
485 Sequence< Any > lValues(nOrgCount); in ImplCommit()
491 for( sal_Int32 nProperty = 0; nProperty < nOrgCount; ++nProperty ) in ImplCommit()
H A Dsaveopt.cxx548 sal_Int32 nOrgCount = aOrgNames.getLength(); in ImplCommit() local
550 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
551 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
556 for (sal_Int32 i=0; i<nOrgCount; ++i) in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dsyslocaleoptions.cxx314 sal_Int32 nOrgCount = aOrgNames.getLength(); in ImplCommit() local
316 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
317 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
323 for ( sal_Int32 nProp = 0; nProp < nOrgCount; nProp++ ) in ImplCommit()
H A Dsaveopt.cxx540 sal_Int32 nOrgCount = aOrgNames.getLength(); in ImplCommit() local
542 Sequence< OUString > aNames( nOrgCount ); in ImplCommit()
543 Sequence< Any > aValues( nOrgCount ); in ImplCommit()
548 for (sal_Int32 i=0; i<nOrgCount; ++i) in ImplCommit()
H A Dsecurityoptions.cxx572 sal_Int32 nOrgCount = lOrgNames.getLength(); in ImplCommit() local
574 Sequence< OUString > lNames(nOrgCount); in ImplCommit()
575 Sequence< Any > lValues(nOrgCount); in ImplCommit()
581 for( sal_Int32 nProperty = 0; nProperty < nOrgCount; ++nProperty ) in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/sorter/
H A Dsortresult.cxx800 sal_uInt32 nOrgCount = 0; in getPropertyValue() local
801 aOrgRet >>= nOrgCount; in getPropertyValue()
802 if ( nOrgCount == maS2O.Count() ) in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/sorter/
H A Dsortresult.cxx801 sal_uInt32 nOrgCount = 0; in getPropertyValue() local
802 aOrgRet >>= nOrgCount; in getPropertyValue()
803 if ( nOrgCount == maS2O.Count() ) in getPropertyValue()