Searched refs:xDocumentModel (Results 1 – 10 of 10) sorted by relevance
/trunk/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 126 Reference< XModel2 > xDocumentModel; member 138 ,xDocumentModel( _rxDocument, UNO_QUERY ) in MacroMigrationDialog_Data() 376 lcl_getControllers_throw( m_pData->xDocumentModel, aControllers ); in impl_closeSubDocs_nothrow() 440 if ( !m_pData->xDocumentModel.is() ) in impl_backupDocument_nothrow() 451 if ( lcl_equalURLs_nothrow( sBackupLocation, m_pData->xDocumentModel->getURL() ) ) in impl_backupDocument_nothrow() 476 InteractionHandler aHandler( m_pData->aContext, m_pData->xDocumentModel.get() ); in impl_backupDocument_nothrow() 497 ::rtl::OUString sDocumentURL ( m_pData->xDocumentModel->getURL() ); in impl_reloadDocument_nothrow() 498 ::comphelper::NamedValueCollection aDocumentArgs( m_pData->xDocumentModel->getArgs() ); in impl_reloadDocument_nothrow() 519 lcl_getControllers_throw( m_pData->xDocumentModel, aControllers ); in impl_reloadDocument_nothrow() 565 OSL_ENSURE( xReloaded != m_pData->xDocumentModel, in impl_reloadDocument_nothrow() [all …]
|
/trunk/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 207 Reference<XModel> xDocumentModel; in Init() local 227 xDocumentModel.set(getDocumentModel(xCtx, uiName ), UNO_QUERY); in Init() 229 if ( xDocumentModel.is() ) in Init() 241 ::rtl::OUString appModule = xModuleManager->identify( xDocumentModel ); in Init() 267 …, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_SFROOT, langEntries, xDocumentModel )), factoryURL… in Init() 1048 Reference<XModel> xDocumentModel = getModel( pEntry ); in createEntry() local 1059 …ntry, false, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_METHOD, aChildNode,xDocumentModel ) ) ); in createEntry() 1065 …se, std::auto_ptr< SFEntry >(new SFEntry( OBJTYPE_SCRIPTCONTAINER, aChildNode,xDocumentModel ) ) ); in createEntry()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | optiongrouplayouter.cxx | 80 Reference< XMultiServiceFactory > xDocFactory(_rContext.xDocumentModel, UNO_QUERY); in doLayout() 187 …Reference< XSelectionSupplier > xSelector(_rContext.xDocumentModel->getCurrentController(), UNO_QU… in doLayout()
|
H A D | controlwizard.cxx | 392 m_aContext.xDocumentModel = xModel; in implDeterminePage() 539 m_aContext.xDocumentModel.clear(); in initContext()
|
H A D | wizardcontext.hxx | 62 xDocumentModel;
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 644 Reference< XModel > xDocumentModel; in lcl_getInteractionHandler_throw() local 647 xDocumentModel.set( xDocDataSource->getDatabaseDocument(), UNO_QUERY_THROW ); in lcl_getInteractionHandler_throw() 650 if ( xDocumentModel.is() ) in lcl_getInteractionHandler_throw() 652 ::comphelper::NamedValueCollection aModelArgs( xDocumentModel->getArgs() ); in lcl_getInteractionHandler_throw()
|
/trunk/main/cui/source/customize/ |
H A D | selector.cxx | 607 Reference<XInterface> xDocumentModel = getDocumentModel(xCtx, nodeName ); in GetImage() local 608 if ( xDocumentModel.is() ) in GetImage() 621 xDocumentModel ) ); in GetImage()
|
H A D | cfgutil.cxx | 830 Reference<XInterface> xDocumentModel = getDocumentModel(xCtx, nodeName ); in GetImage() local 831 if ( xDocumentModel.is() ) in GetImage() 845 xDocumentModel ) ); in GetImage()
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | DBMetaData.java | 931 XModel xDocumentModel = UnoRuntime.queryInterface( XModel.class, _xComponent ); in addDatabaseDocument() local 932 String documentURL = xDocumentModel.getURL(); in addDatabaseDocument()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 3534 Reference< XModel > xDocumentModel( getDataSourceOrModel( xDataSource ), UNO_QUERY ); in implAdministrate() local 3536 if ( xDocumentModel.is() ) in implAdministrate() 3545 aLoadArgs.put( "Model", xDocumentModel ); in implAdministrate() 3553 xDocumentModel->getURL(), in implAdministrate()
|
Completed in 73 milliseconds