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
baa36ed2
Kaydet (Commit)
baa36ed2
authored
Eyl 27, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete and unused defines
üst
0e3361c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
24 deletions
+9
-24
pathoptions.cxx
unotools/source/config/pathoptions.cxx
+9
-24
No files found.
unotools/source/config/pathoptions.cxx
Dosyayı görüntüle @
baa36ed2
...
@@ -70,32 +70,17 @@ using ::rtl::OUString;
...
@@ -70,32 +70,17 @@ using ::rtl::OUString;
using
::
rtl
::
OString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OStringToOUString
;
using
::
rtl
::
OStringToOUString
;
// define ----------------------------------------------------------------
#define SEARCHPATH_DELIMITER ';'
#define SIGN_STARTVARIABLE OUString( RTL_CONSTASCII_USTRINGPARAM( "$(" ) )
#define SEARCHPATH_DELIMITER ';'
#define SIGN_ENDVARIABLE OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ) )
#define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) )
#define SIGN_STARTVARIABLE ASCII_STR("$(")
#define SIGN_ENDVARIABLE ASCII_STR(")")
// Supported variables by the old SvtPathOptions implementation
// Supported variables by the old SvtPathOptions implementation
#define SUBSTITUTE_INST "$(inst)"
#define SUBSTITUTE_INSTPATH "$(instpath)"
#define SUBSTITUTE_PROG "$(prog)"
#define SUBSTITUTE_PROGPATH "$(progpath)"
#define SUBSTITUTE_USER "$(user)"
#define SUBSTITUTE_USERPATH "$(userpath)"
#define SUBSTITUTE_INSTPATH "$(instpath)"
#define SUBSTITUTE_PATH "$(path)"
#define SUBSTITUTE_PROGPATH "$(progpath)"
#define SUBSTITUTE_USERPATH "$(userpath)"
#define STRPOS_NOTFOUND -1
#define SUBSTITUTE_INSTURL "$(insturl)"
#define SUBSTITUTE_PROGURL "$(progurl)"
#define SUBSTITUTE_USERURL "$(userurl)"
#define SUBSTITUTE_PATH "$(path)"
//#define SUBSTITUTE_LANG "$(lang)"
#define SUBSTITUTE_LANGID "$(langid)"
#define SUBSTITUTE_VLANG "$(vlang)"
#define SUBSTITUTE_WORKDIRURL "$(workdirurl)"
#define STRPOS_NOTFOUND -1
struct
OUStringHashCode
struct
OUStringHashCode
{
{
...
...
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