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
8e65dd08
Kaydet (Commit)
8e65dd08
authored
Mar 04, 2014
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add mode lines
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
üst
3a8c38fa
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
2 deletions
+24
-2
npwin.cxx
external/np_sdk/npsdk/npwin.cxx
+1
-0
convertsimple.cxx
sal/textenc/convertsimple.cxx
+2
-0
handleundefinedunicodetotextchar.cxx
sal/textenc/handleundefinedunicodetotextchar.cxx
+2
-0
accfield.cxx
sw/source/core/access/accfield.cxx
+3
-0
accnotexthyperlink.cxx
sw/source/core/access/accnotexthyperlink.cxx
+3
-0
overlayrangesoutline.cxx
sw/source/core/crsr/overlayrangesoutline.cxx
+2
-1
wordcountwrapper.cxx
sw/source/ui/dialog/wordcountwrapper.cxx
+2
-0
geninst.cxx
vcl/generic/app/geninst.cxx
+2
-0
IconThemeInfo.cxx
vcl/source/app/IconThemeInfo.cxx
+2
-1
IconThemeScanner.cxx
vcl/source/app/IconThemeScanner.cxx
+3
-0
gdimetafiletools.cxx
vcl/source/gdi/gdimetafiletools.cxx
+2
-0
No files found.
external/np_sdk/npsdk/npwin.cxx
Dosyayı görüntüle @
8e65dd08
...
...
@@ -356,3 +356,4 @@ jref NPN_GetJavaPeer(NPP instance)
#endif
}
//end of extern "C"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sal/textenc/convertsimple.cxx
Dosyayı görüntüle @
8e65dd08
...
...
@@ -664,3 +664,5 @@ sal_Size sal::detail::textenc::convertUnicodeToChar(
*
pSrcCvtChars
=
nSrcChars
-
(
pEndSrcBuf
-
pSrcBuf
);
return
(
nDestBytes
-
(
pEndDestBuf
-
pDestBuf
));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sal/textenc/handleundefinedunicodetotextchar.cxx
Dosyayı görüntüle @
8e65dd08
...
...
@@ -171,3 +171,5 @@ bool sal::detail::textenc::handleUndefinedUnicodeToTextChar(
return
true
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/access/accfield.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -310,3 +311,5 @@ void SAL_CALL SwAccessibleField::removeEventListener(
}
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/access/accnotexthyperlink.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -235,3 +236,5 @@ sal_Bool SAL_CALL SwAccessibleNoTextHyperlink::isValid( )
return
sal_True
;
return
sal_False
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/crsr/overlayrangesoutline.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -103,4 +104,4 @@ namespace sw
}
// end of namespace overlay
}
// end of namespace sdr
/
/ eof
/
* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/ui/dialog/wordcountwrapper.cxx
Dosyayı görüntüle @
8e65dd08
...
...
@@ -45,3 +45,5 @@ void SwWordCountWrapper::SetCounts(const SwDocStat &rCurrCnt, const SwDocStat &r
{
pAbstDlg
->
SetCounts
(
rCurrCnt
,
rDocStat
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/generic/app/geninst.cxx
Dosyayı görüntüle @
8e65dd08
...
...
@@ -129,3 +129,5 @@ SalGenericInstance::~SalGenericInstance()
::
tools
::
SolarMutex
::
SetSolarMutex
(
0
);
delete
mpSalYieldMutex
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/source/app/IconThemeInfo.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -177,4 +178,4 @@ IconThemeInfo::IconThemeIsInVector(const std::vector<vcl::IconThemeInfo>& themes
}
// end namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/source/app/IconThemeScanner.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -184,3 +185,5 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId)
}
// end namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/source/gdi/gdimetafiletools.cxx
Dosyayı görüntüle @
8e65dd08
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
...
...
@@ -1092,3 +1093,4 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource)
return
false
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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