summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/autopi/01170500.xhp
blob: 2f3bd406596db6f3d466bfbef6fdde2cdffbc736 (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 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: 01170500.xhp,v $
 * $Revision: 1.6 $
 *
 * 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="textsharedautopi01170500xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Field Assignment</title>
<filename>/text/shared/autopi/01170500.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
<lastedited date="2004-05-05T13:22:54">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
<section id="feldzuordnung">
<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/autopi/01170500.xhp" name="Field Assignment">Field Assignment</link></paragraph>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="">Opens a dialog that allows you to specify the field assignment.</ahelp></paragraph>
</section>
<section id="howtoget">
  <embed href="text/shared/00/00000401.xhp#addressimport5"/>
</section>
<bookmark xml-lang="en-US" branch="hid/extensions:PushButton:RID_PAGE_FIELDMAPPING:PB_INVOKE_FIELDS_DIALOG" id="bm_id3152594" localize="false"/>
<paragraph role="heading" id="hd_id3152372" xml-lang="en-US" level="2" l10n="U" oldref="3">Field Assignment</paragraph>
<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="extensions:PushButton:RID_PAGE_FIELDMAPPING:PB_INVOKE_FIELDS_DIALOG">Opens the <link href="text/shared/01/01110101.xhp" name="Templates: Address Book Assignment">Templates: Address Book Assignment</link> dialog.</ahelp></paragraph>
</body>
</helpdocument>
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.cxx
AgeCommit message (Expand)Author
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17unused headersCaolán McNamara
2015-09-17Fix typo in a c++ comment.Sergey Fukanchik
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann