| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/ |
| H A D | com.sun.star.comp.framework.Frame.csv | 1 "Frame";"com::sun::star::task::XStatusIndicatorFactory#optional";"createStatusIndicator()" 2 "Frame";"com::sun::star::lang::XComponent";"dispose()" 3 "Frame";"com::sun::star::lang::XComponent";"addEventListener()" 4 "Frame";"com::sun::star::lang::XComponent";"removeEventListener()" 5 "Frame";"com::sun::star::frame::Frame";"Title" 6 "Frame";"com::sun::star::frame::Frame";"RecorderSupplier#optional" 7 "Frame";"com::sun::star::frame::XDispatchProviderInterception";"registerDispatchProviderInterceptor… 8 "Frame";"com::sun::star::frame::XDispatchProviderInterception";"releaseDispatchProviderInterceptor(… 9 "Frame";"com::sun::star::frame::XFrame";"initialize()" 10 "Frame";"com::sun::star::frame::XFrame";"getContainerWindow()" [all …]
|
| /trunk/main/framework/source/services/ |
| H A D | frame.cxx | 124 css::uno::WeakReference< css::frame::XFrame > Frame::m_xCloserFrame = css::uno::WeakReference< css:… 133 DEFINE_XINTERFACE_21 ( Frame … in DEFINE_XINTERFACE_21() argument 158 DEFINE_XTYPEPROVIDER_20 ( Frame … in DEFINE_XINTERFACE_21() 181 DEFINE_XSERVICEINFO_MULTISERVICE ( Frame … in DEFINE_XINTERFACE_21() 187 DEFINE_INIT_SERVICE ( Frame, in DEFINE_XINTERFACE_21() 272 Frame::Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) 315 Frame::~Frame() in ~Frame() 343 css::uno::Reference< css::lang::XComponent > SAL_CALL Frame::loadComponentFromURL( const ::rtl::OUS… in loadComponentFromURL() 380 css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( css::uno::RuntimeExce… in getFrames() 417 css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw( css::uno::Runtime… in getActiveFrame() [all …]
|
| /trunk/main/framework/inc/services/ |
| H A D | task.hxx | 80 … public Frame // Order of baseclasses is necessary for right initialization! 222 Frame::dispose(); in dispose() 228 Frame::addEventListener( xListener ); in addEventListener() 234 Frame::removeEventListener( xListener ); in removeEventListener() 258 Frame::initialize( xWindow ); in initialize() 263 return Frame::getContainerWindow(); in getContainerWindow() 268 Frame::setCreator( xCreator ); in setCreator() 273 return Frame::getCreator(); in getCreator() 278 return Frame::getName(); in getName() 283 Frame::setName( sName ); in setName() [all …]
|
| /trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | Frame.java | 29 public class Frame extends java.awt.Frame implements javax.accessibility.Accessible, NativeFrame { class 38 protected Frame(XAccessibleComponent xAccessibleComponent) { in Frame() method in Frame 42 protected Frame(String name, XAccessibleComponent xAccessibleComponent) { in Frame() method in Frame 177 AccessibleObjectFactory.postWindowActivated(Frame.this); in setComponentState() 179 AccessibleObjectFactory.postWindowLostFocus(Frame.this); in setComponentState() 191 Frame.this.setVisible(enable); in setComponentState() 274 AccessibleObjectFactory.removeChild(Frame.this, event.OldValue); in notifyEvent() 276 AccessibleObjectFactory.addChild(Frame.this, event.NewValue); in notifyEvent() 307 protected class AccessibleFrame extends java.awt.Frame.AccessibleAWTFrame { 438 Frame.this.addWindowListener(accessibleWindowHandler); in addPropertyChangeListener() [all …]
|
| H A D | Alert.java | 31 protected Alert(java.awt.Frame owner, XAccessibleComponent xAccessibleComponent) { in Alert() 35 protected Alert(java.awt.Frame owner, String name, XAccessibleComponent xAccessibleComponent) { in Alert() 39 …protected Alert(java.awt.Frame owner, String name, boolean modal, XAccessibleComponent xAccessible… in Alert()
|
| /trunk/main/bean/qa/complex/bean/ |
| H A D | OOoBeanTest.java | 141 f.setExtendedState(Frame.ICONIFIED); in test2() 147 f.setExtendedState(Frame.NORMAL); in test2() 166 f.setExtendedState(Frame.MAXIMIZED_BOTH); in test2() 172 f.setExtendedState(Frame.NORMAL); in test2() 231 Frame coverFrame = new Frame(); in test2() 394 java.awt.Frame frame = null; in test6() 397 frame = new java.awt.Frame("OpenOffice.org Demo"); in test6() 462 final java.awt.Frame frame = new Frame("Openoffice.org"); in test6a() 624 Frame f = new Frame("OOoBean example with several instances"); in test8()
|
| /trunk/main/extensions/qa/integration/extensions/ |
| H A D | ObjectInspector.java | 34 import integration.extensions.Frame; 49 private Frame m_desktop; 77 m_desktop = new Frame( m_orb.createInstance( "com.sun.star.frame.Desktop" ) ); in before() 111 Frame inspectorFrame = new Frame( m_orb.createInstance( "com.sun.star.frame.Frame" ) ); in createObjectInspector() 146 … Frame existentInspectorFrame = new Frame( m_desktop.findFrame( m_inspectorFrameName, 255 ) ); in closeExistentInspector()
|
| /trunk/main/avmedia/source/java/x11/ |
| H A D | SystemWindowAdapter.java | 29 static public java.awt.Frame createFrame( int windowHandle ) in createFrame() 32 java.awt.Frame aFrame = null; in createFrame() 48 … aFrame = (java.awt.Frame) aCtor.newInstance( new Object[] { new Long( windowHandle ), in createFrame() 64 … aFrame = (java.awt.Frame) aCtor.newInstance( new Object[] { new Long( windowHandle ) } ); in createFrame() 89 … aFrame = (java.awt.Frame) aCtor.newInstance( new Object[] { new Long( windowHandle ) } ); in createFrame() 108 … aFrame = (java.awt.Frame) aCtor.newInstance( new Object[] { new Long( windowHandle ) } ); in createFrame()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtww8gr.cxx | 367 void WW8Export::OutGrf(const sw::Frame &rFrame) in OutGrf() 373 if( rURL.GetURL().Len() && rFrame.GetWriterType() == sw::Frame::eGraphic) in OutGrf() 517 void SwWW8WrGrf::Insert(const sw::Frame &rFly) in Insert() 525 void SwWW8WrGrf::WritePICFHeader(SvStream& rStrm, const sw::Frame &rFly, in WritePICFHeader() 689 const sw::Frame &rFly, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfFromGrfNode() 902 const sw::Frame &rFly = rItem.maFly; in WriteGraphicNode() 905 case sw::Frame::eGraphic: in WriteGraphicNode() 915 case sw::Frame::eBulletGrf: in WriteGraphicNode() 925 case sw::Frame::eOle: in WriteGraphicNode() 1000 case sw::Frame::eDrawing: in WriteGraphicNode() [all …]
|
| H A D | writerhelper.cxx | 151 aRet.push_back(sw::Frame(rEntry, *pAnchor)); in SwPosFlyFrmsToFrames() 162 aRet.push_back(sw::Frame(rEntry, aPos)); in SwPosFlyFrmsToFrames() 169 class anchoredto: public std::unary_function<const sw::Frame&, bool> 175 bool operator()(const sw::Frame &rFrame) const in operator ()() 185 Frame::Frame(const Graphic&rGrf, const SwPosition &rPos) in Frame() function in sw::Frame 210 Frame::Frame(const SwFrmFmt &rFmt, const SwPosition &rPos) in Frame() function in sw::Frame 291 bool Frame::IsInline() const in IsInline() 296 void Frame::ForceTreatAsInline() in ForceTreatAsInline()
|
| H A D | wrtww8.hxx | 347 sw::Frame maCntnt; // the frame itself 354 DrawObj(const sw::Frame &rCntnt, WW8_CP nCp, Point aParentPos, short nDir, in DrawObj() 380 bool Append( WW8Export&, WW8_CP nCp, const sw::Frame& rFmt, 448 const sw::Frame* pOldFlyFmt; 507 const sw::Frame *mpParentFrame; //If set we are exporting content inside 1017 void AppendFlyInFlys(const sw::Frame& rFrmFmt, const Point& rNdTopLeft); 1033 void OutGrf(const sw::Frame &rFrame); 1042 void OutGrfBullets(const sw::Frame &rFrame); 1110 const sw::Frame &rFrmFmt); 1344 sw::Frame maFly; // Umgebende FlyFrms dazu [all …]
|
| H A D | writerhelper.hxx | 107 class Frame class 127 Frame(const SwFrmFmt &rFlyFrm, const SwPosition &rPos); 128 Frame(const Graphic&, const SwPosition &); 192 bool RefersToSameFrameAs(const Frame &rOther) const in RefersToSameFrameAs() 223 typedef std::vector<Frame> Frames; 225 typedef std::vector<Frame>::iterator FrameIter;
|
| H A D | wrtw8nds.cxx | 238 public std::binary_function<const sw::Frame&, const sw::Frame&, bool> 241 bool operator()(const sw::Frame &rOne, const sw::Frame &rTwo) const in operator ()() 290 std::mem_fun_ref(&sw::Frame::ForceTreatAsInline)); in WW8SwAttrIter() 2674 sw::Frame aFrm(rFlyFrmFmt, SwPosition(rNd)); in OutWW6FlyFrmsInCntnt() 2687 void WW8AttributeOutput::OutputFlyFrame_Impl( const sw::Frame& rFmt, const Point& rNdTopLeft ) in OutputFlyFrame_Impl() 2696 sw::Frame::WriterSource eType = rFmt.GetWriterType(); in OutputFlyFrame_Impl() 2697 if ((eType == sw::Frame::eGraphic) || (eType == sw::Frame::eOle)) in OutputFlyFrame_Impl() 2707 if ((bUseEscher == true) && (eType == sw::Frame::eFormControl)) in OutputFlyFrame_Impl() 2795 void AttributeOutputBase::OutputFlyFrame( const sw::Frame& rFmt ) in OutputFlyFrame()
|
| H A D | wrtw8esh.cxx | 629 const sw::Frame &rFrmFmt) in MiserableRTLFrmFmtHack() 642 sw::Frame::WriterSource eSource = rFrmFmt.GetWriterType(); in MiserableRTLFrmFmtHack() 643 if (eSource == sw::Frame::eDrawing || eSource == sw::Frame::eFormControl) in MiserableRTLFrmFmtHack() 689 const sw::Frame &rFrmFmt = aIter->maCntnt; in WritePlc() 889 bool PlcDrawObj::Append( WW8Export& rWrt, WW8_CP nCp, const sw::Frame& rFmt, in Append() 984 void WW8Export::AppendFlyInFlys(const sw::Frame& rFrmFmt, in AppendFlyInFlys() 2259 const sw::Frame &rFrame = pObj->maCntnt; in SwEscherEx() 2264 case sw::Frame::eTxtBox: in SwEscherEx() 2265 case sw::Frame::eOle: in SwEscherEx() 2266 case sw::Frame::eGraphic: in SwEscherEx() [all …]
|
| /trunk/main/offapi/com/sun/star/frame/ |
| H A D | DesktopTask.idl | 59 /** use the <type>Frame</type> service instead of this 64 /** use <type>Frame</type> service */ 67 /** use the same interface at the <type>Frame</type> service */ 70 /** use the same interface at the <type>Frame</type> service */ 77 <type>Frame</type> service */ 80 /** use property <member>Frame::Title</member> instead of that */
|
| H A D | XFramesSupplier.idl | 67 the <type>Frame</type> which is active within this frame. 78 frame specified by <var>Frame</var>. 88 Note: Given parameter <var>Frame</var> must already exist inside the container 92 @param Frame 95 void setActiveFrame( [in] XFrame Frame );
|
| H A D | XSynchronousFrameLoader.idl | 43 /** loads a resource into a <type>Frame</type>. 54 /** starts the loading of the specified resource into the specified <type>Frame</type>. 60 @param Frame 70 [in] XFrame Frame );
|
| H A D | XDispatchRecorder.idl | 53 which is provided by the <type>Frame</type> service. 56 @see Frame 67 @param Frame 70 void startRecording( [in] com::sun::star::frame::XFrame Frame );
|
| H A D | XModel2.idl | 96 @param Frame 107 …:star::frame::XController2 createDefaultViewController( [in] com::sun::star::frame::XFrame Frame ) 126 @param Frame 139 … [in] com::sun::star::frame::XFrame Frame )
|
| H A D | FrameControl.idl | 43 then the <member>FrameControl::Frame</member> property is set. 65 The <type>Frame</type> is created if the control 69 [property, readonly] string Frame;
|
| H A D | XController.idl | 38 /** With this interface, components viewed in a <type>Frame</type> can serve 50 @param Frame 53 void attachFrame( [in] XFrame Frame );
|
| H A D | XFrameLoader.idl | 61 /** starts the loading of the specified resource into the specified <type>Frame</type>. 63 @param Frame 81 [in] XFrame Frame,
|
| H A D | Controller.idl | 64 Such components can be loaded into a <type>Frame</type> inside a <type>Desktop</type> 76 /** with this interface, components viewed in a <type>Frame</type> can serve 85 Mostly used by the <type>Frame</type> service, which contains this
|
| /trunk/main/sc/source/filter/starcalc/ |
| H A D | scflt.cxx | 187 rStream >> rLine.Frame; in lcl_ReadHeadFootLine() 516 rStream >> Frame; in Sc10PatternData() 646 && Frame == rData.Frame in operator ==() 835 if (pHeadFootLine->Frame != 0) in PutToDoc() 841 sal_uInt16 fLeft = (pHeadFootLine->Frame & 0x000F); in PutToDoc() 842 sal_uInt16 fTop = (pHeadFootLine->Frame & 0x00F0) / 0x0010; in PutToDoc() 843 sal_uInt16 fRight = (pHeadFootLine->Frame & 0x0F00) / 0x0100; in PutToDoc() 844 sal_uInt16 fBottom = (pHeadFootLine->Frame & 0xF000) / 0x1000; in PutToDoc() 1271 if( pPattern->Frame != 0 ) in LoadPatternCollection() 1277 sal_uInt16 fLeft = ( pPattern->Frame & 0x000F ); in LoadPatternCollection() [all …]
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | scflt.hxx | 282 sal_uInt16 Frame; member 615 sal_uInt16 Frame; member in Sc10PatternData 632 Frame = rData.Frame; in Sc10PatternData()
|