Home
last modified time | relevance | path

Searched refs:xSupp (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/cmis/
H A Dauth_provider.cxx56 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticationQuery() local
59 username = OUSTR_TO_STDSTR( xSupp->getUserName() ); in authenticationQuery()
60 password = OUSTR_TO_STDSTR( xSupp->getPassword() ); in authenticationQuery()
99 const rtl::Reference<ucbhelper::InteractionSupplyAuthentication>& xSupp in getRefreshToken() local
102 rUsername = OUSTR_TO_STDSTR(xSupp->getUserName()); in getRefreshToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/gio/
H A Dgio_mount.cxx166 …const rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp = xRequest->getAuthenti… in ooo_mount_operation_ask_password() local
167 aUserName = xSupp->getUserName(); in ooo_mount_operation_ask_password()
168 aPassword = xSupp->getPassword(); in ooo_mount_operation_ask_password()
177 …g_mount_operation_set_domain(op, OUStringToOString(xSupp->getRealm(), RTL_TEXTENCODING_UTF8).getSt… in ooo_mount_operation_ask_password()
179 switch (xSupp->getRememberPasswordMode()) in ooo_mount_operation_ask_password()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/gio/
H A Dgio_mount.cxx166 …const rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp = xRequest->getAuthenti… in ooo_mount_operation_ask_password() local
167 aUserName = xSupp->getUserName(); in ooo_mount_operation_ask_password()
168 aPassword = xSupp->getPassword(); in ooo_mount_operation_ask_password()
177 …g_mount_operation_set_domain(op, OUStringToOString(xSupp->getRealm(), RTL_TEXTENCODING_UTF8).getSt… in ooo_mount_operation_ask_password()
179 switch (xSupp->getRememberPasswordMode()) in ooo_mount_operation_ask_password()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dpartwnd.cxx122xSupp ( pBind->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), css::uno::UNO_QUERY ); in SfxPartDockWnd_Impl() local
123 if ( xSupp.is() ) in SfxPartDockWnd_Impl()
124xSupp->getFrames()->append( css::uno::Reference<css::frame::XFrame>(xFrame, css::uno::UNO_QUERY_TH… in SfxPartDockWnd_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dpartwnd.cxx133xSupp ( pBind->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), css::uno::UNO_QUERY ); in SfxPartDockWnd_Impl() local
134 if ( xSupp.is() ) in SfxPartDockWnd_Impl()
135xSupp->getFrames()->append( css::uno::Reference<css::frame::XFrame>(xFrame, css::uno::UNO_QUERY_TH… in SfxPartDockWnd_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/cmis/
H A Dauth_provider.cxx53 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticationQuery() local
56 username = OUSTR_TO_STDSTR( xSupp->getUserName() ); in authenticationQuery()
57 password = OUSTR_TO_STDSTR( xSupp->getPassword() ); in authenticationQuery()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/general/
H A Ddocholder.cxx709 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in ShowUI() local
710 if ( xSupp.is() ) in ShowUI()
711 xSupp->setActiveFrame( m_xFrame ); in ShowUI()
729 if ( xSupp.is() ) in ShowUI()
730 xSupp->setActiveFrame( nullptr ); in ShowUI()
778 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in HideUI() local
779 if ( xSupp.is() ) in HideUI()
780 xSupp->setActiveFrame( nullptr ); in HideUI()
1268 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in activated() local
1269 if ( xSupp.is() ) in activated()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/general/
H A Ddocholder.cxx705 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in ShowUI() local
706 if ( xSupp.is() ) in ShowUI()
707 xSupp->setActiveFrame( m_xFrame ); in ShowUI()
725 if ( xSupp.is() ) in ShowUI()
726 xSupp->setActiveFrame( nullptr ); in ShowUI()
774 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in HideUI() local
775 if ( xSupp.is() ) in HideUI()
776 xSupp->setActiveFrame( nullptr ); in HideUI()
1263 uno::Reference< frame::XFramesSupplier > xSupp = m_xFrame->getCreator(); in activated() local
1264 if ( xSupp.is() ) in activated()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbatables.cxx39 uno::Reference< text::XTextTablesSupplier > xSupp( xDoc, uno::UNO_QUERY ); in lcl_getTables() local
40 if ( xSupp.is() ) in lcl_getTables()
41 xTables.set( xSupp->getTextTables(), uno::UNO_QUERY_THROW ); in lcl_getTables()
H A Dvbafield.cxx262 uno::Reference< text::XTextFieldsSupplier > xSupp( xModel, uno::UNO_QUERY_THROW ); in FieldCollectionHelper() local
263 mxEnumerationAccess.set( xSupp->getTextFields(), uno::UNO_SET_THROW ); in FieldCollectionHelper()
501 uno::Reference< text::XTextFieldsSupplier > xSupp( mxModel, uno::UNO_QUERY_THROW ); in Update() local
502 uno::Reference< util::XRefreshable > xRef( xSupp->getTextFields(), uno::UNO_QUERY_THROW ); in Update()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbatables.cxx39 uno::Reference< text::XTextTablesSupplier > xSupp( xDoc, uno::UNO_QUERY ); in lcl_getTables() local
40 if ( xSupp.is() ) in lcl_getTables()
41 xTables.set( xSupp->getTextTables(), uno::UNO_QUERY_THROW ); in lcl_getTables()
H A Dvbafield.cxx258 uno::Reference< text::XTextFieldsSupplier > xSupp( xModel, uno::UNO_QUERY_THROW ); in FieldCollectionHelper() local
259 mxEnumerationAccess.set( xSupp->getTextFields(), uno::UNO_SET_THROW ); in FieldCollectionHelper()
491 uno::Reference< text::XTextFieldsSupplier > xSupp( mxModel, uno::UNO_QUERY_THROW ); in Update() local
492 uno::Reference< util::XRefreshable > xRef( xSupp->getTextFields(), uno::UNO_QUERY_THROW ); in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx413 Reference< XReportDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local
414 xElements.set( xSupp->getReportDocuments(), UNO_SET_THROW ); in getElements()
420 Reference< XFormDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local
421 xElements.set( xSupp->getFormDocuments(), UNO_SET_THROW ); in getElements()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx86 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local
93 = xSupp->getUseSystemCredentials(); in authenticate()
104 inoutUserName = xSupp->getUserName(); in authenticate()
105 outPassWord = xSupp->getPassword(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx86 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local
93 = xSupp->getUseSystemCredentials(); in authenticate()
104 inoutUserName = xSupp->getUserName(); in authenticate()
105 outPassWord = xSupp->getPassword(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx437 Reference< XReportDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local
438 xElements.set( xSupp->getReportDocuments(), UNO_SET_THROW ); in getElements()
444 Reference< XFormDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local
445 xElements.set( xSupp->getFormDocuments(), UNO_SET_THROW ); in getElements()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DDAVResourceAccess.cxx89 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local
96 = xSupp->getUseSystemCredentials(); in authenticate()
107 inoutUserName = xSupp->getUserName(); in authenticate()
108 outPassWord = xSupp->getPassword(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DDAVResourceAccess.cxx89 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local
96 = xSupp->getUseSystemCredentials(); in authenticate()
107 inoutUserName = xSupp->getUserName(); in authenticate()
108 outPassWord = xSupp->getPassword(); in authenticate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/calc/
H A DCTable.cxx582 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct() local
583 if (xSupp.is()) in construct()
584 m_xFormats = xSupp->getNumberFormats(); in construct()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/calc/
H A DCTable.cxx590 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct() local
591 if (xSupp.is()) in construct()
592 m_xFormats = xSupp->getNumberFormats(); in construct()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbtools2.cxx664 Reference< XDataDefinitionSupplier > xSupp( xManager->getDriverByURL( _rsUrl ), UNO_QUERY ); in getDataDefinitionByURLAndConnection() local
666 if ( xSupp.is() ) in getDataDefinitionByURLAndConnection()
668 xTablesSup = xSupp->getDataDefinitionByConnection( _xConnection ); in getDataDefinitionByURLAndConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbtools2.cxx664 Reference< XDataDefinitionSupplier > xSupp( xManager->getDriverByURL( _rsUrl ), UNO_QUERY ); in getDataDefinitionByURLAndConnection() local
666 if ( xSupp.is() ) in getDataDefinitionByURLAndConnection()
668 xTablesSup = xSupp->getDataDefinitionByConnection( _xConnection ); in getDataDefinitionByURLAndConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLChartContext.cxx1105 uno::Reference< drawing::XDrawPageSupplier > xSupp( xDoc, uno::UNO_QUERY ); in createFastChildContext() local
1106 if( xSupp.is()) in createFastChildContext()
1107 mxDrawPage = xSupp->getDrawPage(); in createFastChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLChartContext.cxx1112 uno::Reference< drawing::XDrawPageSupplier > xSupp( xDoc, uno::UNO_QUERY ); in CreateChildContext() local
1113 if( xSupp.is()) in CreateChildContext()
1114 mxDrawPage = xSupp->getDrawPage(); in CreateChildContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx766 const ::rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp in RequestPasswordFromUser() local
769 aResult = xSupp->getPassword(); in RequestPasswordFromUser()

12