Home
last modified time | relevance | path

Searched refs:xParent (Results 226 – 250 of 385) sorted by relevance

12345678910>>...16

/aoo42x/main/sw/source/ui/vba/
H A Dvbaborders.cxx316xParent, const uno::Reference< uno::XComponentContext > & xContext, const uno::Reference< table::X… in SwVbaBorders() argument
H A Dvbadocument.cxx54 …face >& xParent, const uno::Reference< uno::XComponentContext >& xContext, uno::Reference< frame::… in SwVbaDocument() argument
H A Dvbastyles.cxx280xParent, const uno::Reference< css::uno::XComponentContext > & xContext, const uno::Reference< fra… in SwVbaStyles() argument
/aoo42x/main/toolkit/source/controls/
H A Dunocontrol.cxx616 Reference< XWindow > xParent = getParentPeer(); in ImplModelPropertiesChanged() local
620 DBG_ASSERT( !bNeedNewPeer || xParent.is(), "Need new peer, but don't have a parent!" ); in ImplModelPropertiesChanged()
660 if (bNeedNewPeer && xParent.is()) in ImplModelPropertiesChanged()
673 Reference< XWindowPeer > xP( xParent, UNO_QUERY ); in ImplModelPropertiesChanged()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx181 …erence< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext ) : … in ScVbaWorksheet() argument
185 ScVbaWorksheet::ScVbaWorksheet(const uno::Reference< XHelperInterface >& xParent, const uno::Refere… in ScVbaWorksheet() argument
187 …::XModel >& xModel ) throw (uno::RuntimeException) : WorksheetImpl_BASE( xParent, xContext ), mxSh… in ScVbaWorksheet()
H A Dvbainterior.cxx87xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< beans::XP… in ScVbaInterior() argument
H A Dvbarange.hxx131 …ScVbaRange( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…
132 …ScVbaRange( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…
157 const css::uno::Reference< ov::XHelperInterface >& xParent,
H A Dvbaworksheet.hxx73 …ScVbaWorksheet( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
75 ScVbaWorksheet( const css::uno::Reference< ov::XHelperInterface >& xParent,
H A Dvbafont.cxx44 const uno::Reference< XHelperInterface >& xParent, in ScVbaFont()
49 ScVbaFont_BASE( xParent, xContext, dPalette.getPalette(), xPropertySet, bFormControl ), in ScVbaFont()
H A Dvbaaxistitle.hxx35 …ScVbaAxisTitle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refe…
H A Dvbacharttitle.hxx35 …ScVbaChartTitle( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Ref…
/aoo42x/main/svx/source/accessibility/
H A DAccessibleShape.cxx1617 ::com::sun::star::uno::Reference<XAccessible> xParent = getAccessibleParent(); in getGroupPosition()
1618 if (!xParent.is()) in getGroupPosition()
1639 …::com::sun::star::uno::Reference<XAccessibleContext> xParentContext = xParent->getAccessibleContex… in getGroupPosition()
1642 Reference< XAccessibleGroupPosition > xGroupPosition( xParent,uno::UNO_QUERY ); in getGroupPosition()
/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java249 private void showInfoModal( com.sun.star.awt.XWindow xParent , in showInfoModal() argument
272 xParent); in showInfoModal()
/aoo42x/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx605 uno::Reference< XContent > xParent( xChild->getParent(), UNO_QUERY ); in HasParentFolder() local
606 if ( xParent.is() ) in HasParentFolder()
608 String aParentURL = String( xParent->getIdentifier()->getContentIdentifier() ); in HasParentFolder()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx35 …>& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< drawin… in ScVbaLineFormat() argument
H A Dvbashape.cxx54xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< drawing::… in ScVbaShape() argument
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport.cxx601 uno::Reference< drawing::XShapes > xParent( xChild->getParent(), uno::UNO_QUERY ); in exportShape() local
602 …DBG_ASSERT( xParent.is() && xParent.get() == (*maCurrentShapesIter).first.get(), "XMLShapeExport::… in exportShape()
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx2422 void lcl_removeEmptyGroupShapes( const Reference< drawing::XShapes>& xParent ) in lcl_removeEmptyGroupShapes() argument
2424 if(!xParent.is()) in lcl_removeEmptyGroupShapes()
2426 Reference< drawing::XShapeGroup > xParentGroup( xParent, uno::UNO_QUERY ); in lcl_removeEmptyGroupShapes()
2429 Reference< drawing::XDrawPage > xPage( xParent, uno::UNO_QUERY ); in lcl_removeEmptyGroupShapes()
2435 for( sal_Int32 nN = xParent->getCount(); nN--; ) in lcl_removeEmptyGroupShapes()
2437 uno::Any aAny = xParent->getByIndex( nN ); in lcl_removeEmptyGroupShapes()
2447 xParent->remove( xShape ); in lcl_removeEmptyGroupShapes()
/aoo42x/main/sw/inc/
H A Dunoparagraph.hxx85 ::com::sun::star::text::XText > const & xParent,
334 const & xParent,
H A Dunotextcursor.hxx93 ::com::sun::star::text::XText > const& xParent,
99 ::com::sun::star::text::XText > const& xParent,
/aoo42x/main/sw/source/ui/utlui/
H A Dunotools.cxx144 uno::Reference< awt::XWindowPeer > xParent( rWindow.GetComponentInterface() ); in CreateControl() local
149 _xControl->createPeer( xToolkit, xParent ); in CreateControl()
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx2149 static bool implFindNextContainer( Reference< XTimeContainer >& xParent, Reference< XTimeContainer … in implFindNextContainer() argument
2152 Reference< XEnumerationAccess > xEnumerationAccess( xParent, UNO_QUERY_THROW ); in implFindNextContainer()
3449 Reference< XTimeContainer > xParent( xChild->getParent(), UNO_QUERY_THROW ); in createInteractiveSequence() local
3450 xParent->appendChild( xISNode ); in createInteractiveSequence()
3672 Reference< XTimeContainer > xParent( xChild->getParent(), UNO_QUERY_THROW ); in implRebuild() local
3674 xParent->removeChild( xISNode ); in implRebuild()
/aoo42x/main/starmath/source/
H A Dunomodel.cxx1162 void SAL_CALL SmModel::setParent( const uno::Reference< uno::XInterface >& xParent) in setParent() argument
1166 SfxBaseModel::setParent( xParent ); in setParent()
1167 uno::Reference< lang::XUnoTunnel > xParentTunnel( xParent, uno::UNO_QUERY ); in setParent()
/aoo42x/main/chart2/source/controller/main/
H A DChartController.cxx1533 uno::Reference< XAccessible > xParent; in impl_initializeAccessible() local
1540 xParent.set( pParentWin->GetAccessible()); in impl_initializeAccessible()
1543 aArguments[3]=uno::makeAny(xParent); in impl_initializeAccessible()
/aoo42x/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx392 Reference<container::XChild> xParent(_xContainer->getParent(),uno::UNO_QUERY); in getSection() local
393 aFind = getSection(xParent); in getSection()

Completed in 179 milliseconds

12345678910>>...16