Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index



Hello,

Could you please review the attached patch.

Thank you.

________________________
Regards,
Manal M. Alhassoun
Motah Program, KACST
http://www.motah.org.sa











Warning: This message and its attachment, if any, are confidential and may contain information 
protected by law. If you are not the intended recipient, please contact the sender immediately and 
delete the message and its attachment, if any. You should not copy the message and its attachment, 
if any, or disclose its contents to any other person or use it for any purpose. Statements and 
opinions expressed in this e-mail and its attachment, if any, are those of the sender, and do not 
necessarily reflect those of King Abdulaziz city for Science and Technology (KACST) in the Kingdom 
of Saudi Arabia. KACST accepts no liability for any damage caused by this email.

?????: ??? ??????? ??? ????? ?? ?????? (?? ????) ???? ????? ???? ?? ????? ??? ??????? ????? ????? 
???????. ??? ?? ??? ????? ?????? ???? ??????? ???? ???? ????? ??????? ???? ?????? ????? ???? 
??????? ????????? (?? ????)? ??? ???? ?? ??? ?? ????? ??? ??????? ?? ???????? (?? ????) ?? ?? ??? 
????? ?? ????? ?????????? ????? ?? ????????? ??? ???. ????? ??? ???? ??? ??????? ????????? (?? 
????) ???? ?? ??? ??????? ???? ???????? ??? ????? ????? ????????? ?????? ???????? ???????? ??????? 
????????? ??? ????? ??????? ?? ??????? ?? ??????? ??????? ?? ?? ?? ?????? ??? ??????.

From 9d1dbdad4035cc44e7f14fed25fba97ae8dfbf85 Mon Sep 17 00:00:00 2001
From: Manal Alhassoun <malhassoun@kacst.edu.sa>
Date: Thu, 30 Aug 2012 22:46:38 +0300
Subject: [PATCH] fdo#44925

Change-Id: Ieb4aa3e1dbfa46c58352eefe951ee404efd1ad1f
---
 sc/source/ui/view/gridwin.cxx |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d823937..8640993 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -1187,8 +1187,17 @@ void ScGridWindow::LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool 
bDataSelec
     pFilterFloat->SetPopupModeEndHdl( LINK( this, ScGridWindow, PopupModeEndHdl ) );
     pFilterBox = new ScFilterListBox(
         pFilterFloat, this, nCol, nRow, bDataSelect ? SC_FILTERBOX_DATASELECT : 
SC_FILTERBOX_FILTER );
-    if ( bLayoutRTL )
+// Fix for bug #44925
+if(Application::GetSettings().GetLayoutRTL())
+{
+ if ( !bLayoutRTL )
+        pFilterBox->EnableMirroring();
+}
+else
+{
+ if ( bLayoutRTL )
         pFilterBox->EnableMirroring();
+}
 
     nSizeX += 1;
 
-- 
1.7.7.6


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.