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
52fa2e97
Kaydet (Commit)
52fa2e97
authored
Şub 21, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos
Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
üst
2c9900be
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
ReferenceSizeProvider.cxx
chart2/source/tools/ReferenceSizeProvider.cxx
+1
-1
swfwriter.hxx
filter/source/flash/swfwriter.hxx
+1
-1
checkediterator.hxx
framework/inc/classes/checkediterator.hxx
+1
-1
closedispatcher.cxx
framework/source/dispatch/closedispatcher.cxx
+2
-2
fmtfield.hxx
include/svtools/fmtfield.hxx
+1
-1
pszctrl.cxx
svx/source/stbctrls/pszctrl.cxx
+1
-1
TableManager.hxx
writerfilter/source/dmapper/TableManager.hxx
+1
-1
No files found.
chart2/source/tools/ReferenceSizeProvider.cxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -186,7 +186,7 @@ void ReferenceSizeProvider::getAutoResizeFromPropSet(
}
}
// curent state unknown => nothing changes. Otherwise if current state
// cur
r
ent state unknown => nothing changes. Otherwise if current state
// differs from state so far, we have an ambiguity
if
(
rInOutState
==
AUTO_RESIZE_UNKNOWN
)
{
...
...
filter/source/flash/swfwriter.hxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -313,7 +313,7 @@ public:
Only one sprite can be edited at one time */
sal_uInt16
startSprite
();
/** ends editing of the curent sprites and adds it to the movie stream */
/** ends editing of the cur
r
ent sprites and adds it to the movie stream */
void
endSprite
();
/** inserts a doaction tag with an ActionStop */
...
...
framework/inc/classes/checkediterator.hxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -231,7 +231,7 @@ class CheckedIterator
private
:
// Th
ese enum defines our four states for an iterator position in cu
rent container.
// Th
is enum defines our four states for an iterator position in cur
rent container.
enum
EEndState
{
E_UNKNOWN
,
...
...
framework/source/dispatch/closedispatcher.cxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
css
::
uno
::
Reference
<
css
::
frame
::
XFramesSupplier
>
xDesktop
(
css
::
frame
::
Desktop
::
create
(
xContext
),
css
::
uno
::
UNO_QUERY_THROW
);
FrameListAnalyzer
aCheck1
(
xDesktop
,
xCloseFrame
,
FrameListAnalyzer
::
E_HELP
|
FrameListAnalyzer
::
E_BACKINGCOMPONENT
);
// a) If the curent frame (where the close dispatch was requested for) does not have
// a) If the cur
r
ent frame (where the close dispatch was requested for) does not have
// any parent frame ... it will close this frame only. Such frame isn't part of the
// global desktop tree ... and such frames are used as "implementation details" only.
// E.g. the live previews of our wizards doing such things. And then the owner of the frame
...
...
@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
// b) The help window can't disagree with any request.
// Because it doesn't implement a controller - it uses a window only.
// Further t can't be the last open frame - if we do all other things
// Further
i
t can't be the last open frame - if we do all other things
// right inside this CloseDispatcher implementation.
// => close it!
else
if
(
aCheck1
.
m_bReferenceIsHelp
)
...
...
include/svtools/fmtfield.hxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -77,7 +77,7 @@ protected:
double
m_dSpinFirst
;
double
m_dSpinLast
;
// There is a difference, when text formatting is enabled, if LostFocus fo
tmattes the curent String and display
it,
// There is a difference, when text formatting is enabled, if LostFocus fo
rmats the current String and displays
it,
// or if a double is created from the String and then
bool
m_bTreatAsNumber
;
// And with the following members we can use it for formatted text output as well ...
...
...
svx/source/stbctrls/pszctrl.cxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -221,7 +221,7 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl()
void
SvxPosSizeStatusBarControl
::
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
{
// Because the combi-controller, always sets the curent Id as HelpId
// Because the combi-controller, always sets the cur
r
ent Id as HelpId
// first clean the cached HelpText
GetStatusBar
().
SetHelpText
(
GetId
(),
""
);
...
...
writerfilter/source/dmapper/TableManager.hxx
Dosyayı görüntüle @
52fa2e97
...
...
@@ -545,7 +545,7 @@ public:
void
endParagraphGroup
();
/**
Handle an SPRM at curent handle.
Handle an SPRM at cur
r
ent handle.
@param rSprm the SPRM
*/
...
...
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