Home
last modified time | relevance | path

Searched refs:UNO_QUERY_THROW (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx132 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in removeAllSheets()
157 xContext->getServiceManager(), uno::UNO_QUERY_THROW ); in openNewDoc()
162 xContext ), uno::UNO_QUERY_THROW ); in openNewDoc()
173 xModel.set(xSpreadDoc,uno::UNO_QUERY_THROW); in openNewDoc()
202 mxSheet.set( xNameAccess->getByName( sSheetName ), uno::UNO_QUERY_THROW ); in ScVbaWorksheet()
212 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in getName()
219 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in setName()
458 getModel()->getCurrentController(), uno::UNO_QUERY_THROW ); in Activate()
631 , uno::Reference< table::XCellRange >( getSheet(), uno::UNO_QUERY_THROW ) ) ); in Range()
688 uno::Reference< XCollection > xColl( mxCharts, uno::UNO_QUERY_THROW ); in ChartObjects()
[all …]
H A Dvbarange.cxx510 mxRangeProps.set( xRange, uno::UNO_QUERY_THROW); in NumFormatHelper()
1110 m_xCellRange.set( aCellRange, uno::UNO_QUERY_THROW ); in RangeHelper()
1277 xNewCellRange.set( xCursor, uno::UNO_QUERY_THROW ); in lclExpandToMerged()
1437 xIndex.set( mxRanges, uno::UNO_QUERY_THROW ); in ScVbaRange()
2265 xCellRange.set( mxRange, uno::UNO_QUERY_THROW ); in Activate()
2674 xAddressable.set( xReferrer, uno::UNO_QUERY_THROW ); in Range()
2944 xProps.set( xColRow->getRows(), uno::UNO_QUERY_THROW ); in getRowOrColumnProps()
3259 xKeyRange.set( Key, uno::UNO_QUERY_THROW ); in processKey()
4080 xProps.set( mxRange, uno::UNO_QUERY_THROW ); in getPosition()
4082 xProps.set( mxRanges, uno::UNO_QUERY_THROW ); in getPosition()
[all …]
H A Dvbawindow.cxx122 uno::Reference <sheet::XSpreadsheetDocument> xSpreadSheet( m_xModel, uno::UNO_QUERY_THROW ); in SelectedSheetsEnumAccess()
129 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in SelectedSheetsEnumAccess()
238 return uno::Reference< beans::XPropertySet >( getController(), uno::UNO_QUERY_THROW ); in getControllerProps()
250 return uno::Reference< awt::XDevice >( getWindow(), uno::UNO_QUERY_THROW ); in getDevice()
284 uno::Reference< XCollection > xColl( xSheets, uno::UNO_QUERY_THROW ); in SelectedSheets()
474 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in ActivePane()
481 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in ActiveCell()
488 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in Selection()
497 return uno::Reference< excel::XRange >( Selection(), uno::UNO_QUERY_THROW ); in RangeSelection()
607 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in setFreezePanes()
[all …]
H A Dvbacomment.cxx63 uno::Reference< table::XCell > xCell( mxRange->getCellByPosition(0, 0), uno::UNO_QUERY_THROW ); in getAnnotation()
64 uno::Reference< sheet::XSheetAnnotationAnchor > xAnnoAnchor( xCell, uno::UNO_QUERY_THROW ); in getAnnotation()
65 …n uno::Reference< sheet::XSheetAnnotation > ( xAnnoAnchor->getAnnotation(), uno::UNO_QUERY_THROW ); in getAnnotation()
71 uno::Reference< sheet::XSheetCellRange > xSheetCellRange(mxRange, ::uno::UNO_QUERY_THROW ); in getAnnotations()
73 uno::Reference< sheet::XSheetAnnotationsSupplier > xAnnosSupp( xSheet, uno::UNO_QUERY_THROW ); in getAnnotations()
89 …::Reference< sheet::XSheetAnnotation > xAnno( xAnnos->getByIndex( aIndex ), uno::UNO_QUERY_THROW ); in getAnnotationIndex()
106 uno::Reference< container::XIndexAccess > xIndexAccess( getAnnotations(), uno::UNO_QUERY_THROW ); in getCommentByIndex()
132 uno::Reference< sheet::XSheetCellRange > xCellRange( mxRange, uno::UNO_QUERY_THROW ); in getShape()
134 uno::Reference< drawing::XShapes > xShapes( xDrawPageSupp->getDrawPage(), uno::UNO_QUERY_THROW ); in getShape()
176 uno::Reference< text::XSimpleText > xAnnoText( getAnnotation(), uno::UNO_QUERY_THROW ); in Text()
[all …]
H A Dvbasheetobjects.cxx156 mxFactory( rxModel, uno::UNO_QUERY_THROW ), in ScVbaObjectContainer()
159 uno::Reference< drawing::XDrawPageSupplier > xDrawPageSupp( rxSheet, uno::UNO_QUERY_THROW ); in ScVbaObjectContainer()
160 mxShapes.set( xDrawPageSupp->getDrawPage(), uno::UNO_QUERY_THROW ); in ScVbaObjectContainer()
199 uno::Reference< drawing::XShape > xShape( rSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
407 uno::Reference< form::XFormsSupplier > xFormsSupp( mxShapes, uno::UNO_QUERY_THROW ); in createForm()
412 mxFormIC.set( xFormsNC->getByName( aFormName ), uno::UNO_QUERY_THROW ); in createForm()
418 mxFormIC.set( xForm, uno::UNO_QUERY_THROW ); in createForm()
452 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
459 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implOnShapeCreated()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx63 mxDialogModelMultiPropertySet( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
64 mxDialogModelPropertySet( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
65 mxDialogModelMSF( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
66 mxDialogModelNameContainer( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
67 mxDialogModelNameAccess( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
68 mxControlModel( mxDialogModel, UNO_QUERY_THROW ), in UnoDialog()
71 mxControl( mxDialog, UNO_QUERY_THROW ), in UnoDialog()
157 UNO_QUERY_THROW ); in createWindowPeer()
191 Reference< XWindow > xWindow( xControl, UNO_QUERY_THROW ); in setVisible()
251 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText()
[all …]
H A Dgraphiccollector.cxx60 Reference< XDevice > xDevice( xWindow, UNO_QUERY_THROW ); in GetDeviceInfo()
102 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity()
151 Reference< XGraphic > xGraphic( xFillBitmap, UNO_QUERY_THROW ); in ImpAddFillBitmapEntity()
214 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCollectBackgroundGraphic()
239 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
294 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CollectGraphics()
300 Reference< XShapes > xNotesShapes( xNotesPage, UNO_QUERY_THROW ); in CollectGraphics()
364 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects()
400 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCountBackgroundGraphic()
434 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CountGraphics()
[all …]
H A Dimpoptimizer.cxx93 Reference< XDrawPagesSupplier > xDrawPagesSupplier( rxModel, UNO_QUERY_THROW ); in ImpExtractCustomShow()
131 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY_THROW ); in ImpDeleteHiddenSlides()
161 Reference< XShapes > xShapes( xPropSet, UNO_QUERY_THROW ); in ImpDeleteNotesPages()
186 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in ImpConvertOLE()
189 Reference< XPropertySet > xPropSet( xShape, UNO_QUERY_THROW ); in ImpConvertOLE()
204 Reference< XMultiServiceFactory > xFact( rxModel, UNO_QUERY_THROW ); in ImpConvertOLE()
209 Reference< XPropertySet > xPropSet2( xShape2, UNO_QUERY_THROW ); in ImpConvertOLE()
273 Reference< XPropertySet > xGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in ImpCompressGraphic()
355 Reference< XSeekable > xSeekable( xInputStream, UNO_QUERY_THROW ); in ImpCompressGraphic()
374 Reference< XSeekable > xSeekable( xInputStream, UNO_QUERY_THROW ); in ImpCompressGraphic()
[all …]
H A Dpagecollector.cxx51 Reference< XCustomPresentationSupplier > aXCPSup( rxModel, UNO_QUERY_THROW ); in CollectCustomShowPages()
67 Reference< XDrawPage > xDrawPage( aXIC->getByIndex( j ), UNO_QUERY_THROW ); in CollectCustomShowPages()
97 Reference< XDrawPagesSupplier > xDrawPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectNonCustomShowPages()
98 Reference< XDrawPages > xDrawPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW ); in CollectNonCustomShowPages()
101 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( j ), UNO_QUERY_THROW ); in CollectNonCustomShowPages()
129 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectMasterPages()
130 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CollectMasterPages()
133 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectMasterPages()
152 Reference< XDrawPagesSupplier > xDrawPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectMasterPages()
153 Reference< XDrawPages > xDrawPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW ); in CollectMasterPages()
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx159 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->select( rSelection ); in select()
166 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelection(); in getSelection()
203 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->addSelection(rSelection); in addSelection()
226 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getSelectionCount(); in getSelectionCount()
279 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isNodeExpanded(xNode); in isNodeExpanded()
286 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isNodeCollapsed(xNode); in isNodeCollapsed()
301 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isNodeVisible(xNode); in isNodeVisible()
366 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->getNodeRect( Node ); in getNodeRect()
373 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isEditing(); in isEditing()
380 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->stopEditing(); in stopEditing()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx69 uno::Reference< drawing::XShapeGrouper > xShapeGrouper( m_xDrawPage, uno::UNO_QUERY_THROW ); in Group()
71 uno::Reference< drawing::XShape > xShape( xShapeGroup, uno::UNO_QUERY_THROW ); in Group()
80 …ference< lang::XMultiServiceFactory > xMSF( mxContext->getServiceManager(), uno::UNO_QUERY_THROW ); in getShapes()
97 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in IncrementRotation()
108 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in IncrementLeft()
119 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in IncrementTop()
129 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in getHeight()
140 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in setHeight()
150 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in getWidth()
161 …rence< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUERY_THROW ); in setWidth()
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dmulti.cxx72 multi, css::uno::UNO_QUERY_THROW)->getatt1()); in testMulti()
90 multi, css::uno::UNO_QUERY_THROW)->setatt1(0.1); in testMulti()
114 multi, css::uno::UNO_QUERY_THROW)->fn11(1)); in testMulti()
122 multi, css::uno::UNO_QUERY_THROW)->fn11(2)); in testMulti()
130 multi, css::uno::UNO_QUERY_THROW)->fn11(5)); in testMulti()
134 multi, css::uno::UNO_QUERY_THROW)->fn12( in testMulti()
143 multi, css::uno::UNO_QUERY_THROW)->fn12( in testMulti()
152 multi, css::uno::UNO_QUERY_THROW)->fn12( in testMulti()
199 multi, css::uno::UNO_QUERY_THROW)->fn32( in testMulti()
208 multi, css::uno::UNO_QUERY_THROW)->fn32( in testMulti()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx89 using ::com::sun::star::uno::UNO_QUERY_THROW;
321 Reference< XEnumerationAccess > xEA( xShape, UNO_QUERY_THROW ); in getNumberOfSubitems()
343 Reference< XPropertySet > xSet( xParagraph, UNO_QUERY_THROW ); in getNumberOfSubitems()
397 Reference< XCloneable > xCloneable( mxNode, UNO_QUERY_THROW ); in clone()
1027 return Reference< XAnimationNode >( xAnimate, UNO_QUERY_THROW ); in createAfterEffectNode()
1090 Reference< XEnumerationAccess > xEA( mxNode, UNO_QUERY_THROW ); in setIterateType()
1597 xCommand.set( xNode, UNO_QUERY_THROW ); in findCommandNode()
1676 Reference< XAnimationNode > xChild( xCommand, UNO_QUERY_THROW ); in setStopAudio()
3183 Reference< XAnimate > xAnimate( xNode, UNO_QUERY_THROW ); in processAfterEffect()
3190 Reference< XChild > xNodeChild( xNode, UNO_QUERY_THROW ); in processAfterEffect()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx80 mxDialog.set( xDialog, uno::UNO_QUERY_THROW ); in ControlArrayWrapper()
99 uno::Reference< beans::XPropertySet > xProp( xCtrl->getModel(), uno::UNO_QUERY_THROW ); in getControlName()
236 uno::Reference< awt::XControl > xControl( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
247 uno::Reference< msforms::XControl > xControl( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in Move()
339 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add()
347 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add()
378 … uno::Reference< beans::XPropertySet > xModelProps( xNewModel, uno::UNO_QUERY_THROW ); in Add()
388 … uno::Reference< awt::XControlContainer > xControlContainer( mxDialog, uno::UNO_QUERY_THROW ); in Add()
393 … uno::Reference< script::XInvocation > xControlInvoke( xNewControl, uno::UNO_QUERY_THROW ); in Add()
413 uno::Reference< msforms::XControl > xVBAControl( aResult, uno::UNO_QUERY_THROW ); in Add()
[all …]
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx143 css::uno::UNO_QUERY_THROW); in run()
175 css::uno::UNO_QUERY_THROW); in run()
188 css::uno::UNO_QUERY_THROW); in run()
206 css::uno::UNO_QUERY_THROW); in run()
230 css::uno::UNO_QUERY_THROW); in run()
262 css::uno::UNO_QUERY_THROW); in run()
296 css::uno::UNO_QUERY_THROW); in run()
478 css::uno::UNO_QUERY_THROW); in run()
499 css::uno::UNO_QUERY_THROW); in run()
555 css::uno::UNO_QUERY_THROW); in run()
[all …]
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx130 xDataModel.set( xCloneable->createClone(), UNO_QUERY_THROW ); in UnoGridModel()
149 xColumnModel.set( xCloneable->createClone(), UNO_QUERY_THROW ); in UnoGridModel()
312 const Reference< XGridRowSelection > xGrid( getPeer(), UNO_QUERY_THROW ); in createPeer()
330 UNO_QUERY_THROW ); in lcl_setEventForwarding()
338 UNO_QUERY_THROW in lcl_setEventForwarding()
369 Reference< XGridControl > const xGrid ( getPeer(), UNO_QUERY_THROW ); in getRowAtPoint()
376 Reference< XGridControl > const xGrid ( getPeer(), UNO_QUERY_THROW ); in getColumnAtPoint()
383 Reference< XGridControl > const xGrid ( getPeer(), UNO_QUERY_THROW ); in getCurrentColumn()
390 Reference< XGridControl > const xGrid ( getPeer(), UNO_QUERY_THROW ); in getCurrentRow()
397 Reference< XGridControl > const xGrid ( getPeer(), UNO_QUERY_THROW ); in goToCell()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaview.cxx63 mxViewSettings.set( xViewSettingSupp->getViewSettings(), uno::UNO_QUERY_THROW ); in SwVbaView()
76 uno::Reference< beans::XPropertySet > xCursorProps( mxViewCursor, uno::UNO_QUERY_THROW ); in getSeekView()
81 xCursorProps.set( xCurrentText->createTextCursor(), uno::UNO_QUERY_THROW ); in getSeekView()
83 uno::Reference< lang::XServiceInfo > xServiceInfo( xCurrentText, uno::UNO_QUERY_THROW ); in getSeekView()
178 uno::Reference< text::XTextDocument > xTextDocument( mxModel, uno::UNO_QUERY_THROW ); in setSeekView()
284 uno::Reference< text::XPageCursor > xPageCursor( mxViewCursor, uno::UNO_QUERY_THROW ); in getHFTextRange()
336 uno::Reference< beans::XPropertySet > xPageProps( xStyle, uno::UNO_QUERY_THROW ); in getHFTextRange()
358 xText.set( xPageProps->getPropertyValue( aTempPropText), uno::UNO_QUERY_THROW ); in getHFTextRange()
367 xText.set( xPageProps->getPropertyValue( aPropText ), uno::UNO_QUERY_THROW ); in getHFTextRange()
383 uno::Reference< container::XEnumerationAccess > xParaAccess( xText, uno::UNO_QUERY_THROW ); in getFirstObjectPosition()
[all …]
H A Dvbadocument.cxx69 mxTextDocument.set( getModel(), uno::UNO_QUERY_THROW ); in Initialize()
145 … uno::Reference< text::XBookmarksSupplier > xBookmarksSupplier( getModel(),uno::UNO_QUERY_THROW ); in Bookmarks()
198 …uno::Reference< drawing::XDrawPageSupplier > xDrawPageSupplier( getModel(), uno::UNO_QUERY_THROW ); in Shapes()
201 uno::Reference< frame::XModel > xModel( mxTextDocument, uno::UNO_QUERY_THROW ); in Shapes()
235 …uno::Reference< document::XDocumentInfoSupplier > xDocInfoSupp( getModel(), uno::UNO_QUERY_THROW ); in getAttachedTemplate()
253 uno::Reference< frame::XModel > xModel( mxTextDocument, uno::UNO_QUERY_THROW ); in Tables()
269 …:Reference< drawing::XDrawPageSupplier > xDrawPageSupplier( mxTextDocument, uno::UNO_QUERY_THROW ); in getControlShape()
280 … uno::Reference< container::XNamed > xNamed( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in getControlShape()
342 …:Reference< drawing::XDrawPageSupplier > xDrawPageSupplier( mxTextDocument, uno::UNO_QUERY_THROW ); in getFormControls()
344 …ference< container::XIndexAccess > xIndexAccess( xFormSupplier->getForms(), uno::UNO_QUERY_THROW ); in getFormControls()
[all …]
H A Dvbarange.cxx80 uno::Reference< text::XTextRange > xTextRange( mxTextCursor, uno::UNO_QUERY_THROW ); in getXTextRange()
131 uno::Reference< text::XTextRange > xRange( mxTextCursor, uno::UNO_QUERY_THROW ); in setText()
179 uno::Reference< beans::XPropertySet > xProp( mxTextCursor, uno::UNO_QUERY_THROW ); in InsertBreak()
187 uno::Reference< frame::XModel > xModel( mxTextDocument, uno::UNO_QUERY_THROW ); in Select()
218 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in getParagraphFormat()
233 uno::Reference< beans::XPropertySet > xProp( mxTextCursor, uno::UNO_QUERY_THROW ); in getStyle()
255 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in setStyle()
268 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in getLanguageID()
274 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in setLanguageID()
281 uno::Reference< beans::XPropertySet > xParaProps( mxTextCursor, uno::UNO_QUERY_THROW ); in PageSetup()
[all …]
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx963 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
1007 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1008 xNA.set( xNA->getByName( rSetEntry ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1033 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1123 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1124 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1175 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
1300 uno::UNO_QUERY_THROW ) ; in GetMainUpdateAccess()
1312 uno::UNO_QUERY_THROW ); in GetMainUpdateAccess()
1334 xNA.set( xNA->getByName( rServiceImplName ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx469 xNewTD, UNO_QUERY_THROW ), in check()
471 xExistingTD, UNO_QUERY_THROW ) ); in check()
485 xNewTD, UNO_QUERY_THROW ), in check()
487 xExistingTD, UNO_QUERY_THROW ) ); in check()
492 xNewTD, UNO_QUERY_THROW ), in check()
499 xNewTD, UNO_QUERY_THROW ), in check()
506 xNewTD, UNO_QUERY_THROW ), in check()
513 xNewTD, UNO_QUERY_THROW ), in check()
515 xExistingTD, UNO_QUERY_THROW ) ); in check()
520 xNewTD, UNO_QUERY_THROW ), in check()
[all …]
/trunk/main/xmloff/source/core/
H A DDomExport.cxx59 using com::sun::star::uno::UNO_QUERY_THROW;
98 rVisitor.attribute( Reference<XAttr>( xNode, UNO_QUERY_THROW ) ); in visitNode()
101 rVisitor.cdata( Reference<XCDATASection>( xNode, UNO_QUERY_THROW ) ); in visitNode()
104 rVisitor.comment( Reference<XComment>( xNode, UNO_QUERY_THROW ) ); in visitNode()
110 rVisitor.document( Reference<XDocument>( xNode, UNO_QUERY_THROW ) ); in visitNode()
116 rVisitor.element( Reference<XElement>( xNode, UNO_QUERY_THROW ) ); in visitNode()
119 rVisitor.entity( Reference<XEntity>( xNode, UNO_QUERY_THROW ) ); in visitNode()
125 rVisitor.notation( Reference<XNotation>( xNode, UNO_QUERY_THROW ) ); in visitNode()
131 rVisitor.character( Reference<XCharacterData>( xNode, UNO_QUERY_THROW ) ); in visitNode()
141 visit( rVisitor, Reference<XNode>( xDocument, UNO_QUERY_THROW ) ); in visit()
[all …]
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx129 mxComponentContext ), UNO_QUERY_THROW ); in display()
144 mxComponentContext ), UNO_QUERY_THROW ); in display()
146 Reference< XPropertySet > xDialogPropertySet( xDialogModel, UNO_QUERY_THROW ); in display()
153 Reference< XMultiServiceFactory > xDialogMSF( xDialogModel, UNO_QUERY_THROW ); in display()
159 UNO_QUERY_THROW ); in display()
161 Reference< XPropertySet > XTreeControlModelSet( xTreeControlModel, UNO_QUERY_THROW ); in display()
175 Reference< XNameContainer > xDialogModelContainer( xDialogModel, UNO_QUERY_THROW ); in display()
185 mxComponentContext ), UNO_QUERY_THROW ); in display()
192 mxComponentContext ), UNO_QUERY_THROW ); in display()
196 Reference< XControlContainer > xDialogContainer( xDialogControl, UNO_QUERY_THROW ); in display()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartModelClone.cxx55 using ::com::sun::star::uno::UNO_QUERY_THROW;
86 const Reference< XCloneable > xCloneable( xModel, UNO_QUERY_THROW ); in lcl_cloneModel()
87 xResult.set( xCloneable->createClone(), UNO_QUERY_THROW ); in lcl_cloneModel()
110 const Reference< XChartDocument > xChartDoc( m_xModelClone, UNO_QUERY_THROW ); in ChartModelClone()
113 … const Reference< XCloneable > xCloneable( xChartDoc->getDataProvider(), UNO_QUERY_THROW ); in ChartModelClone()
114 m_xDataClone.set( xCloneable->createClone(), UNO_QUERY_THROW ); in ChartModelClone()
145 Reference< XComponent > xComp( m_xModelClone, UNO_QUERY_THROW ); in dispose()
219 Reference< XChartDocument > xSource( i_modelToCopyFrom, UNO_QUERY_THROW ); in applyModelContentToModel()
220 Reference< XChartDocument > xDestination( i_model, UNO_QUERY_THROW ); in applyModelContentToModel()
229 Reference< XTitled > xDestinationTitled( xDestination, UNO_QUERY_THROW ); in applyModelContentToModel()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx96 using ::com::sun::star::uno::UNO_QUERY_THROW;
280 Reference< XContent > xContent( _rxContent, UNO_QUERY_THROW ); in lcl_getMimeType_nothrow()
322 _rDocument.xDocument.set( xDocComponent, UNO_QUERY_THROW ); in lcl_loadSubDocument_nothrow()
386 Reference< XTransactedObject > xTrans( _rxStorage, UNO_QUERY_THROW ); in lcl_commitStorage_nothrow()
431 Reference< XStorable > xStorable( _rxDocument, UNO_QUERY_THROW ); in lcl_storeDocument_nothrow()
567 ,m_xEventManager( _rxContainer, UNO_QUERY_THROW ) in FormComponentIterator()
706 UNO_QUERY_THROW in bind()
997 ,m_xDocumentModel( _rxDocument, UNO_QUERY_THROW ) in MigrationEngine_Impl()
1484 UNO_QUERY_THROW in impl_migrateContainerLibraries_nothrow()
1505 m_aContext.getUNOContext(), xStorageDoc ), UNO_QUERY_THROW ); in impl_migrateContainerLibraries_nothrow()
[all …]

Completed in 193 milliseconds

12345678910>>...47