| /AOO41X/main/desktop/source/app/ |
| H A D | dispatchwatcher.cxx | 153 Sequence < PropertyValue > aArgs( nCount ); in executeDispatchRequests() local 156 aArgs[0].Name = ::rtl::OUString::createFromAscii("Referer"); in executeDispatchRequests() 157 aArgs[0].Value <<= ::rtl::OUString::createFromAscii("private:OpenEvent"); in executeDispatchRequests() 162 aArgs[1].Name = ::rtl::OUString::createFromAscii("ReadOnly"); in executeDispatchRequests() 163 aArgs[2].Name = ::rtl::OUString::createFromAscii("OpenNewView"); in executeDispatchRequests() 164 aArgs[3].Name = ::rtl::OUString::createFromAscii("Hidden"); in executeDispatchRequests() 165 aArgs[4].Name = ::rtl::OUString::createFromAscii("Silent"); in executeDispatchRequests() 173 aArgs[1].Name = OUString::createFromAscii( "InteractionHandler" ); in executeDispatchRequests() 174 aArgs[1].Value <<= xInteraction; in executeDispatchRequests() 177 aArgs[2].Name = OUString::createFromAscii( "MacroExecutionMode" ); in executeDispatchRequests() [all …]
|
| /AOO41X/main/odk/examples/cpp/complextoolbarcontrols/ |
| H A D | MyProtocolHandler.cxx | 285 Sequence< NamedValue > aArgs( 1 ); in dispatch() local 286 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in dispatch() 287 aArgs[0].Value <<= aText; in dispatch() 288 …ndCommand( aCmdURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetText" ) ), aArgs, sal_True ); in dispatch() 381 Sequence< NamedValue > aArgs( 1 ); in addStatusListener() local 389 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "List" ) ); in addStatusListener() 390 aArgs[0].Value <<= aContextMenu; in addStatusListener() 391 …ndTo( xControl, aURL, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetList" ) ), aArgs, sal_True ); in addStatusListener() 394 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Pos" )); in addStatusListener() 395 aArgs[0].Value <<= sal_Int32( 0 ); in addStatusListener() [all …]
|
| /AOO41X/main/comphelper/source/misc/ |
| H A D | storagehelper.cxx | 110 uno::Sequence< uno::Any > aArgs( 2 ); in GetStorageFromURL() local 111 aArgs[0] <<= aURL; in GetStorageFromURL() 112 aArgs[1] <<= nStorageMode; in GetStorageFromURL() 114 …mbed::XStorage > xTempStorage( GetStorageFactory( xFactory )->createInstanceWithArguments( aArgs ), in GetStorageFromURL() 129 uno::Sequence< uno::Any > aArgs( 2 ); in GetStorageFromURL2() local 130 aArgs[0] <<= aURL; in GetStorageFromURL2() 131 aArgs[1] <<= nStorageMode; in GetStorageFromURL2() 147 xFact->createInstanceWithArguments( aArgs ), uno::UNO_QUERY ); in GetStorageFromURL2() 160 uno::Sequence< uno::Any > aArgs( 2 ); in GetStorageFromInputStream() local 161 aArgs[0] <<= xStream; in GetStorageFromInputStream() [all …]
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaeventshelper.cxx | 378 uno::Sequence< uno::Any > aArgs( 1 ); in changesOccurred() local 379 aArgs[0] <<= xRangeObj; in changesOccurred() 380 mrVbaEvents.processVbaEventNoThrow( WORKSHEET_CHANGE, aArgs ); in changesOccurred() 407 uno::Sequence< uno::Any > aArgs(1); in changesOccurred() local 408 aArgs[0] <<= xRanges; in changesOccurred() 409 mrVbaEvents.processVbaEventNoThrow( WORKSHEET_CHANGE, aArgs ); in changesOccurred() 471 uno::Sequence< uno::Any > aArgs( 1 ); in processWindowActivateEvent() local 472 aArgs[ 0 ] <<= xController; in processWindowActivateEvent() 473 …s.processVbaEventNoThrow( bActivate ? WORKBOOK_WINDOWACTIVATE : WORKBOOK_WINDOWDEACTIVATE, aArgs ); in processWindowActivateEvent() 509 uno::Sequence< uno::Any > aArgs( 1 ); in IMPL_LINK() local [all …]
|
| /AOO41X/main/embeddedobj/source/msole/ |
| H A D | ownview.cxx | 131 uno::Sequence< beans::PropertyValue > aArgs( m_aFilterName.getLength() ? 5 : 4 ); in CreateModelFromURL() local 133 aArgs[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in CreateModelFromURL() 134 aArgs[0].Value <<= aFileURL; in CreateModelFromURL() 136 aArgs[1].Name = ::rtl::OUString::createFromAscii( "ReadOnly" ); in CreateModelFromURL() 137 aArgs[1].Value <<= sal_True; in CreateModelFromURL() 139 aArgs[2].Name = ::rtl::OUString::createFromAscii( "InteractionHandler" ); in CreateModelFromURL() 140 aArgs[2].Value <<= uno::Reference< task::XInteractionHandler >( in CreateModelFromURL() 143 aArgs[3].Name = ::rtl::OUString::createFromAscii( "DontEdit" ); in CreateModelFromURL() 144 aArgs[3].Value <<= sal_True; in CreateModelFromURL() 148 aArgs[4].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in CreateModelFromURL() [all …]
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | mmpreparemergepage.cxx | 147 Sequence< PropertyValue > aArgs(7); in IMPL_LINK() local 150 aArgs[0].Name = C2U("Selection"); in IMPL_LINK() 151 aArgs[0].Value <<= aSelection; in IMPL_LINK() 152 aArgs[1].Name = C2U("DataSourceName"); in IMPL_LINK() 153 aArgs[1].Value <<= rDBData.sDataSource; in IMPL_LINK() 154 aArgs[2].Name = C2U("Command"); in IMPL_LINK() 155 aArgs[2].Value <<= rDBData.sCommand; in IMPL_LINK() 156 aArgs[3].Name = C2U("CommandType"); in IMPL_LINK() 157 aArgs[3].Value <<= rDBData.nCommandType; in IMPL_LINK() 158 aArgs[4].Name = C2U("ActiveConnection"); in IMPL_LINK() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | extrusioncontrols.cxx | 224 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 225 aArgs[0].Name = msExtrusionDirection.copy(5); in IMPL_LINK() 226 aArgs[0].Value <<= (sal_Int32)gSkewList[mpDirectionSet->GetSelectItemId()-1]; in IMPL_LINK() 228 mrController.dispatchCommand( msExtrusionDirection, aArgs ); in IMPL_LINK() 235 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 236 aArgs[0].Name = msExtrusionProjection.copy(5); in IMPL_LINK() 237 aArgs[0].Value <<= (sal_Int32)nProjection; in IMPL_LINK() 239 mrController.dispatchCommand( msExtrusionProjection, aArgs ); in IMPL_LINK() 476 Sequence< PropertyValue > aArgs( 2 ); in IMPL_LINK() local 477 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Depth" )); in IMPL_LINK() [all …]
|
| H A D | itemwin.cxx | 141 Sequence< PropertyValue > aArgs( 1 ); in Select() local 142 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LineDash" )); in Select() 144 aArgs[0].Value = a; in Select() 147 aArgs ); in Select() 156 Sequence< PropertyValue > aArgs( 1 ); in Select() local 157 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XLineStyle" )); in Select() 159 aArgs[0].Value = a; in Select() 162 aArgs ); in Select() 362 Sequence< PropertyValue > aArgs( 1 ); in Select() local 363 aArgs[0].Name = aObj.GetURLPath(); in Select() [all …]
|
| H A D | tbcontrl.cxx | 434 Sequence< PropertyValue > aArgs( 2 ); in Select() local 435 aArgs[0].Value = makeAny( OUString( aSelEntry ) ); in Select() 436 aArgs[1].Name = OUString::createFromAscii( "Family" ); in Select() 437 aArgs[1].Value = makeAny( sal_Int16( eStyleFamily )); in Select() 440 aArgs[0].Name = OUString::createFromAscii( "Param" ); in Select() 441 …xControl::Dispatch( m_xDispatchProvider, String::CreateFromAscii(".uno:StyleNewByExample"), aArgs); in Select() 445 aArgs[0].Name = OUString::createFromAscii( "Template" ); in Select() 446 SfxToolBoxControl::Dispatch( m_xDispatchProvider, m_aCommand, aArgs ); in Select() 792 Sequence< PropertyValue > aArgs( 1 ); in Select() local 793 aArgs[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontName" )); in Select() [all …]
|
| H A D | fontworkgallery.cxx | 473 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 474 aArgs[0].Name = msFontworkAlignment.copy(5); in IMPL_LINK() 475 aArgs[0].Value <<= (sal_Int32)nAlignment; in IMPL_LINK() 477 mrController.dispatchCommand( msFontworkAlignment, aArgs ); in IMPL_LINK() 693 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 694 aArgs[0].Name = msFontworkCharacterSpacing.copy(5); in IMPL_LINK() 695 aArgs[0].Value <<= (sal_Int32)nCharacterSpacing; in IMPL_LINK() 697 …hCommand( OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkCharacterSpacingDialog" )), aArgs ); in IMPL_LINK() 703 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 704 aArgs[0].Name = msFontworkKernCharacterPairs.copy(5); in IMPL_LINK() [all …]
|
| H A D | fillctrl.cxx | 672 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local 675 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" )); in IMPL_LINK() 677 aArgs[0].Value = a; in IMPL_LINK() 679 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FillStyle" )), aArgs ); in IMPL_LINK() 701 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillColor" )); in IMPL_LINK() 703 aArgs[0].Value = a; in IMPL_LINK() 705 aArgs ); in IMPL_LINK() 722 … aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillGradient" )); in IMPL_LINK() 724 aArgs[0].Value = a; in IMPL_LINK() 726 aArgs ); in IMPL_LINK() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/mod/_basctl/ |
| H A D | AccessibleShape.java | 83 PropertyValue[] aArgs = new PropertyValue[4]; in createTestEnvironment() local 84 aArgs[0] = new PropertyValue(); in createTestEnvironment() 85 aArgs[0].Name = "Document"; in createTestEnvironment() 86 aArgs[0].Value = aURL; in createTestEnvironment() 87 aArgs[1] = new PropertyValue(); in createTestEnvironment() 88 aArgs[1].Name = "LibName"; in createTestEnvironment() 89 aArgs[1].Value = "basctl"; in createTestEnvironment() 90 aArgs[2] = new PropertyValue(); in createTestEnvironment() 91 aArgs[2].Name = "Name"; in createTestEnvironment() 92 aArgs[2].Value = "Dialog1"; in createTestEnvironment() [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | shutdownicon.cxx | 273 …nst ::rtl::OUString& aURL, const ::rtl::OUString& rTarget, const Sequence< PropertyValue >& aArgs ) in OpenURL() argument 295 xDispatch->dispatch( aDispatchURL, aArgs ); in OpenURL() 348 Sequence<PropertyValue> aArgs(1); in FromTemplate() local 349 PropertyValue* pArg = aArgs.getArray(); in FromTemplate() 356 … xNotifyer->dispatchWithNotification( aTargetURL, aArgs, new SfxNotificationListener_Impl() ); in FromTemplate() 359 xDisp->dispatch( aTargetURL, aArgs ); in FromTemplate() 435 Sequence< PropertyValue > aArgs(3); in IMPL_STATIC_LINK() local 441 aArgs[0].Name = OUString::createFromAscii( "InteractionHandler" ); in IMPL_STATIC_LINK() 442 aArgs[0].Value <<= xInteraction; in IMPL_STATIC_LINK() 445 aArgs[1].Name = OUString::createFromAscii( "MacroExecutionMode" ); in IMPL_STATIC_LINK() [all …]
|
| /AOO41X/main/reportdesign/source/ui/misc/ |
| H A D | RptUndo.cxx | 248 const uno::Sequence< beans::PropertyValue > aArgs; in implReInsert() local 249 m_pController->executeChecked(m_nSlot,aArgs); in implReInsert() 260 const uno::Sequence< beans::PropertyValue > aArgs; in implReRemove() local 261 m_pController->executeChecked(m_nSlot,aArgs); in implReRemove() 305 uno::Sequence< beans::PropertyValue > aArgs(2); in implReInsert() local 307 aArgs[0].Name = SID_GROUPHEADER_WITHOUT_UNDO == m_nSlot? PROPERTY_HEADERON : PROPERTY_FOOTERON; in implReInsert() 308 aArgs[0].Value <<= sal_True; in implReInsert() 309 aArgs[1].Name = PROPERTY_GROUP; in implReInsert() 310 aArgs[1].Value <<= m_aGroupHelper.getGroup(); in implReInsert() 311 m_pController->executeChecked(m_nSlot,aArgs); in implReInsert() [all …]
|
| /AOO41X/main/embeddedobj/source/commonembedding/ |
| H A D | persistence.cxx | 151 uno::Sequence< uno::Any > aArgs( 2 ); in createTempInpStreamFromStor() local 152 aArgs[0] <<= xTempStream; in createTempInpStreamFromStor() 153 aArgs[1] <<= embed::ElementModes::READWRITE; in createTempInpStreamFromStor() 154 …::Reference< embed::XStorage > xTempStorage( xStorageFactory->createInstanceWithArguments( aArgs ), in createTempInpStreamFromStor() 402 uno::Sequence< beans::PropertyValue > aArgs( nLen ); in LoadLink_Impl() local 403 aArgs[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in LoadLink_Impl() 404 aArgs[0].Value <<= m_aLinkURL; in LoadLink_Impl() 405 aArgs[1].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in LoadLink_Impl() 406 aArgs[1].Value <<= m_aLinkFilterName; in LoadLink_Impl() 409 aArgs.realloc( ++nLen ); in LoadLink_Impl() [all …]
|
| /AOO41X/main/basic/source/uno/ |
| H A D | dlgcont.cxx | 163 Sequence<Any> aArgs( 1 ); in writeOasis2OOoLibraryElement() local 164 aArgs[0] <<= xWriter; in writeOasis2OOoLibraryElement() 170 aArgs, xContext ), in writeOasis2OOoLibraryElement() 371 Sequence<Any> aArgs( 5 ); in implCreateStringResource() local 372 aArgs[1] <<= bReadOnly; in implCreateStringResource() 373 aArgs[2] <<= aLocale; in implCreateStringResource() 374 aArgs[3] <<= aResourceFileNameBase; in implCreateStringResource() 375 aArgs[4] <<= aComment; in implCreateStringResource() 394 aArgs[0] <<= xLibraryStor; in implCreateStringResource() 407 xInit->initialize( aArgs ); in implCreateStringResource() [all …]
|
| /AOO41X/main/sfx2/source/inet/ |
| H A D | inettbc.cxx | 130 Sequence< PropertyValue > aArgs( 2 ); in OpenURL() local 131 aArgs[0].Name = ::rtl::OUString::createFromAscii( "Referer" ); in OpenURL() 132 aArgs[0].Value = makeAny( ::rtl::OUString::createFromAscii( SFX_REFERER_USER )); in OpenURL() 133 aArgs[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" )); in OpenURL() 134 aArgs[1].Value = makeAny( ::rtl::OUString( aName )); in OpenURL() 138 aArgs.realloc( 4 ); in OpenURL() 139 aArgs[2].Name = ::rtl::OUString::createFromAscii( "FilterOptions" ); in OpenURL() 140 aArgs[2].Value = makeAny( ::rtl::OUString( aOptions )); in OpenURL() 141 aArgs[3].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in OpenURL() 142 aArgs[3].Value = makeAny( ::rtl::OUString( aFilter )); in OpenURL() [all …]
|
| /AOO41X/main/scripting/source/basprov/ |
| H A D | basmethnode.cxx | 277 Sequence < PropertyValue > aArgs(7); in invoke() local 278 aArgs[0].Name = ::rtl::OUString::createFromAscii( "Document" ); in invoke() 279 aArgs[0].Value <<= sDocURL; in invoke() 280 aArgs[1].Name = ::rtl::OUString::createFromAscii( "LibName" ); in invoke() 281 aArgs[1].Value <<= sLibName; in invoke() 282 aArgs[2].Name = ::rtl::OUString::createFromAscii( "Name" ); in invoke() 283 aArgs[2].Value <<= sModName; in invoke() 284 aArgs[3].Name = ::rtl::OUString::createFromAscii( "Type" ); in invoke() 285 aArgs[3].Value <<= ::rtl::OUString::createFromAscii( "Module" ); in invoke() 286 aArgs[4].Name = ::rtl::OUString::createFromAscii( "Line" ); in invoke() [all …]
|
| /AOO41X/main/reportdesign/source/ui/dlg/ |
| H A D | GroupsSorting.cxx | 326 uno::Sequence< beans::PropertyValue > aArgs(1); in moveGroups() local 327 aArgs[0].Name = PROPERTY_GROUP; in moveGroups() 328 aArgs[0].Value <<= xGroup; in moveGroups() 330 m_pParent->m_pController->executeChecked(SID_GROUP_REMOVE,aArgs); in moveGroups() 331 aArgs.realloc(2); in moveGroups() 336 aArgs[1].Name = PROPERTY_POSITIONY; in moveGroups() 337 aArgs[1].Value <<= nRow; in moveGroups() 338 m_pParent->m_pController->executeChecked(SID_GROUP_APPEND,aArgs); in moveGroups() 458 uno::Sequence< beans::PropertyValue > aArgs(2); in SaveModified() local 459 aArgs[0].Name = PROPERTY_GROUP; in SaveModified() [all …]
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportController.cxx | 237 void lcl_getReportControlFormat(const Sequence< PropertyValue >& aArgs, in lcl_getReportControlFormat() argument 243 if ( aArgs.getLength() ) in lcl_getReportControlFormat() 245 SequenceAsHashMap aMap(aArgs); in lcl_getReportControlFormat() 997 void OReportController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute() argument 1025 modifyGroup(_nId == SID_GROUP_APPEND,aArgs); in Execute() 1029 createGroupSection(SID_GROUPHEADER == _nId,true,aArgs); in Execute() 1033 createGroupSection(SID_GROUPFOOTER == _nId,false,aArgs); in Execute() 1036 addPairControls(aArgs); in Execute() 1150 if ( aArgs.getLength() == 1 ) in Execute() 1151 select(aArgs[0].Value); in Execute() [all …]
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | sqlcommanddesign.cxx | 245 Sequence< PropertyValue > aArgs( 5 ); in impl_doOpenDesignerFrame_nothrow() local 246 aArgs[0].Name = PROPERTY_ACTIVE_CONNECTION; in impl_doOpenDesignerFrame_nothrow() 247 aArgs[0].Value <<= m_xConnection.getTyped(); in impl_doOpenDesignerFrame_nothrow() 249 aArgs[1].Name = PROPERTY_COMMAND; in impl_doOpenDesignerFrame_nothrow() 250 aArgs[1].Value <<= m_xObjectAdapter->getSQLCommand(); in impl_doOpenDesignerFrame_nothrow() 251 aArgs[2].Name = PROPERTY_COMMANDTYPE; in impl_doOpenDesignerFrame_nothrow() 252 aArgs[2].Value <<= (sal_Int32)CommandType::COMMAND; in impl_doOpenDesignerFrame_nothrow() 253 aArgs[3].Name = PROPERTY_ESCAPE_PROCESSING; in impl_doOpenDesignerFrame_nothrow() 254 aArgs[3].Value <<= m_xObjectAdapter->getEscapeProcessing(); in impl_doOpenDesignerFrame_nothrow() 256 aArgs[4].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicalDesign" ) ); in impl_doOpenDesignerFrame_nothrow() [all …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | servuno.cxx | 83 uno::Sequence< uno::Any > aArgs(2); in ScVbaObjectForCodeNameProvider() local 85 …aArgs[0] = uno::Any( ooo::vba::createVBAUnoAPIServiceWithArgs( mpDocShell, "ooo.vba.Application", … in ScVbaObjectForCodeNameProvider() 86 aArgs[1] = uno::Any( mpDocShell->GetModel() ); in ScVbaObjectForCodeNameProvider() 87 …rkbook <<= ooo::vba::createVBAUnoAPIServiceWithArgs( mpDocShell, "ooo.vba.excel.Workbook", aArgs ); in ScVbaObjectForCodeNameProvider() 118 uno::Sequence< uno::Any > aArgs(3); in hasByName() local 119 aArgs[0] = maWorkbook; in hasByName() 120 aArgs[1] = uno::Any( xModel ); in hasByName() 121 aArgs[2] = uno::Any( rtl::OUString( sSheetName ) ); in hasByName() 123 …bject <<= ooo::vba::createVBAUnoAPIServiceWithArgs( mpDocShell, "ooo.vba.excel.Worksheet", aArgs ); in hasByName() 564 uno::Sequence< uno::Any > aArgs(1); in MakeInstance() local [all …]
|
| /AOO41X/main/connectivity/source/drivers/calc/ |
| H A D | CConnection.cxx | 125 Sequence<PropertyValue> aArgs(2); in acquireDoc() local 126 aArgs[0].Name = ::rtl::OUString::createFromAscii("Hidden"); in acquireDoc() 127 aArgs[0].Value <<= (sal_Bool) sal_True; in acquireDoc() 128 aArgs[1].Name = ::rtl::OUString::createFromAscii("ReadOnly"); in acquireDoc() 129 aArgs[1].Value <<= (sal_Bool) sal_True; in acquireDoc() 133 const sal_Int32 nPos = aArgs.getLength(); in acquireDoc() 134 aArgs.realloc(nPos+1); in acquireDoc() 135 aArgs[nPos].Name = ::rtl::OUString::createFromAscii("Password"); in acquireDoc() 136 aArgs[nPos].Value <<= m_sPassword; in acquireDoc() 151 m_aFileName, ::rtl::OUString::createFromAscii("_blank"), 0, aArgs ); in acquireDoc()
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | macro.cxx | 116 aArgs( rArgs ), in SfxMacroStatement() 219 GenerateNameAndArgs_Impl( SfxRequest::GetRecordingMacro(), rSlot, bRequestDone, aArgs); in SfxMacroStatement() 242 aArgs( rArgs ), in SfxMacroStatement() 248 GenerateNameAndArgs_Impl( SfxRequest::GetRecordingMacro(), rSlot, bRequestDone, aArgs); in SfxMacroStatement() 297 aArgs = rOrig.aArgs; in SfxMacroStatement() 344 if ( aArgs.getLength() ) in GenerateNameAndArgs_Impl() 345 for ( sal_uInt16 nArg = 0; nArg < aArgs.getLength(); ++nArg ) in GenerateNameAndArgs_Impl() 349 ::com::sun::star::uno::Any& rValue = aArgs[nArg].Value; in GenerateNameAndArgs_Impl() 441 if ( aArgs.getLength() ) in GenerateNameAndArgs_Impl()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | docfac.cxx | 286 uno::Sequence< beans::PropertyValue > aArgs( 3 ); in SetSystemTemplate() local 287 aArgs[0].Name = ::rtl::OUString::createFromAscii( "FilterName" ); in SetSystemTemplate() 288 aArgs[0].Value <<= aFilterName; in SetSystemTemplate() 289 aArgs[1].Name = ::rtl::OUString::createFromAscii( "AsTemplate" ); in SetSystemTemplate() 290 aArgs[1].Value <<= sal_True; in SetSystemTemplate() 291 aArgs[2].Name = ::rtl::OUString::createFromAscii( "URL" ); in SetSystemTemplate() 292 aArgs[2].Value <<= ::rtl::OUString( rTemplateName ); in SetSystemTemplate() 295 xLoadable->load( aArgs ); in SetSystemTemplate() 297 aArgs.realloc( 2 ); in SetSystemTemplate() 298 aArgs[1].Name = ::rtl::OUString::createFromAscii( "Overwrite" ); in SetSystemTemplate() [all …]
|