Searched refs:aArgumentList (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/vos/source/ |
H A D | process.cxx | 73 OArgumentList::OArgumentList( const rtl::OUString aArgumentList[], sal_uInt32 nArgs ) : in OArgumentList() argument 78 m_aVec[i] = aArgumentList[i].pData; in OArgumentList() 268 const OArgumentList& aArgumentList, in execute() argument 272 aArgumentList.m_aVec, in execute() 273 aArgumentList.n_Args, in execute() 285 const OArgumentList& aArgumentList, in execute() argument 289 aArgumentList.m_aVec, in execute() 290 aArgumentList.n_Args, in execute()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 286 uno::Sequence< uno::Any > aArgumentList( 1 ); in get() local 287 aArgumentList[0] = uno::makeAny( aProperty ); in get() 291 UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), in get() 295 aArgumentList[0] = uno::makeAny( aProperty ); in get() 296 …s( UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), uno::UNO_QU… in get() 299 aArgumentList[0] = uno::makeAny( aProperty ); in get() 300 …s( UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), uno::UNO_QU… in get()
|
H A D | download.cxx | 212 uno::Sequence< uno::Any > aArgumentList( 1 ); in getProxyForURL() local 213 aArgumentList[0] = uno::makeAny( aProperty ); in getProxyForURL() 217 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in getProxyForURL()
|
H A D | updatehdl.cxx | 875 uno::Sequence< uno::Any > aArgumentList( 1 ); in setFullVersion() local 876 aArgumentList[0] = uno::makeAny( aProperty ); in setFullVersion() 880 … aArgumentList ); in setFullVersion()
|
/aoo41x/main/vos/inc/vos/ |
H A D | process.hxx | 51 OArgumentList( const ::rtl::OUString aArgumentList[], sal_uInt32 nArgs ); 178 const OArgumentList& aArgumentList = OArgumentList(), 194 const OArgumentList& aArgumentList = OArgumentList(),
|
/aoo41x/main/shell/source/cmdmail/ |
H A D | syscmdmail.cxx | 186 Sequence< Any > aArgumentList( 1 ); in sendMailMessage() local 187 aArgumentList[0] = makeAny( aProperty ); in sendMailMessage() 193 aArgumentList ), in sendMailMessage()
|
/aoo41x/main/cui/source/options/ |
H A D | optupdt.cxx | 350 uno::Sequence< uno::Any > aArgumentList( 1 ); in IMPL_LINK() local 351 aArgumentList[0] = uno::makeAny( aProperty ); in IMPL_LINK() 355 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in IMPL_LINK()
|
H A D | optinet2.cxx | 246 Sequence< Any > aArgumentList( 1 ); in SvxProxyTabPage() local 247 aArgumentList[0] = makeAny( aProperty ); in SvxProxyTabPage() 251 aArgumentList ); in SvxProxyTabPage()
|
/aoo41x/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 461 uno::Sequence< uno::Any > aArgumentList( 1 ); in getConfigurationItem() local 462 aArgumentList[0] = uno::makeAny( aProperty ); in getConfigurationItem() 467 aArgumentList ), in getConfigurationItem()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 904 uno::Sequence< uno::Any > aArgumentList( 1 ); in createNotifyJob() local 905 aArgumentList[0] = uno::makeAny( aProperty ); in createNotifyJob() 909 OUSTR("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in createNotifyJob()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 8715 Sequence< Any > aArgumentList( 3 ); in GetClipboard() local 8716 aArgumentList[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetClipboard() 8717 … aArgumentList[ 1 ] = makeAny( OUString::createFromAscii( "CLIPBOARD" ) ); in GetClipboard() 8718 aArgumentList[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetClipboard() 8720 xInit->initialize( aArgumentList ); in GetClipboard() 8758 Sequence< Any > aArgumentList( 3 ); in GetPrimarySelection() local 8759 aArgumentList[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetPrimarySelection() 8760 aArgumentList[ 1 ] = makeAny( OUString::createFromAscii( "PRIMARY" ) ); in GetPrimarySelection() 8761 aArgumentList[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetPrimarySelection() 8764 …teFromAscii( "com.sun.star.datatransfer.clipboard.SystemClipboard" ), aArgumentList ), UNO_QUERY ); in GetPrimarySelection()
|
Completed in 101 milliseconds