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
399724ab
Kaydet (Commit)
399724ab
authored
Mar 14, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx2: sal_Bool->bool
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
üst
96ef76c1
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
44 additions
and
44 deletions
+44
-44
mailmodelapi.hxx
include/sfx2/mailmodelapi.hxx
+3
-3
mgetempl.hxx
include/sfx2/mgetempl.hxx
+1
-1
mieclip.hxx
include/sfx2/mieclip.hxx
+2
-2
mnuitem.hxx
include/sfx2/mnuitem.hxx
+3
-3
mnumgr.hxx
include/sfx2/mnumgr.hxx
+3
-3
module.hxx
include/sfx2/module.hxx
+3
-3
msg.hxx
include/sfx2/msg.hxx
+2
-2
new.hxx
include/sfx2/new.hxx
+3
-3
sdmod.cxx
sd/source/ui/app/sdmod.cxx
+1
-1
module.cxx
sfx2/source/appl/module.cxx
+2
-2
mailmodel.cxx
sfx2/source/dialog/mailmodel.cxx
+3
-3
mgetempl.cxx
sfx2/source/dialog/mgetempl.cxx
+5
-5
new.cxx
sfx2/source/doc/new.cxx
+3
-3
mnuitem.cxx
sfx2/source/menu/mnuitem.cxx
+7
-7
mnumgr.cxx
sfx2/source/menu/mnumgr.cxx
+1
-1
smmod.cxx
starmath/source/smmod.cxx
+1
-1
swmodule.cxx
sw/source/core/uibase/app/swmodule.cxx
+1
-1
No files found.
include/sfx2/mailmodelapi.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -77,7 +77,7 @@ private:
OUString
maSubject
;
MailPriority
mePriority
;
sal_Bool
mbLoadDone
;
bool
mbLoadDone
;
SaveResult
ShowFilterOptionsDialog
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
xSMGR
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XModel
>
xModel
,
...
...
@@ -124,10 +124,10 @@ public:
const
OUString
&
rType
);
SendMailResult
Send
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>&
xFrame
);
sal_Bool
IsEmpty
()
const
;
bool
IsEmpty
()
const
;
};
sal_B
ool
CreateFromAddress_Impl
(
OUString
&
rFrom
);
b
ool
CreateFromAddress_Impl
(
OUString
&
rFrom
);
#endif // INCLUDED_SFX2_MAILMODELAPI_HXX
...
...
include/sfx2/mgetempl.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -56,7 +56,7 @@ class SfxManageStyleSheetPage : public SfxTabPage
SfxStyleFamilies
*
pFamilies
;
const
SfxStyleFamilyItem
*
pItem
;
OUString
aBuf
;
sal_B
ool
bModified
;
b
ool
bModified
;
// initial data for the style
OUString
aName
;
...
...
include/sfx2/mieclip.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -39,8 +39,8 @@ public:
~
MSE40HTMLClipFormatObj
();
//JP 31.01.2001: old interfaces
SAL_DLLPRIVATE
sal_B
ool
GetData
(
SotDataObject
&
);
SAL_DLLPRIVATE
sal_B
ool
GetData
(
SvData
&
);
SAL_DLLPRIVATE
b
ool
GetData
(
SotDataObject
&
);
SAL_DLLPRIVATE
b
ool
GetData
(
SvData
&
);
//JP 31.01.2001: the new one
SvStream
*
IsValid
(
SvStream
&
);
...
...
include/sfx2/mnuitem.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -40,11 +40,11 @@ class SFX2_DLLPUBLIC SfxMenuControl: public SfxControllerItem
OUString
aTitle
;
SfxVirtualMenu
*
pOwnMenu
;
SfxVirtualMenu
*
pSubMenu
;
sal_B
ool
b_ShowStrings
;
b
ool
b_ShowStrings
;
public
:
SfxMenuControl
();
SfxMenuControl
(
sal_B
ool
bShowStrings
);
SfxMenuControl
(
b
ool
bShowStrings
);
SfxMenuControl
(
sal_uInt16
,
SfxBindings
&
);
static
SfxMenuControl
*
CreateImpl
(
sal_uInt16
nId
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
);
...
...
@@ -123,7 +123,7 @@ class SfxAppMenuControl_Impl : public SfxMenuControl
{
PopupMenu
*
pMenu
;
OUString
m_sIconTheme
;
sal_Bool
m_bShowMenuImages
;
bool
m_bShowMenuImages
;
protected
:
DECL_LINK
(
Activate
,
Menu
*
);
// Needed to support high contrast images
...
...
include/sfx2/mnumgr.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -46,13 +46,13 @@ class SfxMenuManager
{
friend
class
SfxPopupMenuManager
;
SfxVirtualMenu
*
pMenu
;
// the actual Menu
SfxVirtualMenu
*
pMenu
;
// the actual Menu
SfxVirtualMenu
*
pOldMenu
;
// only while reconfiguring
sal_Bool
bMenuBar
;
// Popup or MenuBar
bool
bMenuBar
;
// Popup or MenuBar
SfxBindings
*
pBindings
;
ResMgr
*
pResMgr
;
sal_uInt32
nType
;
sal_B
ool
bAddClipboardFuncs
:
1
;
b
ool
bAddClipboardFuncs
:
1
;
void
Construct
(
SfxVirtualMenu
&
rMenu
);
...
...
include/sfx2/module.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -60,7 +60,7 @@ class SFX2_DLLPUBLIC SfxModule : public SfxShell
{
private
:
ResMgr
*
pResMgr
;
sal_Bool
bDummy
:
1
;
bool
bDummy
:
1
;
SfxModule_Impl
*
pImpl
;
SAL_DLLPRIVATE
void
Construct_Impl
();
...
...
@@ -69,7 +69,7 @@ public:
TYPEINFO
();
SFX_DECL_INTERFACE
(
SFX_INTERFACE_SFXMODULE
)
SfxModule
(
ResMgr
*
pMgrP
,
sal_B
ool
bDummy
,
SfxModule
(
ResMgr
*
pMgrP
,
b
ool
bDummy
,
SfxObjectFactory
*
pFactoryP
,
...
);
~
SfxModule
();
...
...
@@ -107,7 +107,7 @@ public:
SAL_DLLPRIVATE
SfxStbCtrlFactArr_Impl
*
GetStbCtrlFactories_Impl
()
const
;
SAL_DLLPRIVATE
SfxMenuCtrlFactArr_Impl
*
GetMenuCtrlFactories_Impl
()
const
;
SAL_DLLPRIVATE
SfxChildWinFactArr_Impl
*
GetChildWinFactories_Impl
()
const
;
SAL_DLLPRIVATE
ImageList
*
GetImageList_Impl
(
sal_B
ool
bBig
);
SAL_DLLPRIVATE
ImageList
*
GetImageList_Impl
(
b
ool
bBig
);
};
#endif
...
...
include/sfx2/msg.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -265,7 +265,7 @@ public:
sal_uInt16
GetSlotId
()
const
;
sal_uIntPtr
GetHelpId
()
const
;
sal_uIntPtr
GetMode
()
const
;
sal_Bool
IsMode
(
sal_uIntPtr
nMode
)
const
;
bool
IsMode
(
sal_uIntPtr
nMode
)
const
;
sal_uInt16
GetGroupId
()
const
;
sal_uInt16
GetMasterSlotId
()
const
{
return
nMasterSlotId
;
}
sal_uInt16
GetWhich
(
const
SfxItemPool
&
rPool
)
const
;
...
...
@@ -314,7 +314,7 @@ inline sal_uIntPtr SfxSlot::GetMode() const
// determines if the specified mode is assigned
inline
sal_B
ool
SfxSlot
::
IsMode
(
sal_uIntPtr
nMode
)
const
inline
b
ool
SfxSlot
::
IsMode
(
sal_uIntPtr
nMode
)
const
{
return
(
nFlags
&
nMode
)
!=
0
;
}
...
...
include/sfx2/new.hxx
Dosyayı görüntüle @
399724ab
...
...
@@ -59,9 +59,9 @@ public:
SfxNewFileDialog
(
Window
*
pParent
,
sal_uInt16
nFlags
=
0
);
~
SfxNewFileDialog
();
// Returns
sal_F
alse, when '- No -' is set as Template
// Template names can only be obtained when IsTemplate() returns
sal_T
rue.
sal_B
ool
IsTemplate
()
const
;
// Returns
f
alse, when '- No -' is set as Template
// Template names can only be obtained when IsTemplate() returns
t
rue.
b
ool
IsTemplate
()
const
;
OUString
GetTemplateFileName
()
const
;
// load template methods
...
...
sd/source/ui/app/sdmod.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -67,7 +67,7 @@ SFX_IMPL_INTERFACE(SdModule, SfxModule, SdResId(STR_APPLICATIONOBJECTBAR))
// Ctor
SdModule
::
SdModule
(
SfxObjectFactory
*
pFact1
,
SfxObjectFactory
*
pFact2
)
:
SfxModule
(
SfxApplication
::
CreateResManager
(
"sd"
),
sal_F
alse
,
:
SfxModule
(
SfxApplication
::
CreateResManager
(
"sd"
),
f
alse
,
pFact1
,
pFact2
,
NULL
),
pTransferClip
(
NULL
),
pTransferDrag
(
NULL
),
...
...
sfx2/source/appl/module.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -114,7 +114,7 @@ ResMgr* SfxModule::GetResMgr()
SfxModule
::
SfxModule
(
ResMgr
*
pMgrP
,
sal_B
ool
bDummyP
,
SfxModule
::
SfxModule
(
ResMgr
*
pMgrP
,
b
ool
bDummyP
,
SfxObjectFactory
*
pFactoryP
,
...
)
:
pResMgr
(
pMgrP
),
bDummy
(
bDummyP
),
pImpl
(
0L
)
{
...
...
@@ -299,7 +299,7 @@ SfxChildWinFactArr_Impl* SfxModule::GetChildWinFactories_Impl() const
return
pImpl
->
pFactArr
;
}
ImageList
*
SfxModule
::
GetImageList_Impl
(
sal_B
ool
bBig
)
ImageList
*
SfxModule
::
GetImageList_Impl
(
b
ool
bBig
)
{
return
pImpl
->
GetImageList
(
pResMgr
,
bBig
);
}
...
...
sfx2/source/dialog/mailmodel.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -276,7 +276,7 @@ SfxMailModel::SaveResult SfxMailModel::ShowFilterOptionsDialog(
return
eRet
;
}
sal_B
ool
SfxMailModel
::
IsEmpty
()
const
b
ool
SfxMailModel
::
IsEmpty
()
const
{
return
maAttachedDocuments
.
empty
();
}
...
...
@@ -684,7 +684,7 @@ SfxMailModel::SfxMailModel() :
mpCcList
(
NULL
),
mpBccList
(
NULL
),
mePriority
(
PRIO_NORMAL
),
mbLoadDone
(
sal_T
rue
)
mbLoadDone
(
t
rue
)
{
}
...
...
@@ -920,7 +920,7 @@ SfxMailModel::SendMailResult SfxMailModel::SaveAndSend( const css::uno::Referenc
// functions -------------------------------------------------------------
sal_B
ool
CreateFromAddress_Impl
(
OUString
&
rFrom
)
b
ool
CreateFromAddress_Impl
(
OUString
&
rFrom
)
/* [Description]
...
...
sfx2/source/dialog/mgetempl.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -382,7 +382,7 @@ sal_Bool SfxManageStyleSheetPage::FillItemSet( SfxItemSet& rSet )
nFilterIdx
!=
m_pFilterLb
->
GetSavedValue
()
&&
m_pFilterLb
->
IsEnabled
()
)
{
bModified
=
sal_T
rue
;
bModified
=
t
rue
;
OSL_ENSURE
(
pItem
,
"No Item"
);
// is only possibly for user templates
sal_uInt16
nMask
=
pItem
->
GetFilterList
()[
(
size_t
)
m_pFilterLb
->
GetEntryData
(
nFilterIdx
)
]
->
nFlags
|
SFXSTYLEBIT_USERDEF
;
...
...
@@ -415,7 +415,7 @@ void SfxManageStyleSheetPage::Reset( const SfxItemSet& /*rAttrSet*/ )
*/
{
bModified
=
sal_F
alse
;
bModified
=
f
alse
;
OUString
sCmp
(
pStyle
->
GetName
()
);
if
(
sCmp
!=
aName
)
...
...
@@ -550,7 +550,7 @@ int SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
m_pNameRw
->
SetSelection
(
Selection
(
SELECTION_MIN
,
SELECTION_MAX
)
);
return
SfxTabPage
::
KEEP_PAGE
;
}
bModified
=
sal_T
rue
;
bModified
=
t
rue
;
}
if
(
pStyle
->
HasFollowSupport
()
&&
m_pFollowLb
->
IsEnabled
()
)
...
...
@@ -566,7 +566,7 @@ int SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
m_pFollowLb
->
GrabFocus
();
return
SfxTabPage
::
KEEP_PAGE
;
}
bModified
=
sal_T
rue
;
bModified
=
t
rue
;
}
}
...
...
@@ -586,7 +586,7 @@ int SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
m_pBaseLb
->
GrabFocus
();
return
SfxTabPage
::
KEEP_PAGE
;
}
bModified
=
sal_T
rue
;
bModified
=
t
rue
;
nRet
|=
(
int
)
SfxTabPage
::
REFRESH_SET
;
}
}
...
...
sfx2/source/doc/new.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -162,7 +162,7 @@ public:
// Returns sal_False if '- No -' is set as a template
// Template name can only be obtained if IsTemplate() is TRUE
// erfragt werden
sal_B
ool
IsTemplate
()
const
;
b
ool
IsTemplate
()
const
;
OUString
GetTemplateFileName
()
const
;
sal_uInt16
GetTemplateFlags
()
const
;
...
...
@@ -326,7 +326,7 @@ sal_uInt16 SfxNewFileDialog_Impl::GetSelectedTemplatePos() const
sal_B
ool
SfxNewFileDialog_Impl
::
IsTemplate
()
const
b
ool
SfxNewFileDialog_Impl
::
IsTemplate
()
const
{
return
GetSelectedTemplatePos
()
!=
0
;
...
...
@@ -457,7 +457,7 @@ SfxNewFileDialog::~SfxNewFileDialog()
delete
pImpl
;
}
sal_B
ool
SfxNewFileDialog
::
IsTemplate
()
const
b
ool
SfxNewFileDialog
::
IsTemplate
()
const
{
return
pImpl
->
IsTemplate
();
}
...
...
sfx2/source/menu/mnuitem.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -110,7 +110,7 @@ void SfxMenuControl::Bind(
// Constructor for explicit registration
SfxMenuControl
::
SfxMenuControl
(
sal_B
ool
bShowStrings
)
SfxMenuControl
::
SfxMenuControl
(
b
ool
bShowStrings
)
:
pOwnMenu
(
0
),
pSubMenu
(
0
),
b_ShowStrings
(
bShowStrings
)
...
...
@@ -123,7 +123,7 @@ SfxMenuControl::SfxMenuControl( sal_Bool bShowStrings )
SfxMenuControl
::
SfxMenuControl
()
:
pOwnMenu
(
0
),
pSubMenu
(
0
),
b_ShowStrings
(
sal_F
alse
)
b_ShowStrings
(
f
alse
)
{
}
...
...
@@ -133,7 +133,7 @@ SfxMenuControl::SfxMenuControl(sal_uInt16 nSlotId, SfxBindings& rBindings):
SfxControllerItem
(
nSlotId
,
rBindings
),
pOwnMenu
(
0
),
pSubMenu
(
0
),
b_ShowStrings
(
sal_F
alse
)
b_ShowStrings
(
f
alse
)
{
// This constructor should make it possible already during the design
// to fall back to the bindings, but can as always be bound later.
...
...
@@ -240,7 +240,7 @@ void SfxMenuControl::StateChanged
SfxMenuControl
*
SfxMenuControl
::
CreateImpl
(
sal_uInt16
/*nId*/
,
Menu
&
/*rMenu*/
,
SfxBindings
&
/*rBindings*/
)
{
return
new
SfxMenuControl
(
sal_T
rue
);
return
new
SfxMenuControl
(
t
rue
);
}
void
SfxMenuControl
::
RegisterControl
(
sal_uInt16
nSlotId
,
SfxModule
*
pMod
)
...
...
@@ -333,7 +333,7 @@ IMPL_LINK( SfxAppMenuControl_Impl, Activate, Menu *, pActMenu )
{
const
StyleSettings
&
rSettings
=
Application
::
GetSettings
().
GetStyleSettings
();
OUString
sIconTheme
=
rSettings
.
DetermineIconTheme
();
sal_B
ool
bShowMenuImages
=
rSettings
.
GetUseImagesInMenus
();
b
ool
bShowMenuImages
=
rSettings
.
GetUseImagesInMenus
();
if
((
sIconTheme
!=
m_sIconTheme
)
||
(
bShowMenuImages
!=
m_bShowMenuImages
))
...
...
@@ -349,7 +349,7 @@ IMPL_LINK( SfxAppMenuControl_Impl, Activate, Menu *, pActMenu )
{
if
(
bShowMenuImages
)
{
sal_Bool
bImageSet
=
sal_F
alse
;
bool
bImageSet
=
f
alse
;
OUString
aImageId
;
::
framework
::
MenuConfiguration
::
Attributes
*
pMenuAttributes
=
(
::
framework
::
MenuConfiguration
::
Attributes
*
)
pMenu
->
GetUserValue
(
nItemId
);
...
...
@@ -363,7 +363,7 @@ IMPL_LINK( SfxAppMenuControl_Impl, Activate, Menu *, pActMenu )
Image
aImage
=
GetImage
(
xFrame
,
aImageId
,
false
);
if
(
!!
aImage
)
{
bImageSet
=
sal_T
rue
;
bImageSet
=
t
rue
;
pActMenu
->
SetItemImage
(
nItemId
,
aImage
);
}
}
...
...
sfx2/source/menu/mnumgr.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -263,7 +263,7 @@ SfxMenuManager::SfxMenuManager( Menu* pMenuArg, SfxBindings &rBindings )
pResMgr
(
NULL
),
nType
(
0
)
{
bAddClipboardFuncs
=
sal_F
alse
;
bAddClipboardFuncs
=
f
alse
;
SfxVirtualMenu
*
pVMenu
=
new
SfxVirtualMenu
(
pMenuArg
,
sal_False
,
rBindings
,
sal_True
,
sal_True
);
Construct
(
*
pVMenu
);
}
...
...
starmath/source/smmod.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -165,7 +165,7 @@ SFX_IMPL_INTERFACE(SmModule, SfxModule, SmResId(RID_APPLICATION))
SmModule
::
SmModule
(
SfxObjectFactory
*
pObjFact
)
:
SfxModule
(
SfxApplication
::
CreateResManager
(
"sm"
),
sal_F
alse
,
pObjFact
,
NULL
),
SfxModule
(
SfxApplication
::
CreateResManager
(
"sm"
),
f
alse
,
pObjFact
,
NULL
),
pColorConfig
(
0
),
pConfig
(
0
),
pLocSymbolData
(
0
),
...
...
sw/source/core/uibase/app/swmodule.cxx
Dosyayı görüntüle @
399724ab
...
...
@@ -151,7 +151,7 @@ using namespace ::com::sun::star::uno;
SwModule
::
SwModule
(
SfxObjectFactory
*
pWebFact
,
SfxObjectFactory
*
pFact
,
SfxObjectFactory
*
pGlobalFact
)
:
SfxModule
(
SfxApplication
::
CreateResManager
(
"sw"
),
sal_F
alse
,
pWebFact
,
:
SfxModule
(
SfxApplication
::
CreateResManager
(
"sw"
),
f
alse
,
pWebFact
,
pFact
,
pGlobalFact
,
NULL
),
pModuleConfig
(
0
),
pUsrPref
(
0
),
...
...
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