Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
28d66871
Kaydet (Commit)
28d66871
authored
Tem 08, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert pdf options dialog to .ui format
Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e
üst
78587a7e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
189 additions
and
51 deletions
+189
-51
UIConfig_xsltdlg.mk
filter/UIConfig_xsltdlg.mk
+1
-0
filter.hrc
filter/inc/filter.hrc
+0
-1
impdialog.cxx
filter/source/pdf/impdialog.cxx
+0
-0
impdialog.hrc
filter/source/pdf/impdialog.hrc
+0
-1
impdialog.hxx
filter/source/pdf/impdialog.hxx
+14
-0
impdialog.src
filter/source/pdf/impdialog.src
+0
-49
pdfoptionsdialog.ui
filter/uiconfig/ui/pdfoptionsdialog.ui
+174
-0
No files found.
filter/UIConfig_xsltdlg.mk
Dosyayı görüntüle @
28d66871
...
@@ -12,6 +12,7 @@ $(eval $(call gb_UIConfig_UIConfig,filter))
...
@@ -12,6 +12,7 @@ $(eval $(call gb_UIConfig_UIConfig,filter))
$(eval $(call gb_UIConfig_add_uifiles,filter,\
$(eval $(call gb_UIConfig_add_uifiles,filter,\
filter/uiconfig/ui/pdfgeneralpage \
filter/uiconfig/ui/pdfgeneralpage \
filter/uiconfig/ui/pdflinkspage \
filter/uiconfig/ui/pdflinkspage \
filter/uiconfig/ui/pdfoptionsdialog \
filter/uiconfig/ui/pdfsecuritypage \
filter/uiconfig/ui/pdfsecuritypage \
filter/uiconfig/ui/pdfuserinterfacepage \
filter/uiconfig/ui/pdfuserinterfacepage \
filter/uiconfig/ui/pdfviewpage \
filter/uiconfig/ui/pdfviewpage \
...
...
filter/inc/filter.hrc
Dosyayı görüntüle @
28d66871
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
// warning, next range is RID_FILTER_START + 100 !
// warning, next range is RID_FILTER_START + 100 !
#define HID_FILTER_PDF_OPTIONS "HID_FILTER_PDF_OPTIONS"
#define HID_FILTER_PDF_SIGNING "HID_FILTER_PDF_SIGNING"
#define HID_FILTER_PDF_SIGNING "HID_FILTER_PDF_SIGNING"
#endif
#endif
...
...
filter/source/pdf/impdialog.cxx
Dosyayı görüntüle @
28d66871
This diff is collapsed.
Click to expand it.
filter/source/pdf/impdialog.hrc
Dosyayı görüntüle @
28d66871
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#include <filter.hrc>
#include <filter.hrc>
#define RID_PDF_EXPORT_DLG (RID_PDF_DIALOG_START + 0)
#define RID_PDF_TAB_GENER (RID_PDF_DIALOG_START + 1)
#define RID_PDF_TAB_GENER (RID_PDF_DIALOG_START + 1)
#define RID_PDF_TAB_VPREFER (RID_PDF_DIALOG_START + 2)
#define RID_PDF_TAB_VPREFER (RID_PDF_DIALOG_START + 2)
#define RID_PDF_TAB_OPNFTR (RID_PDF_DIALOG_START + 3)
#define RID_PDF_TAB_OPNFTR (RID_PDF_DIALOG_START + 3)
...
...
filter/source/pdf/impdialog.hxx
Dosyayı görüntüle @
28d66871
...
@@ -69,6 +69,9 @@ class ImplErrorDialog : public ModalDialog
...
@@ -69,6 +69,9 @@ class ImplErrorDialog : public ModalDialog
~
ImplErrorDialog
();
~
ImplErrorDialog
();
};
};
class
ImpPDFTabSecurityPage
;
class
ImpPDFTabLinksPage
;
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
//class tabbed dialog
//class tabbed dialog
class
ImpPDFTabDialog
:
public
SfxTabDialog
class
ImpPDFTabDialog
:
public
SfxTabDialog
...
@@ -82,6 +85,13 @@ private:
...
@@ -82,6 +85,13 @@ private:
DECL_LINK
(
CancelHdl
,
void
*
);
DECL_LINK
(
CancelHdl
,
void
*
);
sal_uInt16
mnSigningPageId
;
sal_uInt16
mnSecurityPageId
;
sal_uInt16
mnLinksPage
;
sal_uInt16
mnInterfacePageId
;
sal_uInt16
mnViewPageId
;
sal_uInt16
mnGeneralPageId
;
protected
:
protected
:
//the following data are the configuration used throughout the dialog and pages
//the following data are the configuration used throughout the dialog and pages
sal_Bool
mbIsPresentation
;
sal_Bool
mbIsPresentation
;
...
@@ -167,6 +177,10 @@ public:
...
@@ -167,6 +177,10 @@ public:
Sequence
<
PropertyValue
>
GetFilterData
();
Sequence
<
PropertyValue
>
GetFilterData
();
ImpPDFTabSecurityPage
*
getSecurityPage
()
const
;
ImpPDFTabLinksPage
*
getLinksPage
()
const
;
ImpPDFTabGeneralPage
*
getGeneralPage
()
const
;
protected
:
protected
:
virtual
void
PageCreated
(
sal_uInt16
_nId
,
virtual
void
PageCreated
(
sal_uInt16
_nId
,
SfxTabPage
&
_rPage
);
SfxTabPage
&
_rPage
);
...
...
filter/source/pdf/impdialog.src
Dosyayı görüntüle @
28d66871
...
@@ -145,55 +145,6 @@ TabPage RID_PDF_TAB_SIGNING
...
@@ -145,55 +145,6 @@ TabPage RID_PDF_TAB_SIGNING
};
};
//----------------------------------------------------------
TabDialog RID_PDF_EXPORT_DLG
{
HelpId = HID_FILTER_PDF_OPTIONS ;
OutputSize = TRUE;
SVLook = TRUE;
Moveable = TRUE;
Text [ en-US ] = "PDF Options";
TabControl 1
{
HelpId = HID_FILTER_PDF_OPTIONS ;
OutputSize = TRUE;
PageList =
{
PageItem
{
Identifier = RID_PDF_TAB_GENER;
Text [ en-US ] = "General";
};
PageItem
{
Identifier = RID_PDF_TAB_OPNFTR;
Text [ en-US ] = "Initial View";
};
PageItem
{
Identifier = RID_PDF_TAB_VPREFER;
Text [ en-US ] = "User Interface";
};
PageItem
{
Identifier = RID_PDF_TAB_LINKS;
Text [ en-US ] = "Links";
};
PageItem
{
Identifier = RID_PDF_TAB_SECURITY;
Text [ en-US ] = "Security";
};
PageItem
{
Identifier = RID_PDF_TAB_SIGNING;
Text [ en-US ] = "Digital Signatures";
};
};
};
};
ModalDialog RID_PDF_ERROR_DLG
ModalDialog RID_PDF_ERROR_DLG
{
{
HelpID = "filter:ModalDialog:RID_PDF_ERROR_DLG";
HelpID = "filter:ModalDialog:RID_PDF_ERROR_DLG";
...
...
filter/uiconfig/ui/pdfoptionsdialog.ui
0 → 100644
Dosyayı görüntüle @
28d66871
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.6 -->
<object
class=
"GtkDialog"
id=
"PdfOptionsDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
<property
name=
"title"
translatable=
"yes"
>
PDF Options
</property>
<property
name=
"type_hint"
>
dialog
</property>
<child
internal-child=
"vbox"
>
<object
class=
"GtkBox"
id=
"dialog-vbox1"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"spacing"
>
12
</property>
<child
internal-child=
"action_area"
>
<object
class=
"GtkButtonBox"
id=
"dialog-action_area1"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"layout_style"
>
end
</property>
<child>
<object
class=
"GtkButton"
id=
"export"
>
<property
name=
"label"
translatable=
"yes"
>
E_xport
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
0
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"cancel"
>
<property
name=
"label"
>
gtk-cancel
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"help"
>
<property
name=
"label"
>
gtk-help
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
2
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"pack_type"
>
end
</property>
<property
name=
"position"
>
0
</property>
</packing>
</child>
<child>
<object
class=
"GtkNotebook"
id=
"tabcontrol"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"general"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
General
</property>
</object>
<packing>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"initialview"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Initial View
</property>
</object>
<packing>
<property
name=
"position"
>
1
</property>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"userinterface"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
User Interface
</property>
</object>
<packing>
<property
name=
"position"
>
2
</property>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"links"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Links
</property>
</object>
<packing>
<property
name=
"position"
>
3
</property>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"security"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Security
</property>
</object>
<packing>
<property
name=
"position"
>
4
</property>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child
type=
"tab"
>
<object
class=
"GtkLabel"
id=
"digitalsignatures"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Digital Signatures
</property>
</object>
<packing>
<property
name=
"position"
>
5
</property>
<property
name=
"tab_fill"
>
False
</property>
</packing>
</child>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
True
</property>
<property
name=
"position"
>
1
</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget
response=
"0"
>
export
</action-widget>
<action-widget
response=
"0"
>
cancel
</action-widget>
<action-widget
response=
"0"
>
help
</action-widget>
</action-widgets>
</object>
</interface>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment