Searched refs:rProperyNames (Results 1 – 1 of 1) sorted by relevance
167 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() argument601 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() argument727 sal_Int32 nProps = rProperyNames.getLength(); in SaveOptions()774 bRet |= PutProperties( rProperyNames, aValues ); in SaveOptions()
Completed in 14 milliseconds