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
350c4f9a
Kaydet (Commit)
350c4f9a
authored
Ock 26, 2015
tarafından
Tsutomu Uchino
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i98734# store and load ScaleMode property of image control on dialogs
Suggested by: Frank Schönheit <frank.schoenheit@gmx.de>
üst
1c1efea3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
81 additions
and
1 deletion
+81
-1
property.cxx
toolkit/source/helper/property.cxx
+1
-1
dialog.dtd
xmlscript/dtd/dialog.dtd
+1
-0
exp_share.hxx
xmlscript/source/xmldlg_imexp/exp_share.hxx
+2
-0
imp_share.hxx
xmlscript/source/xmldlg_imexp/imp_share.hxx
+3
-0
xmldlg_expmodels.cxx
xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
+2
-0
xmldlg_export.cxx
xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+31
-0
xmldlg_impmodels.cxx
xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
+3
-0
xmldlg_import.cxx
xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+38
-0
No files found.
toolkit/source/helper/property.cxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -217,7 +217,7 @@ ImplPropertyInfo* ImplGetPropertyInfos( sal_uInt16& rElementCount )
DECL_PROP_2
(
"AutoRepeat"
,
AUTO_REPEAT
,
sal_Bool
,
BOUND
,
MAYBEDEFAULT
),
DECL_PROP_2
(
"RepeatDelay"
,
REPEAT_DELAY
,
sal_Int32
,
BOUND
,
MAYBEDEFAULT
),
DECL_PROP_2
(
"ScaleImage"
,
SCALEIMAGE
,
bool
,
BOUND
,
MAYBEDEFAULT
),
DECL_
PROP_2
(
"ScaleMode"
,
IMAGE_SCALE_MODE
,
sal_Int16
,
BOUND
,
MAYBEDEFAULT
),
DECL_
DEP_PROP_2
(
"ScaleMode"
,
IMAGE_SCALE_MODE
,
sal_Int16
,
BOUND
,
MAYBEDEFAULT
),
DECL_DEP_PROP_3
(
"ScrollValue"
,
SCROLLVALUE
,
sal_Int32
,
BOUND
,
MAYBEDEFAULT
,
MAYBEVOID
),
DECL_PROP_2
(
"ScrollValueMax"
,
SCROLLVALUE_MAX
,
sal_Int32
,
BOUND
,
MAYBEDEFAULT
),
DECL_PROP_2
(
"ScrollValueMin"
,
SCROLLVALUE_MIN
,
sal_Int32
,
BOUND
,
MAYBEDEFAULT
),
...
...
xmlscript/dtd/dialog.dtd
Dosyayı görüntüle @
350c4f9a
...
...
@@ -247,6 +247,7 @@
<!ATTLIST dlg:img %default-attributes;
dlg:src CDATA #IMPLIED
dlg:scale-image %boolean; #IMPLIED
dlg:scale-mode (none|isotropic|anisotropic); #IMPLIED
dlg:tabstop %boolean; #IMPLIED
>
...
...
xmlscript/source/xmldlg_imexp/exp_share.hxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -153,6 +153,8 @@ public:
::
rtl
::
OUString
const
&
rPropName
,
::
rtl
::
OUString
const
&
rAttrName
);
void
readSelectionTypeAttr
(
::
rtl
::
OUString
const
&
rPropName
,
::
rtl
::
OUString
const
&
rAttrName
);
void
readImageScaleModeAttr
(
::
rtl
::
OUString
const
&
rPropName
,
::
rtl
::
OUString
const
&
rAttrName
);
//
inline
void
addBoolAttr
(
::
rtl
::
OUString
const
&
rAttrName
,
sal_Bool
bValue
)
...
...
xmlscript/source/xmldlg_imexp/imp_share.hxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -447,6 +447,9 @@ public:
bool
importSelectionTypeProperty
(
::
rtl
::
OUString
const
&
rPropName
,
::
rtl
::
OUString
const
&
rAttrName
,
css
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
const
&
xAttributes
);
bool
importImageScaleModeProperty
(
::
rtl
::
OUString
const
&
rPropName
,
::
rtl
::
OUString
const
&
rAttrName
,
css
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
const
&
xAttributes
);
};
//==============================================================================
...
...
xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -591,6 +591,8 @@ void ElementDescriptor::readImageControlModel( StyleBag * all_styles )
readDefaults
();
readBoolAttr
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScaleImage"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
XMLNS_DIALOGS_PREFIX
":scale-image"
)
)
);
readImageScaleModeAttr
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScaleMode"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
XMLNS_DIALOGS_PREFIX
":scale-mode"
)
)
);
readStringAttr
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ImageURL"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
XMLNS_DIALOGS_PREFIX
":src"
)
)
);
readBoolAttr
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Tabstop"
)
),
...
...
xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -38,6 +38,7 @@
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontWidth.hpp>
#include <com/sun/star/awt/ImagePosition.hpp>
#include <com/sun/star/awt/ImageScaleMode.hpp>
#include <com/sun/star/awt/LineEndFormat.hpp>
#include <com/sun/star/awt/PushButtonType.hpp>
#include <com/sun/star/awt/VisualEffect.hpp>
...
...
@@ -968,6 +969,36 @@ void ElementDescriptor::readSelectionTypeAttr( OUString const & rPropName, OUStr
}
}
//__________________________________________________________________________________________________
void
ElementDescriptor
::
readImageScaleModeAttr
(
OUString
const
&
rPropName
,
OUString
const
&
rAttrName
)
{
if
(
beans
::
PropertyState_DEFAULT_VALUE
!=
_xPropState
->
getPropertyState
(
rPropName
))
{
Any
aImageScaleMode
(
_xProps
->
getPropertyValue
(
rPropName
)
);
if
(
aImageScaleMode
.
getValueTypeClass
()
==
TypeClass_SHORT
)
{
sal_Int16
nImageScaleMode
;
aImageScaleMode
>>=
nImageScaleMode
;
switch
(
nImageScaleMode
)
{
case
:
:
awt
::
ImageScaleMode
::
NONE
:
addAttribute
(
rAttrName
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"none"
)
)
);
break
;
case
:
:
awt
::
ImageScaleMode
::
ISOTROPIC
:
addAttribute
(
rAttrName
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"isotropic"
)
)
);
break
;
case
:
:
awt
::
ImageScaleMode
::
ANISOTROPIC
:
addAttribute
(
rAttrName
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"anisotropic"
)
)
);
break
;
default
:
OSL_ENSURE
(
0
,
"### illegal image scale mode value."
);
break
;
}
}
}
}
//__________________________________________________________________________________________________
void
ElementDescriptor
::
readDefaults
(
bool
supportPrintable
,
bool
supportVisible
)
{
Any
a
(
_xProps
->
getPropertyValue
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Name"
)
)
)
);
...
...
xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -999,6 +999,9 @@ void ImageControlElement::endElement()
ctx
.
importBooleanProperty
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScaleImage"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"scale-image"
)
),
_xAttributes
);
ctx
.
importImageScaleModeProperty
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ScaleMode"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"scale-mode"
)
),
_xAttributes
);
ctx
.
importStringProperty
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ImageURL"
)
),
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"src"
)
),
_xAttributes
);
...
...
xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
Dosyayı görüntüle @
350c4f9a
...
...
@@ -44,6 +44,7 @@
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontWidth.hpp>
#include <com/sun/star/awt/ImagePosition.hpp>
#include <com/sun/star/awt/ImageScaleMode.hpp>
#include <com/sun/star/awt/LineEndFormat.hpp>
#include <com/sun/star/awt/PushButtonType.hpp>
#include <com/sun/star/awt/VisualEffect.hpp>
...
...
@@ -1339,6 +1340,43 @@ bool ImportContext::importSelectionTypeProperty(
return
false
;
}
//__________________________________________________________________________________________________
bool
ImportContext
::
importImageScaleModeProperty
(
OUString
const
&
rPropName
,
OUString
const
&
rAttrName
,
Reference
<
xml
::
input
::
XAttributes
>
const
&
xAttributes
)
{
OUString
aImageScaleMode
(
xAttributes
->
getValueByUidName
(
_pImport
->
XMLNS_DIALOGS_UID
,
rAttrName
)
);
if
(
!
aImageScaleMode
.
isEmpty
())
{
sal_Int16
nImageScaleMode
;
if
(
aImageScaleMode
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"none"
)
))
{
nImageScaleMode
=
awt
::
ImageScaleMode
::
NONE
;
}
else
if
(
aImageScaleMode
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"isotropic"
)
))
{
nImageScaleMode
=
awt
::
ImageScaleMode
::
ISOTROPIC
;
}
else
if
(
aImageScaleMode
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"anisotropic"
)
))
{
nImageScaleMode
=
awt
::
ImageScaleMode
::
ANISOTROPIC
;
}
else
{
throw
xml
::
sax
::
SAXException
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"invalid scale image mode value!"
)
),
Reference
<
XInterface
>
(),
Any
()
);
}
_xControlModel
->
setPropertyValue
(
rPropName
,
makeAny
(
nImageScaleMode
)
);
return
true
;
}
return
false
;
}
//==================================================================================================
struct
StringTriple
{
...
...
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