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
5f549ccb
Kaydet (Commit)
5f549ccb
authored
Şub 07, 2011
tarafından
Mikhail Voytenko
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
üst
dde0ca60
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
Outliner.hxx
sd/inc/Outliner.hxx
+8
-8
undomanager.cxx
sd/source/core/undo/undomanager.cxx
+1
-1
ChangeRequestQueueProcessor.hxx
...i/framework/configuration/ChangeRequestQueueProcessor.hxx
+1
-1
ConfigurationUpdater.hxx
...ource/ui/framework/configuration/ConfigurationUpdater.hxx
+3
-3
No files found.
sd/inc/Outliner.hxx
Dosyayı görüntüle @
5f549ccb
...
...
@@ -141,8 +141,8 @@ public:
/** Initiate a find and/or replace on the next relevant text object.
@return
Returns </
TRUE
> when the search/replace is finished (as
indicated by user input to the search dialog). A </
FALSE
> value
Returns </
sal_True
> when the search/replace is finished (as
indicated by user input to the search dialog). A </
sal_False
> value
indicates that another call to this method is required.
*/
bool
StartSearchAndReplace
(
const
SvxSearchItem
*
pSearchItem
);
...
...
@@ -215,9 +215,9 @@ private:
/** This flag indicates whether there may exist a match of the search
string before/after the current position in the document. It can be
set to </
FALSE
> only when starting from the beginning/end of the
set to </
sal_False
> only when starting from the beginning/end of the
document. When reaching the end/beginning with it still be set to
</
FALSE
> then there exists no match and the search can be terminated.
</
sal_False
> then there exists no match and the search can be terminated.
*/
bool
mbMatchMayExist
;
...
...
@@ -234,7 +234,7 @@ private:
/** Set to <TRUE/> when an object has been prepared successfully for
searching/spell checking. This flag directs the internal iteration
which stops when set to </
TRUE
>.
which stops when set to </
sal_True
>.
*/
bool
mbFoundObject
;
...
...
@@ -369,8 +369,8 @@ private:
/** Do search and replace for next match.
@return
The return value specifies whether the search ended (</
TRUE
>) or
another call to this method is required (</
FALSE
>).
The return value specifies whether the search ended (</
sal_True
>) or
another call to this method is required (</
sal_False
>).
*/
bool
SearchAndReplaceOnce
(
void
);
...
...
@@ -409,7 +409,7 @@ private:
/** Handle the situation that the iterator has reached the last object.
This may result in setting the <member>mbEndOfSearch</member> flag
back to </
FALSE
>. This method may show either the end-of-search
back to </
sal_False
>. This method may show either the end-of-search
dialog or the wrap-arround dialog.
*/
void
EndOfSearch
(
void
);
...
...
sd/source/core/undo/undomanager.cxx
Dosyayı görüntüle @
5f549ccb
...
...
@@ -47,7 +47,7 @@ void UndoManager::EnterListAction(const UniString &rComment, const UniString& rR
}
}
void
UndoManager
::
AddUndoAction
(
SfxUndoAction
*
pAction
,
sal_Bool
bTryMerg
/* =
FALSE
*/
)
void
UndoManager
::
AddUndoAction
(
SfxUndoAction
*
pAction
,
sal_Bool
bTryMerg
/* =
sal_False
*/
)
{
if
(
!
IsDoing
()
)
{
...
...
sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx
100644 → 100755
Dosyayı görüntüle @
5f549ccb
...
...
@@ -80,7 +80,7 @@ public:
void
AddRequest
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
framework
::
XConfigurationChangeRequest
>&
rxRequest
);
/** Returns </
TRUE
> when the queue is empty.
/** Returns </
sal_True
> when the queue is empty.
*/
bool
IsEmpty
(
void
)
const
;
...
...
sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
Dosyayı görüntüle @
5f549ccb
...
...
@@ -115,15 +115,15 @@ private:
css
::
uno
::
Reference
<
css
::
drawing
::
framework
::
XConfiguration
>
mxRequestedConfiguration
;
/** This flag is set to </
TRUE
> when an update of the current
/** This flag is set to </
sal_True
> when an update of the current
configurtion was requested (because the last request in the queue
was processed) but could not be exected because the
ConfigurationController was locked. A call to UpdateConfiguration()
resets the flag to </
FALSE
>.
resets the flag to </
sal_False
>.
*/
bool
mbUpdatePending
;
/** This flag is set to </
TRUE
> while the UpdateConfiguration() method
/** This flag is set to </
sal_True
> while the UpdateConfiguration() method
is running. It is used to prevent reentrance problems with this
method.
*/
...
...
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