[Libreoffice-commits] core.git: sysui/CustomTarget_share.mk

2015-09-18 Thread Miklos Vajna
 sysui/CustomTarget_share.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b3495b4af679bd868e03e707100948bc4ba6019
Author: Miklos Vajna 
Date:   Thu Sep 17 20:13:38 2015 +0200

sysui: depend on libreofficekitgtk for introspection

Change-Id: I028d4e6d3c5fd57ae412fcfca5184722e4283524
Reviewed-on: https://gerrit.libreoffice.org/18671
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk
index 94855aa..c81edd5 100644
--- a/sysui/CustomTarget_share.mk
+++ b/sysui/CustomTarget_share.mk
@@ -171,7 +171,7 @@ $(share_WORKDIR)/%/openoffice.sh: 
$(share_SRCDIR)/share/openoffice.sh
 
 $(share_WORKDIR)/%/create_tree.sh: $(share_SRCDIR)/share/create_tree.sh 
$(share_WORKDIR)/%/mimelnklist \
$(share_WORKDIR)/%/openoffice.org.xml 
$(share_WORKDIR)/%/openoffice.applications $(share_WORKDIR)/%/openoffice.mime \
-   $(share_WORKDIR)/%/openoffice.keys $(share_WORKDIR)/%/launcherlist
+   $(share_WORKDIR)/%/openoffice.keys $(share_WORKDIR)/%/launcherlist $(if 
$(INTROSPECTION_SCANNER),$(call gb_Library_get_target,libreofficekitgtk))
mkdir -p $(dir $@)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CAT,1)
echo "#!/bin/sh" > $@
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sw/source

2015-09-18 Thread Miklos Vajna
 sw/source/core/inc/viewimp.hxx|   72 +++
 sw/source/core/layout/layact.cxx  |   10 +-
 sw/source/core/view/pagepreviewlayout.cxx |8 -
 sw/source/core/view/vdraw.cxx |   18 +--
 sw/source/core/view/viewimp.cxx   |  142 +++---
 sw/source/core/view/viewsh.cxx|   32 +++---
 6 files changed, 141 insertions(+), 141 deletions(-)

New commits:
commit cee1991a01b79dbca094183ede0be333f935fbf4
Author: Miklos Vajna 
Date:   Fri Sep 18 08:09:02 2015 +0200

sw: prefix members of SwViewShellImp

Change-Id: I36fb0314f8d946b3aeb9fcf6d4cdc711ca79a84e

diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx
index 6e9544a..8d21be3 100644
--- a/sw/source/core/inc/viewimp.hxx
+++ b/sw/source/core/inc/viewimp.hxx
@@ -61,33 +61,33 @@ class SwViewShellImp
 // for paint of page preview
 friend class SwPagePreviewLayout;
 
-SwViewShell *pSh;   // If someone passes an Imp, but needs a 
SwViewShell, we
+SwViewShell *m_pShell;   // If someone passes an Imp, but needs a 
SwViewShell, we
 // keep a backlink here
 
-SwDrawView  *pDrawView; // Our DrawView
-SdrPageView *pSdrPageView;  // Exactly one Page for our DrawView
+SwDrawView  *m_pDrawView; // Our DrawView
+SdrPageView *m_pSdrPageView;  // Exactly one Page for our DrawView
 
-SwPageFrm *pFirstVisPage; // Always points to the first visible Page
-SwRegionRects *pRegion;   // Collector of Paintrects from the LayAction
+SwPageFrm *m_pFirstVisiblePage; // Always points to the first visible 
Page
+SwRegionRects *m_pRegion;   // Collector of Paintrects from the 
LayAction
 
-SwLayAction   *pLayAct;  // Is set if an Action object exists
+SwLayAction   *m_pLayAction;  // Is set if an Action object exists
  // Is registered by the SwLayAction ctor and 
deregistered by the dtor
-SwLayIdle *pIdleAct; // The same as SwLayAction for SwLayIdle
+SwLayIdle *m_pIdleAct; // The same as SwLayAction for SwLayIdle
 
-SwAccessibleMap *pAccMap;// Accessible wrappers
+SwAccessibleMap *m_pAccessibleMap;// Accessible wrappers
 
-mutable const SdrObject * pSdrObjCached;
-mutable OUString sSdrObjCachedComment;
+mutable const SdrObject * m_pSdrObjectCached;
+mutable OUString m_sSdrObjectCachedComment;
 
-bool bFirstPageInvalid : 1; // Pointer to the first Page invalid?
-bool bResetHdlHiddenPaint : 1; // Ditto
-bool bSmoothUpdate : 1; // For SmoothScroll
-bool bStopSmooth : 1;
+bool m_bFirstPageInvalid : 1; // Pointer to the first Page invalid?
+bool m_bResetHdlHiddenPaint : 1; // Ditto
+bool m_bSmoothUpdate : 1; // For SmoothScroll
+bool m_bStopSmooth : 1;
 
-sal_uInt16 nRestoreActions  ; // Count for the Action that need to be 
restored (UNO)
-SwRect aSmoothRect;
+sal_uInt16 m_nRestoreActions  ; // Count for the Action that need to be 
restored (UNO)
+SwRect m_aSmoothRect;
 
-SwPagePreviewLayout* mpPgPreviewLayout;
+SwPagePreviewLayout* m_pPagePreviewLayout;
 
 void SetFirstVisPage(OutputDevice* pRenderContext); // Recalculate the 
first visible Page
 
@@ -140,26 +140,26 @@ public:
 ~SwViewShellImp();
 void Init( const SwViewOption * ); /// Only for SwViewShell::Init()
 
-const SwViewShell *GetShell() const { return pSh; }
-  SwViewShell *GetShell()   { return pSh; }
+const SwViewShell *GetShell() const { return m_pShell; }
+  SwViewShell *GetShell()   { return m_pShell; }
 
 Color GetRetoucheColor() const;
 
 /// Management of the first visible Page
 const SwPageFrm *GetFirstVisPage(OutputDevice* pRenderContext) const;
   SwPageFrm *GetFirstVisPage(OutputDevice* pRenderContext);
-void SetFirstVisPageInvalid() { bFirstPageInvalid = true; }
+void SetFirstVisPageInvalid() { m_bFirstPageInvalid = true; }
 
 bool AddPaintRect( const SwRect  );
-SwRegionRects *GetRegion()  { return pRegion; }
+SwRegionRects *GetRegion()  { return m_pRegion; }
 void DelRegion();
 
 /// New Interface for StarView Drawing
-bool  HasDrawView() const { return 0 != pDrawView; }
-  SwDrawView* GetDrawView()   { return pDrawView; }
-const SwDrawView* GetDrawView() const { return pDrawView; }
-  SdrPageView*GetPageView()   { return pSdrPageView; }
-const SdrPageView*GetPageView() const { return pSdrPageView; }
+bool  HasDrawView() const { return 0 != m_pDrawView; }
+  SwDrawView* GetDrawView()   { return m_pDrawView; }
+const SwDrawView* GetDrawView() const { return m_pDrawView; }
+  SdrPageView*GetPageView()   { return m_pSdrPageView; }
+const SdrPageView*GetPageView() const { return m_pSdrPageView; }
 void 

[Libreoffice-bugs] [Bug 94028] numbering style with number followed by TAB does not work correctly

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94028

--- Comment #4 from Ulrich Windl  ---
I still don't understand why you set a bug to "minor" if some very basic
formatting is broken.
To add some fun to this bug: If I open the ODT with Microsoft Word 2010
(although it says the file is damaged), the formatting is correct!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91063] SIDEBAR: Properties tab for Charts

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91063

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||94333

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94333] New: Data range content panel for chart sidebar

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94333

Bug ID: 94333
   Summary: Data range content panel for chart sidebar
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 91063

This seems to be something that me, heiko and moggi likely forgot during our
design session for the chart sidebar. It was something that the sidebar didnt
fullfill and i had to open the dialog.

What is primarily needed from the dialog is the data range text field and
selection button, data series axis (rows or columns), and checkboxes for first
row and column as label. The data series axis and first row/column as label
options could be drop down lists rather than radio buttons and checkboxes,
which would result in the content panel having 3 lines of content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 3 commits - desktop/README.vars include/sfx2 sw/inc sw/source

2015-09-18 Thread Miklos Vajna
 desktop/README.vars|   16 
 include/sfx2/viewsh.hxx|2 +-
 sw/inc/viewsh.hxx  |2 +-
 sw/source/core/crsr/viscrs.cxx |8 ++--
 4 files changed, 24 insertions(+), 4 deletions(-)

New commits:
commit 983fbff0ac37e081a5b059de0ae3bd4631ccd438
Author: Miklos Vajna 
Date:   Fri Sep 18 08:31:36 2015 +0200

desktop: document a number of environment variables

Change-Id: Ie33f8b2f8d2a65fbdb7f4f3caaeee8f0f046cba5

diff --git a/desktop/README.vars b/desktop/README.vars
new file mode 100644
index 000..b84a270
--- /dev/null
+++ b/desktop/README.vars
@@ -0,0 +1,16 @@
+Environment variables in desktop:
+
+General
+---
+
+DISPLAY - X11 display to use.
+OOO_DISABLE_RECOVERY - Disables the recovery dialog.
+OOO_EXIT_POST_STARTUP - Exit right after startup, for profiling purposes.
+SAL_DISABLE_USERMIGRATION - Disable automatic conversion of old user 
configurations.
+SAL_USE_VCLPLUGIN - Which VCL plugin to use instead of the auto-detected one.
+
+LibreOfficeKit
+--
+
+LOK_DEBUG - Draw a small red rectangle in the top left corner so that it's 
easy to see where a new tile begins.
+LOK_VIEW_CALLBACK - Use incomplete per-view callbacks instead of a single one.
commit 1f9ca9dee399a38403a81ee299696d24277ae4bb
Author: Miklos Vajna 
Date:   Thu Sep 17 17:19:49 2015 +0200

sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR

Change-Id: Ib4c1caede94d3eac372a3605c430bbbd353755f3

diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index d0e3d12..3b04e66 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -442,7 +442,7 @@ public:
   { return mpCareWindow ? mpCareWindow.get() : 
CareChildWin(rVSh); }
 static vcl::Window*   CareChildWin(SwViewShell& rVSh);
 
-inline SfxViewShell   *GetSfxViewShell() { return mpSfxViewShell; }
+inline SfxViewShell   *GetSfxViewShell() const { return mpSfxViewShell; }
 inline void   SetSfxViewShell(SfxViewShell *pNew) { mpSfxViewShell 
= pNew; }
 
 // Selection of  Draw Engine has been changed.
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index a6a8957..cd47acc 100644
--- a/sw/source/core/crsr/viscrs.cxx
+++ b/sw/source/core/crsr/viscrs.cxx
@@ -54,6 +54,7 @@
 #include 
 
 #include 
+#include 
 #include 
 
 // Here static members are defined. They will get changed on alteration of the
@@ -178,7 +179,7 @@ void SwVisCrsr::_SetPosAndShow()
 
 m_aTextCrsr.SetPos( aRect.Pos() );
 
-if (m_pCrsrShell->isTiledRendering())
+if (comphelper::LibreOfficeKit::isActive())
 {
 // notify about page number change (if that happened)
 sal_uInt16 nPage, nVirtPage;
@@ -193,7 +194,10 @@ void SwVisCrsr::_SetPosAndShow()
 // notify about the cursor position & size
 Rectangle aSVRect(aRect.Pos().getX(), aRect.Pos().getY(), 
aRect.Pos().getX() + aRect.SSize().Width(), aRect.Pos().getY() + 
aRect.SSize().Height());
 OString sRect = aSVRect.toString();
-
m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR, 
sRect.getStr());
+if (comphelper::LibreOfficeKit::isViewCallback())
+
m_pCrsrShell->GetSfxViewShell()->libreOfficeKitViewCallback(LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR,
 sRect.getStr());
