Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Djavaoptions.cxx189 sal_Int32 nOrgCount = pImpl->aPropertyNames.getLength(); in Commit() local
190 Sequence< OUString > aNames(nOrgCount); in Commit()
191 Sequence< Any > aValues(nOrgCount); in Commit()
195 for(int nProp = 0; nProp < nOrgCount; nProp++) in Commit()
H A Dsyslocaleoptions.cxx315 sal_Int32 nOrgCount = aOrgNames.getLength(); in Commit() local
317 Sequence< OUString > aNames( nOrgCount ); in Commit()
318 Sequence< Any > aValues( nOrgCount ); in Commit()
324 for ( sal_Int32 nProp = 0; nProp < nOrgCount; nProp++ ) in Commit()
H A Dsaveopt.cxx619 sal_Int32 nOrgCount = aOrgNames.getLength(); in Commit() local
621 Sequence< OUString > aNames( nOrgCount ); in Commit()
622 Sequence< Any > aValues( nOrgCount ); in Commit()
627 for (sal_Int32 i=0; i<nOrgCount; ++i) in Commit()
H A Dsecurityoptions.cxx620 sal_Int32 nOrgCount = lOrgNames.getLength(); in Commit() local
622 Sequence< OUString > lNames(nOrgCount); in Commit()
623 Sequence< Any > lValues(nOrgCount); in Commit()
629 for( sal_Int32 nProperty = 0 ; nProperty < nOrgCount ; ++nProperty ) in Commit()
/trunk/main/svl/source/config/
H A Dcjkoptions.cxx246 sal_Int32 nOrgCount = rPropertyNames.getLength(); in Commit() local
248 Sequence< OUString > aNames(nOrgCount); in Commit()
249 Sequence< Any > aValues(nOrgCount); in Commit()
256 for(int nProp = 0; nProp < nOrgCount; nProp++) in Commit()
H A Dctloptions.cxx157 sal_Int32 nOrgCount = rPropertyNames.getLength(); in Commit() local
159 Sequence< rtl::OUString > aNames( nOrgCount ); in Commit()
160 Sequence< Any > aValues( nOrgCount ); in Commit()
168 for ( int nProp = 0; nProp < nOrgCount; nProp++ ) in Commit()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1577 sal_Int32 nOrgCount = aOrgNames.getLength(); in Commit() local
1579 Sequence< OUString > aNames(nOrgCount); in Commit()
1580 Sequence< Any > aValues(nOrgCount); in Commit()
1583 for(int nProp = 0; nProp < nOrgCount; nProp++) in Commit()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx936 sal_uInt32 nOrgCount = 0; in getPropertyValue() local
950 aOrgRet >>= nOrgCount; in getPropertyValue()
951 if ( nOrgCount == maS2O.Count() ) in getPropertyValue()

Completed in 53 milliseconds