Searched refs:aROStates (Results 1 – 7 of 7) sorted by relevance
84 Sequence< sal_Bool > aROStates = GetReadOnlyStates(aNames); in SvtExecAppletsItem_Impl() local86 const sal_Bool* pROStates = aROStates.getConstArray(); in SvtExecAppletsItem_Impl()87 if(aValues.getLength() && aROStates.getLength() && pValues[0].hasValue()) in SvtExecAppletsItem_Impl()151 Sequence< sal_Bool > aROStates = GetReadOnlyStates(pImpl->aPropertyNames); in SvtJavaOptions() local153 const sal_Bool* pROStates = aROStates.getConstArray(); in SvtJavaOptions()154 …if ( aValues.getLength() == pImpl->aPropertyNames.getLength() && aROStates.getLength() == pImpl->a… in SvtJavaOptions()
172 Sequence< sal_Bool > aROStates = GetReadOnlyStates( aNames ); in SvtSysLocaleOptions_Impl() local174 const sal_Bool* pROStates = aROStates.getConstArray(); in SvtSysLocaleOptions_Impl()176 DBG_ASSERT( aROStates.getLength() == aNames.getLength(), "GetReadOnlyStates failed" ); in SvtSysLocaleOptions_Impl()177 … if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSysLocaleOptions_Impl()
458 Sequence< sal_Bool > aROStates = GetReadOnlyStates( aNames ); in SvtSaveOptions_Impl() local461 const sal_Bool* pROStates = aROStates.getConstArray(); 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()
605 const uno::Sequence< sal_Bool > aROStates = GetReadOnlyStates( rProperyNames ); in LoadOptions() local607 if (nProps && aValues.getLength() == nProps && aROStates.getLength() == nProps) in LoadOptions()612 const sal_Bool *pROStates = aROStates.getConstArray(); in LoadOptions()
191 Sequence< sal_Bool > aROStates = GetReadOnlyStates(rPropertyNames); in Load() local193 const sal_Bool* pROStates = aROStates.getConstArray(); in Load()195 DBG_ASSERT( aROStates.getLength() == rPropertyNames.getLength(), "GetReadOnlyStates failed" ); in Load()196 …if ( aValues.getLength() == rPropertyNames.getLength() && aROStates.getLength() == rPropertyNames.… in Load()
261 Sequence< sal_Bool > aROStates = GetReadOnlyStates( rPropertyNames ); in Load() local263 const sal_Bool* pROStates = aROStates.getConstArray(); in Load()265 DBG_ASSERT( aROStates.getLength() == rPropertyNames.getLength(), "GetReadOnlyStates failed" ); in Load()266 …if ( aValues.getLength() == rPropertyNames.getLength() && aROStates.getLength() == rPropertyNames.… in Load()
1536 const Sequence< sal_Bool > aROStates = GetReadOnlyStates(aNames); in MailerProgramCfg_Impl() local1538 const sal_Bool* pROStates = aROStates.getConstArray(); in MailerProgramCfg_Impl()
Completed in 45 milliseconds