summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/simpress/01/05250500.xhp
blob: 57642eda084cc984a4fa526ea096f9cdba7a903f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>


<!--***********************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 * 
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************-->
	
<helpdocument version="1.0">
<meta>
<topic id="textsimpress0105250500xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">In Front of Object</title>
<filename>/text/simpress/01/05250500.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
<lastedited date="2004-08-17T08:26:17">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
<section id="vordasobjekt">
<bookmark xml-lang="en-US" branch="index" id="bm_id3152576"><bookmark_value>objects; in front of object command</bookmark_value>
<bookmark_value>in front of object command</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SID_BEFORE_OBJ" id="bm_id5527887" localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:BeforeObject" id="bm_id3153188" localize="false"/>
<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/simpress/01/05250500.xhp" name="In Front of Object">In Front of Object</link></paragraph>
<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:BeforeObject">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp></paragraph>
</section>
<section id="howtoget">
  <embed href="text/simpress/00/00000413.xhp#vordasobjekt"/>
</section>
<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US" l10n="U" oldref="4">Select the object(s) that you want to move to the foreground. Right-click and choose <emph>Arrange – In Front of Object</emph>, and then click an object in your slide.</paragraph>
</body>
</helpdocument>
libreoffice-4-0-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmapfilter.cxx
AgeCommit message (Collapse)Author
2017-12-05BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
Change-Id: Ia8a1207a584b599f01c47b658692d3eeae52cb3a (cherry picked from commit 4f7280e4cc34a284b91473cefcb179f04a1d7a08) (cherry picked from commit e95d95d6c774dc2772d039affa7e51e06b8efec2)
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
Introduce BitmapFilter as a general bitmap filtering class, and make scale "super" algorithem independent as BitmapScaleSuper which uses BitmapFilter as superclass. This is an ongoing work to make some bitmap algorithms structured and more independent from the big bitmap class This will make them easier to work with, test and optimize. Change-Id: I37d29709b2af95cab2f6da21129302f5be79318b