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
0c68a8e8
Kaydet (Commit)
0c68a8e8
authored
Nis 06, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: get rid of DECLARE_ASCII macro and related cleanup
Change-Id: Ic6e39b81c04d5e416d1a000def39b3a127fa7940
üst
694cf734
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
31 deletions
+30
-31
datanavi.cxx
svx/source/form/datanavi.cxx
+24
-24
tbxcolor.cxx
svx/source/tbxctrls/tbxcolor.cxx
+2
-3
_xoutbmp.cxx
svx/source/xoutdev/_xoutbmp.cxx
+4
-4
No files found.
svx/source/form/datanavi.cxx
Dosyayı görüntüle @
0c68a8e8
...
...
@@ -82,36 +82,36 @@ namespace svxform
//............................................................................
// properties of instance
#define PN_INSTANCE_MODEL
::rtl::OUString( "Instance" )
#define PN_INSTANCE_ID
::rtl::OUString( "ID" )
#define PN_INSTANCE_URL
::rtl::OUString( "URL" )
#define PN_INSTANCE_MODEL
"Instance"
#define PN_INSTANCE_ID
"ID"
#define PN_INSTANCE_URL
"URL"
// properties of binding
#define PN_BINDING_ID
::rtl::OUString( "BindingID" )
#define PN_BINDING_EXPR
::rtl::OUString( "BindingExpression" )
#define PN_BINDING_MODEL
::rtl::OUString( "Model" )
#define PN_BINDING_NAMESPACES
::rtl::OUString( "ModelNamespaces" )
#define PN_READONLY_EXPR
::rtl::OUString( "ReadonlyExpression" )
#define PN_RELEVANT_EXPR
::rtl::OUString( "RelevantExpression" )
#define PN_REQUIRED_EXPR
::rtl::OUString( "RequiredExpression" )
#define PN_CONSTRAINT_EXPR
::rtl::OUString( "ConstraintExpression" )
#define PN_CALCULATE_EXPR
::rtl::OUString( "CalculateExpression" )
#define PN_BINDING_TYPE
::rtl::OUString( "Type" )
#define PN_BINDING_ID
"BindingID"
#define PN_BINDING_EXPR
"BindingExpression"
#define PN_BINDING_MODEL
"Model"
#define PN_BINDING_NAMESPACES
"ModelNamespaces"
#define PN_READONLY_EXPR
"ReadonlyExpression"
#define PN_RELEVANT_EXPR
"RelevantExpression"
#define PN_REQUIRED_EXPR
"RequiredExpression"
#define PN_CONSTRAINT_EXPR
"ConstraintExpression"
#define PN_CALCULATE_EXPR
"CalculateExpression"
#define PN_BINDING_TYPE
"Type"
// properties of submission
#define PN_SUBMISSION_ID
::rtl::OUString( "ID" )
#define PN_SUBMISSION_BIND
::rtl::OUString( "Bind" )
#define PN_SUBMISSION_REF
::rtl::OUString( "Ref" )
#define PN_SUBMISSION_ACTION
::rtl::OUString( "Action" )
#define PN_SUBMISSION_METHOD
::rtl::OUString( "Method" )
#define PN_SUBMISSION_REPLACE
::rtl::OUString( "Replace" )
#define PN_SUBMISSION_ID
"ID"
#define PN_SUBMISSION_BIND
"Bind"
#define PN_SUBMISSION_REF
"Ref"
#define PN_SUBMISSION_ACTION
"Action"
#define PN_SUBMISSION_METHOD
"Method"
#define PN_SUBMISSION_REPLACE
"Replace"
// other const strings
#define TRUE_VALUE
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true()" ) )
#define NEW_ELEMENT
::rtl::OUString( "newElement" )
#define NEW_ATTRIBUTE
::rtl::OUString( "newAttribute" )
#define EVENTTYPE_CHARDATA
::rtl::OUString( "DOMCharacterDataModified" )
#define EVENTTYPE_ATTR
::rtl::OUString( "DOMAttrModified" )
#define TRUE_VALUE
"true()"
#define NEW_ELEMENT
"newElement"
#define NEW_ATTRIBUTE
"newAttribute"
#define EVENTTYPE_CHARDATA
"DOMCharacterDataModified"
#define EVENTTYPE_ATTR
"DOMAttrModified"
#define MIN_PAGE_COUNT 3 // at least one instance, one submission and one binding page
...
...
svx/source/tbxctrls/tbxcolor.cxx
Dosyayı görüntüle @
0c68a8e8
...
...
@@ -31,9 +31,8 @@ namespace svx
using
namespace
::
com
::
sun
::
star
::
frame
;
using
namespace
::
com
::
sun
::
star
::
beans
;
#define DECLARE_ASCII(s) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(s) )
#define TOOLBAR_RESNAME DECLARE_ASCII("private:resource/toolbar/")
#define PROPNAME_LAYOUTMANAGER DECLARE_ASCII("LayoutManager")
#define TOOLBAR_RESNAME "private:resource/toolbar/"
#define PROPNAME_LAYOUTMANAGER "LayoutManager"
//====================================================================
//= ToolboxAccess
...
...
svx/source/xoutdev/_xoutbmp.cxx
Dosyayı görüntüle @
0c68a8e8
...
...
@@ -30,10 +30,10 @@
#include <vcl/FilterConfigItem.hxx>
#include <vcl/graphicfilter.hxx>
#define FORMAT_BMP
String(RTL_CONSTASCII_USTRINGPARAM("bmp")
)
#define FORMAT_GIF
String(RTL_CONSTASCII_USTRINGPARAM("gif")
)
#define FORMAT_JPG
String(RTL_CONSTASCII_USTRINGPARAM("jpg")
)
#define FORMAT_PNG
String(RTL_CONSTASCII_USTRINGPARAM("png")
)
#define FORMAT_BMP
OUString("bmp"
)
#define FORMAT_GIF
OUString("gif"
)
#define FORMAT_JPG
OUString("jpg"
)
#define FORMAT_PNG
OUString("png"
)
GraphicFilter
*
XOutBitmap
::
pGrfFilter
=
NULL
;
...
...
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