Home
last modified time | relevance | path

Searched refs:frame (Results 401 – 425 of 2636) sorted by relevance

1...<<11121314151617181920>>...106

/trunk/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx42 namespace frame = com::sun::star::frame ;
72 public ::cppu::WeakImplHelper3< task::XJob, lang::XServiceInfo, frame::XTerminateListener >
105 throw ( frame::TerminationVetoException, uno::RuntimeException );
111 uno::Reference< frame::XDesktop > m_xDesktop;
321 throw ( frame::TerminationVetoException, uno::RuntimeException ) in queryTermination()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s28 pushl %ebp # proper stack frame needed for exception handling
48 pushl %ebp # proper stack frame needed for exception handling
66 pushl %ebp # proper stack frame needed for exception handling
87 pushl %ebp # proper stack frame needed for exception handling
107 pushl %ebp # proper stack frame needed for exception handling
127 pushl %ebp # proper stack frame needed for exception handling
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx92 void SelectorListBox::SetChartController( const Reference< frame::XController >& xChartController ) in SetChartController()
102 Reference< frame::XController > xChartController( m_xChartController ); in UpdateChartElementsListAndSelection()
192 Reference< frame::XController > xController( m_xChartController ); in ReleaseFocus_Impl()
193 Reference< frame::XFrame > xFrame( xController->getFrame() ); in ReleaseFocus_Impl()
302 void SAL_CALL ElementSelectorToolbarController::statusChanged( const frame::FeatureStateEvent& rEve… in statusChanged()
309 Reference< frame::XController > xChartController; in statusChanged()
/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx156 typedef ::std::vector< ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > > Sv…
231 …void EstablisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame…
359 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame(pIt->get(), ::com::sun:… in Notify()
465 …lisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablisFrameCallback()
470 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xWeak(xFrame); in EstablisFrameCallback()
595 …lisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablisFrameCallback()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1179 svx::frame::Array& rArray = mrTabInfo.maArray; in DrawFrame()
1307 const svx::frame::Style& rLine, const Color* pForceColor ) in lcl_HorizLine()
1309 svx::frame::DrawHorFrameBorder( rDev, rLeft, rRight, rLine, pForceColor ); in lcl_HorizLine()
1314 const svx::frame::Style& rTopLine, const svx::frame::Style& rBottomLine ) in lcl_VertLineEnds()
1364 const svx::frame::Style& rLine, in lcl_VertLine()
1365 const svx::frame::Style& rTopLine, const svx::frame::Style& rBottomLine, in lcl_VertLine()
1372 svx::frame::Style aScaled( rLine ); in lcl_VertLine()
1423 svx::frame::Array& rArray = mrTabInfo.maArray; in DrawRotatedFrame()
1640 rArray.SetCellStyleLeft( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
1652 rArray.SetCellStyleTLBR( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
[all …]
/trunk/main/framework/inc/uielement/
H A Dtoolbarmerger.hxx93 …sMergeOperation( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
103 …ssMergeFallback( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
113 … MergeItems( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
122 … ReplaceItem( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
136 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame,
/trunk/main/offapi/com/sun/star/frame/
H A DXMenuBarMergingAcceptor.idl32 #include <com/sun/star/frame/XDispatchProvider.idl>
37 module com { module sun { module star { module frame {
59 created by <type scope="com::sun::star::frame">XLayoutManager</type>
64 @see com::sun::star::frame::XDispatchProvider
65 @see com::sun::star::frame::XLayoutManager
H A DXLayoutManager.idl32 #include <com/sun/star/frame/XFrame.idl>
61 module com { module sun { module star { module frame {
91 @see com::sun::star::frame::XFrame
99 /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager.
102 specifies the frame that should be attached to the layout manager
105 A layout manager needs a <type scope="com::sun::star::frame">XFrame</type> to be
109 void attachFrame( [in] com::sun::star::frame::XFrame Frame );
117 <member>attachFrame</member> has been made. That means an attached frame
120 or reattached to a frame.
139 /** retrieves the current docking area acceptor that controls the border space of the frame's
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx107 …uno::Reference< frame::XController> xController = _pObject->GetParentXModel()->getCurrentControlle… in lcl_getFrame_throw()
397 uno::Reference < frame::XFrame > xOwnFrame( xFrame,uno::UNO_QUERY); in activatingUI()
398 … uno::Reference < frame::XFramesSupplier > xParentFrame( xOwnFrame->getCreator(), uno::UNO_QUERY ); in activatingUI()
463 uno::Reference< ::com::sun::star::frame::XLayoutManager > xMan; in getLayoutManager()
484 …return uno::Reference < frame::XDispatchProvider >( lcl_getFrame_throw(mpObj), uno::UNO_QUERY_THRO… in getInplaceDispatchProvider()
600 uno::Reference< frame::XFrame> xFrame(lcl_getFrame_throw(mpObj),uno::UNO_QUERY_THROW); in getWindow()
2199 uno::Reference< frame::XModel > SdrOle2Obj::getXModel() const in getXModel()
2203 return uno::Reference< frame::XModel >( xObjRef->getComponent(), uno::UNO_QUERY ); in getXModel()
2205 return uno::Reference< frame::XModel >(); in getXModel()
2255 uno::Reference< frame::XModel > SdrOle2Obj::GetParentXModel() const in GetParentXModel()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx89 const css::uno::Reference<css::frame::XFrame>& rxFrame) in Instance()
103 const Reference<frame::XController>& rxController, in PresenterController()
162 Reference<frame::XFrame> xFrame (mxController->getFrame()); in PresenterController()
243 Reference<frame::XFrame> xFrame (mxController->getFrame()); in disposing()
652 Reference<frame::XDispatch> xDispatch (GetDispatch(aURL)); in DispatchUnoCommand()
662 Reference<css::frame::XDispatch> PresenterController::GetDispatch (const util::URL& rURL) const in GetDispatch()
667 Reference<frame::XDispatchProvider> xDispatchProvider (mxController->getFrame(), UNO_QUERY); in GetDispatch()
674 frame::FrameSearchFlag::SELF); in GetDispatch()
919 const frame::FrameActionEvent& rEvent) in frameAction()
922 if (rEvent.Action == frame::FrameAction_FRAME_ACTIVATED) in frameAction()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx253 uno::Reference< frame::XModule > xModule( xDocument, uno::UNO_QUERY_THROW ); in SetDocToEmbedded()
337 uno::Reference< frame::XModel > xModel( xDocument, uno::UNO_QUERY ); in InitNewDocument_Impl()
338 uno::Reference< frame::XLoadable > xLoadable( xModel, uno::UNO_QUERY ); in InitNewDocument_Impl()
397 uno::Reference< frame::XLoadable > xLoadable( xDocument, uno::UNO_QUERY ); in LoadLink_Impl()
432 uno::Reference< frame::XModel > xModel( xLoadable, uno::UNO_QUERY_THROW ); in LoadLink_Impl()
515 uno::Reference< frame::XLoadable > xLoadable( xDocument, uno::UNO_QUERY ); in LoadDocumentFromStorage_Impl()
605 uno::Reference< frame::XStorable > xStorable; in StoreDocumentToTempStream_Impl()
827 uno::Reference< frame::XLoadable > xLoadable( xDocument, uno::UNO_QUERY ); in CreateDocFromMediaDescr_Impl()
1026 uno::Reference< frame::XDispatchProviderInterceptor > xDispatchInterceptor; in setPersistentEntry()
1597 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetComponent(), uno::UNO_QUERY ); in storeOwn()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.SoundHandler.csv1 "SoundHandler";"com::sun::star::frame::XDispatch";"dispatch()"
2 "SoundHandler";"com::sun::star::frame::XDispatch";"addStatusListener()"
3 "SoundHandler";"com::sun::star::frame::XDispatch";"removeStatusListener()"
4 "SoundHandler";"com::sun::star::frame::XNotifyingDispatch";"dispatchWithNotification()"
/trunk/main/framework/source/fwe/classes/
H A Dsfxhelperfunctions.cxx41 using namespace ::com::sun::star::frame;
99 void SAL_CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >&… in RefreshToolbars()
120 void SAL_CALL CreateDockingWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::frame:… in CreateDockingWindow()
141 …gWindowVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,… in IsDockingWindowVisible()
163 void SAL_CALL ActivateToolPanel( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::X… in ActivateToolPanel()
/trunk/main/framework/source/fwi/helper/
H A Dmischelper.cxx44 using namespace ::com::sun::star::frame;
81 const uno::Reference< frame::XFrame >& _xFrame, in RetrieveLabelFromCommand()
155 const uno::Reference< frame::XFrame > & rxFrame, in FillLangItems()
205 Reference< com::sun::star::frame::XModel > xModel; in FillLangItems()
208 …Reference< com::sun::star::frame::XController > xController( rxFrame->getController(), UNO_QUERY ); in FillLangItems()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.hxx79 …rence< ::com::sun::star::frame::XModel > impl_getModelFromFrame( const ::com::sun::star::uno::Refe…
80 sal_Bool implts_isPreviewModel( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XM…
81 sal_Bool implts_isFrameOrWindowTop( const ::com::sun::star::uno::Reference< ::com::sun::star::frame
82 …actory>& rSMGR, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame,…
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl65 <member scope="com::sun::star::frame">XStorable::storeToURL</member>.</p>
86 (via <member scope="com::sun::star::frame">XLoadable::load</member>) or initialized (via
87 <member scope="com::sun::star::frame">XLoadable::initNew</member>).</p>
90 …caller is not responsible for calling <member scope="com::sun::star::frame">XModel::attachResource…
94 <member scope="::com::sun::star::frame:">XLodable::load</member>, followed by
95 <member scope="com::sun::star::frame">XModel::attachResource</member>.</p>
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl82 target frame
92 /** Requests an URL to be loaded into the frame target.
99 target frame
114 target frame
137 target frame
158 target frame
/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx44 uno::Reference< XHelperInterface > lcl_createWorkbookHIParent( const uno::Reference< frame::XModel … in lcl_createWorkbookHIParent()
51 uno::Reference< frame::XModel > xModel( aSource, uno::UNO_QUERY_THROW ); in ComponentToWindow()
53 …uno::Reference< frame::XController > xController( xModel->getCurrentController(), uno::UNO_SET_THR… in ComponentToWindow()
78 uno::Reference< frame::XDesktop > xDesktop in WindowComponentEnumImpl()
138 …uno::Reference< frame::XModel > xModel( xNext, uno::UNO_QUERY_THROW ); // that the spreadsheetdocu… in WindowsAccessImpl()
140 …uno::Reference< frame::XController > xController( xModel->getCurrentController(), uno::UNO_SET_THR… in WindowsAccessImpl()
H A Dvbaapplication.cxx204 uno::Reference< frame::XModel > xModel( getCurrentExcelDoc( mxContext ), uno::UNO_SET_THROW ); in getActiveWorkbook()
214 uno::Reference< frame::XModel > xModel( getThisExcelDoc( mxContext ), uno::UNO_SET_THROW ); in getThisWorkbook()
231 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in getSelection()
338 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getActiveWindow()
371 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setStatusBar()
460 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Names()
529 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in GoTo()
632 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setCursor()
710 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Calculate()
932 const uno::Reference< frame::XModel >& rxModel, in lclCreateVbaRange()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
51 pushl %ebp # proper stack frame needed for exception handling
71 pushl %ebp # proper stack frame needed for exception handling
94 pushl %ebp # proper stack frame needed for exception handling
116 pushl %ebp # proper stack frame needed for exception handling
138 pushl %ebp # proper stack frame needed for exception handling
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
51 pushl %ebp # proper stack frame needed for exception handling
71 pushl %ebp # proper stack frame needed for exception handling
94 pushl %ebp # proper stack frame needed for exception handling
116 pushl %ebp # proper stack frame needed for exception handling
138 pushl %ebp # proper stack frame needed for exception handling
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx148 void SAL_CALL RecoveryUI::addStatusListener(const css::uno::Reference< css::frame::XStatusListener … in addStatusListener()
155 void SAL_CALL RecoveryUI::removeStatusListener(const css::uno::Reference< css::frame::XStatusListen… in removeStatusListener()
268 css::uno::Reference< css::frame::XStatusListener > xCore(pCore); in impl_doEmergencySave()
306 css::uno::Reference< css::frame::XStatusListener > xCore(pCore); in impl_doRecovery()
363 css::uno::Reference< css::frame::XFramesSupplier > xDesktop( in impl_showAllRecoveredDocs()
377 css::uno::Reference< css::frame::XFrame > xTask; in impl_showAllRecoveredDocs()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java42 import com.sun.star.frame.XController;
43 import com.sun.star.frame.XDesktop;
44 import com.sun.star.frame.XDispatch;
45 import com.sun.star.frame.XDispatchProvider;
46 import com.sun.star.frame.XFrame;
47 import com.sun.star.frame.XModel;
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx148 maScreenRect = [pNSScreen frame]; in initWindowAndView()
585 NSRect aStateRect = [mpNSWindow frame]; in SetWindowState()
673 NSRect aStateRect = [mpNSWindow frame]; in GetWindowState()
708 NSRect aNewScreen = [pScreen frame]; in SetScreenNumber()
714 NSRect aCurScreen = [pScreen frame]; in SetScreenNumber()
718 NSRect aFrameRect = [mpNSWindow frame]; in SetScreenNumber()
788 aNewContentRect = [pScreen frame]; in ShowFullScreen()
794 maFullScreenRect = [mpNSWindow frame]; in ShowFullScreen()
1380 NSRect aFrameRect = [mpNSWindow frame]; in SetPosSize()
1639 maScreenRect = [pScreen frame]; in UpdateFrameGeometry()
[all …]
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl44 #include <com/sun/star/frame/XController.idl>
158 [in] com::sun::star::frame::XController xController,
182 [in] com::sun::star::frame::XController xController )
228 [in] com::sun::star::frame::XController xController,
249 [in] com::sun::star::frame::XController xController)
287 [in] com::sun::star::frame::XController xController,
319 [in] com::sun::star::frame::XController xController,
348 [in] com::sun::star::frame::XController xController,

Completed in 194 milliseconds

1...<<11121314151617181920>>...106