Kaydet (Commit) 5f549ccb authored tarafından Mikhail Voytenko's avatar Mikhail Voytenko

removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd

üst dde0ca60
......@@ -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);
......
......@@ -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() )
{
......
......@@ -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;
......
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment