Lines Matching refs:aNames

409 	Sequence< OUString > aNames( nCount );  in GetPropertyNames()  local
410 OUString* pNames = aNames.getArray(); in GetPropertyNames()
414 return aNames; in GetPropertyNames()
456 Sequence< OUString > aNames = GetPropertyNames(); in SvtSaveOptions_Impl() local
457 Sequence< Any > aValues = GetProperties( aNames ); in SvtSaveOptions_Impl()
458 Sequence< sal_Bool > aROStates = GetReadOnlyStates( aNames ); in SvtSaveOptions_Impl()
459 EnableNotification( aNames ); in SvtSaveOptions_Impl()
462 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtSaveOptions_Impl()
463 DBG_ASSERT( aROStates.getLength() == aNames.getLength(), "GetReadOnlyStates failed" ); in SvtSaveOptions_Impl()
464 if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSaveOptions_Impl()
466 for ( int nProp = 0; nProp < aNames.getLength(); nProp++ ) in SvtSaveOptions_Impl()
621 Sequence< OUString > aNames( nOrgCount ); in Commit() local
623 OUString* pNames = aNames.getArray(); in Commit()
776 aNames.realloc(nRealCount); in Commit()
778 PutProperties( aNames, aValues ); in Commit()
829 Sequence< OUString > aNames(1); in SvtLoadOptions_Impl() local
830 aNames[0] = OUString::createFromAscii(cUserDefinedSettings); in SvtLoadOptions_Impl()
831 Sequence< Any > aValues = GetProperties( aNames ); in SvtLoadOptions_Impl()
832 EnableNotification( aNames ); in SvtLoadOptions_Impl()
834 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtLoadOptions_Impl()
845 Sequence< OUString > aNames(1); in Commit() local
846 aNames[0] = OUString::createFromAscii(cUserDefinedSettings); in Commit()
849 PutProperties( aNames, aValues ); in Commit()