Home
last modified time | relevance | path

Searched refs:xSource (Results 1 – 25 of 185) sorted by relevance

12345678

/trunk/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx59 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()
106 Sequence< OUString > sourceKeys( xSource->getKeyNames() ); in mergeKeys()
155 Reference< registry::XRegistryKey > const & xSource ) in mergeKeys()
[all …]
H A Dimplreg.cxx169 const Reference < XRegistryKey >& xSource) in deleteAllLinkReferences()
252 const Reference < XRegistryKey > & xSource, in prepareLink()
256 OUString linkRefName = xSource->getKeyName(); in prepareLink()
814 subKeys = xSource->openKeys(); in deleteAllImplementations()
818 xSource->closeKey(); in deleteAllImplementations()
823 rtl::OUString path(xSource->getKeyName()); in deleteAllImplementations()
824 xSource->closeKey(); in deleteAllImplementations()
956 subKeys = xSource->openKeys(); in deleteAllServiceEntries()
960 xSource->closeKey(); in deleteAllServiceEntries()
966 xSource->closeKey(); in deleteAllServiceEntries()
[all …]
/trunk/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx80 xSource = m_xSource; in impl_init()
83 if( xSource.is() ) in impl_init()
84 setSource( xSource ); in impl_init()
355 xSource = m_xSource; in getStaticResultSet()
360 if( xSource.is() ) in getStaticResultSet()
365 if( !xSource.is() ) in getStaticResultSet()
394 xSource = m_xSource; in setListener()
397 if ( xSource.is() ) in setListener()
398 xSource->setListener( xMyListenerImpl ); in setListener()
456 xSource = m_xSource; in getCapabilities()
[all …]
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx253 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()
291 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTCOLOR_1 ))); in lcl_setLightSources()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx163 Reference< XListEntrySource > xSource; in actuatingPropertyChanged() local
164 _rNewValue >>= xSource; in actuatingPropertyChanged()
178 if ( !xSource.is() ) in actuatingPropertyChanged()
265 if ( !m_pHelper->isCellRangeListSource( xSource ) ) in getPropertyValue()
266 xSource.clear(); in getPropertyValue()
268 aReturn <<= xSource; in getPropertyValue()
311 Reference< XListEntrySource > xSource; in setPropertyValue() local
312 _rValue >>= xSource; in setPropertyValue()
313 m_pHelper->setListSource( xSource ); in setPropertyValue()
437 Reference< XListEntrySource > xSource; in convertToControlValue() local
[all …]
H A Dcellbindinghelper.cxx249 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()
/trunk/main/sd/source/core/
H A DCustomAnimationCloner.cxx88 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()
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()
339 if( maSourceNodeVector[nNode] == xSource ) in getClonedNode()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx132 if ( xSource.is() ) in lcl_GetDataGetOrientation()
380 return xSource; in GetSource()
474 if (!xSource.is()) in CreateObjects()
495 xSource = pSource; in CreateObjects()
549 xSource = NULL; in InvalidateSource()
826 if (!xSource.is()) in IsDimNameInUse()
855 if ( xSource.is() ) in GetDimName()
898 if ( xSource.is() ) in IsDuplicated()
930 if ( xSource.is() ) in GetDimCount()
952 if ( !xSource.is() ) return; in FillPageList()
[all …]
H A Ddpsave.cxx1059 void lcl_ResetOrient( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in lcl_ResetOrient() argument
1063 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in lcl_ResetOrient()
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()
1389 pDim->Refresh( xSource, deletedDims ); in Refresh()
1405 if ( xSource.is() ) in Refresh()
[all …]
H A Ddpoutput.cxx357 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()
1096 uno::Reference<beans::XPropertySet> xSrcProp( xSource, uno::UNO_QUERY ); in lcl_GetTableVars()
1107 if ( xSource.is() ) in lcl_GetTableVars()
1197 Reference<beans::XPropertySet> xPropSet(xSource, UNO_QUERY); in GetPositionData()
1278 Reference<beans::XPropertySet> xPropSet(xSource, UNO_QUERY); in GetDataResultPositionData()
1420 uno::Reference<container::XNameAccess> xDimsName = xSource->getDimensions(); in lcl_GetSubTotals()
[all …]
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx215 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 DDataSeriesHelper.cxx220 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()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx250 if(!xSource.is()) in lcl_InitNumberFormatter()
1422 uno::Reference< XDataSource> xSource; in IMPL_LINK_INLINE_END() local
1504 if(!xSource.is()) in GetColumnFmt()
2043 uno::Reference< XDataSource> xSource; in OpenDataSource() local
2100 uno::Reference< XDataSource> xSource; in RegisterConnection() local
2695 uno::Reference<XDataSource> xSource; in InsertText() local
2699 if(!xSource.is()) in InsertText()
2711 xSource, in InsertText()
2757 uno::Reference<XDataSource> xSource; in getDataSourceAsParent() local
2763 if ( !xSource.is() ) in getDataSourceAsParent()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx189 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()
/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx143 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()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx186 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()
/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx53 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()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx410 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
764 const Reference< XInterface > xSource( *this ); in setDescription() local
1313 const Reference< XInterface > xSource( *this ); in setStateChecked() local
1322 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in setStateChecked()
1326 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in setStateChecked()
1332 const Reference< XInterface > xSource( *this ); in FireFocusEvent() local
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx175 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 DDataBrowserModel.cxx128 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()
/trunk/main/chart2/source/controller/main/
H A DChartModelClone.cxx219 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()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx692 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()
/trunk/main/package/source/package/manifest/
H A DManifestWriter.cxx71 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()
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx406 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()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1745 rtl::Reference< HierarchyContent > xSource; in transfer() local
1749 xSource = static_cast< HierarchyContent * >( in transfer()
1757 if ( !xSource.is() ) in transfer()
1780 rtl::OUString aType = xSource->isFolder() in transfer()
1816 = xSource->getPropertySetInfo( xEnv )->getProperties(); in transfer()
1825 = xSource->getPropertyValues( aSourceProps ); in transfer()
1888 if ( xSource->isFolder() ) in transfer()
1921 xSource->destroy( sal_True, xEnv ); in transfer()
1924 if ( !xSource->removeData() ) in transfer()
1933 xSource->m_xIdentifier-> in transfer()
[all …]

Completed in 194 milliseconds

12345678