Home
last modified time | relevance | path

Searched refs:xSupplier (Results 51 – 75 of 111) sorted by relevance

12345

/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx592 Reference< XFramesSupplier > xSupplier( xDesktop, UNO_QUERY ); in terminateDesktop() local
593 if ( xSupplier.is() ) in terminateDesktop()
595 Reference< XIndexAccess > xTasks ( xSupplier->getFrames(), UNO_QUERY ); in terminateDesktop()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx264 Reference<XEventsSupplier> xSupplier(rPropertySet, UNO_QUERY); in ExportMapEntry() local
265 mrExport.GetEventExport().Export(xSupplier, mbWhiteSpace); in ExportMapEntry()
H A Dshapeexport.cxx1203 uno::Reference< drawing::XGluePointsSupplier > xSupplier( xShape, uno::UNO_QUERY ); in ImpExportGluePoints() local
1204 if( !xSupplier.is() ) in ImpExportGluePoints()
1207 …uno::Reference< container::XIdentifierAccess > xGluePoints( xSupplier->getGluePoints(), uno::UNO_Q… in ImpExportGluePoints()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx170 Reference< XModuleUIConfigurationManagerSupplier > xSupplier( in GetCommandIcon() local
175 …Reference< XUIConfigurationManager > xManager( xSupplier->getUIConfigurationManager( _rModuleName … in GetCommandIcon()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1252 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in FillToolbar() local
1253 if ( xSupplier.is() ) in FillToolbar()
1255 m_xDocUICfgMgr.set( xSupplier->getUIConfigurationManager(), UNO_QUERY ); in FillToolbar()
2299 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in RetrieveShortcut() local
2300 if ( xSupplier.is() ) in RetrieveShortcut()
2302 …Reference< XUIConfigurationManager > xDocUICfgMgr( xSupplier->getUIConfigurationManager(), UNO_QUE… in RetrieveShortcut()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1357 …css::uno::Reference< css::frame::XFramesSupplier > xSupplier(m_xSMGR->createInstance(SERVICENAME_… in impl_searchAlreadyLoaded() local
1358 …css::uno::Reference< css::container::XIndexAccess > xTaskList(xSupplier->getFrames() … in impl_searchAlreadyLoaded()
1503 …css::uno::Reference< css::frame::XFramesSupplier > xSupplier(m_xSMGR->createInstance(SERVICENAME_D… in impl_searchRecycleTarget() local
1504 …FrameListAnalyzer aTasksAnalyzer(xSupplier, css::uno::Reference< css::frame::XFrame >(), FrameList… in impl_searchRecycleTarget()
1538 css::uno::Reference< css::frame::XFrame > xTask = xSupplier->getActiveFrame(); in impl_searchRecycleTarget()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx616 Reference< view::XSelectionSupplier > xSupplier( xController, UNO_QUERY ); in ExecPrint() local
619 if( xSupplier.is() ) in ExecPrint()
620 aSelection = xSupplier->getSelection(); in ExecPrint()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx195 Reference< XNumberFormatsSupplier > xSupplier(rParam.xFormatter->getNumberFormatsSupplier()); in convertDateString() local
196 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertDateString()
198 double fDate = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateString()
208 Reference< XNumberFormatsSupplier > xSupplier(rParam.xFormatter->getNumberFormatsSupplier()); in convertDateTimeString() local
209 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertDateTimeString()
211 double fDateTime = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateTimeString()
221 Reference< XNumberFormatsSupplier > xSupplier(rParam.xFormatter->getNumberFormatsSupplier()); in convertTimeString() local
223 Reference< XNumberFormatTypes > xTypes(xSupplier->getNumberFormats(), UNO_QUERY); in convertTimeString()
/trunk/main/framework/source/services/
H A Dframe.cxx984 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in findFrame() local
985 if (xSupplier.is()) in findFrame()
987 …css::uno::Reference< css::container::XIndexAccess > xContainer( xSupplier->getFrames(), css::uno::… in findFrame()
2332 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in windowDeactivated() local
2333 if( xSupplier.is() == sal_True ) in windowDeactivated()
2336 xSupplier->setActiveFrame( css::uno::Reference< css::frame::XFrame >() ); in windowDeactivated()
H A Dtaskcreatorsrv.cxx321 …css::uno::Reference< css::frame::XFramesSupplier > xSupplier (xParentFrame, css::uno::UNO_QUERY_T… in implts_createFrame() local
322 css::uno::Reference< css::frame::XFrames > xContainer = xSupplier->getFrames(); in implts_createFrame()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficeDatabaseReportExtractor.java273 …XReportDocumentsSupplier xSupplier = UnoRuntime.queryInterface(XReportDocumentsSupplier.class, xOf… in load() local
274 XNameAccess xNameAccess = xSupplier.getReportDocuments(); in load()
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx172 … Reference< script::provider::XScriptProviderSupplier > xSupplier( xDoc, uno::UNO_QUERY_THROW ) ; in proccessDocument() local
177 Reference< script::provider::XScriptProvider > xProv = xSupplier->getScriptProvider(); in proccessDocument()
/trunk/main/sc/source/filter/xml/
H A Dxmltabi.cxx339 …uno::Reference<document::XEventsSupplier> xSupplier( GetScImport().GetTables().GetCurrentXSheet(),… in CreateChildContext() local
340 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName, xSupplier ); in CreateChildContext()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx92 Reference<XFormsSupplier> xSupplier( rExport.GetModel(), UNO_QUERY ); in exportXForms() local
93 if( xSupplier.is() ) in exportXForms()
95 Reference<XNameContainer> xForms = xSupplier->getXForms(); in exportXForms()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1523 …Reference< ::com::sun::star::util::XNumberFormatsSupplier > xSupplier = _rxFormatter->getNumberFo… in setEvalDateFormatForFormatter() local
1525 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in setEvalDateFormatForFormatter()
1874 …Reference< ::com::sun::star::util::XNumberFormatsSupplier > xSupplier(::dbtools::getNumberFormats… in getNumberFormatter() local
1876 if ( xSupplier.is() ) in getNumberFormatter()
1882 xFormatter->attachNumberFormatsSupplier(xSupplier); in getNumberFormatter()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1027 Reference<drawing::XDrawPageSupplier> xSupplier(rImp.GetModel(),UNO_QUERY); in SvTextShapeImportHelper() local
1028 if (xSupplier.is()) in SvTextShapeImportHelper()
1032 rImp.GetFormImport()->startPage(xSupplier->getDrawPage()); in SvTextShapeImportHelper()
1036 xPage = xSupplier->getDrawPage(); in SvTextShapeImportHelper()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx523 Reference<XFormsSupplier> xSupplier( xComponent, UNO_QUERY ); in lcl_getModels() local
524 if( xSupplier.is() ) in lcl_getModels()
526 xRet = xSupplier->getXForms(); in lcl_getModels()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx430 …Reference< ::com::sun::star::util::XNumberFormatsSupplier > xSupplier(m_pConnection->getDriver()-… in construct() local
432 m_xNumberFormatter->attachNumberFormatsSupplier(xSupplier); in construct()
433 Reference<XPropertySet> xProp(xSupplier->getNumberFormatSettings(),UNO_QUERY); in construct()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java402 …XReportDocumentsSupplier xSupplier = UnoRuntime.queryInterface(XReportDocumentsSupplier.class, xOf… in startTestForFile() local
403 xNameAccess = xSupplier.getReportDocuments(); in startTestForFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DReportDesignerTest.java428 …XReportDocumentsSupplier xSupplier = (XReportDocumentsSupplier)UnoRuntime.queryInterface(XReportDo… in startTestForFile() local
429 xNameAccess = xSupplier.getReportDocuments(); in startTestForFile()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx179 …uno::Reference< drawing::XDrawPagesSupplier > xSupplier( mpDocShell->GetModel(), uno::UNO_QUERY_TH… in getCodeNameForObject() local
180 …uno::Reference< container::XIndexAccess > xIndex( xSupplier->getDrawPages(), uno::UNO_QUERY_THROW … in getCodeNameForObject()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1014 …::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > xSupplier = ge… in getProperty()
1015 aReturn <<= xSupplier; in getProperty()
1306 …nst ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > & xSupplier) in setFormatsSupplier() argument
1311 if (!xSupplier.is()) in setFormatsSupplier()
1321 pNew = SvNumberFormatsSupplierObj::getImplementation(xSupplier); in setFormatsSupplier()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx309 … uno::Reference< report::XFunctionsSupplier> xSupplier(pData->getContent(),uno::UNO_QUERY); in Command() local
326 … aContextMenu.EnableItem(nId,m_rController.isEditable() && (xSupplier.is() || xFunctions.is()) ); in Command()
341 aArgs[0].Value <<= (xFunctions.is() ? xFunctions : xSupplier->getFunctions()); in Command()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.hxx51 ::rtl::Reference< SvNumberFormatsSupplierObj > xSupplier;
61 ::com::sun::star::util::XNumberFormatsSupplier >& xSupplier )
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx1003 Reference< util::XNumberFormatsSupplier > xSupplier; in readFormattedFieldModel() local
1004 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatsSupplier") ) ) >>= xSupplier) in readFormattedFieldModel()
1007 xSupplier->getNumberFormats()->getByKey( nKey ), in readFormattedFieldModel()

Completed in 201 milliseconds

12345