/aoo42x/main/forms/source/component/ |
H A D | FormattedField.cxx | 144 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 …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | numbers.cxx | 65 …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()
|
/aoo42x/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 162 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 …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | dispuno.cxx | 227 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 …]
|
/aoo42x/main/xmloff/source/xforms/ |
H A D | xformsapi.cxx | 95 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()
|
/aoo42x/main/svx/source/sidebar/ |
H A D | SelectionChangeHandler.cxx | 98 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()
|
/aoo42x/main/cui/source/customize/ |
H A D | eventdlg.cxx | 92 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()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unodispatch.cxx | 231 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()
|
/aoo42x/main/chart2/source/tools/ |
H A D | NumberFormatterWrapper.cxx | 45 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()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 353 … 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 …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLFootnoteConfigurationImportContext.cxx | 354 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 D | XMLAutoTextEventImport.cxx | 80 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 D | XMLRedlineExport.cxx | 216 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 D | XMLAutoTextEventExport.cxx | 116 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 D | XMLLineNumberingExport.cxx | 77 Reference<XLineNumberingProperties> xSupplier(rExport.GetModel(), in Export() local 79 if (xSupplier.is()) in Export() 82 xSupplier->getLineNumberingProperties(); in Export()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 178 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()
|
/aoo42x/main/sfx2/source/config/ |
H A D | evntconf.cxx | 235 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()
|
/aoo42x/main/sd/source/ui/slidesorter/model/ |
H A D | SlideSorterModel.cxx | 541 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()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | DateConversion.cxx | 223 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() 232 …xSupplier->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()
|
/aoo42x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 154 …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()
|
/aoo42x/main/forms/source/misc/ |
H A D | limitedformats.cxx | 373 …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()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 244 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | xsdvalidationhelper.cxx | 354 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()
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 213 …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()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | ColumnControlWindow.cxx | 120 …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()
|