+else
+
m_pCrsrShell->libreOfficeKitCallback(LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR, 
sRect.getStr());
 }
 
 if ( !m_pCrsrShell->IsCrsrReadonly()  || 
m_pCrsrShell->GetViewOptions()->IsSelectionInReadonly() )
commit d898f2de252519941ae465649d9e17938a687ad3
Author: Miklos Vajna 
Date:   Thu Sep 17 15:42:16 2015 +0200

sfx2: adapt comment to reality

Change-Id: I9dd2934eaa7b479460c3a2dc7d2d51ce5c767a9f

diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index 70f3931..ca5090f 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -318,7 +318,7 @@ public:
 SAL_DLLPRIVATE void TakeFrameOwnership_Impl();
 SAL_DLLPRIVATE bool ExecKey_Impl(const KeyEvent& aKey);
 
-/// The actual implementation of the lok::Document::registerViewCallback() 
API.
+/// The actual per-view implementation of 
lok::Document::registerCallback().
 void registerLibreOfficeKitViewCallback(LibreOfficeKitCallback pCallback, 
void* pLibreOfficeKitData);
 /// Invokes the registered callback, if there are any.
 void libreOfficeKitViewCallback(int nType, const char* pPayload) const;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

--- Comment #5 from Yousuf (Jay) Philips  ---
(In reply to Bastián Díaz from comment #4)
> Does this only comes to the colors of charts?

The colors of the chart data series is one of the pieces that is hoped to be
covered by this bug enhancement, the others being element layout and element
styles.

> See: https://bugs.documentfoundation.org/show_bug.cgi?id=93088
> 
> Please check, and if necessary, mark as duplicate.
> So I can create another report, including color palettes like styles.

I think your bug maybe related to document theming (bug 90497).

As an update to this bug report, I brought up the topic of chart styles in
wednesday's design meeting and discussed it with Heiko and Matthias. I've asked
them to proposed data series color sets and chart element layouts, and others
are welcome to do the same.

My current research on this, as well as chart styles from competing office
suites can be found at the following link.

https://drive.google.com/folderview?id=0B6qJrVIa0SAlfmZTWFI4MWpCLUh0OXlnYVV5bmtoMXNVU25kRzlHNDZZQ3FDdVFvcHU1emc=sharing

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

--- Comment #5 from Yousuf (Jay) Philips  ---
(In reply to Bastián Díaz from comment #4)
> Does this only comes to the colors of charts?

The colors of the chart data series is one of the pieces that is hoped to be
covered by this bug enhancement, the others being element layout and element
styles.

> See: https://bugs.documentfoundation.org/show_bug.cgi?id=93088
> 
> Please check, and if necessary, mark as duplicate.
> So I can create another report, including color palettes like styles.

I think your bug maybe related to document theming (bug 90497).

As an update to this bug report, I brought up the topic of chart styles in
wednesday's design meeting and discussed it with Heiko and Matthias. I've asked
them to proposed data series color sets and chart element layouts, and others
are welcome to do the same.

My current research on this, as well as chart styles from competing office
suites can be found at the following link.

https://drive.google.com/folderview?id=0B6qJrVIa0SAlfmZTWFI4MWpCLUh0OXlnYVV5bmtoMXNVU25kRzlHNDZZQ3FDdVFvcHU1emc=sharing

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-commits] core.git: sc/inc

2015-09-18 Thread Tor Lillqvist
 sc/inc/calcconfig.hxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7034c959c5960371ee32f8a86ef656aeeeb5817e
Author: Tor Lillqvist 
Date:   Fri Sep 18 09:40:18 2015 +0300

Remove declaration of nonexistent function

Change-Id: Iaf5155aba75495d77dce3dd143171c60037bdd11

diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 18aab21..e271421 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -68,7 +68,6 @@ struct SC_DLLPUBLIC ScCalcConfig
 
 SC_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const 
ScCalcConfig& rConfig);
 
-SC_DLLPUBLIC OUString ScOpCodeSetToNumberString(const ScCalcConfig::OpCodeSet& 
rOpCodes);
 SC_DLLPUBLIC OUString ScOpCodeSetToSymbolicString(const 
ScCalcConfig::OpCodeSet& rOpCodes);
 SC_DLLPUBLIC ScCalcConfig::OpCodeSet ScStringToOpCodeSet(const OUString& 
rOpCodes);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 4 commits - sw/inc sw/source

2015-09-18 Thread Noel Grandin
 sw/inc/crsrsh.hxx   |   18 +-
 sw/inc/doc.hxx  |   12 ++--
 sw/inc/docsh.hxx|2 +-
 sw/inc/view.hxx |3 ++-
 sw/source/core/crsr/callnk.cxx  |2 +-
 sw/source/core/crsr/crsrsh.cxx  |2 +-
 sw/source/core/crsr/findattr.cxx|4 ++--
 sw/source/core/crsr/findcoll.cxx|4 ++--
 sw/source/core/crsr/findtxt.cxx |4 ++--
 sw/source/core/doc/DocumentStateManager.cxx |   12 
 sw/source/core/frmedt/feshview.cxx  |2 +-
 sw/source/core/swg/SwXMLTextBlocks.cxx  |4 ++--
 sw/source/core/txtnode/txtatr2.cxx  |8 
 sw/source/filter/basflt/shellio.cxx |6 +++---
 sw/source/filter/html/swhtml.cxx|4 ++--
 sw/source/uibase/app/docsh.cxx  |   13 -
 sw/source/uibase/app/docshini.cxx   |2 +-
 sw/source/uibase/dochdl/swdtflvr.cxx|8 
 sw/source/uibase/inc/basesh.hxx |5 +++--
 sw/source/uibase/inc/wrtsh.hxx  |2 +-
 sw/source/uibase/shells/basesh.cxx  |7 +++
 sw/source/uibase/uiview/view.cxx|4 +---
 sw/source/uibase/wrtsh/select.cxx   |5 ++---
 23 files changed, 61 insertions(+), 72 deletions(-)

New commits:
commit c8ee3be0e08c435b106f0ac4b76618b3b040
Author: Noel Grandin 
Date:   Fri Sep 18 08:45:50 2015 +0200

convert Link<> to typed

Change-Id: I124ed873862684efe7cab52c26d13c6621d49aab

diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 1bbca5b..e2966d2 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -250,10 +250,10 @@ class SW_DLLPUBLIC SwDoc :
 friend void _FinitCore();
 
 // private Member
-std::unique_ptr m_pNodes;  //< document content (Nodes Array)
-SwAttrPool* mpAttrPool; //< the attribute pool
-SwPageDescs m_PageDescs; //< PageDescriptors
-Link<>  maOle2Link;  //< OLE 2.0-notification
+std::unique_ptr m_pNodes;//< document content (Nodes Array)
+SwAttrPool*  mpAttrPool;  //< the attribute pool
+SwPageDescs  m_PageDescs; //< PageDescriptors
+Link  maOle2Link;  //< OLE 2.0-notification
 /* @@@MAINTAINABILITY-HORROR@@@
Timer should not be members of the model
 */
@@ -1329,8 +1329,8 @@ public:
 ::sw::IShellCursorSupplier * GetIShellCursorSupplier();
 
 // OLE 2.0-notification.
