Home
last modified time | relevance | path

Searched refs:Reference (Results 476 – 500 of 8795) sorted by relevance

1...<<11121314151617181920>>...352

/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx66 typedef std::vector < uno::Reference< frame::XModel > > Documents;
75 uno::Reference< uno::XComponentContext > m_xContext;
86 uno::Reference< lang::XMultiComponentFactory > xSMgr( in DocumentsEnumImpl()
89 uno::Reference< frame::XDesktop > xDesktop in DocumentsEnumImpl()
129 uno::Reference< uno::XComponentContext > m_xContext;
249 uno::Reference< lang::XMultiComponentFactory > xSMgr( in createDocument()
252 uno::Reference< frame::XComponentLoader > xLoader( in createDocument()
270 uno::Reference< lang::XComponent > xComponent = xLoader->loadComponentFromURL( in createDocument()
311 uno::Reference< lang::XMultiComponentFactory > xSMgr( in openDocument()
313 uno::Reference< frame::XDesktop > xDesktop in openDocument()
[all …]
H A Dvbadocumentbase.cxx51 …tBase( const uno::Reference< ov::XHelperInterface >& xParent, const uno::Reference< uno::XComponen… in VbaDocumentBase()
75 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in getName()
116 uno::Reference< frame::XStorable > xStorable( getModel(), uno::UNO_QUERY_THROW ); in Close()
125 uno::Reference< XInterface >() ); in Close()
143 uno::Reference< util::XURLTransformer > xURLTransformer( in Close()
153 uno::Reference< css::frame::XDispatch > xDispatch( in Close()
192 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in Protect()
204 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in Unprotect()
208 uno::Reference< XInterface >() ); in Unprotect()
235 uno::Reference< uno::XInterface >(), in setSaved()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx112 const Reference< XNameContainer >& _rxCommandDefinitions in DBG_NAME()
113 , const Reference< XConnection >& _rxConn in DBG_NAME()
114 , const Reference< XMultiServiceFactory >& _rxORB, in DBG_NAME()
213Reference< XContent > xNewObject( implCreateWrapper( Reference< XContent>( xCommandDefinitionPart,… in appendByDescriptor()
267Reference<XPropertySet> xProp(Reference<XIndexAccess>(m_xCommandDefinitions,UNO_QUERY)->getByIndex… in dropByIndex()
276 Reference< XContent > xNewElement; in elementInserted()
313 Reference< XPropertySet > xReplacedElement; in elementReplaced()
314 Reference< XContent > xNewElement; in elementReplaced()
338 Reference< XVeto > xReturn; in approveInsertElement()
402 Reference< XContent > OQueryContainer::implCreateWrapper(const Reference< XContent >& _rxCommandDes… in implCreateWrapper()
[all …]
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx128 void lcl_export( const Reference<XPropertySet>& rPropertySet,
182 Reference<XIndexAccess> xInstances( xModel->getInstances(), in exportXFormsModel()
234 Reference<XDocument> xDoc; in exportXFormsInstance()
314 Reference<com::sun::star::xforms::XModel> xModel( in exportXFormsBinding()
317 Reference<XDataTypeRepository> xRepository( in exportXFormsBinding()
321 Reference<XPropertySet> xDataType( in exportXFormsBinding()
349 Reference<XNameAccess> xNamespaces( in exportXFormsBinding()
598 Reference<XPropertySet> xPropSet( xModel, UNO_QUERY ); in exportXFormsSchemas()
601 Reference<XDocument> xDocument( in exportXFormsSchemas()
771 Reference<XPropertySet> xPropertySet( in getXFormsSubmissionName()
[all …]
/trunk/main/oox/source/core/
H A Dfilterbase.cxx144 Reference< XComponentContext > mxComponentContext;
145 Reference< XMultiComponentFactory > mxComponentFactory;
146 Reference< XMultiServiceFactory > mxServiceFactory;
147 Reference< XModel > mxModel;
148 Reference< XMultiServiceFactory > mxModelFactory;
149 Reference< XFrame > mxTargetFrame;
150 Reference< XInputStream > mxInStream;
151 Reference< XStream > mxOutStream;
152 Reference< XStatusIndicator > mxStatusIndicator;
153 Reference< XInteractionHandler > mxInteractionHandler;
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx51 lcl_setValidationProps( const uno::Reference< table::XCellRange >& xRange, const uno::Reference< be… in lcl_setValidationProps()
53 uno::Reference< beans::XPropertySet > xRangeProps( xRange, uno::UNO_QUERY_THROW ); in lcl_setValidationProps()
57 uno::Reference< beans::XPropertySet >
58 lcl_getValidationProps( const uno::Reference< table::XCellRange >& xRange ) in lcl_getValidationProps()
60 uno::Reference< beans::XPropertySet > xProps( xRange, uno::UNO_QUERY_THROW ); in lcl_getValidationProps()
61 uno::Reference< beans::XPropertySet > xValProps; in lcl_getValidationProps()
86 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInCellDropdown()
98 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setInCellDropdown()
115 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setShowInput()
211 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Delete()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx87 using ::com::sun::star::uno::Reference;
424 uno::Reference< drawing::XShape > VSeriesPlotter::createDataLabel( const uno::Reference< drawing::X… in createDataLabel()
433 uno::Reference< drawing::XShape > xTextShape; in createDataLabel()
447 uno::Reference< drawing::XShapes > xTarget_( in createDataLabel()
468 Reference< drawing::XShape > xSymbol; in createDataLabel()
628 uno::Reference< beans::XPropertySet > xProp, in lcl_getErrorBarLogicLength()
790 const uno::Reference< drawing::XShapes >& xTarget in createErrorBar()
983 uno::Reference< chart2::XScaling > xScalingX; in createRegressionCurvesShapes()
984 uno::Reference< chart2::XScaling > xScalingY; in createRegressionCurvesShapes()
1845 , const Reference< drawing::XShapes >& xTarget in createLegendEntries()
[all …]
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx340 css::uno::Reference< css::io::XStream > xStreamNoLang; in reload()
353 css::uno::Reference< css::io::XInputStream > xIn; in reload()
391 css::uno::Reference< css::io::XOutputStream > xOut; in store()
418 css::uno::Reference< css::io::XOutputStream > xOut; in storeToStorage()
452 css::uno::Reference< css::io::XOutputStream > xOut; in isReadOnly()
1107 css::uno::Reference< css::io::XOutputStream > xOut; in storeToStorage()
1334 css::uno::Reference< css::container::XNameAccess > xKey; in impl_ts_load()
1526 css::uno::Reference< css::uno::XInterface > xInst; in insertKeyToConfiguration()
1549 css::uno::Reference< css::container::XNameAccess > xKey; in insertKeyToConfiguration()
1636 css::uno::Reference< css::container::XNameAccess > xKey; in reloadChanged()
[all …]
/trunk/main/comphelper/source/property/
H A DTypeGeneration.cxx200 case CPPUTYPE_REFINTERFACE: pType = &::getCppuType( (Reference<XInterface>*)0 ); break; in GenerateCppuType()
203 case CPPUTYPE_REFTEXTFRAME: pType = &::getCppuType( (Reference<text::XTextFrame>*)0 ); break; in GenerateCppuType()
205 case CPPUTYPE_REFFOOTNOTE: pType = &::getCppuType( (Reference<text::XFootnote>*)0 ); break; in GenerateCppuType()
206 case CPPUTYPE_REFTEXT: pType = &::getCppuType( (Reference<text::XText>*)0 ); break; in GenerateCppuType()
209 case CPPUTYPE_REFIDXCNTNR: pType = &::getCppuType( (Reference<XIndexContainer>*)0 ); break; in GenerateCppuType()
210 case CPPUTYPE_REFTEXTCNTNT: pType = &::getCppuType( (Reference<XTextContent>*)0 ); break; in GenerateCppuType()
211 case CPPUTYPE_REFBITMAP: pType = &::getCppuType( (Reference<awt::XBitmap>*)0 ); break; in GenerateCppuType()
213 case CPPUTYPE_REFCELL: pType = &::getCppuType( (Reference<table::XCell>*)0 ); break; in GenerateCppuType()
216 case CPPUTYPE_REFTXTFIELD: pType = &::getCppuType( (Reference<text::XTextField>*)0 ); break; in GenerateCppuType()
217 case CPPUTYPE_REFTXTRANGE: pType = &::getCppuType( (Reference<text::XTextRange>*)0 ); break; in GenerateCppuType()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx202 Reference< XInterface > SAL_CALL OApplicationController::Create(const Reference<XMultiServiceFactor… in Create()
394 Reference < XFrame > xFrame; in disposing()
409 Reference<XPropertySet> xProp = m_xDataSource; in disposing()
1635 Reference<XConnection> xConnection; in elementReplaced()
1799 Reference< XNameAccess > xViews; in impl_isAlterableView_nothrow()
1831 Reference< XComponent > xRet; in openElementWithArguments()
1857 Reference< XComponent > xDefinition; in openElementWithArguments()
1998 Reference< XComponent > xComponent; in newElement()
2091 Reference<XRename> xRename; in renameEntry()
2556 Reference<XContent> xContent; in executeDrop()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx71 com::sun::star::uno::Reference<
293 com::sun::star::uno::Reference<
295 com::sun::star::uno::Reference<
297 com::sun::star::uno::Reference<
299 com::sun::star::uno::Reference<
301 com::sun::star::uno::Reference<
381 com::sun::star::uno::Reference<
383 com::sun::star::uno::Reference<
385 com::sun::star::uno::Reference<
387 com::sun::star::uno::Reference<
[all …]
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx191 Reference<XEnumeration> xEnum = in lcl_OutInstance()
200 Reference<XDocument> xInstance; in lcl_OutInstance()
223 for( Reference<XNode> xCurrent = xNode; in getDefaultBindingExpressionForNode()
519 Reference<XNameContainer> lcl_getModels( in lcl_getModels()
522 Reference<XNameContainer> xRet; in lcl_getModels()
585 Reference<XNode> xNode; in createElement()
600 Reference<XNode> xNode; in createAttribute()
641 Reference<XNode> xNew; in renameNode()
797 Reference<XDocumentFragment> xFragment( in lcl_serializeForDisplay()
990 Reference<XDocument>* pInstance, in getInstanceData()
[all …]
/trunk/main/cui/source/customize/
H A Dselector.cxx268 …static Reference< XModel > lcl_getDocumentWithScripts_throw( const Reference< XInterface >& _rxCom… in lcl_getDocumentWithScripts_throw()
282 …static Reference< XModel > lcl_getScriptableDocument_nothrow( const Reference< XFrame >& _rxFrame ) in lcl_getScriptableDocument_nothrow()
284 Reference< XModel > xDocument; in lcl_getScriptableDocument_nothrow()
431 Reference< XComponentContext > xContext; in Init()
432 Reference < beans::XPropertySet > xProps( in Init()
549 Reference< browse::XBrowseNode > rootNode; in Init()
550 Reference< XComponentContext> xCtx; in Init()
681 Reference< XInterface >
685 Reference< XInterface > xModel; in getDocumentModel()
688 Reference< frame::XDesktop > desktop ( in getDocumentModel()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx744 uno::Reference< drawing::XDrawPage > SAL_CALL SdXImpressDocument::duplicate( const uno::Reference< … in duplicate()
767 uno::Reference< drawing::XDrawPage > xDrawPage; in duplicate()
870 uno::Reference< drawing::XDrawPage > xPage; in getHandoutMasterPage()
939 return uno::Reference< uno::XInterface >( in createInstance()
1034 uno::Reference< uno::XInterface > xRet; in createInstance()
1477 uno::Reference< frame::XModel > xModel; in getRendererCount()
1967 …uno::Reference< drawing::XDrawPage > xPage( uno::Reference< drawing::XDrawPage >::query( pPage->ge… in render()
2007 uno::Reference< drawing::XShape > xShape; in render()
2490 uno::Reference< drawing::XDrawPage > xDrawPage; in insertNewByIndex()
2678 uno::Reference< drawing::XDrawPage > xDrawPage; in insertNewByIndex()
[all …]
/trunk/main/starmath/source/
H A Dmathmlimport.cxx110 uno::Reference <lang::XUnoTunnel> xTunnel; in Import()
154 uno::Reference< beans::XPropertySet > xInfoSet( in Import()
236 Reference<io::XInputStream> xInputStream = in Import()
254 Reference<io::XInputStream> xInputStream, in ReadThroughComponent()
255 Reference<XComponent> xModelComponent, in ReadThroughComponent()
257 Reference<beans::XPropertySet> & rPropSet, in ReadThroughComponent()
272 Reference< xml::sax::XParser > xParser( in ReadThroughComponent()
359 Reference<XComponent> xModelComponent, in ReadThroughComponent()
363 Reference<beans::XPropertySet> & rPropSet, in ReadThroughComponent()
568 uno::Reference <lang::XUnoTunnel> xTunnel; in endDocument()
[all …]
/trunk/main/scripting/source/provider/
H A DActiveMSPList.cxx64 Reference< provider::XScriptProvider >
70 Reference< provider::XScriptProvider > msp( in createNewMSP()
76 Reference< provider::XScriptProvider >
80 Reference< provider::XScriptProvider > msp; in getMSPFromAnyContext()
105 xModel.set( Reference< frame::XModel >() ); in getMSPFromAnyContext()
120 Reference< provider::XScriptProvider >
124 Reference< provider::XScriptProvider > msp; in getMSPFromInvocationContext()
126 Reference< document::XEmbeddedScripts > xScripts; in getMSPFromInvocationContext()
155 Reference< provider::XScriptProvider >
159 Reference< provider::XScriptProvider > msp; in getMSPFromStringContext()
[all …]
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx64 Reference< XRegistryKey > registerServices( const Reference< XRegistryKey >& _rxParentKey, in registerServices()
71 Reference< XRegistryKey > xNewKey = _rxParentKey->createKey( sImplName ); in registerServices()
78 Reference< XRegistryKey > registerServices( const Reference< XRegistryKey >& _rxParentKey, in registerServices()
99 Reference< XSingleServiceFactory > xFactory( ::cppu::createSingleFactory( in tryCreateFactory()
118 …sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateInstance(…
122 …sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateInstance(…
126 …sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateInstance(…
208 …un::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL TreeControl_CreateInstance(…
209 …::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL TreeControlModel_CreateInstan…
211 …un::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL GridControl_CreateInstance(…
[all …]
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx73 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &xAttribs)
95 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > &xLocator)
102 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
103 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler> m_xReader;
124 …const com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer >& rItemContainer…
141 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &xAttribs)
186 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &xAttribs)
227 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > &xAttribs)
242 … com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xMenuContainer;
265 const ::com::sun::star::uno::Reference<
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx645 Reference< XContent > SAL_CALL
652 return Reference< XContent >(); in createNewContent()
690 return Reference< XContent >(); in createNewContent()
704 return Reference< XContent >( p ); in createNewContent()
742 Reference< XInterface > SAL_CALL
765 return Reference< XInterface >(); in getParent()
772 const Reference< XInterface >& ) in setParent()
785 Reference< XCommandInfo > SAL_CALL
810 Reference< sdbc::XRow > SAL_CALL
853 return Reference< sdbc::XRow >( in getPropertyValues()
[all …]
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx280Reference< XResource > lcl_getFirstViewInPane( const Reference< XConfigurationController >& i_rCon… in lcl_getFirstViewInPane()
518 Reference<XView> FrameworkHelper::GetView (const Reference<XResourceId>& rxPaneOrViewId) in GetView()
520 Reference<XView> xView; in GetView()
550 Reference<awt::XWindow> FrameworkHelper::GetPaneWindow (const Reference<XResourceId>& rxPaneId) in GetPaneWindow()
552 Reference<awt::XWindow> xWindow; in GetPaneWindow()
580 Reference<XResource> FrameworkHelper::GetResource (const Reference<XResourceId>& rxResourceId) in GetResource()
582 Reference<XResource> xResource; in GetResource()
609 Reference<XResourceId> xViewId; in RequestView()
738 Reference<XResourceId> xPaneId ( in HandleModeChangeSlot()
1023 const Reference<XResourceId>& rxAnchorId) in CreateResourceId()
[all …]
/trunk/main/linguistic/source/
H A Ddlistimp.cxx85 uno::Reference< XDictionaryList > xMyDicList;
148 uno::Reference< XInterface > xSrc( rSource.Source ); in disposing()
385 uno::Reference< XDictionary > xDic = in SearchForDictionaries()
411 uno::Reference< XInterface > SAL_CALL
443 uno::Reference< XDictionary > SAL_CALL
449 uno::Reference< XDictionary > xDic; in getDictionaryByName()
575 uno::Reference< XDictionary > SAL_CALL
588 uno::Reference< XDictionaryEntry > SAL_CALL
683 uno::Reference< XDictionary > xIgnAll( in _CreateDicList()
850 const uno::Reference<XDictionary> &rDic, in AddInternal()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx54 using ::com::sun::star::uno::Reference;
106 Reference<data::XDataSource> xDataSource( in lcl_getDataPointValueText()
107 uno::Reference<data::XDataSource>( xSeries, uno::UNO_QUERY ) ); in lcl_getDataPointValueText()
332 Reference< XAxis > xAxis( in getAxisName()
404 , const Reference< frame::XModel >& xChartModel ) in getTitleName()
408 Reference< XTitle > xTitle( in getTitleName()
423 , const uno::Reference< frame::XModel >& xChartModel ) in getGridName()
702 Reference< frame::XModel > xChartModel( xChartDocument, uno::UNO_QUERY ); in getSelectedObjectText()
752 const uno::Reference< chart2::XChartDocument >& xChartDocument ) in getNameForCID()
755 Reference< frame::XModel > xModel( xChartDocument, uno::UNO_QUERY ); in getNameForCID()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbabookmarks.cxx39 uno::Reference< frame::XModel > mxModel;
41Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, … in BookmarksEnumeration()
57 uno::Reference< container::XNameAccess > mxNameAccess;
58 uno::Reference< container::XIndexAccess > mxIndexAccess;
112Reference< XHelperInterface >& xParent, const uno::Reference< ::com::sun::star::uno::XComponentCon… in SwVbaBookmarks()
115 uno::Reference< text::XTextDocument > xDocument( mxModel, uno::UNO_QUERY_THROW ); in SwVbaBookmarks()
126 uno::Reference< container::XEnumeration >
136 uno::Reference< container::XNamed > xNamed( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
151 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in addBookmarkByName()
159 uno::Reference< text::XTextRange > xTextRange; in Add()
[all …]
/trunk/main/toolkit/workben/
H A Dunodialog.cxx96 Reference< XInitialization > xInit( xReg, UNO_QUERY ); in createApplicationServiceManager()
141 uno::Reference< awt::XView > mxView;
146 void SetXView( uno::Reference< awt::XView > xV ) { mxView = xV; } in SetXView()
181 uno::Reference< beans::XPropertySet > xDlgPSet( xC, uno::UNO_QUERY ); in Main()
191 uno::Reference< awt::XControlModel > xDlgMod( xC, uno::UNO_QUERY ); in Main()
221 uno::Reference< awt::XWindow > xWindow( xDlg, uno::UNO_QUERY ); in Main()
226 uno::Reference< awt::XView > xView( xDlg, uno::UNO_QUERY ); in Main()
229 uno::Reference< awt::XDialog > xD( xDlg, uno::UNO_QUERY ); in Main()
235 Reference< XComponent > xDT( xD, uno::UNO_QUERY ); in Main()
239 Reference< XComponent > xT( xToolkit, uno::UNO_QUERY ); in Main()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.hxx55 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode;
56 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxMaster;
58 …AfterEffectNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationN… in AfterEffectNode()
59 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xMaster ) in AfterEffectNode()
98 …void exportNode( SvStream& rStrm, ::com::sun::star::uno::Reference< ::com::sun::star::animations::…
99 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >* xParent,
113 …void processAfterEffectNodes( const ::com::sun::star::uno::Reference< ::com::sun::star::animations…
116 …nst ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, ::com…
117 …bool isEmptyNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimation…
119 …n::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > createAfterEffectNodeClone…
[all …]

Completed in 271 milliseconds

1...<<11121314151617181920>>...352