Home
last modified time | relevance | path

Searched refs:xSupplier (Results 26 – 50 of 111) sorted by relevance

12345

/aoo42x/main/sfx2/source/view/
H A Dviewfrm.cxx3067 … com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorderSupplier > xSupplier; in MiscExec_Impl() local
3068 aProp >>= xSupplier; in MiscExec_Impl()
3070 if (xSupplier.is()) in MiscExec_Impl()
3071 xRecorder = xSupplier->getDispatchRecorder(); in MiscExec_Impl()
3108xSupplier = com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorderSupplier >( in MiscExec_Impl()
3112 xSupplier->setDispatchRecorder(xRecorder); in MiscExec_Impl()
3114 aProp <<= xSupplier; in MiscExec_Impl()
3271 … com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorderSupplier > xSupplier; in MiscState_Impl() local
3272 if ( aProp >>= xSupplier ) in MiscState_Impl()
3273 rSet.Put( SfxBoolItem( nWhich, xSupplier.is() ) ); in MiscState_Impl()
[all …]
/aoo42x/main/sfx2/source/appl/
H A Dimagemgr.cxx134 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in GetImage() local
135 if ( xSupplier.is() ) in GetImage()
137 …Reference< XUIConfigurationManager > xDocUICfgMgr( xSupplier->getUIConfigurationManager(), UNO_QUE… in GetImage()
/aoo42x/main/xmloff/source/text/
H A DXMLLineNumberingImportContext.cxx224 Reference<XLineNumberingProperties> xSupplier(GetImport().GetModel(), in CreateAndInsert() local
226 if (xSupplier.is()) in CreateAndInsert()
229 xSupplier->getLineNumberingProperties(); in CreateAndInsert()
/aoo42x/main/basic/source/classes/
H A Deventatt.cxx97 Reference< provider::XScriptProviderSupplier > xSupplier( xModel, UNO_QUERY ); in SFURL_firing_impl() local
98 … OSL_ENSURE( xSupplier.is(), "SFURL_firing_impl: failed to get script provider supplier" ); in SFURL_firing_impl()
99 if ( xSupplier.is() ) in SFURL_firing_impl()
100 xScriptProvider.set( xSupplier->getScriptProvider() ); in SFURL_firing_impl()
/aoo42x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1120 Reference< XNumberFormatsSupplier > xSupplier; in describePropertyLine() local
1121 m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier; in describePropertyLine()
1122 if (xSupplier.is()) in describePropertyLine()
1124 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in describePropertyLine()
1751 Reference< XNumberFormatsSupplier > xSupplier; in actuatingPropertyChanged() local
1752 OSL_VERIFY( m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier ); in actuatingPropertyChanged()
1754 Reference< XUnoTunnel > xTunnel( xSupplier, UNO_QUERY ); in actuatingPropertyChanged()
2713 Reference< XNumberFormatsSupplier > xSupplier; in impl_dialogFormatting_nothrow() local
2714 m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier; in impl_dialogFormatting_nothrow()
2716 …DBG_ASSERT(xSupplier.is(), "FormComponentPropertyHandler::impl_dialogFormatting_nothrow: invalid c… in impl_dialogFormatting_nothrow()
[all …]
/aoo42x/main/chart2/source/model/main/
H A DChartModel.cxx1336 Reference< util::XNumberFormatsSupplier > xSupplier( impl_getNumberFormatsSupplier() ); in getNumberFormatSettings() local
1337 if( xSupplier.is() ) in getNumberFormatSettings()
1338 return xSupplier->getNumberFormatSettings(); in getNumberFormatSettings()
1345 Reference< util::XNumberFormatsSupplier > xSupplier( impl_getNumberFormatsSupplier() ); in getNumberFormats() local
1346 if( xSupplier.is() ) in getNumberFormats()
1347 return xSupplier->getNumberFormats(); in getNumberFormats()
/aoo42x/main/sfx2/source/control/
H A Drequest.cxx871 … com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorderSupplier > xSupplier; in GetMacroRecorder() local
872 aProp >>= xSupplier; in GetMacroRecorder()
873 if(xSupplier.is()) in GetMacroRecorder()
874 xRecorder = xSupplier->getDispatchRecorder(); in GetMacroRecorder()
/aoo42x/main/odk/examples/java/Text/
H A DStyleInitialization.java173 com.sun.star.style.XStyleFamiliesSupplier xSupplier = null; in main() local
174 xSupplier = ( com.sun.star.style.XStyleFamiliesSupplier ) UnoRuntime.queryInterface( in main()
179 xNameAccess = xSupplier.getStyleFamilies(); in main()
H A DStyleCreation.java60 com.sun.star.style.XStyleFamiliesSupplier xSupplier = in main() local
66 xSupplier.getStyleFamilies(); in main()
/aoo42x/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx455 Reference< provider::XScriptProviderSupplier > xSupplier( m_xModel, UNO_QUERY ); in firing_impl() local
456 …OSL_ENSURE( xSupplier.is(), "DialogScriptListenerImpl::firing_impl: failed to get script provider … in firing_impl()
457 if ( xSupplier.is() ) in firing_impl()
458 xScriptProvider.set( xSupplier->getScriptProvider() ); in firing_impl()
/aoo42x/main/svx/source/dialog/
H A Drubydialog.cxx341 Reference<XStyleFamiliesSupplier> xSupplier(xModel, UNO_QUERY); in Activate() local
342 if(xSupplier.is()) in Activate()
346 Reference<XNameAccess> xFam = xSupplier->getStyleFamilies(); in Activate()
393 aCharStyleLB.Enable(xSupplier.is()); in Activate()
394 aCharStyleFT.Enable(xSupplier.is()); in Activate()
/aoo42x/main/chart2/source/inc/
H A DNumberFormatterWrapper.hxx43 …st ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xSupplier );
65 …const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xSupplier
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1095 Reference< XNumberFormatsSupplier> xSupplier; in TransferFormComponentProperties() local
1096 xOldProps->getPropertyValue(sPropFormatsSupplier) >>= xSupplier; in TransferFormComponentProperties()
1097 if (xSupplier.is()) in TransferFormComponentProperties()
1099 Reference< XNumberFormats> xFormats(xSupplier->getNumberFormats()); in TransferFormComponentProperties()
1177 Reference< XNumberFormatsSupplier> xSupplier; in TransferFormComponentProperties() local
1178 xNewProps->getPropertyValue(sPropFormatsSupplier) >>= xSupplier; in TransferFormComponentProperties()
1179 if (xSupplier.is()) in TransferFormComponentProperties()
1181 Reference< XNumberFormats> xFormats(xSupplier->getNumberFormats()); in TransferFormComponentProperties()
H A Dformattedcolumnvalue.cxx208 …Reference< XNumberFormatsSupplier > xSupplier( getNumberFormats( xConnection, sal_True, i_rContext… in lcl_initColumnDataValue_nothrow() local
212 xNumberFormatter->attachNumberFormatsSupplier( xSupplier ); in lcl_initColumnDataValue_nothrow()
/aoo42x/main/sw/qa/complex/checkColor/
H A DCheckChangeColor.java55 …XStyleFamiliesSupplier xSupplier = ( XStyleFamiliesSupplier ) UnoRuntime.queryInterface(XStyleFami… in checkChangeColor() local
58 XNameAccess xNameAccess = xSupplier.getStyleFamilies(); in checkChangeColor()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx404 Reference<XNumberFormatsSupplier> xSupplier( m_xDocument, UNO_QUERY ); in setBooleanFormat() local
405 if ( xSupplier.is() && xCellProp.is() ) in setBooleanFormat()
407 Reference<XNumberFormats> xFormats(xSupplier->getNumberFormats()); in setBooleanFormat()
/aoo42x/main/svx/source/form/
H A Dfmshimp.cxx1694 …Reference< XNumberFormatsSupplier> xSupplier( getNumberFormats(OStaticDataAccessTools().getRowSetC… in GetY2KState() local
1695 if (xSupplier.is()) in GetY2KState()
1697 Reference< XPropertySet> xSet(xSupplier->getNumberFormatSettings()); in GetY2KState()
1725 …Reference< XNumberFormatsSupplier > xSupplier( getNumberFormats( getRowSetConnection( xActiveRowSe… in SetY2KState() local
1726 if (xSupplier.is()) in SetY2KState()
1728 Reference< XPropertySet> xSet(xSupplier->getNumberFormatSettings()); in SetY2KState()
1765 …Reference< XNumberFormatsSupplier > xSupplier( getNumberFormats( getRowSetConnection( xElementAsRo… in SetY2KState() local
1766 if (!xSupplier.is()) in SetY2KState()
1769 Reference< XPropertySet> xSet(xSupplier->getNumberFormatSettings()); in SetY2KState()
2735 Reference< XSelectionSupplier > xSupplier( rEvent.Source, UNO_QUERY ); in selectionChanged() local
[all …]
/aoo42x/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx429 … uno::Reference< ui::XUIConfigurationManagerSupplier > xSupplier( xModel, uno::UNO_QUERY ); in associateUIConfigurationManagers() local
430 if ( xSupplier.is() ) in associateUIConfigurationManagers()
433 xSupplier->getUIConfigurationManager(), uno::UNO_QUERY ); in associateUIConfigurationManagers()
/aoo42x/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx303 …Reference< XNumberFormatsSupplier> xSupplier = ::dbtools::getNumberFormats(m_pImpl->m_xConnection); in initializeConnection() local
304 if(xSupplier.is()) in initializeConnection()
308 m_pImpl->m_xFormatter->attachNumberFormatsSupplier(xSupplier); in initializeConnection()
/aoo42x/main/framework/source/uielement/
H A Dnewmenucontroller.cxx211 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in setAccelerators() local
212 if ( xSupplier.is() ) in setAccelerators()
214 …Reference< XUIConfigurationManager > xDocUICfgMgr( xSupplier->getUIConfigurationManager(), UNO_QUE… in setAccelerators()
H A Dmenubarmanager.cxx1586 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in RetrieveShortcuts() local
1587 if ( xSupplier.is() ) in RetrieveShortcuts()
1589 …Reference< XUIConfigurationManager > xDocUICfgMgr( xSupplier->getUIConfigurationManager(), UNO_QUE… in RetrieveShortcuts()
1662 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in RetrieveImageManagers() local
1663 if ( xSupplier.is() ) in RetrieveImageManagers()
1665 …Reference< XUIConfigurationManager > xDocUICfgMgr( xSupplier->getUIConfigurationManager(), UNO_QUE… in RetrieveImageManagers()
/aoo42x/main/xmloff/source/script/
H A Dxmlscripti.cxx146 Reference< XEventsSupplier> xSupplier( GetImport().GetModel(), UNO_QUERY ); in CreateChildContext() local
147 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName, xSupplier ); in CreateChildContext()
/aoo42x/main/framework/source/fwe/classes/
H A Dframelistanalyzer.cxx68 …zer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFramesSupplier >& xSupplier , in FrameListAnalyzer() argument
71 : m_xSupplier (xSupplier ) in FrameListAnalyzer()
/aoo42x/main/ucb/source/core/
H A Ducb.cxx945 Reference< XContentProviderSupplier > xSupplier( in resolveProvider() local
947 if ( xSupplier.is() ) in resolveProvider()
948 m_xResolvedProvider = xSupplier->getContentProvider(); in resolveProvider()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1433 Reference< script::XScriptEventsSupplier > xSupplier( in importEvents() local
1435 if (xSupplier.is()) in importEvents()
1437 Reference< container::XNameContainer > xEvents( xSupplier->getEvents() ); in importEvents()
1887 Reference< util::XNumberFormatsSupplier > xSupplier( in getNumberFormatsSupplier() local
1896 _xSupplier = xSupplier; in getNumberFormatsSupplier()

Completed in 273 milliseconds

12345