-inline   void  SetOle2Link(const Link<>& rLink) {maOle2Link = rLink;}
-inline const Link<>& GetOle2Link() const {return maOle2Link;}
+inline   void  SetOle2Link(const Link& rLink) {maOle2Link = 
rLink;}
+inline const Link& GetOle2Link() const {return maOle2Link;}
 
 // insert section (the ODF kind of section, not the nodesarray kind)
 SwSection * InsertSwSection(SwPaM const& rRange, SwSectionData &,
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index cf35adc..097b850 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -174,7 +174,7 @@ public:
 virtual ~SwDocShell();
 
 /// OLE 2.0-notification.
-DECL_LINK( Ole2ModifiedHdl, void * );
+DECL_LINK_TYPED( Ole2ModifiedHdl, bool, void );
 
 /// OLE-stuff.
 virtual void  SetVisArea( const Rectangle  ) SAL_OVERRIDE;
diff --git a/sw/source/core/crsr/findattr.cxx b/sw/source/core/crsr/findattr.cxx
index a357a61..ff68ce9 100644
--- a/sw/source/core/crsr/findattr.cxx
+++ b/sw/source/core/crsr/findattr.cxx
@@ -1226,8 +1226,8 @@ sal_uLong SwCursor::Find( const SfxItemSet& rSet, bool 
bNoCollections,
 {
 // switch off OLE-notifications
 SwDoc* pDoc = GetDoc();
-Link<> aLnk( pDoc->GetOle2Link() );
-pDoc->SetOle2Link( Link<>() );
+Link aLnk( pDoc->GetOle2Link() );
+pDoc->SetOle2Link( Link() );
 
 bool bReplace = ( pSearchOpt && ( !pSearchOpt->replaceString.isEmpty() ||
 !rSet.Count() ) ) ||
diff --git a/sw/source/core/crsr/findcoll.cxx b/sw/source/core/crsr/findcoll.cxx
index 762e533..5523a25 100644
--- a/sw/source/core/crsr/findcoll.cxx
+++ b/sw/source/core/crsr/findcoll.cxx
@@ -70,8 +70,8 @@ sal_uLong SwCursor::Find( const SwTextFormatColl& 
rFormatColl, SwDocPositions nS
 {
 // switch off OLE-notifications
 SwDoc* pDoc = GetDoc();
-Link<> aLnk( pDoc->GetOle2Link() );
-pDoc->SetOle2Link( Link<>() );
+Link aLnk( pDoc->GetOle2Link() );
+pDoc->SetOle2Link( Link() );
 
 bool const bStartUndo =
 pDoc->GetIDocumentUndoRedo().DoesUndo() && pReplFormatColl;
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx
index e859a99..02952b4 100644
--- a/sw/source/core/crsr/findtxt.cxx
+++ b/sw/source/core/crsr/findtxt.cxx
@@ -710,8 +710,8 @@ sal_uLong SwCursor::Find( const 

[Libreoffice-bugs] [Bug 94003] LO Calc AutoInput

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94003

--- Comment #4 from Beluga  ---
So you are claiming that when typing into column B, the proposals are also
taken from column A? I am not seeing that. Which row specifically?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94050] Printing in rc 5.0.2.1. not in all colors and impress handout no background printed

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94050

--- Comment #3 from Maarten  ---
Created attachment 118836
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118836=edit
original file


Ok.. so i installed the latest release candidate (lo 5.0.2rc1) on a windows 7
machine and a windwos 10 machine (both 64 bit). In both cases i openened a
powerpoint document (.pptx). Opening went fine, no problems, sheets looked all
like the should look like in microsoft office. All slides in presentation were
in color (like in orignal presentation) I printed one sheet (which was in
color) but the printout was in black and white and there were no background
color on the print (not any). I saved the powerpoint as an opendocument file in
lo 5.0.2rc1 (.odp). I again printed the sheet and still no colors. On the
windows 10 machine i made same steps (only printed a handout) Same problem:
slides and handouts were shown on monitor, and in also to be seen
printdialogue. However, the true prints weere only ion black and white. I
decedid to uninstall and change back to LO 5.0.1(.2). There i openend again the
file and in both operating systems, on both machines, the presentation had no
problem being printed in color (like shown on the screen). I cannot send any
printscreen or something like that, because i change the latest rc for the
stable one before it. 
I hope you know have enough info In attachment i send the original file the
problem occurred with.Please feel free to ask if you have any more questions! 
Maarten

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: Multiselection needs work?

2015-09-18 Thread julien2412
Hi,

Since
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5bbff06137a87e97260a188f6745cf2a227f15cf
is now pushed, I tried to find the next step about multiselection.
I kept on with this:
https://gerrit.libreoffice.org/#/c/18711/
and then, searching about getFiles (see
http://opengrok.libreoffice.org/s?n=25=50=getFiles=relevancy=core,,),
I found similar cases like this:
...xFP->getFiles().getConstArray()[0] ...
For example, import part of autotext. First I thought I could easily replace
getFiles by getSelectedFiles too here since one file could be selected in
dialog box but then I realized that perhaps multiselection should be enabled
here. If this is the case, I don't know how to enable it. I saw things like
SFXWB_MULTISELECTION, m_bMultiSelection, setMultiSelectionMode but at first
sight, it seems it be a dangerous area to enter.

In brief, I'm a bit stuck to know how to keep on with this without breaking
anything. Indeed, I'd like to continue step by step and avoid from changing
too much things in one move.

Any thoughts?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Multiselection-needs-work-tp4153207p4160732.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: 2 commits - unotools/source

2015-09-18 Thread Bjoern Michaelsen
 unotools/source/misc/ServiceDocumenter.hxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c4f638987a75f7ca60408d8b0b618b815e93b141
Author: Bjoern Michaelsen 
Date:   Sat Sep 19 02:15:50 2015 +0200

use the generated offapi signature

Change-Id: I0b3a764193788f76c7616c43f69eaa427adc505e

diff --git a/unotools/source/misc/ServiceDocumenter.hxx 
b/unotools/source/misc/ServiceDocumenter.hxx
index 0e3269f..1e04a81 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -27,11 +27,11 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
 // XServiceDocumenter
 virtual ::rtl::OUString SAL_CALL getCoreBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
 { return m_sCoreBaseUrl; };
-virtual void SAL_CALL setCoreBaseUrl( const ::rtl::OUString& 
_corebaseurl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
+virtual void SAL_CALL setCoreBaseUrl( const ::rtl::OUString& 
sCoreBaseUrl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
 { m_sCoreBaseUrl = sCoreBaseUrl; };
 virtual ::rtl::OUString SAL_CALL getServiceBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
 { return m_sServiceBaseUrl; };
-virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
_servicebaseurl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
+virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
sServiceBaseUrl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
 { m_sServiceBaseUrl = sServiceBaseUrl; };
 virtual void showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) SAL_OVERRIDE;
 virtual void showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) SAL_OVERRIDE;
commit 6f6cd886e4243c371bdc7101b186efe0bc7021f0
Author: Bjoern Michaelsen 
Date:   Sat Sep 19 02:10:17 2015 +0200

use exact signatures from offapi

Change-Id: Id3c0a91dd1500c511dd5d6aa3729c2dfd55ab8b8

diff --git a/unotools/source/misc/ServiceDocumenter.hxx 
b/unotools/source/misc/ServiceDocumenter.hxx
index ad84623..0e3269f 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -25,13 +25,13 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
 , m_sServiceBaseUrl("http://api.libreoffice.org/docs/idl/ref;)
 {};
 // XServiceDocumenter
-virtual OUString getCoreBaseUrl() SAL_OVERRIDE
+virtual ::rtl::OUString SAL_CALL getCoreBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
 { return m_sCoreBaseUrl; };
-virtual void setCoreBaseUrl( const OUString& sCoreBaseUrl ) 
SAL_OVERRIDE
+virtual void SAL_CALL setCoreBaseUrl( const ::rtl::OUString& 
_corebaseurl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
 { m_sCoreBaseUrl = sCoreBaseUrl; };
-virtual OUString getServiceBaseUrl() SAL_OVERRIDE
+virtual ::rtl::OUString SAL_CALL getServiceBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
 { return m_sServiceBaseUrl; };
-virtual void setServiceBaseUrl( const OUString& sServiceBaseUrl ) 
SAL_OVERRIDE
+virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
_servicebaseurl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
 { m_sServiceBaseUrl = sServiceBaseUrl; };
 virtual void showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) SAL_OVERRIDE;
 virtual void showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) SAL_OVERRIDE;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - offapi/com offapi/UnoApi_offapi.mk unotools/Library_utl.mk unotools/source unotools/util

2015-09-18 Thread Bjoern Michaelsen
 offapi/UnoApi_offapi.mk |2 
 offapi/com/sun/star/script/XServiceDocumenter.idl   |   31 
 offapi/com/sun/star/script/theServiceDocumenter.idl |   26 ++
 unotools/Library_utl.mk |2 
 unotools/source/misc/ServiceDocumenter.cxx  |   64 
 unotools/source/misc/ServiceDocumenter.hxx  |   50 +
 unotools/source/misc/unotoolsservices.cxx   |   27 +++
 unotools/source/ucbhelper/XTempFile.hxx |   49 +++-
 unotools/source/ucbhelper/xtempfile.cxx |   76 ++--
 unotools/util/utl.component |3 
 10 files changed, 228 insertions(+), 102 deletions(-)

New commits:
commit 4abd8fe7cc30e305169cef8027209a7cb66e29f1
Author: Bjoern Michaelsen 
Date:   Sat Sep 19 00:58:47 2015 +0200

add implementation for theServiceDocumenter singleton

- make utl library use servicedecl.hxx
- thus remove superflous XServiceInfo implementation for XTempFile
- make XTempfile,hxx first include to ensure the header file is
  self-contained
- while touching this, fix some indenting in XTempFile.hxx

Change-Id: Id51d99e817d406a919a63505ba01f3372f3111bf

diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 52f2eff..a3481de 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -104,6 +104,8 @@ $(eval $(call gb_Library_add_exception_objects,utl,\
 unotools/source/misc/mediadescriptor \
 unotools/source/misc/sharedunocomponent \
 unotools/source/misc/syslocale \
+unotools/source/misc/unotoolsservices \
+unotools/source/misc/ServiceDocumenter \
 unotools/source/streaming/streamhelper \
 unotools/source/streaming/streamwrap \
 unotools/source/ucbhelper/localfilehelper \
diff --git a/unotools/source/misc/ServiceDocumenter.cxx 
b/unotools/source/misc/ServiceDocumenter.cxx
new file mode 100644
index 000..8991cc3
--- /dev/null
+++ b/unotools/source/misc/ServiceDocumenter.cxx
@@ -0,0 +1,64 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+#include 
+#include 
+#include 
+using namespace com::sun::star;
+using uno::Reference;
+using lang::XServiceInfo;
+using lang::XTypeProvider;
+
+void unotools::misc::ServiceDocumenter::showCoreDocs(const 
Reference& xService)
+{
+if(!xService.is())
+return;
+auto xMSF(m_xContext->getServiceManager());
+Reference 
xShell(xMSF->createInstanceWithContext("com.sun.star.system.SystemShellExecute",
 m_xContext), uno::UNO_QUERY);
+xShell->execute(m_sCoreBaseUrl + xService->getImplementationName(), "", 0);
+}
+
+void unotools::misc::ServiceDocumenter::showInterfaceDocs(const 
Reference& xTypeProvider)
+{
+if(!xTypeProvider.is())
+return;
+auto xMSF(m_xContext->getServiceManager());
+Reference 
xShell(xMSF->createInstanceWithContext("com.sun.star.system.SystemShellExecute",
 m_xContext), uno::UNO_QUERY);
+for(auto aType : xTypeProvider->getTypes())
+{
+auto sUrl = aType.getTypeName();
+sal_Int32 nIdx = 0;
+while(nIdx != -1)
+sUrl = sUrl.replaceFirst(".", "_1_1", );
+xShell->execute(m_sServiceBaseUrl + "/interface" + sUrl + ".html", "", 
0);
+}
+}
+
+void unotools::misc::ServiceDocumenter::showServiceDocs(const 
Reference& xService)
+{
+if(!xService.is())
+return;
+auto xMSF(m_xContext->getServiceManager());
+Reference 
xShell(xMSF->createInstanceWithContext("com.sun.star.system.SystemShellExecute",
 m_xContext), uno::UNO_QUERY);
+for(auto sService : xService->getSupportedServiceNames())
+{
+auto sUrl = sService;
+sal_Int32 nIdx = 0;
+while(nIdx != -1)
+sUrl = sUrl.replaceFirst(".", "_1_1", );
+xShell->execute(m_sServiceBaseUrl + "/service" + sUrl + ".html", "", 
0);
+}
+}
+
+namespace sdecl = ::comphelper::service_decl;
+sdecl::class_< unotools::misc::ServiceDocumenter > ServiceDocumenterImpl;
+extern const sdecl::ServiceDecl ServiceDocumenterDecl(
+ServiceDocumenterImpl,
+"com.sun.star.comp.unotools.misc.ServiceDocumenter",
+"");
+
diff --git a/unotools/source/misc/ServiceDocumenter.hxx 
b/unotools/source/misc/ServiceDocumenter.hxx
new file mode 100644
index 000..ad84623
--- /dev/null
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -0,0 +1,50 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not 

[Libreoffice-bugs] [Bug 93483] UI: Context menu listing of Sheets not navigable when extended beyond screen height

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93483

V Stuart Foote  changed:

   What|Removed |Added

 CC||qui...@gmail.com,
   ||vstuart.fo...@utsa.edu
Summary|EDITING: List of Sheets not |UI: Context menu listing of
   |accessible on extended  |Sheets not navigable when
   |beyond screen area  |extended beyond screen
   ||height

--- Comment #8 from V Stuart Foote  ---
confirming on Windows 8.1 Pro 64-bit en-US with
Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: en-US (en_US)

Better STR:

1. Create a new Calc document
2. Add a dozen of new sheets to the spreadsheet using the "+" button
3. Right mouse "context" menu selection of the "<" or ">" button will show the
dozen sheets by name, and any of them can be selected. Calc focus moves to that
sheet.
4. Add several more dozens of sheets.
5. Context menu will reach a vertical limit of the monitor size, and extends
off screen (happens for me with 56 sheets exposed on 1920x1200 monitor).
6. The context menu can be scrolled downward into range of sheets not initially
shown.
7. Mouse click selection of any of these "off screen" sheets from context menu
has no effect, and sheet with focus remains where it had been.

@Tomaž, one you might be interested in if you revisit bug 93318

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93755] Unexpected Behaviour Change

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93755

Beluga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #4 from Beluga  ---
Ok, I assume the problem went away. Setting to WORKSFORME.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94003] LO Calc AutoInput

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94003

--- Comment #5 from gmarco  ---
(In reply to Beluga from comment #4)
> So you are claiming that when typing into column B, the proposals are also
> taken from column A? I am not seeing that. Which row specifically?





inputing:I get proposed:
(in col.B)
bba
BBa
ccde
cdcde
CDxxx
 ↕
(xxx is in place of CDe)
(it is no more possible digit CDe anywhere, always is converted to “Cde” !)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93738] Menu Entry for Shortcuts not translated

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93738

ooome  changed:

   What|Removed |Added

  Component|Impress |Installation

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93738] Menu Entry for Shortcuts not translated

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93738

ooome  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
  Component|Installation|LibreOffice
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94334] error message when opening a docx with equations

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

--- Comment #1 from Marcellus Wallace  ---
Created attachment 118818
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118818=edit
le fichier qui me pose problème

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: configure.ac sysui/desktop

2015-09-18 Thread Miklos Vajna
 configure.ac   |5 -
 sysui/desktop/share/create_tree.sh |2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c722e9e728ec6c9df0285f5dd2041aa58f66f686
Author: Miklos Vajna 
Date:   Fri Sep 18 09:10:30 2015 +0200

sysui: introspection wants ${INSTDIR}, not ${DESTDIR}/${INSTALLDIR}

The later can be empty for the generic rpm case.

Change-Id: I69c62dcd2a16004c7927c9cf67837463e6411a8d
Reviewed-on: https://gerrit.libreoffice.org/18675
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/configure.ac b/configure.ac
index 7e81150..4259a89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9962,7 +9962,10 @@ if test "x$enable_gtk3" = "xyes"; then
 PKG_CHECK_MODULES(GTK3, gtk+-3.0 >= 3.8 gtk+-unix-print-3.0 
gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo, ENABLE_GTK3="TRUE", 
ENABLE_GTK3="")
 if test "x$ENABLE_GTK3" = "xTRUE"; then
 R="gtk3"
-GOBJECT_INTROSPECTION_CHECK(INTROSPECTION_REQUIRED_VERSION)
+dnl Avoid installed by unpackaged files for now.
+if test -z "$PKGFORMAT"; then
+GOBJECT_INTROSPECTION_CHECK(INTROSPECTION_REQUIRED_VERSION)
+fi
 else
 AC_MSG_ERROR([gtk3 or dependent libraries of the correct versions, not 
found])
 fi
diff --git a/sysui/desktop/share/create_tree.sh 
b/sysui/desktop/share/create_tree.sh
index c73b89a..86d2837 100755
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -93,7 +93,7 @@ if [ -n "$INTROSPECTION_SCANNER" ]; then
 g-ir-scanner "${SRCDIR}/include/LibreOfficeKit/LibreOfficeKitGtk.h" 
"${SRCDIR}/libreofficekit/source/gtk/lokdocview.cxx" \
  `${PKG_CONFIG} --cflags gobject-introspection-1.0 gtk+-3.0` 
-I"${SRCDIR}/include/" \
  --include=GLib-2.0 --include=GObject-2.0 --include=Gio-2.0 \
- --library=libreofficekitgtk 
--library-path="${DESTDIR}/${INSTALLDIR}/program" \
+ --library=libreofficekitgtk 
--library-path="${INSTDIR}/program" \
  --include=Gdk-3.0 --include=GdkPixbuf-2.0 --include=Gtk-3.0 \
  --namespace=LOKDocView --nsversion=0.1 
--identifier-prefix=LOKDoc --symbol-prefix=lok_doc \
  
--output="${DESTDIR}/${PREFIXDIR}/share/gir-1.0/LOKDocView-0.1.gir" --warn-all 
--no-libtool
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94167] Modifying section and embed fields turn them into '** Expression is faulty **'

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94167

--- Comment #5 from Regina Henschel  ---
The format is correct in file source and in Insert > Field dialog, but wrong in
Edit > Field. I cannot reproduce the problem with a new file, but see it in
text/swriter/01/0215.xhp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94072] Libreoffice does not behave with the Persian comma as a rtl character

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94072

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|unspecified |5.0.1.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Beluga  ---
Confirmed by looking at attachment 118557

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94316] PDF export: Pb with soft hyphen

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94316

Julien Nabet  changed:

   What|Removed |Added

Summary|Исчезают символы в PDF  |PDF export: Pb with soft
   ||hyphen

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94003] LO Calc AutoInput

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94003

