Home
last modified time | relevance | path

Searched refs:xSupplier (Results 1 – 25 of 111) sorted by relevance

12345

/aoo4110/main/forms/source/component/
H A DFormattedField.cxx144 if ( xSupplier.is() ) in get()
145 return xSupplier; in get()
159 if ( xSupplier.is() ) in get()
162 return xSupplier; in get()
539 return makeAny(xSupplier); in getPropertyDefaultByHandle()
613 if ( xSupplier.is() ) in updateFormatterNullDate()
627 if (!xSupplier.is()) in calcFormatsSupplier()
631 if (!xSupplier.is()) in calcFormatsSupplier()
636 return xSupplier; in calcFormatsSupplier()
668 return xSupplier; in calcFormFormatsSupplier()
[all …]
/aoo4110/main/comphelper/source/misc/
H A Dnumbers.cxx65 …staruno::Reference<starutil::XNumberFormatsSupplier> xSupplier( xFormatter->getNumberFormatsSuppli… in getNumberFormatType() local
66 OSL_ENSURE(xSupplier.is(), "getNumberFormatType : the formatter doesn't implement a supplier !"); in getNumberFormatType()
67 staruno::Reference<starutil::XNumberFormats> xFormats( xSupplier->getNumberFormats()); in getNumberFormatType()
100 …staruno::Reference<starutil::XNumberFormatsSupplier> xSupplier( xFormatter.is() ? xFormatter->getN… in getStandardFormat() local
101 …staruno::Reference<starutil::XNumberFormats> xFormats( xSupplier.is() ? xSupplier->getNumberFormat… in getStandardFormat()
121 Reference< XNumberFormatsSupplier > xSupplier; in getNumberFormatProperty() local
126 xSupplier = _rxFormatter->getNumberFormatsSupplier(); in getNumberFormatProperty()
127 if ( xSupplier.is() ) in getNumberFormatProperty()
128 xFormats = xSupplier->getNumberFormats(); in getNumberFormatProperty()
/aoo4110/main/svl/source/numbers/
H A Dnumfmuno.cxx162 xSupplier = pNew; in attachNumberFormatsSupplier()
173 return xSupplier.get(); in getNumberFormatsSupplier()
183 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in detectNumberFormat()
207 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in convertStringToNumber()
230 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in convertNumberToString()
249 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in queryColorForNumber()
271 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in formatString()
291 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in queryColorForString()
314 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in getInputString()
333 SvNumberFormatter* pFormatter = xSupplier.is() ? xSupplier->GetNumberFormatter() : NULL; in convertNumberToPreviewString()
[all …]
/aoo4110/main/sc/source/ui/unoobj/
H A Ddispuno.cxx227 uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in ~ScDispatch() local
228 if ( xSupplier.is() ) in ~ScDispatch()
229 xSupplier->removeSelectionChangeListener(this); in ~ScDispatch()
314 … uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in addStatusListener() local
315 if ( xSupplier.is() ) in addStatusListener()
316 xSupplier->addSelectionChangeListener(this); in addStatusListener()
352 … uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in removeStatusListener() local
353 if ( xSupplier.is() ) in removeStatusListener()
354 xSupplier->removeSelectionChangeListener(this); in removeStatusListener()
400 uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY); in disposing() local
[all …]
/aoo4110/main/xmloff/source/xforms/
H A Dxformsapi.cxx95 Reference<XFormsSupplier> xSupplier( xDocument, UNO_QUERY ); in lcl_addXFormsModel() local
96 if( xSupplier.is() ) in lcl_addXFormsModel()
98 Reference<XNameContainer> xForms = xSupplier->getXForms(); in lcl_addXFormsModel()
129 Reference<XFormsSupplier> xSupplier( xDocument, UNO_QUERY ); in lcl_findXFormsBindingOrSubmission() local
130 if( xSupplier.is() ) in lcl_findXFormsBindingOrSubmission()
133 Reference<XNameContainer> xForms = xSupplier->getXForms(); in lcl_findXFormsBindingOrSubmission()
199 Reference<XFormsSupplier> xSupplier( xDoc, UNO_QUERY ); in lcl_getXFormsModel() local
200 if( xSupplier.is() ) in lcl_getXFormsModel()
202 Reference<XNameContainer> xForms = xSupplier->getXForms(); in lcl_getXFormsModel()
/aoo4110/main/svx/source/sidebar/
H A DSelectionChangeHandler.cxx98 uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY); in Connect() local
99 if (xSupplier.is()) in Connect()
102 xSupplier->addSelectionChangeListener(this); in Connect()
111 uno::Reference<view::XSelectionSupplier> xSupplier (mxController, uno::UNO_QUERY); in Disconnect() local
112 if (xSupplier.is()) in Disconnect()
115 xSupplier->removeSelectionChangeListener(this); in Disconnect()
/aoo4110/main/cui/source/customize/
H A Deventdlg.cxx92 uno::Reference< document::XEventsSupplier > xSupplier; in SvxEventConfigPage() local
95 xSupplier = uno::Reference< document::XEventsSupplier > ( in SvxEventConfigPage()
102 if ( xSupplier.is() ) in SvxEventConfigPage()
104 m_xAppEvents = xSupplier->getEvents(); in SvxEventConfigPage()
158 uno::Reference< document::XEventsSupplier > xSupplier( xModel, uno::UNO_QUERY ); in ImplInitDocument() local
160 if ( xSupplier.is() ) in ImplInitDocument()
162 m_xDocumentEvents = xSupplier->getEvents(); in ImplInitDocument()
/aoo4110/main/sw/source/ui/uno/
H A Dunodispatch.cxx231 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in ~SwXDispatch() local
233 xSupplier->removeSelectionChangeListener(xThis); in ~SwXDispatch()
344 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in addStatusListener() local
346 xSupplier->addSelectionChangeListener(xThis); in addStatusListener()
368 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in removeStatusListener() local
370 xSupplier->removeSelectionChangeListener(xThis); in removeStatusListener()
407 uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY); in disposing() local
409 xSupplier->removeSelectionChangeListener(xThis); in disposing()
/aoo4110/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx45 const uno::Reference< util::XNumberFormatsSupplier >& xSupplier in FixedNumberFormatter()
47 : m_aNumberFormatterWrapper(xSupplier) in FixedNumberFormatter()
75 …rWrapper::NumberFormatterWrapper( const uno::Reference< util::XNumberFormatsSupplier >& xSupplier ) in NumberFormatterWrapper() argument
76 : m_xNumberFormatsSupplier(xSupplier) in NumberFormatterWrapper()
84 …umberFormatsSupplierObj* pSupplierObj = SvNumberFormatsSupplierObj::getImplementation( xSupplier ); in NumberFormatterWrapper()
/aoo4110/main/xmloff/source/text/
H A DXMLFootnoteConfigurationImportContext.cxx354 Reference<XEndnotesSupplier> xSupplier( in Finish() local
356 if (xSupplier.is()) in Finish()
358 ProcessSettings(xSupplier->getEndnoteSettings()); in Finish()
363 Reference<XFootnotesSupplier> xSupplier( in Finish() local
365 if (xSupplier.is()) in Finish()
367 ProcessSettings(xSupplier->getFootnoteSettings()); in Finish()
H A DXMLAutoTextEventImport.cxx80 Reference<XEventsSupplier> xSupplier; in initialize() local
81 rArguments[i] >>= xSupplier; in initialize()
82 DBG_ASSERT(xSupplier.is(), "need XEventsSupplier or XNameReplace"); in initialize()
84 xEvents = xSupplier->getEvents(); in initialize()
H A DXMLRedlineExport.cxx216 Reference<XRedlinesSupplier> xSupplier(rExport.GetModel(), uno::UNO_QUERY); in ExportChangesListElements() local
217 if (xSupplier.is()) in ExportChangesListElements()
219 Reference<XEnumerationAccess> aEnumAccess = xSupplier->getRedlines(); in ExportChangesListElements()
303 Reference<XRedlinesSupplier> xSupplier(rExport.GetModel(), uno::UNO_QUERY); in ExportChangesListAutoStyles() local
304 if (xSupplier.is()) in ExportChangesListAutoStyles()
306 Reference<XEnumerationAccess> aEnumAccess = xSupplier->getRedlines(); in ExportChangesListAutoStyles()
H A DXMLAutoTextEventExport.cxx116 Reference<XEventsSupplier> xSupplier; in initialize() local
117 rArguments[1] >>= xSupplier; in initialize()
118 if (xSupplier.is()) in initialize()
120 Reference<XNameAccess> xAccess(xSupplier->getEvents(), UNO_QUERY); in initialize()
H A DXMLLineNumberingExport.cxx77 Reference<XLineNumberingProperties> xSupplier(rExport.GetModel(), in Export() local
79 if (xSupplier.is()) in Export()
82 xSupplier->getLineNumberingProperties(); in Export()
/aoo4110/main/dbaccess/source/ui/misc/
H A DDExport.cxx353 … Reference< XNumberFormatsSupplier > xSupplier = m_xFormatter->getNumberFormatsSupplier(); in insertValueIntoColumn() local
354 … Reference<XNumberFormatTypes> xNumType(xSupplier->getNumberFormats(),UNO_QUERY); in insertValueIntoColumn()
388 … Reference< XNumberFormatsSupplier > xSupplier = m_xFormatter->getNumberFormatsSupplier(); in insertValueIntoColumn() local
389 … Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in insertValueIntoColumn()
434 Reference< XNumberFormatsSupplier > xSupplier = m_xFormatter->getNumberFormatsSupplier(); in CheckString() local
435 Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in CheckString()
580 Reference< XNumberFormatsSupplier > xSupplier = m_xFormatter->getNumberFormatsSupplier(); in SetColumnTypes() local
581 Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in SetColumnTypes()
828 Reference< XNumberFormatsSupplier > xSupplier = m_xFormatter->getNumberFormatsSupplier(); in ensureFormatter() local
829 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in ensureFormatter()
[all …]
/aoo4110/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx178 Reference<ui::XUIConfigurationManagerSupplier> xSupplier (xModel, UNO_QUERY); in GetDocumentAcceleratorConfiguration() local
179 if (xSupplier.is()) in GetDocumentAcceleratorConfiguration()
182 xSupplier->getUIConfigurationManager(), in GetDocumentAcceleratorConfiguration()
207 Reference<ui::XModuleUIConfigurationManagerSupplier> xSupplier ( in GetModuleAcceleratorConfiguration() local
211 xSupplier->getUIConfigurationManager(GetModuleIdentifier())); in GetModuleAcceleratorConfiguration()
/aoo4110/main/sfx2/source/config/
H A Devntconf.cxx235 uno::Reference < document::XEventsSupplier > xSupplier; in PropagateEvent_Impl() local
238 xSupplier = uno::Reference < document::XEventsSupplier >( pDoc->GetModel(), uno::UNO_QUERY ); in PropagateEvent_Impl()
242 xSupplier = uno::Reference < document::XEventsSupplier > in PropagateEvent_Impl()
247 if ( xSupplier.is() ) in PropagateEvent_Impl()
249 uno::Reference < container::XNameReplace > xEvents = xSupplier->getEvents(); in PropagateEvent_Impl()
/aoo4110/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx541 Reference<drawing::XMasterPagesSupplier> xSupplier ( in UpdatePageList() local
543 if (xSupplier.is()) in UpdatePageList()
546 xSupplier->getMasterPages(), UNO_QUERY); in UpdatePageList()
553 Reference<drawing::XDrawPagesSupplier> xSupplier ( in UpdatePageList() local
555 if (xSupplier.is()) in UpdatePageList()
558 xSupplier->getDrawPages(), UNO_QUERY); in UpdatePageList()
/aoo4110/main/connectivity/source/commontools/
H A DDateConversion.cxx223 Date DBTypeConversion::getNULLDate(const Reference< XNumberFormatsSupplier > &xSupplier) in getNULLDate() argument
225 OSL_ENSURE(xSupplier.is(), "getNULLDate : the formatter doesn't implement a supplier !"); in getNULLDate()
226 if (xSupplier.is()) in getNULLDate()
232xSupplier->getNumberFormatSettings()->getPropertyValue(::rtl::OUString::createFromAscii("NullDate"… in getNULLDate()
472 …Reference< XNumberFormatsSupplier > xSupplier( xFormatter->getNumberFormatsSupplier(), UNO_SET_THR… in getFormattedValue() local
473 …Reference< XPropertySet > xFormatterSettings( xSupplier->getNumberFormatSettings(), UNO_SET_THROW … in getFormattedValue()
/aoo4110/main/svtools/source/table/
H A Dcellvalueconversion.cxx154 …Reference< XNumberFormatsSupplier > const xSupplier( i_formatter->getNumberFormatsSupplier(), UNO_… in StandardFormatNormalizer() local
155 … Reference< XNumberFormatTypes > const xTypes( xSupplier->getNumberFormats(), UNO_QUERY_THROW ); in StandardFormatNormalizer()
354 Reference< XNumberFormatsSupplier > const xSupplier( in lcl_ensureNumberFormatter() local
361 …Reference< XPropertySet > const xFormatSettings( xSupplier->getNumberFormatSettings(), UNO_SET_THR… in lcl_ensureNumberFormatter()
365 xFormatter->attachNumberFormatsSupplier( xSupplier ); in lcl_ensureNumberFormatter()
/aoo4110/main/forms/source/misc/
H A Dlimitedformats.cxx373 …Reference< XInterface > xSupplier = _rxORB->createInstanceWithArguments(FRM_NUMBER_FORMATS_SUPPLIE… in acquireSupplier() local
374 …OSL_ENSURE(xSupplier.is(), "OLimitedFormats::OLimitedFormats: could not create a formats supplier!… in acquireSupplier()
376 s_xStandardFormats = Reference< XNumberFormatsSupplier >(xSupplier, UNO_QUERY); in acquireSupplier()
377 …OSL_ENSURE(s_xStandardFormats.is() || !xSupplier.is(), "OLimitedFormats::OLimitedFormats: missing … in acquireSupplier()
/aoo4110/main/toolkit/source/controls/
H A Dformattedcontrol.cxx244 Reference< XNumberFormatsSupplier > xSupplier( aFormatsSupplier, UNO_QUERY ); in impl_updateCachedFormatter_nothrow() local
245 if ( !xSupplier.is() ) in impl_updateCachedFormatter_nothrow()
246 xSupplier = lcl_getDefaultFormats_throw(); in impl_updateCachedFormatter_nothrow()
255 m_xCachedFormatter->attachNumberFormatsSupplier( xSupplier ); in impl_updateCachedFormatter_nothrow()
/aoo4110/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx354 Reference< XNumberFormatsSupplier > xSupplier; in findDefaultFormatForIntrospectee() local
356 … OSL_VERIFY( m_xControlModel->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier ); in findDefaultFormatForIntrospectee()
357 if ( xSupplier.is() ) in findDefaultFormatForIntrospectee()
358 xFormatTypes = xFormatTypes.query( xSupplier->getNumberFormats() ); in findDefaultFormatForIntrospectee()
/aoo4110/main/dbaccess/source/ui/control/
H A DColumnControlWindow.cxx120 …Reference< XNumberFormatsSupplier > xSupplier(::dbtools::getNumberFormats(m_xConnection, sal_True… in GetFormatter() local
122 if ( xSupplier.is() ) in GetFormatter()
127 m_xFormatter->attachNumberFormatsSupplier(xSupplier); in GetFormatter()
/aoo4110/test/testuno/source/testlib/uno/
H A DSWUtil.java213 …XStyleFamiliesSupplier xSupplier = (XStyleFamiliesSupplier)UnoRuntime.queryInterface(XStyleFamilie… in getDefaultPageStyleProperty() local
214 …xFamilies = (XNameAccess) UnoRuntime.queryInterface (XNameAccess.class, xSupplier.getStyleFamilies… in getDefaultPageStyleProperty()
232 …XStyleFamiliesSupplier xSupplier = (XStyleFamiliesSupplier)UnoRuntime.queryInterface(XStyleFamilie… in setDefaultPageStyleProperty() local
233 …xFamilies = (XNameAccess) UnoRuntime.queryInterface (XNameAccess.class, xSupplier.getStyleFamilies… in setDefaultPageStyleProperty()

Completed in 142 milliseconds

12345