Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 25 of 5091) sorted by relevance

12345678910>>...204

/trunk/main/sc/source/core/tool/
H A Dparclass.cxx63 { ocIf, {{ Array, Reference, Reference }, 0 }},
64 { ocChose, {{ Array, Reference }, 1 }},
72 { ocUnion, {{ Reference, Reference }, 0 }},
73 { ocRange, {{ Reference, Reference }, 0 }},
80 { ocAnd, {{ Reference }, 1 }},
81 { ocAreas, {{ Reference }, 0 }},
82 { ocAveDev, {{ Reference }, 1 }},
83 { ocAverage, {{ Reference }, 1 }},
84 { ocAverageA, {{ Reference }, 1 }},
85 { ocAverageIf, {{ Reference, Value, Reference }, 0 }},
[all …]
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx72 using ::com::sun::star::uno::Reference;
83 const Reference< XDiagram > & xDiagram, in getTemplateForDiagram()
84 const Reference< lang::XMultiServiceFactory > & xChartTypeManager, in getTemplateForDiagram()
100 Reference< XChartTypeTemplate > xTempl( in getTemplateForDiagram()
119 Reference< XChartTypeTemplate > xTempl( in getTemplateForDiagram()
140 const Reference< XDiagram > & xDiagram, in setVertical()
145 Reference< XCoordinateSystemContainer > xCnt( xDiagram, uno::UNO_QUERY ); in setVertical()
148 Sequence< Reference< XCoordinateSystem > > aCooSys( in setVertical()
154 uno::Reference< XCoordinateSystem > xCooSys( aCooSys[i] ); in setVertical()
155 Reference< beans::XPropertySet > xProp( xCooSys, uno::UNO_QUERY ); in setVertical()
[all …]
H A DAxisHelper.cxx65 using ::com::sun::star::uno::Reference;
68 Reference< chart2::XScaling > AxisHelper::createLinearScaling() in createLinearScaling()
73 Reference< chart2::XScaling > AxisHelper::createLogarithmicScaling( double fBase ) in createLogarithmicScaling()
100 bool AxisHelper::isLogarithmic( const Reference< XScaling >& xScaling ) in isLogarithmic()
103 Reference< lang::XServiceName > xServiceName( xScaling, uno::UNO_QUERY ); in isLogarithmic()
109 …::ScaleData AxisHelper::getDateCheckedScale( const Reference< chart2::XAxis >& xAxis, const Refere… in getDateCheckedScale()
113Reference< chart2::XCoordinateSystem > xCooSys( ChartModelHelper::getFirstCoordinateSystem( xChart… in getDateCheckedScale()
146 const Reference< chart2::XAxis >& xAxis in getExplicitNumberFormatKeyForAxis()
147 , const Reference< chart2::XCoordinateSystem > & xCorrespondingCoordinateSystem in getExplicitNumberFormatKeyForAxis()
148 , const Reference< util::XNumberFormatsSupplier >& xNumberFormatsSupplier in getExplicitNumberFormatKeyForAxis()
[all …]
H A DDataSeriesHelper.cxx56 using ::com::sun::star::uno::Reference;
65 class lcl_MatchesRole : public ::std::unary_function< Reference< chart2::data::XLabeledDataSequence…
73 bool operator () ( const Reference< chart2::data::XLabeledDataSequence > & xSeq ) const in operator ()()
77 Reference< beans::XPropertySet > xProp( xSeq->getValues(), uno::UNO_QUERY ); in operator ()()
97 Reference< chart2::data::XLabeledDataSequence > lcl_findLSequenceWithOnlyLabel( in lcl_findLSequenceWithOnlyLabel()
98 const Reference< chart2::data::XDataSource > & xDataSource ) in lcl_findLSequenceWithOnlyLabel()
100 Reference< chart2::data::XLabeledDataSequence > xResult; in lcl_findLSequenceWithOnlyLabel()
101 …Sequence< Reference< chart2::data::XLabeledDataSequence > > aSequences( xDataSource->getDataSequen… in lcl_findLSequenceWithOnlyLabel()
120 const Reference< chart2::XDataSeries > & xSeries, in lcl_getCooSysAndChartTypeOfSeries()
121 const Reference< chart2::XDiagram > & xDiagram, in lcl_getCooSysAndChartTypeOfSeries()
[all …]
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx84 …uno::Reference< uno::XInterface > SAL_CALL _create(const uno::Reference< uno::XComponentContext > … in _create()
96Reference< resource::XStringResourceManager > lcl_getStringResourceManager(const Reference< XCompo… in lcl_getStringResourceManager()
113 Reference< task::XInteractionHandler > xDummyHandler; in lcl_getStringResourceManager()
115Reference< XMultiComponentFactory > xSMgr_( i_xContext->getServiceManager(), UNO_QUERY_THROW ); in lcl_getStringResourceManager()
117Reference< resource::XStringResourceManager > xStringResourceManager( xSMgr_->createInstanceWithCo… in lcl_getStringResourceManager()
122 Reference< XInitialization > xInit( xStringResourceManager, UNO_QUERY ); in lcl_getStringResourceManager()
128Reference< container::XNameContainer > lcl_createControlModel(const Reference< XComponentContext >… in lcl_createControlModel()
130Reference< XMultiComponentFactory > xSMgr_( i_xContext->getServiceManager(), UNO_QUERY_THROW ); in lcl_createControlModel()
131Reference< container::XNameContainer > xControlModel( xSMgr_->createInstanceWithContext( ::rtl::OU… in lcl_createControlModel()
134Reference< container::XNameContainer > lcl_createDialogModel( const Reference< XComponentContext >… in lcl_createDialogModel()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx79 using ::com::sun::star::uno::Reference;
86 bool operator() (::std::vector<Reference<deploy::XPackage> > const & a, in operator ()()
87 ::std::vector<Reference<deploy::XPackage> > const & b) in operator ()()
95 OUString getName(::std::vector<Reference<deploy::XPackage> > const & a);
98 OUString CompIdentifiers::getName(::std::vector<Reference<deploy::XPackage> > const & a) in getName()
102 Reference<deploy::XPackage> extension; in getName()
103 ::std::vector<Reference<deploy::XPackage> >::const_iterator it = a.begin(); in getName()
116 void writeLastModified(OUString & url, Reference<ucb::XCommandEnvironment> const & xCmdEnv) in writeLastModified()
124 Reference<css::io::XInputStream> xData( in writeLastModified()
141 css::uno::Reference<css::deployment::XPackage> m_extension;
[all …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx102 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
103 …FormController_NewInstance_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::X… in FormController_NewInstance_Impl()
126 using ::com::sun::star::uno::Reference;
217 Reference< XColumn > xColumn;
226 Reference< XControl > xFirstControlWithInputRequired;
230 Reference< XGrid > xFirstGridWithInputRequiredColumn;
255 ColumnInfoCache( const Reference< XColumnsSupplier >& _rxColSupplier );
261 void initializeControls( const Sequence< Reference< XControl > >& _rControls );
271 ColumnInfoCache::ColumnInfoCache( const Reference< XColumnsSupplier >& _rxColSupplier ) in ColumnInfoCache()
279 Reference< XColumnsSupplier > xSupplyCols( _rxColSupplier, UNO_SET_THROW ); in ColumnInfoCache()
[all …]
H A Dfmshimp.cxx310Reference< XInterface > xControlModel( pAsFormObject->GetUnoControlModel(), UNO_QUERY ); in collectInterfacesFromMarkList()
326 sal_Int16 GridView2ModelPos(const Reference< XIndexAccess>& rColumns, sal_Int16 nViewPos) in GridView2ModelPos()
334 Reference< XPropertySet> xCur; in GridView2ModelPos()
360 …void TransferEventScripts(const Reference< XControlModel>& xModel, const Reference< XControl>& xCo… in TransferEventScripts()
364 Reference< XChild> xModelChild(xModel, UNO_QUERY); in TransferEventScripts()
368 Reference< XEventAttacherManager> xEventManager(xModelChild->getParent(), UNO_QUERY); in TransferEventScripts()
376 Reference< XIndexAccess> xParentIndex(xModelChild->getParent(), UNO_QUERY); in TransferEventScripts()
387Reference< XIntrospection> xModelIntrospection(::comphelper::getProcessServiceFactory()->createIns… in TransferEventScripts()
388Reference< XIntrospection> xControlIntrospection(::comphelper::getProcessServiceFactory()->createI… in TransferEventScripts()
494 sal_Bool IsSearchableControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInter… in IsSearchableControl()
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx54 UnoTreeModel::UnoTreeModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiS… in UnoTreeModel()
103 return Any( Reference< XTreeDataModel >( 0 ) ); in ImplGetDefaultValue()
130 Reference< XPropertySetInfo > UnoTreeModel::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
132 static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
140 UnoTreeControl::UnoTreeControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoTreeControl()
159 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->select( rSelection ); in select()
166 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelection(); in getSelection()
171 void SAL_CALL UnoTreeControl::addSelectionChangeListener( const Reference< XSelectionChangeListener… in addSelectionChangeListener()
178 Reference< XWindowPeer > xGcc3WorkaroundTemporary( getPeer()); in addSelectionChangeListener()
179Reference< XTreeControl >( xGcc3WorkaroundTemporary, UNO_QUERY_THROW )->addSelectionChangeListener… in addSelectionChangeListener()
[all …]
/trunk/main/eventattacher/source/
H A Deventattacher.cxx67 InvocationToAllListenerMapper( const Reference< XIdlClass >& ListenerType,
68 const Reference< XAllListener >& AllListener, const Any& Helper );
71 …virtual Reference< XIntrospectionAccess > SAL_CALL getIntrospection(void) throw( RuntimeException …
81 Reference< XIdlReflection > m_xCoreReflection;
82 Reference< XAllListener > m_xAllListener;
83 Reference< XIdlClass > m_xListenerType;
89 Reference< XInterface > createAllListenerAdapter in createAllListenerAdapter()
91 const Reference< XInvocationAdapterFactory >& xInvocationAdapterFactory, in createAllListenerAdapter()
92 const Reference< XIdlClass >& xListenerType, in createAllListenerAdapter()
93 const Reference< XAllListener >& xListener, in createAllListenerAdapter()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx104 static void getNewSpreadsheetName (rtl::OUString &aNewName, rtl::OUString aOldName, uno::Reference in getNewSpreadsheetName()
107 …II_USTRINGPARAM( "getNewSpreadsheetName() xSpreadDoc is null" ) ), uno::Reference< uno::XInterface… in getNewSpreadsheetName()
119 static void removeAllSheets( uno::Reference <sheet::XSpreadsheetDocument>& xSpreadDoc, rtl::OUStrin… in removeAllSheets()
122 …NSTASCII_USTRINGPARAM( "removeAllSheets() xSpreadDoc is null" ) ), uno::Reference< uno::XInterface… in removeAllSheets()
123 uno::Reference<sheet::XSpreadsheets> xSheets = xSpreadDoc->getSheets(); in removeAllSheets()
124 uno::Reference <container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in removeAllSheets()
128 uno::Reference<container::XNameContainer> xNameContainer(xSheets,uno::UNO_QUERY_THROW); in removeAllSheets()
131 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(i), uno::UNO_QUERY); in removeAllSheets()
132 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in removeAllSheets()
139 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(0), uno::UNO_QUERY); in removeAllSheets()
[all …]
H A Dvbasheetobjects.cxx49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty()
82 const uno::Reference< XHelperInterface >& rxParent,
83 const uno::Reference< uno::XComponentContext >& rxContext,
84 const uno::Reference< frame::XModel >& rxModel,
85 const uno::Reference< sheet::XSpreadsheet >& rxSheet,
89 inline const uno::Reference< XHelperInterface >& getParent() const { return mxParent; } in getParent()
91 inline const uno::Reference< uno::XComponentContext >& getContext() const { return mxContext; } in getContext()
99 …uno::Reference< drawing::XShape > createShape( const awt::Point& rPos, const awt::Size& rSize ) th…
101 …sal_Int32 insertShape( const uno::Reference< drawing::XShape >& rxShape ) throw (uno::RuntimeExcep…
103 …::rtl::Reference< ScVbaSheetObjectBase > createVbaObject( const uno::Reference< drawing::XShape >&…
[all …]
H A Dvbarange.cxx211 uno::Any lcl_makeRange( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in lcl_makeRange()
213 uno::Reference< table::XCellRange > xCellRange( aAny, uno::UNO_QUERY_THROW ); in lcl_makeRange()
214 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, xCellRang… in lcl_makeRange()
217Reference< excel::XRange > lcl_makeXRangeFromSheetCellRanges( const uno::Reference< XHelperInterfa… in lcl_makeXRangeFromSheetCellRanges()
219 uno::Reference< excel::XRange > xRange; in lcl_makeXRangeFromSheetCellRanges()
234 … uno::Reference< table::XCellRange > xTmpRange( new ScCellRangeObj( pDoc, *aCellRanges.First() ) ); in lcl_makeXRangeFromSheetCellRanges()
239 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDoc, aCellRanges … in lcl_makeXRangeFromSheetCellRanges()
252 …tring::createFromAscii("General Error creating range - Unknown" ), uno::Reference< uno::XInterface… in getCellRangesBase()
269 …RTL_CONSTASCII_USTRINGPARAM( "Can't access Itemset for range" ) ), uno::Reference< uno::XInterface… in getCurrentDataSet()
279 … uno::Reference< script::vba::XVBAEventProcessor > xVBAEvents = pDoc->GetVbaEventProcessor(); in fireChangeEvent()
[all …]
/trunk/main/cppuhelper/source/
H A Dfactory.cxx76 const Reference<XMultiServiceFactory > & rServiceManager, in OSingleFactoryHelper()
93 const Reference<XMultiServiceFactory > & rServiceManager, in OSingleFactoryHelper()
109 Reference<XInterface > SAL_CALL createInstance()
111 …virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const Sequence<Any>& Arguments)
114 virtual Reference< XInterface > SAL_CALL createInstanceWithContext(
115 Reference< XComponentContext > const & xContext )
117 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext(
119 Reference< XComponentContext > const & xContext )
136 virtual Reference<XInterface > createInstanceEveryTime(
137 Reference< XComponentContext > const & xContext )
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx62 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getBoolAttr()
82 css::uno::Reference<css::uno::XInterface>(), css::uno::Any() ); in getBoolAttr()
90 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getStringAttr()
99 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getLongAttr()
119 css::uno::Reference< css::uno::XComponentContext > _xContext;
120 css::uno::Reference< css::util::XNumberFormatsSupplier > _xSupplier;
123 ::std::vector< css::uno::Reference< css::xml::input::XElement > > _styles;
125 css::uno::Reference< css::container::XNameContainer > _xDialogModel;
126 css::uno::Reference< css::lang::XMultiServiceFactory > _xDialogModelFactory;
146 css::uno::Reference< css::xml::input::XElement > const & xStyle )
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx81 ODataStreamTest( const Reference < XMultiServiceFactory > & rFactory ) : in ODataStreamTest()
86 …virtual void SAL_CALL testInvariant(const OUString& TestName, const Reference < XInterface >& Test…
91 const Reference < XInterface >& TestObject,
102 …void testSimple( const Reference < XDataInputStream > & , const Reference < XDataOutputStream > &);
109 Reference < XMultiServiceFactory > m_rFactory;
117 const Reference < XInterface >& TestObject ) in testInvariant()
122 Reference < XConnectable > connect( TestObject , UNO_QUERY ); in testInvariant()
123 Reference < XActiveDataSink > active( TestObject , UNO_QUERY ); in testInvariant()
124 Reference < XInputStream > input( TestObject , UNO_QUERY ); in testInvariant()
125 Reference < XDataInputStream > dataInput( TestObject , UNO_QUERY ); in testInvariant()
[all …]
/trunk/main/framework/test/
H A Dtest.cxx126 void impl_testDesktop ( const Reference< XDesktop >& xDesktop );
127 void impl_buildTree ( const Reference< XDesktop >& xDesktop );
128 void impl_logTree ( const Reference< XDesktop >& xDesktop );
133 …void impl_testPlugIn ( const Reference< XDesktop >& xDesktop, const Reference< XMultiServiceFac…
162 Reference< XMultiServiceFactory > m_xFactory;
218Reference< XDesktop > xDesktop( xGlobalServiceManager->createInstance( SERVICENAME_DESKTOP ), UNO_… in Main()
261Reference< XTypeDetection > xTypeDetection( getProcessServiceFactory()->createInstance( SERVICENAM… in impl_testTypeDetection()
267 Reference< XInterface > xInterface ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
268 Reference< XTypeProvider > xTypeProvider ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
269 Reference< XServiceInfo > xServiceInfo ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
[all …]
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx110 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
112 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
114 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
116 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
118 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
120 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
122 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
124 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
126 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
128 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >
[all …]
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx211 const Reference< XSimpleRegistry > &xReg, const OUString &keyName ) in retrieveAsciiValueList()
213 Reference< XEnumerationAccess > xAccess( xReg, UNO_QUERY ); in retrieveAsciiValueList()
217 Reference< XEnumeration > xEnum = xAccess->createEnumeration(); in retrieveAsciiValueList()
220 Reference< XSimpleRegistry > xTempReg; in retrieveAsciiValueList()
246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList()
249 Reference<XRegistryKey > xKey = rRootKey->openKey(keyName); in retrieveAsciiValueList()
271 size_t operator()(const Reference<XInterface > & rName) const in operator ()()
274 Reference<XInterface > x( Reference<XInterface >::query( rName ) ); in operator ()()
281 …size_t operator()(const Reference<XInterface > & rName1, const Reference<XInterface > & rName2 ) c… in operator ()()
287 Reference<XInterface >,
[all …]
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx56 using ::com::sun::star::uno::Reference;
65 const Reference< XDataSeries > & xSeries, in lcl_applyDefaultStyle()
67 const Reference< XDiagram > & xDiagram ) in lcl_applyDefaultStyle()
73 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in lcl_applyDefaultStyle()
74 Reference< chart2::XColorScheme > xColorScheme( xDiagram->getDefaultColorScheme()); in lcl_applyDefaultStyle()
82 void lcl_ensureCorrectLabelPlacement( const Reference< beans::XPropertySet >& xProp, const uno::Seq… in lcl_ensureCorrectLabelPlacement()
107 void lcl_resetLabelPlacementIfDefault( const Reference< beans::XPropertySet >& xProp, sal_Int32 nDe… in lcl_resetLabelPlacementIfDefault()
118 …d lcl_ensureCorrectMissingValueTreatment( const Reference< chart2::XDiagram >& xDiagram, const Ref… in lcl_ensureCorrectMissingValueTreatment()
120 Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY ); in lcl_ensureCorrectMissingValueTreatment()
139 Reference< uno::XComponentContext > const & xContext, in ChartTypeTemplate()
[all …]
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx115 inline Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XIdlReflection > & … in TypeToIdlClass()
133 Invocation_Impl( const Any & rAdapted, const Reference<XTypeConverter> &,
134 const Reference<XIntrospection> &,
135 const Reference<XIdlReflection> & );
157 … virtual Reference<XIntrospectionAccess> SAL_CALL getIntrospection(void) throw( RuntimeException );
229 virtual Reference<XEnumeration> SAL_CALL createEnumeration(void) throw( RuntimeException ) in createEnumeration()
241 void fillInfoForMethod( InvocationInfo& rInfo, const Reference< XIdlMethod > xMethod );
243 Reference<XTypeConverter> xTypeConverter;
244 Reference<XIntrospection> xIntrospection;
245 Reference<XIdlReflection> xCoreReflection;
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx61 inline XInterface * Reference< interface_type >::iquery( in iquery()
83 Reference< XInterface >( pInterface ) ); in iquery_throw()
87 inline XInterface * Reference< interface_type >::iquery_throw( in iquery_throw()
95 inline interface_type * Reference< interface_type >::iset_throw( in iset_throw()
111 inline Reference< interface_type >::~Reference() SAL_THROW( () ) in ~Reference()
118 inline Reference< interface_type >::Reference() SAL_THROW( () ) in Reference() function in com::sun::star::uno::Reference
124 inline Reference< interface_type >::Reference( const Reference< interface_type > & rRef ) SAL_THROW… in Reference() function in com::sun::star::uno::Reference
132 inline Reference< interface_type >::Reference( interface_type * pInterface ) SAL_THROW( () ) in Reference() function in com::sun::star::uno::Reference
140 inline Reference< interface_type >::Reference( interface_type * pInterface, __sal_NoAcquire ) SAL_T… in Reference() function in com::sun::star::uno::Reference
146 inline Reference< interface_type >::Reference( interface_type * pInterface, UnoReference_NoAcquire … in Reference() function in com::sun::star::uno::Reference
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx83 SimpleView (const Reference<XResourceId>& rxViewId) in SimpleView()
89 virtual Reference<XResourceId> SAL_CALL getResourceId (void) throw (RuntimeException) in getResourceId()
93 Reference<XResourceId> mxResourceId;
106 const css::uno::Reference<css::uno::XComponentContext>& rxContext, in NextSlidePreview()
107 const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId, in NextSlidePreview()
108 const css::uno::Reference<css::drawing::framework::XPane>& rxAnchorPane, in NextSlidePreview()
109 const ::rtl::Reference<PresenterController>& rpPresenterController) in NextSlidePreview()
115 const css::uno::Reference<css::drawing::XDrawPage>& rxSlide) in setCurrentPage()
118 Reference<presentation::XSlideShowController> xSlideShowController ( in setCurrentPage()
120 Reference<drawing::XDrawPage> xSlide; in setCurrentPage()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx176 Reference< XMultiServiceFactory > m_xSMgr;
177 Reference< XContent > m_xContent;
178 Reference< XCommandProcessor > m_xCommandProcessor;
179 Reference< XCommandEnvironment > m_xEnv;
180 Reference< XContentEventListener > m_xContentEventListener;
185 void reinit( const Reference< XContent >& xContent );
190 Content_Impl( const Reference< XMultiServiceFactory >& rSMgr,
191 const Reference< XContent >& rContent,
192 const Reference< XCommandEnvironment >& rEnv );
197 Reference< XContent > getContent();
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx62 using ::com::sun::star::uno::Reference;
73 Reference< XChartType >, Reference< XDataSeriesContainer > >
75 Reference< XDataSeriesContainer > operator() ( in operator ()()
76 const Reference< XChartType > & xChartType ) in operator ()()
78 return Reference< XDataSeriesContainer >::query( xChartType ); in operator ()()
157 ::std::iterator< ::std::output_iterator_tag, Reference< XDataSeriesContainer > >
171 Sequence< Reference< XDataSeries > > aSeq( xVal->getDataSeries()); in operator =()
173 Reference< XChartType > xCT( xVal, uno::UNO_QUERY ); in operator =()
201 ::std::iterator< ::std::output_iterator_tag, Reference< data::XLabeledDataSequence > >
218 Reference< data::XDataSequence > xSeq( xVal->getValues()); in operator =()
[all …]

12345678910>>...204