--- Comment #6 from Beluga  ---
If we delete everything from column A we still get the same proposals in column
B.
So the thing that is annoying you is the fact that the autoinput is not
case-sensitive, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

--- Comment #6 from Gerry  ---
Dear Jay, that's great that you look into chart styles. There are two other
bugs which request something very similar and might be duplicates: bug 62925
and bug 39097 and bug 62860. These bugs also include examples from statistical
software like Stata and SAS. They all have chart theming/styles. If you like, I
can also provide some more examples from Stata.

Overall, it would be great if something is moving with regard to chart styles.
Even a simple switch between a coloured and greyscale mode (which is relevant
for most publications) would be already a big step forward. 

When you think about the design of that feature, please include it well into
the existing styles system in LibreOffice and not something completely separate
(like the awful auto-formats did for Writer tables). It would be just superbe
if it integrates nicely with the existing page-, paragraph-, character-,
frame-, list-styles system in LO.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94167] Modifying section and embed fields turn them into '** Expression is faulty **'

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94167

--- Comment #4 from Regina Henschel  ---
The reason is, that the field was generated with a wrong number format. It is
"Standard" instead of "Text".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94336] New: Chart: data lines

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94336

Bug ID: 94336
   Summary: Chart: data lines
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: robe...@madasafish.com

A 2 line chart was created with one line styled as "dashed" whilst the other
was a continuous line [default state]. Saved as Microsoft Excel 2007-13 xlsx.
When file reopened dashed line reverts to the default state i.e.continuous.
Problem similar to Bug 94267.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94334] New: error message when opening a docx with equations

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

Bug ID: 94334
   Summary: error message when opening a docx with equations
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: beber...@yahoo.fr

Created attachment 118817
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118817=edit
the message box

I tried to modify a docx with some equations inside.
When I try to modify it an infinite message box appears "too many windows
opened"
When I try to kill this message I find it's from "Microsoft equation editor",
but I have to kill LibreOffice to make the message stop

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 93970] LO Writer default style: Header1, 2, 3 0.76 cm indent is extra

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93970

Samuel Mehrbrodt  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de

--- Comment #10 from Samuel Mehrbrodt  ---
Would also support this. If noone objects, I can prepare a patch for this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 93970] LO Writer default style: Header1, 2, 3 0.76 cm indent is extra

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93970

Samuel Mehrbrodt  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de

--- Comment #10 from Samuel Mehrbrodt  ---
Would also support this. If noone objects, I can prepare a patch for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94335] New: Writer application is frozen when inserting a frame

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94335

Bug ID: 94335
   Summary: Writer application is frozen when inserting a frame
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: licinia.nu...@scantech.fr

I open writer 4.4.5.2 (I have a windows 7 OS).
I create with writer a new empty document.
I select Menu/Insert/Frame and writer application is frozen: nothing can be
done on this writer document window. (But I can open another writer document
without problem in parallel).
This is systematical even after a power cycle of my PC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94328] printing: epson printer 7620 indicated offline by LO only

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94328

Julien Nabet  changed:

   What|Removed |Added

Summary|printing|printing: epson printer
   ||7620 indicated offline by
   ||LO only

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |diaz.bast...@openmailbox.or
   |.freedesktop.org|g
  Component|ux-advise   |UI
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=62
   ||925

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |diaz.bast...@openmailbox.or
   |.freedesktop.org|g
  Component|ux-advise   |UI
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=62
   ||925

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62925] FORMATTING: enhancement: please add "chart styles" to the styles of Calc

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62925

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=90
   ||490

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85947] "copy the whole sheet -> paste -> undo" hangs Calc

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85947

tommy27  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #11 from tommy27  ---
(In reply to tmacalp from comment #10)
> I'm able to reproduce this with 4.4.5.2, but can't reproduce this using
> 5.0.0.5, 5.0.1.2, or last night's nightly.  I also don't see any of the
> hesitation reported in comment 9 in these versions.
> ...

I think your confirmation is enough to label it as WFM

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94190] FILESAVE: DOCX: DOC: Footer loses format

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94190

newsand...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94028] numbering style with number followed by TAB does not work correctly

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94028

--- Comment #5 from Beluga  ---
(In reply to Ulrich Windl from comment #4)
> I still don't understand why you set a bug to "minor" if some very basic
> formatting is broken.
> To add some fun to this bug: If I open the ODT with Microsoft Word 2010
> (although it says the file is damaged), the formatting is correct!

Because this is a tracker for bugs so all the things that we deal here are
broken and everything is relative:
https://wiki.documentfoundation.org/images/0/06/Prioritizing_Bugs_Flowchart.jpg

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94304] Intermittent failure of fax and spadmin crashes

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94304

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Julien Nabet  ---
So let's put this WFM since anyway spadmin isn't used anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


RE: tdf#50950 sort out Calc (ISO)WEEKNUM functions

2015-09-18 Thread Winfried Donkers
Hi Eike,

> The proper place to use that if the formula string is already compiled is
> in the RPN code generation formula/source/core/api/FormulaCompiler.cxx
> [...]
> All untried..

Thanks, I will try. 
You'll be informed of the results one way or the other ;)

Winfried
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 93738] Menu Entry for Shortcuts not translated

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93738

--- Comment #6 from ooome  ---
Created attachment 118816
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118816=edit
screenshot

The problem persists with a fresh user profile. (added screenshot to better
illustrate issue)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: basctl/inc basctl/source basegfx/inc basegfx/source basic/inc basic/source canvas/source cppcanvas/qa editeng/inc editeng/qa editeng/source filter/source forms/inc form

2015-09-18 Thread Caolán McNamara
 basctl/inc/pch/precompiled_basctl.hxx   |2 -
 basctl/source/basicide/basdoc.hxx   |2 -
 basctl/source/basicide/basobj2.cxx  |4 +--
 basctl/source/basicide/documentenumeration.hxx  |5 +---
 basctl/source/basicide/iderdll2.hxx |4 +--
 basctl/source/basicide/layout.cxx   |2 -
 basctl/source/basicide/scriptdocument.cxx   |2 -
 basctl/source/dlged/propbrw.cxx |4 +--
 basctl/source/inc/baside3.hxx   |6 ++---
 basctl/source/inc/dlged.hxx |   10 
 basctl/source/inc/docsignature.hxx  |4 +--
 basegfx/inc/pch/precompiled_basegfx.hxx |1 
 basegfx/source/polygon/b2dpolygon.cxx   |   12 +-
 basic/inc/pch/precompiled_sb.hxx|1 
 basic/source/classes/sbxmod.cxx |9 +++
 basic/source/comp/dim.cxx   |6 ++---
 basic/source/comp/io.cxx|   14 ++--
 basic/source/comp/loops.cxx |4 +--
 basic/source/comp/sbcomp.cxx|4 +--
 basic/source/runtime/dllmgr.hxx |8 ++
 basic/source/runtime/inputbox.cxx   |2 -
 basic/source/runtime/methods.cxx|4 ---
 basic/source/sbx/sbxdate.cxx|6 ++---
 basic/source/uno/namecont.cxx   |8 +++---
 basic/source/uno/scriptcont.cxx |6 ++---
 canvas/source/directx/dx_9rm.cxx|1 
 cppcanvas/qa/unit/test.cxx  |1 
 editeng/inc/pch/precompiled_editeng.hxx |2 -
 editeng/qa/unit/core-test.cxx   |   10 
 editeng/source/editeng/editdoc.hxx  |6 ++---
 editeng/source/editeng/editobj2.hxx |4 +--
 editeng/source/editeng/impedit2.cxx |6 +
 editeng/source/misc/splwrap.cxx |8 +++---
 editeng/source/uno/unotext.cxx  |4 +--
 filter/source/flash/swfexporter.cxx |4 +--
 filter/source/graphicfilter/eps/eps.cxx |4 +--
 filter/source/graphicfilter/icgm/cgm.cxx|6 ++---
 filter/source/msfilter/escherex.cxx |7 ++
 filter/source/msfilter/svdfppt.cxx  |   11 -
 filter/source/msfilter/util.cxx |4 +--
 filter/source/pdf/pdfexport.cxx |8 +++---
 filter/source/pdf/pdffilter.cxx |4 +--
 filter/source/svg/svgexport.cxx |4 +--
 filter/source/svg/svgfilter.cxx |4 +--
 filter/source/svg/svgimport.cxx |4 +--
 filter/source/svg/svgwriter.cxx |4 +--
 filter/source/textfilterdetect/filterdetect.cxx |4 +--
 filter/source/xmlfilterdetect/filterdetect.cxx  |4 +--
 filter/source/xsltfilter/LibXSLTTransformer.cxx |4 +--
 filter/source/xsltfilter/OleHandler.cxx |6 ++---
 forms/inc/pch/precompiled_frm.hxx   |1 
 forms/source/component/EventThread.cxx  |4 +--
 forms/source/component/ImageControl.cxx |4 +--
 forms/source/misc/InterfaceContainer.cxx|8 +++---
 forms/source/richtext/richtextengine.cxx|4 +--
 forms/source/xforms/submission.cxx  |7 +-
 forms/source/xforms/submission/serialization_app_xml.cxx|2 -
 forms/source/xforms/submission/submission_get.cxx   |4 +--
 framework/inc/dispatch/closedispatcher.hxx  |4 +--
 framework/inc/pch/precompiled_fwk.hxx   |2 -
 framework/inc/pch/precompiled_fwl.hxx   |1 
 framework/source/uiconfiguration/imagemanagerimpl.cxx   |6 ++---
 framework/source/uielement/controlmenucontroller.cxx|6 ++---
 framework/source/uielement/fontsizemenucontroller.cxx   |4 +--
 framework/source/uielement/imagebuttontoolbarcontroller.cxx |4 +--
 framework/source/uielement/newmenucontroller.cxx|4 +--
 hwpfilter/source/hiodev.h   |4 +--
 i18npool/source/ordinalsuffix/ordinalsuffix.cxx |4 +--
 i18nutil/source/utility/unicode.cxx   

