Bugzilla – Attachment 52761 Details for
Bug 41245
FILEOPEN: auto fit text VIEWING too small in PPT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Fix-fdo#41245-:-Auto-fit-text-VIEWING-too-small-in-PPT.patch (text/plain), 1.33 KB, created by
Arnaud Versini
on 2011-10-25 13:14:49 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Arnaud Versini
Created:
2011-10-25 13:14:49 UTC
Size:
1.33 KB
patch
obsolete
>From c5afa463c8f6d613bebf7b0c7290e8ca903edc4f Mon Sep 17 00:00:00 2001 >From: Arnaud Versini <arnaud.versini@gmail.com> >Date: Tue, 25 Oct 2011 19:49:34 +0200 >Subject: [PATCH] Fix fdo#41245 : Auto fit text VIEWING too small in PPT > >--- > filter/source/msfilter/svdfppt.cxx | 8 +++----- > 1 files changed, 3 insertions(+), 5 deletions(-) > >diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx >index bb1e8b3..fc987b8 100644 >--- a/filter/source/msfilter/svdfppt.cxx >+++ b/filter/source/msfilter/svdfppt.cxx >@@ -1073,12 +1073,10 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi > } > pTObj->SetMergedItem( SvxFrameDirectionItem( bVerticalText ? FRMDIR_VERT_TOP_RIGHT : FRMDIR_HORI_LEFT_TOP, EE_PARA_WRITINGDIR ) ); > >- if (bAutoFit) >+ //Autofit text only if there is no auto grow height and width >+ //See fdo#41245 >+ if (bAutoFit && !bAutoGrowHeight && !bAutoGrowWidth) > { >- // disable both, defeats purpose of autofit >- // otherwise >- bAutoGrowHeight = sal_False; >- bAutoGrowWidth = sal_False; > pTObj->SetMergedItem( SdrTextFitToSizeTypeItem(SDRTEXTFIT_AUTOFIT) ); > } > >-- >1.7.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 41245
:
51652
|
51653
|
51654
| 52761