/************************************************************************* * * 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 * * for a copy of the LGPLv3 License. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" #include #ifndef _SVX_SVXIDS_HRC //autogen #include #endif #include #include #include #include #include #ifndef _DOCSH_HXX #include #endif #include using namespace ::com::sun::star; /*-------------------------------------------------------------------- Beschreibung: Document laden --------------------------------------------------------------------*/ void SwDocShell::InitDraw() { SdrModel *pDrDoc = pDoc->GetDrawModel(); if( pDrDoc ) { // Listen, bzw. Tables im ItemSet der DocShell anlegen PutItem( SvxGradientListItem( pDrDoc->GetGradientList(), SID_GRADIENT_LIST ) ); PutItem( SvxHatchListItem( pDrDoc->GetHatchList(), SID_HATCH_LIST ) ); PutItem( SvxBitmapListItem( pDrDoc->GetBitmapList(), SID_BITMAP_LIST ) ); PutItem( SvxDashListItem( pDrDoc->GetDashList(), SID_DASH_LIST ) ); PutItem( SvxLineEndListItem( pDrDoc->GetLineEndList(), SID_LINEEND_LIST ) ); Outliner& rOutliner = pDrDoc->GetDrawOutliner(); uno::Reference xHyphenator( ::GetHyphenator() ); rOutliner.SetHyphenator( xHyphenator ); } else PutItem( SvxColorTableItem( XColorTable::GetStdColorTable(), SID_COLOR_TABLE )); } .04'>distro/collabora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-04-22 10:25:57 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-04-29 07:05:36 +0200
commitbedba76adb9b1421a7d939cfef44b8194e987888 (patch)
treee7a6925910d17e62c9ed7814b59dd6f98d86e7e9 /comphelper/source
parent14fef320301f71f68547af1c0527677cc0ef6f88 (diff)
tdf#131733 Show only CN part of X.509 subject info