Searched refs:aDocumentArgs (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 498 ::comphelper::NamedValueCollection aDocumentArgs( m_pData->xDocumentModel->getArgs() ); in impl_reloadDocument_nothrow() 502 aDocumentArgs.put( "SalvagedFile", m_pData->sSuccessfulBackupLocation ); in impl_reloadDocument_nothrow() 507 aDocumentArgs.put( "SuppressMigrationWarning", sal_Bool(sal_True) ); in impl_reloadDocument_nothrow() 511 aDocumentArgs.remove( "Model" ); in impl_reloadDocument_nothrow() 512 aDocumentArgs.remove( "Stream" ); in impl_reloadDocument_nothrow() 513 aDocumentArgs.remove( "InputStream" ); in impl_reloadDocument_nothrow() 514 aDocumentArgs.remove( "FileName" ); in impl_reloadDocument_nothrow() 515 aDocumentArgs.remove( "URL" ); in impl_reloadDocument_nothrow() 557 aDocumentArgs.put( "ViewName", aView.second ); in impl_reloadDocument_nothrow() 562 aDocumentArgs.getPropertyValues() in impl_reloadDocument_nothrow() [all …]
|
/aoo41x/main/sfx2/source/view/ |
H A D | frame2.cxx | 459 const ::comphelper::NamedValueCollection aDocumentArgs( i_rDoc.GetModel()->getArgs() ); in PrepareForDoc_Impl() local 463 pImp->bHidden = aDocumentArgs.getOrDefault( "Hidden", pImp->bHidden ); in PrepareForDoc_Impl() 469 sal_Int16 nPluginMode = aDocumentArgs.getOrDefault( "PluginMode", sal_Int16( 0 ) ); in PrepareForDoc_Impl()
|
H A D | sfxbasecontroller.cxx | 1356 ::comphelper::NamedValueCollection aDocumentArgs( getModel()->getArgs() ); in ConnectSfxFrame_Impl() 1358 … const sal_Int16 nPluginMode = aDocumentArgs.getOrDefault( "PluginMode", sal_Int16( 0 ) ); in ConnectSfxFrame_Impl()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.cxx | 984 ::comphelper::NamedValueCollection aDocumentArgs; in onCommandOpenSomething() 991 aDocumentArgs.put( "InteractionHandler", xHandler ); in onCommandOpenSomething() 1022 aDocumentArgs.put( pIter->Name, pIter->Value ); in onCommandOpenSomething() 1078 aDocumentArgs.put( "MacroExecutionMode", *aDocumentMacroMode ); in onCommandOpenSomething() 1105 bool bOpenHidden = aDocumentArgs.getOrDefault( "Hidden", false ); in onCommandOpenSomething() 1106 aDocumentArgs.remove( "Hidden" ); in onCommandOpenSomething() 1108 …loadEmbeddedObject( xConnection, Sequence< sal_Int8 >(), aDocumentArgs.getPropertyValues(), false,… in onCommandOpenSomething()
|
Completed in 41 milliseconds