Home
last modified time | relevance | path

Searched refs:getCreator (Results 1 – 25 of 30) sorted by relevance

12

/aoo42x/main/framework/source/dispatch/
H A Ddispatchprovider.cxx362 …css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_… in implts_queryFrameDispatch()
393 …css::uno::Reference< css::frame::XDispatchProvider > xProvider( xFrame->getCreator(), css::uno::UN… in implts_queryFrameDispatch()
429 …css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_… in implts_queryFrameDispatch()
452 …css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_… in implts_queryFrameDispatch()
479 …css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_… in implts_queryFrameDispatch()
562 …css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_… in implts_queryFrameDispatch()
H A Dclosedispatcher.cxx314 if ( ! xCloseFrame->getCreator().is()) in IMPL_LINK()
640 … css::uno::Reference< css::frame::XFrame > xParent(xTarget->getCreator(), css::uno::UNO_QUERY); in static_impl_searchRightTargetFrame()
/aoo42x/main/comphelper/source/misc/
H A Daccessiblecontexthelper.cxx60 inline Reference< XAccessible > getCreator( ) const { return m_aCreator; } in getCreator() function in comphelper::OContextHelper_Impl
274 return m_pImpl->getCreator(); in getAccessibleCreator()
294 Reference< XAccessible > xCreator( m_pImpl->getCreator() ); in getAccessibleIndexInParent()
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XFrame.java272 XFramesSupplier creator = oObj.getCreator() ; in _getCreator()
456 XFramesSupplier oldCreator = oObj.getCreator() ; in _setCreator()
458 tRes.tested("setCreator()", oObj.getCreator() == null) ; in _setCreator()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DFrame.java74 public com.sun.star.frame.XFramesSupplier getCreator( ) in getCreator() method in Frame
76 return xFrame.getCreator(); in getCreator()
/aoo42x/main/extensions/qa/integration/extensions/
H A DFrame.java128 public XFramesSupplier getCreator() in getCreator() method in Frame
130 return m_frame.getCreator(); in getCreator()
/aoo42x/main/framework/inc/services/
H A Dtask.hxx271 …virtual css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator() throw( css::uno::… in getCreator() function in framework::Task
273 return Frame::getCreator(); in getCreator()
H A Ddesktop.hxx288 …no::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator
H A Dframe.hxx204 …virtual css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator ( …
/aoo42x/main/framework/source/helper/
H A Doframes.cxx202 css::uno::Reference< XFrame > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
228 css::uno::Reference< XFramesSupplier > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
/aoo42x/main/embeddedobj/source/general/
H A Ddocholder.cxx770 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI()
789 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI()
839 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in HideUI()
1337 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in activated()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXFrame.idl106 @see XFrame::getCreator()
118 XFramesSupplier getCreator();
/aoo42x/main/qadevOOo/objdsc/fwk/
H A Dcom.sun.star.comp.framework.Frame.csv12 "Frame";"com::sun::star::frame::XFrame";"getCreator()"
H A Dcom.sun.star.comp.framework.Desktop.csv12 "Desktop";"com::sun::star::frame::XFrame";"getCreator()"
/aoo42x/main/oovbaapi/ooo/vba/
H A DXHelperInterface.idl50 long getCreator()
/aoo42x/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx75 …virtual ::sal_Int32 SAL_CALL getCreator() throw (css::script::BasicErrorException, css::uno::Runti… in getCreator() function in InheritedHelperInterfaceImpl
/aoo42x/main/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx186 Reference< frame::XDispatchProvider > xDispProv( xFrame->getCreator(), uno::UNO_QUERY ); in getContainerDispatchForURL()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1297 xParentFrame = xParentFrame.query( _rxFrame->getCreator() ); in lcl_getModuleHelpModuleName()
1443 xFrame.set( xFrame->getCreator(), UNO_QUERY ); in getTopMostContainerWindow()
/aoo42x/main/framework/source/jobs/
H A Dhelponstartup.cxx248 …xDesktopCheck = css::uno::Reference< css::frame::XDesktop >(xFrame->getCreator(), css::uno::UNO_QU… in its_getModuleIdFromEnv()
/aoo42x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx828 xParentFrame = uno::Reference< frame::XFrame >( xOwnFrame->getCreator(), uno::UNO_QUERY ); in queryDispatch()
885 xParentFrame = uno::Reference< frame::XFrame >( xOwnFrame->getCreator(), uno::UNO_QUERY ); in queryDispatch()
H A Dviewsh.cxx970 … uno::Reference < frame::XFramesSupplier > xParentFrame( xOwnFrame->getCreator(), uno::UNO_QUERY ); in UIActivating()
/aoo42x/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx371 xFrame.set(xFrame->getCreator(),UNO_QUERY); in lcl_getTopMostWindow()
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx3414 Reference< XFramesSupplier > xCreator = getTextFrame()->getCreator(); in CloseWindow()
3417 xCreator = xCreator->getCreator(); in CloseWindow()
/aoo42x/main/framework/source/services/
H A Ddesktop.cxx912 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Desktop::getCreator() throw( css::uno::… in getCreator() function in framework::Desktop
/aoo42x/main/svx/source/svdraw/
H A Dsvdoole2.cxx398 … uno::Reference < frame::XFramesSupplier > xParentFrame( xOwnFrame->getCreator(), uno::UNO_QUERY ); in activatingUI()

Completed in 128 milliseconds

12