| /AOO41X/main/stoc/source/implementationregistration/ |
| H A D | mergekeys.cxx | 59 Reference< registry::XRegistryKey > const & xSource, in mergeKeys() 63 if (!xSource.is() || !xSource->isValid()) { in mergeKeys() 75 switch (xSource->getValueType()) in mergeKeys() 80 xDest->setLongValue( xSource->getLongValue() ); in mergeKeys() 83 xDest->setAsciiValue( xSource->getAsciiValue() ); in mergeKeys() 86 xDest->setStringValue( xSource->getStringValue() ); in mergeKeys() 89 xDest->setBinaryValue( xSource->getBinaryValue() ); in mergeKeys() 92 xDest->setLongListValue( xSource->getLongListValue() ); in mergeKeys() 95 xDest->setAsciiListValue( xSource->getAsciiListValue() ); in mergeKeys() 98 xDest->setStringListValue( xSource->getStringListValue() ); in mergeKeys() [all …]
|
| H A D | implreg.cxx | 169 const Reference < XRegistryKey >& xSource) in deleteAllLinkReferences() 172 Reference < XRegistryKey > xKey = xSource->openKey( in deleteAllLinkReferences() 252 const Reference < XRegistryKey > & xSource, in prepareLink() 256 OUString linkRefName = xSource->getKeyName(); in prepareLink() 287 xSource->createLink(linkName, linkRefName); in prepareLink() 744 const Reference < XRegistryKey >& xSource, in deleteAllImplementations() 749 Sequence < Reference < XRegistryKey > > subKeys = xSource->openKeys(); in deleteAllImplementations() 814 subKeys = xSource->openKeys(); in deleteAllImplementations() 817 rtl::OUString path(xSource->getKeyName()); in deleteAllImplementations() 818 xSource->closeKey(); in deleteAllImplementations() [all …]
|
| /AOO41X/main/ucb/source/cacher/ |
| H A D | dynamicresultsetwrapper.cxx | 77 Reference< XDynamicResultSet > xSource = NULL; in impl_init() local 80 xSource = m_xSource; in impl_init() 83 if( xSource.is() ) in impl_init() 84 setSource( xSource ); in impl_init() 348 Reference< XDynamicResultSet > xSource = NULL; in getStaticResultSet() local 355 xSource = m_xSource; in getStaticResultSet() 360 if( xSource.is() ) in getStaticResultSet() 362 Reference< XComponent > xSourceComponent( xSource, UNO_QUERY ); in getStaticResultSet() 365 if( !xSource.is() ) in getStaticResultSet() 369 Reference< XResultSet > xResultSet = xSource->getStaticResultSet(); in getStaticResultSet() [all …]
|
| H A D | cacheddynamicresultsetstub.cxx | 206 Reference< XDynamicResultSet > xSource( Source ); in connectToCache() local 208 !( xSource->getCapabilities() & ContentResultSetCapability::SORTED ) in connectToCache() 229 xSource = xSorted; in connectToCache() 234 new CachedDynamicResultSetStub( xSource, m_xSMgr ) ); in connectToCache()
|
| /AOO41X/main/chart2/source/view/diagram/ |
| H A D | VDiagram.cxx | 253 const uno::Reference< beans::XPropertySet > & xSource, in lcl_setLightSources() 257 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_1 ))); in lcl_setLightSources() 259 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ))); in lcl_setLightSources() 261 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_3 ))); in lcl_setLightSources() 263 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_4 ))); in lcl_setLightSources() 265 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_5 ))); in lcl_setLightSources() 267 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_6 ))); in lcl_setLightSources() 269 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_7 ))); in lcl_setLightSources() 271 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_8 ))); in lcl_setLightSources() 274 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTDIRECTION_1 ))); in lcl_setLightSources() [all …]
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | cellbindinghandler.cxx | 163 Reference< XListEntrySource > xSource; in actuatingPropertyChanged() local 164 _rNewValue >>= xSource; in actuatingPropertyChanged() 166 _rxInspectorUI->enablePropertyUI( PROPERTY_STRINGITEMLIST, !xSource.is() ); in actuatingPropertyChanged() 167 _rxInspectorUI->enablePropertyUI( PROPERTY_LISTSOURCE, !xSource.is() ); in actuatingPropertyChanged() 168 _rxInspectorUI->enablePropertyUI( PROPERTY_LISTSOURCETYPE, !xSource.is() ); in actuatingPropertyChanged() 178 if ( !xSource.is() ) in actuatingPropertyChanged() 264 Reference< XListEntrySource > xSource( m_pHelper->getCurrentListSource() ); in getPropertyValue() local 265 if ( !m_pHelper->isCellRangeListSource( xSource ) ) in getPropertyValue() 266 xSource.clear(); in getPropertyValue() 268 aReturn <<= xSource; in getPropertyValue() [all …]
|
| H A D | cellbindinghelper.cxx | 249 Reference< XListEntrySource > xSource; in createCellListSourceFromStringAddress() local 253 return xSource; in createCellListSourceFromStringAddress() 256 xSource = xSource.query( createDocumentDependentInstance( in createCellListSourceFromStringAddress() 262 return xSource; in createCellListSourceFromStringAddress() 534 Reference< XListEntrySource > xSource; in getCurrentListSource() local 537 xSource = xSink->getListEntrySource(); in getCurrentListSource() 538 return xSource; in getCurrentListSource()
|
| /AOO41X/main/sd/source/core/ |
| H A D | CustomAnimationCloner.cxx | 88 Reference< XShape > getClonedShape( const Reference< XShape >& xSource ) const; 89 … Reference< XAnimationNode > getClonedNode( const Reference< XAnimationNode >& xSource ) const; 127 Reference< XShape > xSource( pSource->getUnoShape(), UNO_QUERY ); in Clone() local 129 if( xSource.is() && xTarget.is() ) in Clone() 131 maShapeMap[xSource] = xTarget; in Clone() 319 …nce< XShape > CustomAnimationClonerImpl::getClonedShape( const Reference< XShape >& xSource ) const in getClonedShape() 321 if( xSource.is() ) in getClonedShape() 323 if( maShapeMap.find(xSource) != maShapeMap.end() ) in getClonedShape() 325 return maShapeMap[xSource]; in getClonedShape() 330 return xSource; in getClonedShape() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpobject.cxx | 129 sal_uInt16 lcl_GetDataGetOrientation( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in lcl_GetDataGetOrientation() argument 132 if ( xSource.is() ) in lcl_GetDataGetOrientation() 134 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in lcl_GetDataGetOrientation() 380 return xSource; in GetSource() 389 pOutput = new ScDPOutput( pDoc, xSource, aOutRange.aStart, bFilterButton ); in CreateOutput() 474 if (!xSource.is()) in CreateObjects() 484 xSource = CreateSource( *pServDesc ); in CreateObjects() 487 if ( !xSource.is() ) // database or sheet data, or error in CreateSource in CreateObjects() 495 xSource = pSource; in CreateObjects() 499 pSaveData->Refresh( xSource ); in CreateObjects() [all …]
|
| H A D | dpsave.cxx | 1059 void lcl_ResetOrient( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in lcl_ResetOrient() argument 1063 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in lcl_ResetOrient() 1079 void ScDPSaveData::WriteToSource( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in WriteToSource() argument 1081 if (!xSource.is()) in WriteToSource() 1086 uno::Reference<beans::XPropertySet> xSourceProp( xSource, uno::UNO_QUERY ); in WriteToSource() 1120 lcl_ResetOrient( xSource ); in WriteToSource() 1134 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in WriteToSource() 1289 uno::Reference<sheet::XDimensionsSupplier> xSource = pDPObj->GetSource(); in BuildAllDimensionMembersFromSource() local 1290 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in BuildAllDimensionMembersFromSource() 1346 void ScDPSaveData::Refresh( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in Refresh() argument [all …]
|
| H A D | dpoutput.cxx | 357 xSource( xSrc ), in ScDPOutput() 381 uno::Reference<sheet::XDataPilotResults> xResult( xSource, uno::UNO_QUERY ); in ScDPOutput() 382 if ( xSource.is() && xResult.is() ) in ScDPOutput() 387 new ScNameToIndexAccess( xSource->getDimensions() ); in ScDPOutput() 537 uno::Reference<beans::XPropertySet> xSrcProp( xSource, uno::UNO_QUERY ); in ScDPOutput() 1089 const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in lcl_GetTableVars() argument 1096 uno::Reference<beans::XPropertySet> xSrcProp( xSource, uno::UNO_QUERY ); in lcl_GetTableVars() 1107 if ( xSource.is() ) in lcl_GetTableVars() 1113 …uno::Reference<container::XIndexAccess> xDims = new ScNameToIndexAccess( xSource->getDimensions() … in lcl_GetTableVars() 1197 Reference<beans::XPropertySet> xPropSet(xSource, UNO_QUERY); in GetPositionData() [all …]
|
| /AOO41X/main/chart2/source/tools/ |
| H A D | RangeHighlighter.cxx | 215 Reference< chart2::data::XDataSource > xSource( xSeries, uno::UNO_QUERY ); in fillRangesForDataSeries() local 216 if( xSource.is()) in fillRangesForDataSeries() 218 ::chart::DataSourceHelper::getRangesFromDataSource( xSource ), in fillRangesForDataSeries() 244 Reference< chart2::data::XDataSource > xSource( xErrorBar, uno::UNO_QUERY ); in fillRangesForErrorBars() local 245 if( xSource.is()) in fillRangesForErrorBars() 247 ::chart::DataSourceHelper::getRangesFromDataSource( xSource ), in fillRangesForErrorBars() 270 Reference< chart2::data::XDataSource > xSource( xDataSeries, uno::UNO_QUERY ); in fillRangesForDataPoint() local 271 if( xSource.is() ) in fillRangesForDataPoint() 274 …Sequence< Reference< chart2::data::XLabeledDataSequence > > aLSeqSeq( xSource->getDataSequences()); in fillRangesForDataPoint()
|
| H A D | DataSeriesHelper.cxx | 220 const Reference< chart2::data::XDataSource > & xSource, OUString aRole, in getDataSequenceByRole() 224 if( ! xSource.is()) in getDataSequenceByRole() 226 …Sequence< Reference< chart2::data::XLabeledDataSequence > > aLabeledSeq( xSource->getDataSequences… in getDataSequenceByRole() 257 Reference< chart2::data::XDataSource > xSource( aSeries[ i ], uno::UNO_QUERY ); in getDataSource() local 258 if( xSource.is()) in getDataSource() 260 … Sequence< Reference< chart2::data::XLabeledDataSequence > > aSeq( xSource->getDataSequences()); in getDataSource() 365 Reference< chart2::data::XDataSource > xSource( xSeries, uno::UNO_QUERY ); in getDataSeriesLabel() local 366 if( xSource.is()) in getDataSeriesLabel() 369 ::chart::DataSeriesHelper::getDataSequenceByRole( xSource, rLabelSequenceRole )); in getDataSeriesLabel() 376 xLabeledSeq.set( lcl_findLSequenceWithOnlyLabel( xSource )); in getDataSeriesLabel()
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | dbmgr.cxx | 242 void lcl_InitNumberFormatter(SwDSParam& rParam, uno::Reference<XDataSource> xSource) in lcl_InitNumberFormatter() argument 250 if(!xSource.is()) in lcl_InitNumberFormatter() 251 xSource = SwNewDBMgr::getDataSourceAsParent(rParam.xConnection, rParam.sDataSource); in lcl_InitNumberFormatter() 253 uno::Reference<XPropertySet> xSourceProps(xSource, UNO_QUERY); in lcl_InitNumberFormatter() 318 uno::Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent( in lcl_GetColumnCnt() local 320 lcl_InitNumberFormatter(*pParam, xSource ); in lcl_GetColumnCnt() 418 …uno::Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,aData.sDataSou… in MergeNew() local 420 lcl_InitNumberFormatter(*pImpl->pMergeData, xSource); in MergeNew() 1422 uno::Reference< XDataSource> xSource; in IMPL_LINK_INLINE_END() local 1431 xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,rDBName); in IMPL_LINK_INLINE_END() [all …]
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | TableCopyHelper.cxx | 189 Reference< XPropertySet > xSource( xFactory->createDataAccessDescriptor(), UNO_SET_THROW ); in insertTable() local 190 xSource->setPropertyValue( PROPERTY_COMMAND_TYPE, makeAny( i_nCommandType ) ); in insertTable() 191 xSource->setPropertyValue( PROPERTY_COMMAND, makeAny( i_rCommand ) ); in insertTable() 192 xSource->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( xSrcConnection ) ); in insertTable() 193 xSource->setPropertyValue( PROPERTY_RESULT_SET, makeAny( i_rSourceRows ) ); in insertTable() 194 xSource->setPropertyValue( PROPERTY_SELECTION, makeAny( i_rSelection ) ); in insertTable() 195 xSource->setPropertyValue( PROPERTY_BOOKMARK_SELECTION, makeAny( i_bBookmarkSelection ) ); in insertTable() 200 …ableWizard > xWizard( CopyTableWizard::create( aContext.getUNOContext(), xSource, xDest ), UNO_SET… in insertTable()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | textsh2.cxx | 143 Reference<XDataSource> xSource; in ExecDB() local 144 xConnection = pNewDBMgr->GetConnection(sSourceArg, xSource); in ExecDB() 261 …Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,pDBStruct->aDBData.… in IMPL_STATIC_LINK() local 263 if(xConnection.is() && !xSource.is()) in IMPL_STATIC_LINK() 268 xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource); in IMPL_STATIC_LINK() 285 … xSource, in IMPL_STATIC_LINK() 292 pDlg->DataToDoc( pDBStruct->aSelection, xSource, xConnection, xResSet); in IMPL_STATIC_LINK()
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | formcellbinding.cxx | 186 Reference< XListEntrySource > xSource; in createCellListSourceFromStringAddress() local 190 return xSource; in createCellListSourceFromStringAddress() 193 xSource = xSource.query( createDocumentDependentInstance( in createCellListSourceFromStringAddress() 199 return xSource; in createCellListSourceFromStringAddress() 391 Reference< XListEntrySource > xSource; in getCurrentListSource() local 394 xSource = xSink->getListEntrySource(); in getCurrentListSource() 395 return xSource; in getCurrentListSource()
|
| /AOO41X/main/chart2/source/model/template/ |
| H A D | DataInterpreter.cxx | 53 void lcl_ShowDataSource( const Reference< data::XDataSource > & xSource ); 75 const Reference< data::XDataSource >& xSource, in interpretDataSource() 80 if( ! xSource.is()) in interpretDataSource() 84 lcl_ShowDataSource( xSource ); in interpretDataSource() 87 Sequence< Reference< data::XLabeledDataSequence > > aData( xSource->getDataSequences() ); in interpretDataSource() 415 void lcl_ShowDataSource( const Reference< data::XDataSource > & xSource ) in lcl_ShowDataSource() argument 417 if( ! xSource.is()) in lcl_ShowDataSource() 421 Sequence< Reference< data::XLabeledDataSequence > > aSequences( xSource->getDataSequences()); in lcl_ShowDataSource()
|
| /AOO41X/main/svx/source/accessibility/ |
| H A D | svxrectctaccessiblecontext.cxx | 410 const Reference< XInterface > xSource( *this ); in FireAccessibleEvent() local 411 CommitChange( AccessibleEventObject( xSource, nEventId, rNew,rOld ) ); in FireAccessibleEvent() 690 const Reference< XInterface > xSource( *this ); in FireChildFocus() local 694 … CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in FireChildFocus() 748 const Reference< XInterface > xSource( *this ); in setName() local 749 …CommitChange( AccessibleEventObject( xSource, AccessibleEventId::NAME_CHANGED, aPreVal, aPostVal )… in setName() 764 const Reference< XInterface > xSource( *this ); in setDescription() local 765 …CommitChange( AccessibleEventObject( xSource, AccessibleEventId::DESCRIPTION_CHANGED, aPreVal, aPo… in setDescription() 1313 const Reference< XInterface > xSource( *this ); in setStateChecked() local 1322 … CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in setStateChecked() [all …]
|
| /AOO41X/main/chart2/source/controller/main/ |
| H A D | ChartModelClone.cxx | 219 Reference< XChartDocument > xSource( i_modelToCopyFrom, UNO_QUERY_THROW ); in applyModelContentToModel() local 226 xDestination->setFirstDiagram( xSource->getFirstDiagram() ); in applyModelContentToModel() 230 Reference< XTitled > xSourceTitled( xSource, UNO_QUERY_THROW ); in applyModelContentToModel() 235 xSource->getPageBackground(), in applyModelContentToModel() 260 Reference< XModifiable > xSourceMod( xSource, UNO_QUERY ); in applyModelContentToModel()
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | tp_DataSource.cxx | 175 const Reference< chart2::data::XDataSource > & xSource ) in lcl_addLSequenceToDataSource() 177 Reference< data::XDataSink > xSink( xSource, uno::UNO_QUERY ); in lcl_addLSequenceToDataSource() 180 … Sequence< Reference< chart2::data::XLabeledDataSequence > > aData( xSource->getDataSequences()); in lcl_addLSequenceToDataSource() 951 … Reference< data::XDataSource > xSource( pSeriesEntry->m_xDataSeries, uno::UNO_QUERY_THROW ); in updateModelFromControl() local 953 DataSeriesHelper::getDataSequenceByRole( xSource, aSequenceRole )); in updateModelFromControl() 962 xLabeledSeq.set( lcl_findLSequenceWithOnlyLabel( xSource )); in updateModelFromControl() 967 lcl_addLSequenceToDataSource( xLabeledSeq, xSource ); in updateModelFromControl() 1027 xLabeledSeq.set( lcl_findLSequenceWithOnlyLabel( xSource )); in updateModelFromControl() 1031 lcl_addLSequenceToDataSource( xLabeledSeq, xSource ); in updateModelFromControl()
|
| H A D | DataBrowserModel.cxx | 128 Reference< chart2::data::XDataSource > xSource( xSeries, uno::UNO_QUERY_THROW ); in lcl_SequenceOfSeriesIsShared() local 129 … Sequence< Reference< chart2::data::XLabeledDataSequence > > aLSeq( xSource->getDataSequences()); in lcl_SequenceOfSeriesIsShared() 158 Reference< chart2::data::XDataSource > xSource( rSeries[0], uno::UNO_QUERY ); in lcl_getSharedSequences() local 159 Sequence< Reference< chart2::data::XLabeledDataSequence > > aLSeq( xSource->getDataSequences()); in lcl_getSharedSequences() 369 Reference< chart2::data::XDataSource > xSource( xNewSeries, uno::UNO_QUERY ); in insertDataSeries() local 370 if( xSource.is()) in insertDataSeries() 373 xSource->getDataSequences()); in insertDataSeries() 863 Reference< chart2::data::XDataSource > xSource( xSeries, uno::UNO_QUERY ); in updateFromModel() local 864 if( xSource.is()) in updateFromModel() 866 … Sequence< Reference< chart2::data::XLabeledDataSequence > > aLSeqs( xSource->getDataSequences()); in updateFromModel()
|
| /AOO41X/main/package/source/manifest/ |
| H A D | ManifestWriter.cxx | 71 Reference < XActiveDataSource > xSource ( xFactory->createInstance ( sSaxWriter ), UNO_QUERY ); in writeManifestSequence() local 72 if (xSource.is()) in writeManifestSequence() 74 xSource->setOutputStream ( rStream ); in writeManifestSequence() 75 Reference < XDocumentHandler > xHandler ( xSource, UNO_QUERY ); in writeManifestSequence()
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | binding.cxx | 692 const Reference<XInterface> xSource ) in lcl_modified() argument 695 xListener->modified( EventObject( xSource ) ); in lcl_modified() 700 const Reference<XInterface> xSource ) in lcl_listentry() argument 704 xListener->allEntriesChanged( EventObject( xSource ) ); in lcl_listentry() 709 const Reference<XInterface> xSource ) in lcl_validate() argument 712 xListener->validityConstraintChanged( EventObject( xSource ) ); in lcl_validate() 740 Reference<XInterface> xSource = static_cast<XPropertySet*>( this ); in valueModified() local 743 ::std::bind2nd( ::std::ptr_fun( lcl_modified ), xSource ) ); in valueModified() 746 ::std::bind2nd( ::std::ptr_fun( lcl_listentry ), xSource ) ); in valueModified() 749 ::std::bind2nd( ::std::ptr_fun( lcl_validate ), xSource ) ); in valueModified()
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | seltrans.cxx | 406 uno::Reference<datatransfer::XTransferable> xSource; in GetData() local 411 xSource = GetCellData(); in GetData() 418 xSource = GetDrawData(); in GetData() 426 if ( xSource.is() ) in GetData() 428 TransferableDataHelper aHelper( xSource ); in GetData()
|