Home
last modified time | relevance | path

Searched refs:aArgSeq (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcel.cxx85 uno::Sequence< beans::NamedValue > aArgSeq( 1 ); in ScImportExcel() local
86 aArgSeq[ 0 ].Name = CREATE_OUSTRING( "UseBiffFilter" ); in ScImportExcel()
87 aArgSeq[ 0 ].Value <<= bUseOoxFilter; in ScImportExcel()
91 aArgs[ 1 ] <<= aArgSeq; in ScImportExcel()
H A Dexcimp8.cxx241 uno::Sequence< beans::NamedValue > aArgSeq( 1 ); in ReadBasic() local
242 aArgSeq[ 0 ].Name = CREATE_OUSTRING( "ColorPalette" ); in ReadBasic()
243 aArgSeq[ 0 ].Value <<= GetPalette().CreateColorSequence(); in ReadBasic()
248 aArgs[ 1 ] <<= aArgSeq; in ReadBasic()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx273 pLoadRecentFile->aArgSeq = aArgsList; in executeEntry()
398 pLoadRecentFile->xDispatch->dispatch( pLoadRecentFile->aTargetURL, pLoadRecentFile->aArgSeq ); in IMPL_STATIC_LINK_NOINSTANCE()
H A Dnewmenucontroller.cxx466 pNewDocument->aArgSeq = aArgsList; in itemSelected()
577 pNewDocument->xDispatch->dispatch( pNewDocument->aTargetURL, pNewDocument->aArgSeq ); in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx823 uno::Sequence<beans::PropertyValue> aArgSeq; in setPropertyValue() local
824 if ( aValue >>= aArgSeq ) in setPropertyValue()
833 ScImportDescriptor::FillImportParam( aParam, aArgSeq ); in setPropertyValue()
872 uno::Sequence<beans::PropertyValue> aArgSeq; in setPropertyValue() local
873 if ( aValue >>= aArgSeq ) in setPropertyValue()
883 sal_Int32 nArgs = aArgSeq.getLength(); in setPropertyValue()
886 const beans::PropertyValue& rProp = aArgSeq[nArgPos]; in setPropertyValue()
H A Dappluno.cxx813 uno::Sequence<sheet::FunctionArgument> aArgSeq(nSeqCount); in lcl_FillSequence() local
814 sheet::FunctionArgument* pArgAry = aArgSeq.getArray(); in lcl_FillSequence()
830 pArray[4].Value <<= aArgSeq; in lcl_FillSequence()
/trunk/main/framework/inc/uielement/
H A Drecentfilesmenucontroller.hxx35 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgSeq;
H A Dnewmenucontroller.hxx67 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgSeq;

Completed in 68 milliseconds