Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Dlingucfg.cxx167 sal_Bool LoadOptions( const uno::Sequence< OUString > &rProperyNames );
168 sal_Bool SaveOptions( const uno::Sequence< OUString > &rProperyNames );
595 sal_Bool SvtLinguConfigItem::LoadOptions( const uno::Sequence< OUString > &rProperyNames ) in LoadOptions() argument
601 const OUString *pProperyNames = rProperyNames.getConstArray(); in LoadOptions()
602 sal_Int32 nProps = rProperyNames.getLength(); in LoadOptions()
604 const uno::Sequence< uno::Any > aValues = GetProperties( rProperyNames ); in LoadOptions()
605 const uno::Sequence< sal_Bool > aROStates = GetReadOnlyStates( rProperyNames ); in LoadOptions()
715 sal_Bool SvtLinguConfigItem::SaveOptions( const uno::Sequence< OUString > &rProperyNames ) in SaveOptions() argument
727 sal_Int32 nProps = rProperyNames.getLength(); in SaveOptions()
774 bRet |= PutProperties( rProperyNames, aValues ); in SaveOptions()

Completed in 36 milliseconds