[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

Gerry  changed:

   What|Removed |Added

URL||https://wiki.documentfounda
   ||tion.org/Chart_styles

--- Comment #7 from Gerry  ---
Play also see the wiki page on Chart styles:
https://wiki.documentfoundation.org/Chart_styles There are also some examples
from Excel and Stata.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94190] FILESAVE: DOCX: DOC: Footer lost format

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94190

newsand...@gmail.com changed:

   What|Removed |Added

Summary|FILESAVE: DOCX: DOC: Footer |FILESAVE: DOCX: DOC: Footer
   |loses format|lost format

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: sc/inc sc/qa sc/source

2015-09-18 Thread Caolán McNamara
 sc/inc/cellsuno.hxx   |4 
 sc/inc/chart2uno.hxx  |   11 -
 sc/inc/chartlis.hxx   |9 
 sc/inc/clipcontext.hxx|4 
 sc/inc/colorscale.hxx |   18 -
 sc/inc/conditio.hxx   |6 
 sc/inc/dbdata.hxx |   10 -
 sc/inc/dociter.hxx|7 
 sc/inc/document.hxx   |   30 +--
 sc/inc/documentstreamaccess.hxx   |4 
 sc/inc/dpcache.hxx|6 
 sc/inc/dpfilteredcache.hxx|4 
 sc/inc/dpgroup.hxx|8 
 sc/inc/dpobject.hxx   |4 
 sc/inc/dpsave.hxx |   12 -
 sc/inc/dptabsrc.hxx   |8 
 sc/inc/editdataarray.hxx  |6 
 sc/inc/externalrefmgr.hxx |6 
 sc/inc/fielduno.hxx   |4 
 sc/inc/importfilterdata.hxx   |4 
 sc/inc/listenercontext.hxx|   13 -
 sc/inc/pch/precompiled_sc.hxx |2 
 sc/inc/pch/precompiled_scfilt.hxx |2 
 sc/inc/pch/precompiled_scui.hxx   |1 
 sc/inc/pch/precompiled_vbaobj.hxx |1 
 sc/inc/postit.hxx |4 
 sc/inc/simpleformulacalc.hxx  |4 
 sc/inc/simplerangelist.hxx|7 
 sc/inc/table.hxx  |   16 -
 sc/inc/tabprotection.hxx  |6 
 sc/qa/unit/helper/qahelper.cxx|4 
 sc/qa/unit/helper/qahelper.hxx|4 
 sc/qa/unit/helper/xpath.cxx   |4 
 sc/qa/unit/ucalc.cxx  |4 
 sc/qa/unit/ucalc_formula.cxx  |8 
 sc/qa/unit/ucalc_sharedformula.cxx|2 
 sc/source/core/data/attarray.cxx  |   16 -
 sc/source/core/data/clipcontext.cxx   |2 
 sc/source/core/data/column.cxx|   14 -
 sc/source/core/data/column2.cxx   |6 
 sc/source/core/data/column3.cxx   |4 
 sc/source/core/data/column4.cxx   |2 
 sc/source/core/data/conditio.cxx  |6 
 sc/source/core/data/documen2.cxx  |2 
 sc/source/core/data/documen3.cxx  |4 
 sc/source/core/data/documen4.cxx  |2 
 sc/source/core/data/documen8.cxx  |8 
 sc/source/core/data/document.cxx  |   10 -
 sc/source/core/data/document10.cxx|6 
 sc/source/core/data/documentimport.cxx|6 
 sc/source/core/data/dpgroup.cxx   |2 
 sc/source/core/data/dpobject.cxx  |2 
 sc/source/core/data/dpsave.cxx|   72 
+++
 sc/source/core/data/dptabres.cxx  |6 
 sc/source/core/data/dptabsrc.cxx  |   70 
+++
 sc/source/core/data/formulacell.cxx   |8 
 sc/source/core/data/funcdesc.cxx  |6 
 sc/source/core/data/listenercontext.cxx   |4 
 sc/source/core/data/table1.cxx|   60 +++---
 sc/source/core/data/table2.cxx|2 
 sc/source/core/data/table3.cxx|   15 -
 sc/source/core/data/table4.cxx|4 
 sc/source/core/data/validat.cxx   |6 
 sc/source/core/opencl/formulagroupcl.cxx  |   15 -
 sc/source/core/opencl/opbase.hxx  |6 
 sc/source/core/tool/chartlis.cxx  |   16 -
 

[Libreoffice-bugs] [Bug 94337] New: Chart: legends

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94337

Bug ID: 94337
   Summary: Chart: legends
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: robe...@madasafish.com

Set up 4 line chart. Legend took form of four lines in one column on right hand
side. Moved and changed to 2 lines/ 2 columns at top. Saved as Microsoft Excel
2007-13 xslx. Reopened file and whilst legend remained at top it was now in
form of 4 lines / 1 column i.e reverted to standard format. Problem of
reversion to default similar to Bugs 94267 and 94336.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: include/vcl vcl/source

2015-09-18 Thread Dennis Francis
 include/vcl/field.hxx|2 ++
 vcl/source/control/field.cxx |6 ++
 2 files changed, 8 insertions(+)

New commits:
commit 36c11cb71c6ec107cc08b16109e468765abc9867
Author: Dennis Francis 
Date:   Fri Sep 18 07:33:27 2015 +0530

fixes memleak : clear self referring VclPtr in MetricBox

Clears self referring VclPtr called mpField in MetricBox (inherited from 
FormatterBase class)
via dispose() method of MetricBox.

Change-Id: I375e03e814de3c6e47c36b1fc6f625b04521a5e2
Reviewed-on: https://gerrit.libreoffice.org/18674
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 8ed681b..03be56c 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -739,6 +739,8 @@ public:
 // Needed, because GetValue() with nPos hide these functions
 virtual sal_Int64   GetValue( FieldUnit eOutUnit ) const SAL_OVERRIDE;
 virtual sal_Int64   GetValue() const SAL_OVERRIDE;
+
+virtual voiddispose() SAL_OVERRIDE;
 };
 
 
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 25d249c..3738147 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -1776,6 +1776,12 @@ MetricBox::MetricBox( vcl::Window* pParent, WinBits 
nWinStyle ) :
 Reformat();
 }
 
+void MetricBox::dispose()
+{
+MetricFormatter::SetField(NULL);
+ComboBox::dispose();
+}
+
 Size MetricBox::CalcMinimumSize() const
 {
 Size aRet(calcMinimumSize(*this, *this));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/reference.html

2015-09-18 Thread Mihai Varga
 loleaflet/reference.html |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8311e72b0b617a79241de476cfca83eca0fe6ec
Author: Mihai Varga 
Date:   Fri Sep 18 11:50:41 2015 +0300

loleaflet: mention version in documentation

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index e64bfe3..8ce0eae 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -151,7 +151,7 @@
 
 
 
-This reference reflects Leaflet 1.0.
+This reference reflects LOLeaflet master.
 
 Map
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94063] EDITING References break when putting text behind them.

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94063

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|Linux (All) |All
   Severity|major   |normal

--- Comment #1 from Beluga  ---
Put a space behind 2 and 2.1 turned into: Error: Reference source not found

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94315] Comments do not print

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94315

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Alex Thurgood  ---


*** This bug has been marked as a duplicate of bug 93009 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90541] Error 1305. Error reading from file

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90541

Beluga  changed:

   What|Removed |Added

 CC||ange...@gmx.net

--- Comment #3 from Beluga  ---
*** Bug 94051 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 65205] Print Component fails to recognize 'Tabloid' as 11x17, uses Letter instead

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65205

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #27 from Cor Nouws  ---
@bhofman

(In reply to bfoman (afk) from comment #10)

> Like here?
> http://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.
> cxx#76
> 
> Also I have found it is defined as PAPER_USER here:
> http://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xlpage.
> cxx#82

(line #81 currently)
> 
> But it seems that the fallback doesn't work.

You mean that you would expect that when one enters 11 and 17 inch, that the
Format would indicate 'User' ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94345] Navigator includes rogue outline section, leaking from master-styles

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94345

--- Comment #1 from Iandol  ---
Created attachment 118835
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118835=edit
Test FODT document

test document

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94050] Printing in rc 5.0.2.1. not in all colors and impress handout no background printed

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94050

Maarten  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94344] missing lines when importing this svg image

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94344

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94344] missing lines when importing this svg image

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94344

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
I see the error too with Version: 5.1.0.0.alpha1+
Build ID: 88c51cd55d1a9b29e62269c53b3923770253ab07
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-11_13:09:15
Locale: de-DE (de_DE)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - slideshow/test tools/GoogleTest_tools_fractiontest.mk tools/Module_tools.mk tools/test

2015-09-18 Thread Damjan Jovanovic
 slideshow/test/demoshow.cxx|   16 +++-
 tools/GoogleTest_tools_fractiontest.mk |   48 
 tools/Module_tools.mk  |6 +
 tools/test/tests.cxx   |  124 ++---
 4 files changed, 121 insertions(+), 73 deletions(-)

New commits:
commit 4fd1da68f70f61290ebd1fc47e27f75b5827872a
Author: Damjan Jovanovic 
Date:   Fri Sep 18 05:26:04 2015 +

Get main/slideshow/test/demoshow compiling on Windows.

diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index 8defb4f..ea9dccb 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -19,11 +19,13 @@
  *
  */
 
-
+#include "precompiled_slideshow.hxx"
 
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -575,4 +577,14 @@ void DemoApp::Main()
 }
 }
 
-DemoApp aApp;
+sal_Bool SVMain();
+
+int main(int argc, char **argv)
+{
+tools::extendApplicationEnvironment();
+
+DemoApp aApp;
+SVMain();
+
+return 0;
+}
commit 2405932fc01436658ff57d8eb7b1f706913495ce
Author: Damjan Jovanovic 
Date:   Thu Sep 17 21:28:13 2015 +

