Home
last modified time | relevance | path

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

/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx770 … 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 …]
/trunk/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx138 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScScenariosObj.java144 XScenariosSupplier xSupp = (XScenariosSupplier) in createTestEnvironment() local
156 xSupp.getScenarios().addNewByName("ScScenarios", oAddr, "Range"); in createTestEnvironment()
158 XInterface oObj = xSupp.getScenarios(); in createTestEnvironment()
H A DScIndexEnumeration_ScenariosEnumeration.java111 XScenariosSupplier xSupp = (XScenariosSupplier) in createTestEnvironment() local
123 xSupp.getScenarios().addNewByName("ScScenarios", oAddr, "Range"); in createTestEnvironment()
125 XInterface oObj = xSupp.getScenarios(); in createTestEnvironment()
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx177xSupp ( 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()
/trunk/main/sw/source/ui/vba/
H A Dvbatables.cxx36 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 Dvbafield.cxx306 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()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx543 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()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx95 ucbhelper::InteractionSupplyAuthentication > & xSupp in authenticate() local
102 = xSupp->getUseSystemCredentials(); in authenticate()
113 inoutUserName = xSupp->getUserName(); in authenticate()
114 outPassWord = xSupp->getPassword(); in authenticate()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1635 ucbhelper::InteractionSupplyAuthentication > & xSupp in vfs_authentication_callback() local
1638 aUserName = xSupp->getUserName(); in vfs_authentication_callback()
1639 aDomain = xSupp->getRealm(); in vfs_authentication_callback()
1640 aPassword = xSupp->getPassword(); in vfs_authentication_callback()
1651 out->save_password = xSupp->getRememberPasswordMode(); in vfs_authentication_callback()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx622 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct() local
623 if (xSupp.is()) in construct()
624 m_xFormats = xSupp->getNumberFormats(); in construct()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx644 Reference< XDataDefinitionSupplier > xSupp( xManager->getDriverByURL( _rsUrl ), UNO_QUERY ); in getDataDefinitionByURLAndConnection() local
646 if ( xSupp.is() ) in getDataDefinitionByURLAndConnection()
648 xTablesSup = xSupp->getDataDefinitionByConnection( _xConnection ); in getDataDefinitionByURLAndConnection()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx1108 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()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx970 const ::rtl::Reference< ucbhelper::InteractionSupplyAuthentication > & xSupp in RequestPasswordFromUser() local
973 aResult = xSupp->getPassword(); in RequestPasswordFromUser()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2982 uno::Reference<document::XViewDataSupplier> xSupp(GetModel(), uno::UNO_QUERY); in GetVisibleSheet() local
2983 if (xSupp.is()) in GetVisibleSheet()
2985 uno::Reference<container::XIndexAccess> xIndex = xSupp->getViewData(); in GetVisibleSheet()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx244xSupp ( _pBindings->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star:… in FmPropBrw()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2022 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()

Completed in 127 milliseconds