/aoo41x/main/ucb/source/ucp/gio/ |
H A D | gio_mount.cxx | 138 …const rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp = xRequest->getAuthenti… in ooo_mount_operation_ask_password() local 139 aUserName = xSupp->getUserName(); in ooo_mount_operation_ask_password() 140 aPassword = xSupp->getPassword(); in ooo_mount_operation_ask_password() 149 …g_mount_operation_set_domain(op, rtl::OUStringToOString(xSupp->getRealm(), RTL_TEXTENCODING_UTF8).… in ooo_mount_operation_ask_password() 151 switch (xSupp->getRememberPasswordMode()) in ooo_mount_operation_ask_password()
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 770 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI() local 771 if ( xSupp.is() ) in ShowUI() 772 xSupp->setActiveFrame( m_xFrame ); in ShowUI() 790 if ( xSupp.is() ) in ShowUI() 791 xSupp->setActiveFrame( 0 ); in ShowUI() 839 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in HideUI() local 840 if ( xSupp.is() ) in HideUI() 841 xSupp->setActiveFrame( 0 ); in HideUI() 1337 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in activated() local 1338 if ( xSupp.is() ) in activated() [all …]
|
/aoo41x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScScenariosObj.java | 144 XScenariosSupplier xSupp = (XScenariosSupplier) in createTestEnvironment() local 156 xSupp.getScenarios().addNewByName("ScScenarios", oAddr, "Range"); in createTestEnvironment() 158 XInterface oObj = xSupp.getScenarios(); in createTestEnvironment()
|
H A D | ScIndexEnumeration_ScenariosEnumeration.java | 111 XScenariosSupplier xSupp = (XScenariosSupplier) in createTestEnvironment() local 123 xSupp.getScenarios().addNewByName("ScScenarios", oAddr, "Range"); in createTestEnvironment() 125 XInterface oObj = xSupp.getScenarios(); in createTestEnvironment()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | partwnd.cxx | 177 …xSupp ( pBind->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno:… in SfxPartDockWnd_Impl() 178 if ( xSupp.is() ) in SfxPartDockWnd_Impl() 179 xSupp->getFrames()->append( xFrame ); in SfxPartDockWnd_Impl()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbatables.cxx | 36 uno::Reference< text::XTextTablesSupplier > xSupp( xDoc, uno::UNO_QUERY ); in lcl_getTables() local 37 if ( xSupp.is() ) in lcl_getTables() 38 xTables.set( xSupp->getTextTables(), uno::UNO_QUERY_THROW ); in lcl_getTables()
|
H A D | vbafield.cxx | 306 uno::Reference< text::XTextFieldsSupplier > xSupp( xModel, uno::UNO_QUERY_THROW ); in FieldCollectionHelper() local 307 mxEnumerationAccess.set( xSupp->getTextFields(), uno::UNO_QUERY_THROW ); in FieldCollectionHelper() 437 uno::Reference< text::XTextFieldsSupplier > xSupp( mxModel, uno::UNO_QUERY_THROW ); in Update() local 438 uno::Reference< util::XRefreshable > xRef( xSupp->getTextFields(), uno::UNO_QUERY_THROW ); in Update()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 543 Reference< XReportDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local 544 xElements.set( xSupp->getReportDocuments(), UNO_SET_THROW ); in getElements() 550 Reference< XFormDocumentsSupplier > xSupp( m_xModel, UNO_QUERY_THROW ); in getElements() local 551 xElements.set( xSupp->getFormDocuments(), UNO_SET_THROW ); in getElements()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DAVResourceAccess.cxx | 95 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local 102 = xSupp->getUseSystemCredentials(); in authenticate() 113 inoutUserName = xSupp->getUserName(); in authenticate() 114 outPassWord = xSupp->getPassword(); in authenticate()
|
/aoo41x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 1637 ucbhelper::InteractionSupplyAuthentication > & xSupp in vfs_authentication_callback() local 1640 aUserName = xSupp->getUserName(); in vfs_authentication_callback() 1641 aDomain = xSupp->getRealm(); in vfs_authentication_callback() 1642 aPassword = xSupp->getPassword(); in vfs_authentication_callback() 1653 out->save_password = xSupp->getRememberPasswordMode(); in vfs_authentication_callback()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 622 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct() local 623 if (xSupp.is()) in construct() 624 m_xFormats = xSupp->getNumberFormats(); in construct()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 644 Reference< XDataDefinitionSupplier > xSupp( xManager->getDriverByURL( _rsUrl ), UNO_QUERY ); in getDataDefinitionByURLAndConnection() local 646 if ( xSupp.is() ) in getDataDefinitionByURLAndConnection() 648 xTablesSup = xSupp->getDataDefinitionByConnection( _xConnection ); in getDataDefinitionByURLAndConnection()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 1108 uno::Reference< drawing::XDrawPageSupplier > xSupp( xDoc, uno::UNO_QUERY ); in CreateChildContext() local 1109 if( xSupp.is()) in CreateChildContext() 1110 … mxDrawPage = uno::Reference< drawing::XShapes >( xSupp->getDrawPage(), uno::UNO_QUERY ); in CreateChildContext()
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 970 const ::rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp in RequestPasswordFromUser() local 973 aResult = xSupp->getPassword(); in RequestPasswordFromUser()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2983 uno::Reference<document::XViewDataSupplier> xSupp(GetModel(), uno::UNO_QUERY); in GetVisibleSheet() local 2984 if (xSupp.is()) in GetVisibleSheet() 2986 uno::Reference<container::XIndexAccess> xIndex = xSupp->getViewData(); in GetVisibleSheet()
|
/aoo41x/main/svx/source/form/ |
H A D | fmPropBrw.cxx | 244 …xSupp ( _pBindings->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star:… in FmPropBrw()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 2022 uno::Reference< frame::XFramesSupplier > xSupp( xFrame, uno::UNO_QUERY ); in MakeActive_Impl() local 2023 if ( xSupp.is() ) in MakeActive_Impl() 2024 xSupp->setActiveFrame( uno::Reference < frame::XFrame >() ); in MakeActive_Impl()
|