#i125003# Migrate main/tools/tests from cppunit to Google Test.

diff --git a/tools/GoogleTest_tools_fractiontest.mk 
b/tools/GoogleTest_tools_fractiontest.mk
new file mode 100644
index 000..f5eefef
--- /dev/null
+++ b/tools/GoogleTest_tools_fractiontest.mk
@@ -0,0 +1,48 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+$(eval $(call gb_GoogleTest_GoogleTest,tools_fractiontest))
+ 
+$(eval $(call gb_GoogleTest_add_exception_objects,tools_fractiontest, \
+   tools/test/tests \
+))
+ 
+$(eval $(call gb_GoogleTest_add_linked_libs,tools_fractiontest, \
+tl \
+sal \
+sfx \
+stl \
+$(gb_STDLIBS) \
+))
+ 
+$(eval $(call gb_GoogleTest_set_include,tools_fractiontest,\
+   $$(INCLUDE) \
+   -I$(OUTDIR)/inc/offuh \
+   -I$(OUTDIR)/inc \
+   -I$(SRCDIR)/tools/inc/pch \
+))
+ 
+$(eval $(call gb_GoogleTest_set_ldflags,tools_fractiontest,\
+$$(LDFLAGS) \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/tools/Module_tools.mk b/tools/Module_tools.mk
index e46f0a9..53a9841 100644
--- a/tools/Module_tools.mk
+++ b/tools/Module_tools.mk
@@ -34,4 +34,10 @@ $(eval $(call gb_Module_add_targets,tools,\
 StaticLibrary_ooopathutils \
 ))
 
+ifeq ($(ENABLE_UNIT_TESTS),YES)
+$(eval $(call gb_Module_add_check_targets,tools,\
+GoogleTest_tools_fractiontest \
+))
+endif
+
 # vim: set noet sw=4 ts=4:
diff --git a/tools/test/tests.cxx b/tools/test/tests.cxx
index 0e715f5..a3501fd 100644
--- a/tools/test/tests.cxx
+++ b/tools/test/tests.cxx
@@ -24,7 +24,7 @@
 #include "precompiled_tools.hxx"
 // autogenerated file with codegen.pl
 
-#include 
+#include "gtest/gtest.h"
 #include 
 #include 
 
@@ -33,88 +33,70 @@
 namespace tools
 {
 
-class FractionTest : public CppUnit::TestFixture
+class FractionTest : public ::testing::Test
 {
 public:
-void setUp()
+void SetUp()
 {
 }
 
-void tearDown()
+void TearDown()
 {
 }
+};
 
-void testFraction()
-{
-const Fraction aFract(1082130431,1073741824);
-CPPUNIT_ASSERT_MESSAGE( "Fraction #1 not approximately equal to 
1.007812499068677",
-
rtl::math::approxEqual((double)aFract,1.007812499068677) );
-
-Fraction aFract2( aFract );
-aFract2.ReduceInaccurate(8);
-CPPUNIT_ASSERT_MESSAGE( "Fraction #2 not 1",
-aFract2.GetNumerator() == 1 &&
-aFract2.GetDenominator() == 1 );
-
-Fraction aFract3( 0x7AAA, 0x3555 );
-CPPUNIT_ASSERT_MESSAGE( "Fraction #3 cancellation wrong",
-aFract3.GetNumerator() == 0x7AAA &&
-aFract3.GetDenominator() == 0x3555 );
-aFract3.ReduceInaccurate(30);
-CPPUNIT_ASSERT_MESSAGE( "Fraction #3 ReduceInaccurate errorneously cut 

[Libreoffice-bugs] [Bug 94347] New: ligature

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94347

Bug ID: 94347
   Summary: ligature
   Product: LibreOffice
   Version: 4.2.6.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jstrother9...@gmail.com

When I use the font Calibri the characters "fh" merged into a ligature. This
causes numerous bugs:

1. I cannot use the cursor to select the "h" character without automatically
selecting the "f" character and the character before the f if it is a non-space
character.

2. Positioning the cursor after the h and hitting backspace deletes the f and
positions the cursor before the h.

3. Positioning the cursor after the h and hitting left arrow moves the cursor
to before the f.


Has this been fixed?  If not, cannot I suppress the use of ligatures?  If
ligature use is implemented this badly, it should not be implemented at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: [Libreoffice-ux-advise] [Bug 94131] FEATURE REQUEST - Easier Setting Default Templates

2015-09-18 Thread Jean-Francois Nifenecker

Hi

Le 18/09/2015 13:23, bugzilla-dae...@bugs.documentfoundation.org a écrit :

UX: what do you think?



Agreed. But, conversely, going back to the default default template 
(hard-coded?) should be easy as well.


--
Jean-Francois Nifenecker, Bordeaux
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 62381] CRASH when select slide with OLE object in Slides pane

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62381

Julien Nabet  changed:

   What|Removed |Added

   Keywords||want-backtrace

--- Comment #31 from Julien Nabet  ---
The only way to advance here would be to retrieve a backtrace:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#Windows:_How_to_get_a_backtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93318] Calc sheet navigation buttons on extreme left of Tab bar

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93318

V Stuart Foote  changed:

   What|Removed |Added

Summary|Buttons on extreme left of  |Calc sheet navigation
   |Tab bar |buttons on extreme left of
   ||Tab bar

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: [libreoffice-users] Creating High Res Images in Draw or Impress

2015-09-18 Thread V Stuart Foote
This is easily done from within Draw.

1. Open a new draw document
2. Use the page dialog to set orientation, and page size, also  I prefer to
remove margins--setting the page allows you to work with the whole drawing
and pass it for export rendering.
3. Use the Insert  -> Image, or the Drawing toolbar to add shapes and
annotation as needed
4. Save the Draw document as an ODF .odg drawing
5. Use the Export dialog to select a graphic format (Raster--TIFF, PNG or
JPEG, Vector--WMF or SVG)

Note: Depending on the dialog adjust the DPI setting 300 DPI (the "size" and
the resolution can be set independently) some are more fussy than others. 
You can get the results you need.

I've attached a zip sample  ( HighRes_from_Draw.zip
 
) with an ODF Draw document, along with 300 dpi PNG and 600 dpi JPEG
renderings.





--
View this message in context: 
http://nabble.documentfoundation.org/Re-libreoffice-users-Creating-High-Res-Images-in-Draw-or-Impress-tp4002136p4160727.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 93318] Calc sheet navigation buttons on extreme left of Tab bar

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93318

V Stuart Foote  changed:

   What|Removed |Added

 CC||yanp...@gmail.com

--- Comment #15 from V Stuart Foote  ---
*** Bug 94171 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94171] Make navigation arrows in Calc visible only when they are needed and place them on the right

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94171

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #2 from V Stuart Foote  ---
Effectively same issues as bug 93318 resolving duplicate.

*** This bug has been marked as a duplicate of bug 93318 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 94171] Make navigation arrows in Calc visible only when they are needed and place them on the right

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94171

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #2 from V Stuart Foote  ---
Effectively same issues as bug 93318 resolving duplicate.

*** This bug has been marked as a duplicate of bug 93318 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 93318] Calc sheet navigation buttons on extreme left of Tab bar

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93318

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||483

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93483] UI: Context menu listing of Sheets not navigable when extended beyond screen height

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93483

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=93
   ||318

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94346] New: PDF: Text lost between Right paragraph margin and Right Page Margin e.g. Text at Right-Tab

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94346

Bug ID: 94346
   Summary: PDF: Text lost between Right paragraph margin and
Right Page Margin e.g. Text at Right-Tab
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alanandpe...@outlook.com

Text at a Right-Tab that is within the paragraph right indent (after the
word-wrap point) but before the Page Right Margin is lost on export to PDF even
though it displays correctly in the Writer Document.

For example, when typing minutes of a meeting and recording an Action, the
initials of the person given the Action are often placed right-justified
against the right-hand page margin by using a Right Tab. To make these stand
out it is also common to make the paragraph wrap before the position of this
Right Tab. In other words, the initials appear within the Right Indent of the
paragraph - but not in the PDF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57519] Cell wrap does not function automatically once column width is reduced

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57519

--- Comment #10 from Bernhard Dippold  ---
Tested on 
Version: 5.0.0.5
Build-ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Windows Vista Business SP 2

Reproducing in comparison to comment #4, there is a different behavior in Step
7:

> 1. in Calc select a cell and format it with automatic word wrap (Format - 
> Cells - Tab:Alignment - wrap text automatically: Check).
done

> 2. Add text that floats over the right border of the cell.
done

> 3. Result: Text is wrapped to fit cell width, row height is adapted to fit
> the content.
same

> 4. Reduce the width of the cell (just move the right border of the column
> header a bit to the left) until word wrap forces a new line of text.
done

> 5a. Expected result: Similar to 3.
same

>5b. Present result: Text floats to a new line in the cell, but row height
> stays the same. The new line is not visible, but a red triangle on the right
> border of the cell indicates that there is more text in the cell.
same

> 6. Add more text to the cell without forcing a new word wrap.
done

> 7a. Expected result: Similar to 3.
same

> 7b. Present result: Similar to 5b.
DIFFERENT: When the cell content is updated, line wrap is recalculated an
height adjusted -> similar to 3.

> 8. Add more text, so a new line is necessary.
same

> 9. Result: Similar to 3.
same

So the bug is still present, but only when the column width is modified.

If you enter any text in this cell or in another cell with automatic word wrap
that needs recalculation (text longer than cell width or removal of a
character), row height is recalculated.

Best regards
Bernhard

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

--- Comment #16 from Gerry  ---
Created attachment 118838
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118838=edit
Stata: Selection of five different chart styles applied to the same chart

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90490] Providing chart style/color presets

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90490

--- Comment #15 from Gerry  ---
Created attachment 118837
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118837=edit
Stata: Screenshot of UI to apply the different chart styles in Stata

Attached screenshot of Stata UI for chart styles. 

Chart styles in Stata are indeed very simple to use. It is a predefined set of
12 style sets. There are many additional style sets available which can be
defined in a kind of programming language (see the Chart Styles wiki page).

These style sets can be applied in the creation of new charts, but also to
change charts which do already exist.

The chart styles change a number of features of the charts:
* Chart colours
* Background colour
* Font, Font colour and size
* Frames around the charts
* Size and place of legend

In another screenshot, I will attach a selection of chart styles (applied to
the same chart) in Stata.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94345] New: Navigator includes rogue outline section, leaking from master-styles

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94345

Bug ID: 94345
   Summary: Navigator includes rogue outline section, leaking from
master-styles
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ian...@gmail.com

Created attachment 118834
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118834=edit
screenshot

Hi, in the attached FODT you'll find a very simple document with a single
[Test] Heading 1, however if you open Navigator pane, or export to PDF, you'll
see a rogue [Bibliography] heading which is not present in the document at all.

In fact it is a  element in the page styles for the endnote page, a
heading in the header, see the following on line 404-408 of the FODT:

  
   
Bibliography
   
  

Navigator should not be scanning headings that are only present in page styles
and should not show that heading as present. 

An additional bug is that if you do make an endnote in that document,
[Bibliography] is always shown ABOVE [Test], even when it is BELOW it in the
actual document.

Screenshot shows the document and rogue heading.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94343] UI: Move "Use only paper size from printer preferences" to print properties dialog

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94343

tmacalp  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from tmacalp  ---
(In reply to Cor Nouws from comment #1)
> There is a recent discussion on the UX-list
>   http://listarchives.libreoffice.org/global/design/msg07254.html
> 
> The latter mails have some sort of summary. But reading this and 65205
> again, not the final ;)

