Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmview.cxx137 … ::comphelper::NamedValueCollection aComponentData( ((SfxUnoAnyItem*)pItem)->GetValue() ); in Init()
138 bInitDesignMode = aComponentData.getOrDefault( "ApplyFormDesignMode", bInitDesignMode ); in Init()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1781 ::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()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1325 uno::Sequence<beans::PropertyValue> aComponentData; in fillArgs() local
1326aComponentData = _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 41 milliseconds