/aoo4110/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFramesSupplier.java | 47 protected XIndexAccess frames = null ; field in _XFramesSupplier 76 for (int i = 0; i < frames.getCount(); i++) { in _getActiveFrame() 82 new Type(XFrame.class),frames.getByIndex(i)); in _getActiveFrame() 119 frames = oObj.getFrames() ; in _getFrames() 120 if (frames != null) { in _getFrames() 121 cnt = frames.getCount() ; in _getFrames() 130 if (frames.getByIndex(i) == null) { in _getFrames() 163 if (frames.getCount() > 1) { in _setActiveFrame() 168 new Type(XFrame.class),frames.getByIndex(0)); in _setActiveFrame() 175 new Type(XFrame.class),frames.getByIndex(1)); in _setActiveFrame() [all …]
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XFrames.idl | 40 /** manages and creates frames. 43 Frames may contain other frames (by implementing an <type>XFrames</type> 44 interface) and may be contained in other frames. 53 /** appends the specified <type>Frame</type> to the list of sub-frames. 62 frames inside this container and her sub frames 66 frames should be found 69 all frames of this container and all available frames of the whole frame tree
|
H A D | FrameSearchFlag.idl | 60 /** allows search on the parent frames 70 /** includes all child frames of the start frame 103 are top frames too. Instead of using the CHILDREN flag there, it's possible so to supress 110 /** includes all frames except frames in other tasks sub trees 116 /** searches in the whole hierarchy of frames
|
H A D | Desktop.idl | 51 /** is the environment for components which can instantiate within frames 54 A desktop environment contains tasks with one or more frames 57 interfaces, it's just because these frames use task windows. 67 global tree. But such outstanding frames won't be accessible by the normal
|
H A D | XDesktop.idl | 56 frames. Frames are like frames in HTML framesets. This does not imply 57 that a desktop can handle framesets; the frames may be top frames
|
H A D | XFrame.idl | 160 Frames may contain other frames (e.g., a frameset) and may 161 be contained in other frames. This hierarchy is searched with 233 Finally, most frames may grab the focus to one of its windows 260 <TRUE/> for active or UI active frames 355 happen to the components within this frame or within sub-frames of this frame.
|
H A D | XComponentLoader.idl | 88 ….g. detecting of already loaded documents, using of empty frames of creating of new top frames as … 144 only an interacting user can do this by closing the frames' window.
|
H A D | XFramesSupplier.idl | 37 /** provides access to sub frames of current one 48 the collection of frames which is represented by
|
H A D | FramesContainer.idl | 35 /** this is a special container which can contain frames
|
H A D | FrameActionEvent.idl | 44 components within frames
|
H A D | XFrameActionListener.idl | 41 when several things happen to components within frames of the desktop frame tree.
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter.cxx | 534 short *sample_buff = new short[static_cast<int>(info.frames)]; in streamSound() 535 sf_readf_short(sf, sample_buff, info.frames); in streamSound() 551 for (int samples_written = 0; samples_written < info.frames; samples_written += samples_per_frame) in streamSound() 555 int samples_to_write = std::min((int)info.frames - samples_written, samples_per_frame); in streamSound()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | DocumentSettings.idl | 115 <p>This property indicates that the document contains multiple text frames 116 and that the content of one frame is duplicated into the other frames 163 fly frames and drawing objects are positioned. 182 fly frames and drawing objects) are positioned.
|
H A D | AccessiblePageView.idl | 105 exception are text frames that are bound as 115 are text frames that are bound as character. They are 151 <li>Text frames, graphics, embedded objects and shapes that 154 <li>Text frames, graphics, embedded objects and shapes
|
H A D | AccessibleTextDocumentView.idl | 103 frames that are bound as character. They are childen 112 are text frames that are bound as character. They are 148 <li>Text frames, graphics, embedded objects and shapes that 151 <li>Text frames, graphics, embedded objects and shapes
|
H A D | RelOrientation.idl | 90 /** page includes margins for page-anchored frames identical with 98 /** page without borders (for page anchored frames identical with
|
H A D | AccessibleParagraphView.idl | 141 <p>For text frames, graphics, etc. that are bound as character some 168 <p>For text frames, graphics, etc. that are bound as character
|
H A D | XTextFramesSupplier.idl | 50 /** returns a collection of text frames.
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | ImageStatus.idl | 46 frames to be delivered. 53 frames to be delivered.
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | InterpolationMode.idl | 29 frames.<p> 32 takes place between two consecutive frames of a discrete animation
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 359 FrameDependSortList_t frames; in SwXTextPortionEnumeration() local 360 ::CollectFrameAtNode(*this, pUnoCrsr->GetPoint()->nNode, frames, true); in SwXTextPortionEnumeration() 361 lcl_CreatePortions(m_Portions, xParentText, pUnoCrsr, frames, nStart, nEnd); in SwXTextPortionEnumeration()
|
H A D | unoobj2.cxx | 1870 FrameDependSortList_t frames; in SwXParaFrameEnumeration() local 1872 frames, false); in SwXParaFrameEnumeration() 1873 ::std::transform(frames.begin(), frames.end(), in SwXParaFrameEnumeration()
|
/aoo4110/main/accessibility/workben/ |
H A D | TODO | 10 * evaluate drawing transparent frames at screen coordinates of an object
|
/aoo4110/main/sw/source/core/undo/ |
H A D | undo.src | 367 Text [ en-US ] = "Link text frames" ; 371 Text [ en-US ] = "Unlink text frames" ;
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | AccessBridge.idl | 36 and Java <-> GNOME access bridge by registering the native frames as
|