Very interesting.  Thanks for the link.  It appears that the print system is
really quite complicated and requires a bit of research/experience to make any
changes.

> Making the options more visible, is one of the ideas.
> Your idea is moving it to the dialog File > Printer (select printer) .. >
> Properties? (Is that dialog LibreOffice own?)

Yes, I want to move the checkbox that enables those two fields to be next to
them.  And yes, I'm talking about the standard Linux LibreOffice print dialog. 
I'm not familiar with MS Windows/Mac OS print dialogs.

> Downside of moving the option there would be, that (unless it's sticky,
> possibly per document) one has to open the dialog every time to set the
> option?

As far as I know, those fields should be initialized with the values from your
page format, so the only time you'll need to check that box is if you're making
changes.

And I strongly believe that it should be sticky per document, but from reading
comments from your mailing list link, it appears that making it sticky is not
as straight forward as one would think.

Currently, every time one opens the dialog, they need to tick that setting to
be able to modify paper size/orientation.  On the opposite side of the
spectrum, there are settings, like brochure mode, that are set even if you hit
cancel (Bug 47572).  :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93979] helpauthoring: Keyword in looses initial '/'

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93979

--- Comment #2 from Adolfo Jayme  ---
For the record =) :
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=commitdiff;h=b422d0ee3142d579c84b4044b0d80b4e646fce2d

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: unotools/source

2015-09-18 Thread Tor Lillqvist
 unotools/source/misc/ServiceDocumenter.cxx |3 +++
 unotools/source/misc/ServiceDocumenter.hxx |   14 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 2dea4d270806f47a324cb09c1db7751499930cf7
Author: Tor Lillqvist 
Date:   Sat Sep 19 07:42:54 2015 +0300

Fix error: exception specification of overriding function is more lax ...

... than base version.

Change-Id: Id1b33eebcdb16b5d3b495359793a638b8e8b0820

diff --git a/unotools/source/misc/ServiceDocumenter.cxx 
b/unotools/source/misc/ServiceDocumenter.cxx
index 8991cc3..6750a69 100644
--- a/unotools/source/misc/ServiceDocumenter.cxx
+++ b/unotools/source/misc/ServiceDocumenter.cxx
@@ -15,6 +15,7 @@ using lang::XServiceInfo;
 using lang::XTypeProvider;
 
 void unotools::misc::ServiceDocumenter::showCoreDocs(const 
Reference& xService)
+throw (css::uno::RuntimeException, std::exception)
 {
 if(!xService.is())
 return;
@@ -24,6 +25,7 @@ void unotools::misc::ServiceDocumenter::showCoreDocs(const 
Reference& xTypeProvider)
+throw (css::uno::RuntimeException, std::exception)
 {
 if(!xTypeProvider.is())
 return;
@@ -40,6 +42,7 @@ void 
unotools::misc::ServiceDocumenter::showInterfaceDocs(const Reference& xService)
+throw (css::uno::RuntimeException, std::exception)
 {
 if(!xService.is())
 return;
diff --git a/unotools/source/misc/ServiceDocumenter.hxx 
b/unotools/source/misc/ServiceDocumenter.hxx
index 1e04a81..e1855b1 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -25,17 +25,17 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
 , m_sServiceBaseUrl("http://api.libreoffice.org/docs/idl/ref;)
 {};
 // XServiceDocumenter
-virtual ::rtl::OUString SAL_CALL getCoreBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
+virtual ::rtl::OUString SAL_CALL getCoreBaseUrl() throw 
(css::uno::RuntimeException, std::exception) SAL_OVERRIDE
 { return m_sCoreBaseUrl; };
-virtual void SAL_CALL setCoreBaseUrl( const ::rtl::OUString& 
sCoreBaseUrl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
+virtual void SAL_CALL setCoreBaseUrl( const ::rtl::OUString& 
sCoreBaseUrl ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
 { m_sCoreBaseUrl = sCoreBaseUrl; };
-virtual ::rtl::OUString SAL_CALL getServiceBaseUrl() /* throw 
(::css::uno::RuntimeException, ::std::exception) */ SAL_OVERRIDE
+virtual ::rtl::OUString SAL_CALL getServiceBaseUrl() throw 
(css::uno::RuntimeException, std::exception) SAL_OVERRIDE
 { return m_sServiceBaseUrl; };
-virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
sServiceBaseUrl ) /* throw (::css::uno::RuntimeException, ::std::exception) */ 
SAL_OVERRIDE
+virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
sServiceBaseUrl ) throw (css::uno::RuntimeException, std::exception) 
SAL_OVERRIDE
 { m_sServiceBaseUrl = sServiceBaseUrl; };
-virtual void showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) SAL_OVERRIDE;
-virtual void showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) SAL_OVERRIDE;
-virtual void showCoreDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) SAL_OVERRIDE;
+virtual void showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
+virtual void showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) throw 
(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+virtual void showCoreDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
 protected:
 virtual ~ServiceDocumenter()
 {};
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 73273] presenter console: slide transition jumpy (on dual screen display)

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73273

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #14 from tommy27  ---
status NEW as per comment 13

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94222] Black/White rendering artifacts on slideshow transitions

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94222

Luke  changed:

   What|Removed |Added

 CC|michael.me...@collabora.com |danlrobertso...@gmail.com

--- Comment #6 from Luke  ---
I git bisected this down to:

commit ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6
Author: Daniel Robertson 
Date:   Fri Aug 21 21:51:09 2015 -0400

slideshow: replace for_each with range-based loop
Replace ::std::for_each for a more readable range-based for loop in cases in
which the function object to be applied by for_each is more readable as the
body of a for loop.


Daniel,
Can you please take a look at this? There's got to be an issue with the pattern
or copy/pasting. It's doing a lot more than making the code more readable:)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94347] characters "fh" merged into a ligature using font Calibri

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94347

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
Summary|ligature|characters "fh" merged into
   ||a ligature using font
   ||Calibri
 Ever confirmed|0   |1

--- Comment #1 from tommy27  ---
please retest with latest 5.0.1.2 release.
the 4.2.6.3 release you are using is obsolete and no longer supported.

I set status to NEEDINFO waiting for user feedback

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94324] in LibO install not full font OpenSymbol

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94324

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|in libreoffice install not  |in LibO install not full
   |full font OpenSymbol|font OpenSymbol

--- Comment #4 from tommy27  ---
is this someway related to Bug 76239 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94350] New: Crash when applying gradient background to chart

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94350

Bug ID: 94350
   Summary: Crash when applying gradient background to chart
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: highest
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: michael.me...@collabora.com, momonas...@gmail.com

Created attachment 118839
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118839=edit
sample

Steps:
1) Open attached file
2) Enter chart edit mode
3) Format the data series by setting area to none and set border style to
continuous
4) Format chart area and change area fill from color to gradient
5) Crash

Regression as this doesnt happen in 4.4 daily. Possible vclptr? Seems very
similar to bug 92074 and bug 92213.

Version: 5.0.3.0.0+
Build ID: 4ae70fd6c93087ce66c76d3102ad678bcf01dbf5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-5-0, Time:
2015-09-18_11:42:55
Locale: en-US (en_US.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68626] Slow startup when loading a document, instantaneous when starting without a document

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68626

alberto  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
Version|4.1.0.4 release |5.0.1.2 release
 Resolution|INVALID |---
 Ever confirmed|1   |0

--- Comment #11 from alberto  ---
Hi,
I can reproduce the problem:

Ubuntu LTS 14.04 amd64

if you open a file through network for every operation in the UI (put a number
in a cell o simply select a cell)  you have to wait the network roudtrip delay.

Is not simple to reproduce because you need a slow connection or a really far
server. In this moment I have a 3G mobile connection

I can reproduce the problem with gvfs share, with sshfs and samba share

In every case I need to wait the network roundtrip so:

gvfscase
time ls -l
/run/user/1000/gvfs/sftp\:host\=myserver.com//home/alberto/documenti/test
totale 10
-rw-r--r-- 1 alberto alberto 9576 set 19  2015 nuovofoglio.ods

real0m14.589s
user0m0.000s
sys0m0.005s

14s are more or less the same time to accomplish an operation on the calc's
interface

sshfscase
sshfs myn...@myserver.com:/home/alberto/documenti remoto

time ls -l remote/test

totale 12
-rw-r--r-- 1 alberto 1002 9576 set 19  2015 nuovofoglio.ods


real0m0.964s
user0m0.001s
sys0m0.005s


and I need a second for do something

same situation in a smbfs share


Finally I suspect LO do a stat of remote lock file (.~lock.nuovofoglio.ods# in
my case)

at every user interaction. 

The problem is more evident in the gvfs case for it poor performances

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94350] Crash when applying gradient background to chart

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94350

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Just for the record, on pc Debian x86-64 with master sources updated yesterday,
I don't reproduce this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: unotools/source

2015-09-18 Thread Tor Lillqvist
 unotools/source/misc/ServiceDocumenter.hxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9a5ba07ca190df89cf0cacbeca7cfafde1794686
Author: Tor Lillqvist 
Date:   Sat Sep 19 08:55:11 2015 +0300

Fix C2695: overriding virtual function differs only by calling convention

diff --git a/unotools/source/misc/ServiceDocumenter.hxx 
b/unotools/source/misc/ServiceDocumenter.hxx
index e1855b1..1ade250 100644
--- a/unotools/source/misc/ServiceDocumenter.hxx
+++ b/unotools/source/misc/ServiceDocumenter.hxx
@@ -33,9 +33,9 @@ class ServiceDocumenter : public ::cppu::WeakImplHelper<
 { return m_sServiceBaseUrl; };
 virtual void SAL_CALL setServiceBaseUrl( const ::rtl::OUString& 
sServiceBaseUrl ) throw (css::uno::RuntimeException, std::exception) 
SAL_OVERRIDE
 { m_sServiceBaseUrl = sServiceBaseUrl; };
-virtual void showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
-virtual void showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) throw 
(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-virtual void showCoreDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
+virtual void SAL_CALL showServiceDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
+virtual void SAL_CALL showInterfaceDocs( const ::css::uno::Reference< 
::css::lang::XTypeProvider >& xTypeProvider ) throw 
(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+virtual void SAL_CALL showCoreDocs( const ::css::uno::Reference< 
::css::lang::XServiceInfo >& xService) throw (css::uno::RuntimeException, 
std::exception) SAL_OVERRIDE;
 protected:
 virtual ~ServiceDocumenter()
 {};
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94224] "Textmarke" wird unter Querverweis als "Lesezeichen" bezeichnet (Writer)

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94224

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it,
   ||reisi...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from tommy27  ---
english translation please.
the official language of the bug tracker is english.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93088] Add easy way to attach a colour palette in to document

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93088

Francisco  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Francisco  ---


*** This bug has been marked as a duplicate of bug 63898 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63898] Allow embed color palettes in all LibreOffice documents

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63898

Francisco  changed:

   What|Removed |Added

 CC||diaz.bast...@openmailbox.or
   ||g

--- Comment #3 from Francisco  ---
*** Bug 93088 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 93088] Add easy way to attach a colour palette in to document

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93088

Francisco  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Francisco  ---


*** This bug has been marked as a duplicate of bug 63898 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 68626] Slow startup when loading a document, instantaneous when starting without a document

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68626

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|5.0.1.2 release |4.1.0.4 release
 Ever confirmed|0   |1

