Searched refs:aComponentData (Results 1 – 3 of 3) sorted by relevance
137 … ::comphelper::NamedValueCollection aComponentData( ((SfxUnoAnyItem*)pItem)->GetValue() ); in Init()138 bInitDesignMode = aComponentData.getOrDefault( "ApplyFormDesignMode", bInitDesignMode ); in Init()
1781 ::comphelper::NamedValueCollection aComponentData; in fillLoadArgs()1782 aComponentData.put( "ActiveConnection", _xConnection ); in fillLoadArgs()1783 aComponentData.put( "ApplyFormDesignMode", !_bReadOnly ); in fillLoadArgs()1784 aMediaDesc.put( "ComponentData", aComponentData.getPropertyValues() ); in fillLoadArgs()
1325 uno::Sequence<beans::PropertyValue> aComponentData; in fillArgs() local1326 …aComponentData = _aDescriptor.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARA… in fillArgs()1327 …if ( aComponentData.getLength() && (!m_pImpl->m_xActiveConnection.is() || !m_pImpl->m_xNumberForma… in fillArgs()1329 ::comphelper::SequenceAsHashMap aComponentDataMap( aComponentData ); in fillArgs()
Completed in 50 milliseconds