Re: [Libreoffice] Styles and Formatting

2010-11-25 Thread Michael Meeks
Hi Gert, On Wed, 2010-11-03 at 18:28 +0100, Gert Faller wrote: > I have erased the line : > "m_aActionTbL.SetHelpId( HID_TEMPLDLG_TOOLBOX_LEFT );" > in the patch file 2. > A paste© error... So - I notice this is still not merged; which is bad. Sorry for the delay - clearly this got killed

Re: [Libreoffice] Styles and Formatting

2010-11-09 Thread jonathon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/05/2010 01:15 AM, Gert Faller wrote: > 10)I open the dialog in writer --> Hierarchical > 11)I close writer and open it again --> Hierarchical > 12)I close calc and open it again --> All styles > 13)I close both and open calc --> All styles > 14

Re: [Libreoffice] Styles and Formatting

2010-11-09 Thread Cor Nouws
Hi Gert, Gert Faller wrote (05-11-10 02:15) Selon Cedric Bosdonnat: So Hierarchical as default would not be my choice. Default is more then enough. Hi, I must admit that even if I been using OpenOffice for nearly 10 years, I never A pity you didn't ;-) use that dialog so I've maybe not

Re: [Libreoffice] Styles and Formatting

2010-11-04 Thread Gert Faller
Selon Cedric Bosdonnat : > > So Hierarchical as default would not be my choice. > > Default is more then enough. Hi, I must admit that even if I been using OpenOffice for nearly 10 years, I never use that dialog so I've maybe not made a good choice for my first jump in the source... I have to un

Re: [Libreoffice] Styles and Formatting

2010-11-04 Thread Cedric Bosdonnat
Hi Cor, On Wed, 2010-11-03 at 20:17 +0100, Cor Nouws wrote: > My experience with users is, that they are often overwhelmed by the > number of available styles. > So Hierarchical as default would not be my choice. > Default is more then enough. Ok, then we need to fix that before pushing the patc

Re: [Libreoffice] Styles and Formatting

2010-11-03 Thread Cor Nouws
Gert Faller wrote (29-10-10 14:55) I've been working on the "Styles and Formatting window does not remember hierarchical view" bug. It seems I got it. I've noticed that, the window does not remember the Frame Styles but reverts to Paragraph Styles. Is that an another bug or a feature ? (The same

Re: [Libreoffice] Styles and Formatting

2010-11-03 Thread Cor Nouws
Hi Cédric, Gert, Cédric Bosdonnat wrote (03-11-10 10:26) Many thanks for your patch, it works nicely but a tiny point refrains me from pushing it: the hierarchical view is now the default one, which wasn't the case before. The problem seems to come from the fact that the 0x value should be

[Libreoffice] Styles and Formatting

2010-11-03 Thread Gert Faller
Hi, I have erased the line : "m_aActionTbL.SetHelpId( HID_TEMPLDLG_TOOLBOX_LEFT );" in the patch file 2. A paste© error... Regards. templdlg_3.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

[Libreoffice] Styles and Formatting

2010-11-03 Thread Gert Faller
Hi, > Do we want the Hierarchical view to be the default one for all apps? > Should we enhance the filters values to make it configurable for the > different apps? Well, in fact, there were some changes remaining from my previous attempts. Maybe something simpler is enough ? Regards templd

Re: [Libreoffice] Styles and Formatting

2010-11-03 Thread Cédric Bosdonnat
Hi Gert, On Fri, 2010-10-29 at 19:43 +0200, Gert Faller wrote: > well so here's a patch for Styles and Formatting window does not remember > hierarchical view" bug. Many thanks for your patch, it works nicely but a tiny point refrains me from pushing it: the hierarchical view is now the default o

[Libreoffice] Styles and Formatting

2010-10-29 Thread Gert Faller
Hi, the patch... Regardsdiff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 9b443e8..5027e7b 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -875,8 +875,6 @@ void SfxCommonTemplateDialog_Impl::ReadResource() pStyleF

[Libreoffice] Styles and Formatting

2010-10-29 Thread Gert Faller
Hi, well so here's a patch for Styles and Formatting window does not remember hierarchical view" bug. I don't modify the main class so there's a local variable in constructor... Regards. templdlg.txt.patch Description: Binary data ___ LibreOffice m

Re: [Libreoffice] Styles and Formatting

2010-10-29 Thread Caolán McNamara
On Fri, 2010-10-29 at 14:55 +0200, Gert Faller wrote: > > Hi, > > I've been working on the "Styles and Formatting window does not remember > hierarchical view" bug. > It seems I got it. > I've noticed that, the window does not remember the Frame Styles but reverts > to > Paragraph Styles. > Is

[Libreoffice] Styles and Formatting

2010-10-29 Thread Gert Faller
Hi, I've been working on the "Styles and Formatting window does not remember hierarchical view" bug. It seems I got it. I've noticed that, the window does not remember the Frame Styles but reverts to Paragraph Styles. Is that an another bug or a feature ? (The same in openoffice) Regards.