--- Comment #12 from tommy27  ---
thanks for confirming the bug (so status is NEW)
however please do not change version field that way...
it has to indicate the earlies version a bug was seen, not the latest.
so I'm reverting it to 4.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94347] characters "fh" merged into a ligature using font Calibri

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94347

--- Comment #2 from tommy27  ---
... and tell your O/S

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94070] Problems with page margins

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94070

--- Comment #8 from Ashod Nakashian  ---
(In reply to Yousuf (Jay) Philips from comment #7)
> (In reply to Ashod Nakashian from comment #6)
> > It is. Fixed already and will update the pending patch once it's fully
> > tested.
> 
> Any updates on this Ashod, as its been a week now. :D

Patch pushed to Gerrit. (Crunch time for me during weekdays, sorry.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94275] Unguarded strlen causes core dump when XKeysymToString returns NULL

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94275

Julien Nabet  changed:

   What|Removed |Added

   Keywords||have-backtrace
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Ever confirmed|0   |1

--- Comment #4 from Julien Nabet  ---
Re reading the source, you're indeed right.
I submitted a patch to gerrit review here (master sources only for the moment)
See https://gerrit.libreoffice.org/18708

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94348] New: preview in left sidebar is broken

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94348

Bug ID: 94348
   Summary: preview in left sidebar is broken
   Product: LibreOffice
   Version: 4.2.6.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jstrother9...@gmail.com

The preview images for the list of slides in the left sidebar are frequently
out of sync with the actual slides.  It is difficult to produce a minimal test
case for this, since deleting slides causes the preview images to be updated. 
Nonetheless, this problem is ubiquitous so it should not be difficult to
reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94334] error message when opening a docx with equations

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||vmik...@collabora.co.uk

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I didn't reproduce this
problem but noticed this on console:
warn:writerfilter:19252:1:writerfilter/source/dmapper/OLEHandler.cxx:227:
OLEHandler::importStream: unhandled m_sProgId: Equation.2

In fact, there are Equation.3 and Equation.2 on the file.
First ones display ok and can be edited.
Second ones display ok too but can't be edited (when trying, it opens a Math
Window with "'" symbol instead of "x".

I tried this:
diff --git a/writerfilter/source/dmapper/OLEHandler.cxx
b/writerfilter/source/dmapper/OLEHandler.cxx
index 6208750..5deb99c 100644
--- a/writerfilter/source/dmapper/OLEHandler.cxx
+++ b/writerfilter/source/dmapper/OLEHandler.cxx
@@ -221,7 +221,7 @@ void
OLEHandler::importStream(uno::Reference xComponentC
 OUString aFilterService;
 if (m_sProgId == "Word.Document.12")
 aFilterService = "com.sun.star.comp.Writer.WriterFilter";
-else if (m_sProgId == "Equation.3")
+else if (m_sProgId == "Equation.3" || m_sProgId == "Equation.2")
 aFilterService = "com.sun.star.comp.Math.MathTypeFilter";
 else
 SAL_WARN("writerfilter", "OLEHandler::importStream: unhandled
m_sProgId: " << m_sProgId);
@@ -259,7 +259,7 @@ OUString
OLEHandler::getCLSID(uno::Reference xComponentC
 if
(officecfg::Office::Common::Filter::Microsoft::Import::WinWordToWriter::get(xComponentContext))
 aRet = "8BC6B165-B1B2-4EDD-aa47-dae2ee689dd6";
 }
-else if (m_sProgId == "Equation.3")
+else if (m_sProgId == "Equation.3" || m_sProgId == "Equation.2")
 {
 if
(officecfg::Office::Common::Filter::Microsoft::Import::MathTypeToMath::get(xComponentContext))
 aRet = "078B7ABA-54FC-457F-8551-6147E776A997";

and could edit equations which couldn't be edited first but still have this
strange symbol.

Miklos: any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76197] Other: OfficeMenuBar no longer takes private menu's in StartModule

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76197

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #6 from Yousuf (Jay) Philips  ---
(In reply to Maxim Monastirsky from comment #5)
> The code at MenuBarManager::FillMenuManager checks for ".uno:WindowList"
> item, and inserts the addon menu before it, but StartModule doesn't have
> this item.

Maybe we can add code that if it doesnt find ".uno:WindowList", that it checks
for ".uno:ToolsMenu" and places the addon menu after it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: android/source include/svx nlpsolver/src onlineupdate/source oox/source sc/source svx/source sw/qa sw/source vcl/source

2015-09-18 Thread Andrea Gelmini
 android/source/src/java/org/libreoffice/InvalidationHandler.java |2 +-
 android/source/src/java/org/libreoffice/canvas/GraphicSelection.java |4 
++--
 include/svx/svdedtv.hxx  |2 +-
 include/svx/svdtrans.hxx |2 +-
 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java|2 +-
 onlineupdate/source/update/common/updatehelper.cxx   |2 +-
 oox/source/ole/vbaexport.cxx |2 +-
 sc/source/ui/undo/undoblk.cxx|2 +-
 sc/source/ui/view/gridwin.cxx|2 +-
 sc/source/ui/view/gridwin2.cxx   |2 +-
 svx/source/svdraw/svdhdl.cxx |2 +-
 sw/qa/core/uwriter.cxx   |2 +-
 sw/qa/extras/uiwriter/uiwriter.cxx   |6 
+++---
 sw/source/core/text/txtftn.cxx   |2 +-
 sw/source/filter/ww8/ww8par3.cxx |2 +-
 vcl/source/gdi/pdfwriter_impl.cxx|2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit ac226443522c55ab75cab8eed354b999052135a7
Author: Andrea Gelmini 
Date:   Fri Sep 18 22:44:02 2015 +0200

Fix typos

Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09
Reviewed-on: https://gerrit.libreoffice.org/18707
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/android/source/src/java/org/libreoffice/InvalidationHandler.java 
b/android/source/src/java/org/libreoffice/InvalidationHandler.java
index a22c5fd..f0a3982 100644
--- a/android/source/src/java/org/libreoffice/InvalidationHandler.java
+++ b/android/source/src/java/org/libreoffice/InvalidationHandler.java
@@ -418,7 +418,7 @@ public class InvalidationHandler implements 
Document.MessageCallback {
 }
 
 /**
- * A key event happend (i.e. user started typing).
+ * A key event happened (i.e. user started typing).
  */
 public void keyEvent() {
 mKeyEvent = true;
diff --git 
a/android/source/src/java/org/libreoffice/canvas/GraphicSelection.java 
b/android/source/src/java/org/libreoffice/canvas/GraphicSelection.java
index 7739757..30a328d 100644
--- a/android/source/src/java/org/libreoffice/canvas/GraphicSelection.java
+++ b/android/source/src/java/org/libreoffice/canvas/GraphicSelection.java
@@ -253,7 +253,7 @@ public class GraphicSelection extends CommonCanvasElement {
 }
 
 /**
- * When a single press (no dragging happend) was performed.
+ * When a single press (no dragging happened) was performed.
  */
 private void onSinglePress(PointF screenPosition) {
 sendGraphicSelection("LongPress", screenPosition);
@@ -289,4 +289,4 @@ public class GraphicSelection extends CommonCanvasElement {
 EXTEND
 }
 }
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 7eff811..8d85985 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -95,7 +95,7 @@ protected:
 boolbMoreThanOneNotMovable : 1;   // more then one 
objects are not moveable
 boolbOneOrMoreMovable : 1;// at least one 
object is moveable
 boolbMoreThanOneNoMovRot : 1; // more then one 
object is not moveble nor turnable (Crook)
-boolbContortionPossible : 1;  // all polygones 
(grouped if neccessary)
+boolbContortionPossible : 1;  // all polygones 
(grouped if necessary)
 boolbAllPolys : 1;// all polygones 
(not grouped)
 boolbOneOrMorePolys : 1;  // at least one 
polygon (not grouped)
 boolbMoveAllowed : 1;
diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx
index 7d6c515..5fe3a36 100644
--- a/include/svx/svdtrans.hxx
+++ b/include/svx/svdtrans.hxx
@@ -196,7 +196,7 @@ long GetLen(const Point& rPnt);
  * shear and then the rotation.  /  /
  *  /  / \
  * /  /   |
- * A) Inital rectangle aRect  B) After applying Shear  /03/ Rot|
+ * A) Initial rectangle aRect  B) After applying Shear /03/ Rot|
  * +--+   --
  * |01|\01\   C) After applying 
Rotate
  * |   

[Libreoffice-bugs] [Bug 94343] UI: Move "Use only paper size from printer preferences" to print properties dialog

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94343

--- Comment #4 from tmacalp  ---
(In reply to Cor Nouws from comment #3)
> Additional question - or two..
> 
> In what cases do you use this setting?

Most of my use cases are when I'm using an alternate page layout.  I typically
use different paper sizes/orientation when selecting brochure mode in writer to
print a letter formatted newsletter on tabloid paper.  I use
fit-to-page/distribute on multiple pages in Draw for to shrink diagrams/print
on multiple pages.  As I mentioned above, I've submitted bug 94342 to address
these cases.

There have been other times where I've allowed my printer to use its own
mismatch policy to enlarge/shrink documents.  It's not always possible (easy)
to scale up LibreOffice documents/drawings by changing the page format, since
font sizes don't scale.  Being able to use these fields has been a secret
workaround for some of these cases.

> Would it be an option to add it next to Format > Page .. tab Page, Paper
> tray ?

Users have enough trouble finding the checkbox where it currently is in the
print dialog.  I would hate to recommend moving it even further away from the
fields it modifies.  I'm assuming this would be put there because it could be
more easily saved with the document?  

If you could put the option under page format and have it actually saved with
the document (partially solving bug 79077), I would consider it the lesser of
the two evils.  If putting it there does not solve the "setting isn't sticky"
problem, I'd leave it where it is.  I still think the *right* solution is move
the setting next to page size/orientation in the print properties dialog, but
realize that it might be too expensive to implement.

Whatever is decided, there should at least be some text in the print properties
dialog saying why page size/orientation are disabled and where to go to enable
them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80944] 'print to file' setting gets reset after restart

2015-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80944

MM  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All

--- Comment #3 from MM  ---
Bug is still present with v5.0.2.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: oox/source

2015-09-18 Thread Matúš Kukan
 oox/source/shape/WpsContext.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 494aa9ee5d01699c0dcbc912091de30a314c09fc
Author: Matúš Kukan 
Date:   Fri Sep 18 12:57:39 2015 +0200

Workaround unit test failure by comparing as long

On 32bit system, for some reason casting to double gives wrong results.
Failing unit test was testTdf87924 in CppunitTest_sw_ooxmlimport.

Change-Id: If93e5288a381e50f30d035d56131b1d9235ac658
Reviewed-on: https://gerrit.libreoffice.org/18684
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx
index 657071b..0cf558c 100644
--- a/oox/source/shape/WpsContext.cxx
+++ b/oox/source/shape/WpsContext.cxx
@@ -100,7 +100,7 @@ oox::core::ContextHandlerRef 
WpsContext::onCreateContext(sal_Int32 nElementToken
 
 // If the text is not rotated the way the shape wants it 
already, set the angle.
 const sal_Int32 nRotation = -270;
-if (basegfx::rad2deg(fRotate) != 
static_cast(NormAngle360(nRotation * 100)) / 100)
+if (static_cast(basegfx::rad2deg(fRotate)) != 
NormAngle360(nRotation * 100) / 100)
 {
 comphelper::SequenceAsHashMap 
aCustomShapeGeometry(xPropertySet->getPropertyValue("CustomShapeGeometry"));
 aCustomShapeGeometry["TextPreRotateAngle"] = 
uno::makeAny(nRotation);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   4   >