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
d73ef723
Kaydet (Commit)
d73ef723
authored
Agu 02, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool -> bool
Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1
üst
624bcdc3
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
27 additions
and
27 deletions
+27
-27
baside3.cxx
basctl/source/basicide/baside3.cxx
+3
-3
basides1.cxx
basctl/source/basicide/basides1.cxx
+2
-2
basides2.cxx
basctl/source/basicide/basides2.cxx
+2
-2
basides3.cxx
basctl/source/basicide/basides3.cxx
+2
-2
basidesh.cxx
basctl/source/basicide/basidesh.cxx
+7
-7
basobj2.cxx
basctl/source/basicide/basobj2.cxx
+1
-1
basobj3.cxx
basctl/source/basicide/basobj3.cxx
+1
-1
dlged.cxx
basctl/source/dlged/dlged.cxx
+3
-3
baside3.hxx
basctl/source/inc/baside3.hxx
+1
-1
basidesh.hxx
basctl/source/inc/basidesh.hxx
+4
-4
dlged.hxx
basctl/source/inc/dlged.hxx
+1
-1
No files found.
basctl/source/basicide/baside3.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -74,7 +74,7 @@ DialogWindow::DialogWindow( Window* pParent, const ScriptDocument& rDocument, ::
...
@@ -74,7 +74,7 @@ DialogWindow::DialogWindow( Window* pParent, const ScriptDocument& rDocument, ::
:
IDEBaseWindow
(
pParent
,
rDocument
,
aLibName
,
aName
)
:
IDEBaseWindow
(
pParent
,
rDocument
,
aLibName
,
aName
)
,
pUndoMgr
(
NULL
)
,
pUndoMgr
(
NULL
)
{
{
InitSettings
(
sal_True
,
sal_True
,
sal_T
rue
);
InitSettings
(
true
,
true
,
t
rue
);
pEditor
=
new
DlgEditor
(
rDocument
.
isDocument
()
?
rDocument
.
getDocument
()
:
Reference
<
frame
::
XModel
>
()
);
pEditor
=
new
DlgEditor
(
rDocument
.
isDocument
()
?
rDocument
.
getDocument
()
:
Reference
<
frame
::
XModel
>
()
);
pEditor
->
SetWindow
(
this
);
pEditor
->
SetWindow
(
this
);
...
@@ -1382,14 +1382,14 @@ void DialogWindow::DataChanged( const DataChangedEvent& rDCEvt )
...
@@ -1382,14 +1382,14 @@ void DialogWindow::DataChanged( const DataChangedEvent& rDCEvt )
{
{
if
(
(
rDCEvt
.
GetType
()
==
DATACHANGED_SETTINGS
)
&&
(
rDCEvt
.
GetFlags
()
&
SETTINGS_STYLE
)
)
if
(
(
rDCEvt
.
GetType
()
==
DATACHANGED_SETTINGS
)
&&
(
rDCEvt
.
GetFlags
()
&
SETTINGS_STYLE
)
)
{
{
InitSettings
(
sal_True
,
sal_True
,
sal_T
rue
);
InitSettings
(
true
,
true
,
t
rue
);
Invalidate
();
Invalidate
();
}
}
else
else
IDEBaseWindow
::
DataChanged
(
rDCEvt
);
IDEBaseWindow
::
DataChanged
(
rDCEvt
);
}
}
void
DialogWindow
::
InitSettings
(
sal_Bool
bFont
,
sal_Bool
bForeground
,
sal_B
ool
bBackground
)
void
DialogWindow
::
InitSettings
(
bool
bFont
,
bool
bForeground
,
b
ool
bBackground
)
{
{
const
StyleSettings
&
rStyleSettings
=
GetSettings
().
GetStyleSettings
();
const
StyleSettings
&
rStyleSettings
=
GetSettings
().
GetStyleSettings
();
if
(
bFont
)
if
(
bFont
)
...
...
basctl/source/basicide/basides1.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -633,7 +633,7 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
...
@@ -633,7 +633,7 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
DBG_ASSERT
(
rReq
.
GetArgs
(),
"arguments expected"
);
DBG_ASSERT
(
rReq
.
GetArgs
(),
"arguments expected"
);
const
SbxItem
&
rSbxItem
=
(
const
SbxItem
&
)
rReq
.
GetArgs
()
->
Get
(
SID_BASICIDE_ARG_SBX
);
const
SbxItem
&
rSbxItem
=
(
const
SbxItem
&
)
rReq
.
GetArgs
()
->
Get
(
SID_BASICIDE_ARG_SBX
);
ScriptDocument
aDocument
(
rSbxItem
.
GetDocument
()
);
ScriptDocument
aDocument
(
rSbxItem
.
GetDocument
()
);
IDEBaseWindow
*
pWin
=
FindWindow
(
aDocument
,
rSbxItem
.
GetLibName
(),
rSbxItem
.
GetName
(),
rSbxItem
.
GetType
(),
sal_T
rue
);
IDEBaseWindow
*
pWin
=
FindWindow
(
aDocument
,
rSbxItem
.
GetLibName
(),
rSbxItem
.
GetName
(),
rSbxItem
.
GetType
(),
t
rue
);
if
(
pWin
)
if
(
pWin
)
RemoveWindow
(
pWin
,
true
);
RemoveWindow
(
pWin
,
true
);
}
}
...
@@ -1268,7 +1268,7 @@ IDEBaseWindow* BasicIDEShell::FindApplicationWindow()
...
@@ -1268,7 +1268,7 @@ IDEBaseWindow* BasicIDEShell::FindApplicationWindow()
return
FindWindow
(
ScriptDocument
::
getApplicationScriptDocument
()
);
return
FindWindow
(
ScriptDocument
::
getApplicationScriptDocument
()
);
}
}
IDEBaseWindow
*
BasicIDEShell
::
FindWindow
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rName
,
BasicIDEType
nType
,
sal_B
ool
bFindSuspended
)
IDEBaseWindow
*
BasicIDEShell
::
FindWindow
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rName
,
BasicIDEType
nType
,
b
ool
bFindSuspended
)
{
{
for
(
IDEWindowTable
::
const_iterator
it
=
aIDEWindowTable
.
begin
();
it
!=
aIDEWindowTable
.
end
();
++
it
)
for
(
IDEWindowTable
::
const_iterator
it
=
aIDEWindowTable
.
begin
();
it
!=
aIDEWindowTable
.
end
();
++
it
)
{
{
...
...
basctl/source/basicide/basides2.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -174,7 +174,7 @@ void BasicIDEShell::CreateModulWindowLayout()
...
@@ -174,7 +174,7 @@ void BasicIDEShell::CreateModulWindowLayout()
ModulWindow
*
BasicIDEShell
::
CreateBasWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rModName
)
ModulWindow
*
BasicIDEShell
::
CreateBasWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rModName
)
{
{
bCreatingWindow
=
sal_T
rue
;
bCreatingWindow
=
t
rue
;
sal_uLong
nKey
=
0
;
sal_uLong
nKey
=
0
;
ModulWindow
*
pWin
=
0
;
ModulWindow
*
pWin
=
0
;
...
@@ -243,7 +243,7 @@ ModulWindow* BasicIDEShell::CreateBasWin( const ScriptDocument& rDocument, const
...
@@ -243,7 +243,7 @@ ModulWindow* BasicIDEShell::CreateBasWin( const ScriptDocument& rDocument, const
if
(
!
pCurWin
)
if
(
!
pCurWin
)
SetCurWindow
(
pWin
,
false
,
false
);
SetCurWindow
(
pWin
,
false
,
false
);
bCreatingWindow
=
sal_F
alse
;
bCreatingWindow
=
f
alse
;
return
pWin
;
return
pWin
;
}
}
...
...
basctl/source/basicide/basides3.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::io;
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::io;
DialogWindow
*
BasicIDEShell
::
CreateDlgWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rDlgName
)
DialogWindow
*
BasicIDEShell
::
CreateDlgWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rDlgName
)
{
{
bCreatingWindow
=
sal_T
rue
;
bCreatingWindow
=
t
rue
;
sal_uLong
nKey
=
0
;
sal_uLong
nKey
=
0
;
DialogWindow
*
pWin
=
0
;
DialogWindow
*
pWin
=
0
;
...
@@ -111,7 +111,7 @@ DialogWindow* BasicIDEShell::CreateDlgWin( const ScriptDocument& rDocument, cons
...
@@ -111,7 +111,7 @@ DialogWindow* BasicIDEShell::CreateDlgWin( const ScriptDocument& rDocument, cons
SetCurWindow
(
pWin
,
false
,
false
);
SetCurWindow
(
pWin
,
false
,
false
);
}
}
bCreatingWindow
=
sal_F
alse
;
bCreatingWindow
=
f
alse
;
return
pWin
;
return
pWin
;
}
}
...
...
basctl/source/basicide/basidesh.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -117,7 +117,7 @@ public:
...
@@ -117,7 +117,7 @@ public:
rtl
::
OUString
sModuleName
;
rtl
::
OUString
sModuleName
;
if
(
mpShell
&&
(
Event
.
Accessor
>>=
sModuleName
)
)
if
(
mpShell
&&
(
Event
.
Accessor
>>=
sModuleName
)
)
{
{
IDEBaseWindow
*
pWin
=
mpShell
->
FindWindow
(
mpShell
->
m_aCurDocument
,
mpShell
->
m_aCurLibName
,
sModuleName
,
BASICIDE_TYPE_MODULE
,
sal_T
rue
);
IDEBaseWindow
*
pWin
=
mpShell
->
FindWindow
(
mpShell
->
m_aCurDocument
,
mpShell
->
m_aCurLibName
,
sModuleName
,
BASICIDE_TYPE_MODULE
,
t
rue
);
if
(
pWin
)
if
(
pWin
)
mpShell
->
RemoveWindow
(
pWin
,
true
,
true
);
mpShell
->
RemoveWindow
(
pWin
,
true
,
true
);
}
}
...
@@ -191,11 +191,11 @@ void BasicIDEShell::Init()
...
@@ -191,11 +191,11 @@ void BasicIDEShell::Init()
pCurWin
=
0
;
pCurWin
=
0
;
m_aCurDocument
=
ScriptDocument
::
getApplicationScriptDocument
();
m_aCurDocument
=
ScriptDocument
::
getApplicationScriptDocument
();
pObjectCatalog
=
0
;
pObjectCatalog
=
0
;
bCreatingWindow
=
sal_F
alse
;
bCreatingWindow
=
f
alse
;
pTabBar
=
new
BasicIDETabBar
(
&
GetViewFrame
()
->
GetWindow
()
);
pTabBar
=
new
BasicIDETabBar
(
&
GetViewFrame
()
->
GetWindow
()
);
pTabBar
->
SetSplitHdl
(
LINK
(
this
,
BasicIDEShell
,
TabBarSplitHdl
)
);
pTabBar
->
SetSplitHdl
(
LINK
(
this
,
BasicIDEShell
,
TabBarSplitHdl
)
);
bTabBarSplitted
=
sal_F
alse
;
bTabBarSplitted
=
f
alse
;
nCurKey
=
100
;
nCurKey
=
100
;
InitScrollBars
();
InitScrollBars
();
...
@@ -460,7 +460,7 @@ void BasicIDEShell::OuterResizePixel( const Point &rPos, const Size &rSize )
...
@@ -460,7 +460,7 @@ void BasicIDEShell::OuterResizePixel( const Point &rPos, const Size &rSize )
IMPL_LINK_INLINE_START
(
BasicIDEShell
,
TabBarSplitHdl
,
TabBar
*
,
pTBar
)
IMPL_LINK_INLINE_START
(
BasicIDEShell
,
TabBarSplitHdl
,
TabBar
*
,
pTBar
)
{
{
(
void
)
pTBar
;
(
void
)
pTBar
;
bTabBarSplitted
=
sal_T
rue
;
bTabBarSplitted
=
t
rue
;
ArrangeTabBar
();
ArrangeTabBar
();
return
0
;
return
0
;
...
@@ -481,9 +481,9 @@ IMPL_LINK( BasicIDEShell, TabBarHdl, TabBar *, pCurTabBar )
...
@@ -481,9 +481,9 @@ IMPL_LINK( BasicIDEShell, TabBarHdl, TabBar *, pCurTabBar )
sal_Bool
BasicIDEShell
::
NextPage
(
sal_B
ool
bPrev
)
bool
BasicIDEShell
::
NextPage
(
b
ool
bPrev
)
{
{
sal_Bool
bRet
=
sal_F
alse
;
bool
bRet
=
f
alse
;
sal_uInt16
nPos
=
pTabBar
->
GetPagePos
(
pTabBar
->
GetCurPageId
()
);
sal_uInt16
nPos
=
pTabBar
->
GetPagePos
(
pTabBar
->
GetCurPageId
()
);
if
(
bPrev
)
if
(
bPrev
)
...
@@ -495,7 +495,7 @@ sal_Bool BasicIDEShell::NextPage( sal_Bool bPrev )
...
@@ -495,7 +495,7 @@ sal_Bool BasicIDEShell::NextPage( sal_Bool bPrev )
{
{
IDEBaseWindow
*
pWin
=
aIDEWindowTable
[
pTabBar
->
GetPageId
(
nPos
)
];
IDEBaseWindow
*
pWin
=
aIDEWindowTable
[
pTabBar
->
GetPageId
(
nPos
)
];
SetCurWindow
(
pWin
,
true
);
SetCurWindow
(
pWin
,
true
);
bRet
=
sal_T
rue
;
bRet
=
t
rue
;
}
}
return
bRet
;
return
bRet
;
...
...
basctl/source/basicide/basobj2.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -187,7 +187,7 @@ bool RenameModule( Window* pErrorParent, const ScriptDocument& rDocument, const
...
@@ -187,7 +187,7 @@ bool RenameModule( Window* pErrorParent, const ScriptDocument& rDocument, const
BasicIDEShell
*
pIDEShell
=
BasicIDEGlobals
::
GetShell
();
BasicIDEShell
*
pIDEShell
=
BasicIDEGlobals
::
GetShell
();
if
(
pIDEShell
)
if
(
pIDEShell
)
{
{
IDEBaseWindow
*
pWin
=
pIDEShell
->
FindWindow
(
rDocument
,
rLibName
,
rNewName
,
BASICIDE_TYPE_MODULE
,
sal_T
rue
);
IDEBaseWindow
*
pWin
=
pIDEShell
->
FindWindow
(
rDocument
,
rLibName
,
rNewName
,
BASICIDE_TYPE_MODULE
,
t
rue
);
if
(
pWin
)
if
(
pWin
)
{
{
// set new name in window
// set new name in window
...
...
basctl/source/basicide/basobj3.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -190,7 +190,7 @@ bool RenameDialog( Window* pErrorParent, const ScriptDocument& rDocument, const
...
@@ -190,7 +190,7 @@ bool RenameDialog( Window* pErrorParent, const ScriptDocument& rDocument, const
}
}
BasicIDEShell
*
pIDEShell
=
BasicIDEGlobals
::
GetShell
();
BasicIDEShell
*
pIDEShell
=
BasicIDEGlobals
::
GetShell
();
IDEBaseWindow
*
pWin
=
pIDEShell
?
pIDEShell
->
FindWindow
(
rDocument
,
rLibName
,
rOldName
,
BASICIDE_TYPE_DIALOG
,
sal_F
alse
)
:
NULL
;
IDEBaseWindow
*
pWin
=
pIDEShell
?
pIDEShell
->
FindWindow
(
rDocument
,
rLibName
,
rOldName
,
BASICIDE_TYPE_DIALOG
,
f
alse
)
:
NULL
;
Reference
<
XNameContainer
>
xExistingDialog
;
Reference
<
XNameContainer
>
xExistingDialog
;
if
(
pWin
)
if
(
pWin
)
xExistingDialog
=
((
DialogWindow
*
)
pWin
)
->
GetEditor
()
->
GetDialog
();
xExistingDialog
=
((
DialogWindow
*
)
pWin
)
->
GetEditor
()
->
GetDialog
();
...
...
basctl/source/dlged/dlged.cxx
Dosyayı görüntüle @
d73ef723
...
@@ -189,7 +189,7 @@ DlgEditor::DlgEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::
...
@@ -189,7 +189,7 @@ DlgEditor::DlgEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::
,
pFunc
(
NULL
)
,
pFunc
(
NULL
)
,
eMode
(
DLGED_SELECT
)
,
eMode
(
DLGED_SELECT
)
,
eActObj
(
OBJ_DLG_PUSHBUTTON
)
,
eActObj
(
OBJ_DLG_PUSHBUTTON
)
,
bFirstDraw
(
sal_F
alse
)
,
bFirstDraw
(
f
alse
)
,
aGridSize
(
100
,
100
)
// 100TH_MM
,
aGridSize
(
100
,
100
)
// 100TH_MM
,
bGridVisible
(
sal_False
)
,
bGridVisible
(
sal_False
)
,
bGridSnap
(
sal_True
)
,
bGridSnap
(
sal_True
)
...
@@ -424,7 +424,7 @@ void DlgEditor::SetDialog( uno::Reference< container::XNameContainer > xUnoContr
...
@@ -424,7 +424,7 @@ void DlgEditor::SetDialog( uno::Reference< container::XNameContainer > xUnoContr
}
}
}
}
bFirstDraw
=
sal_T
rue
;
bFirstDraw
=
t
rue
;
pDlgEdModel
->
SetChanged
(
sal_False
);
pDlgEdModel
->
SetChanged
(
sal_False
);
}
}
...
@@ -510,7 +510,7 @@ IMPL_LINK_NOARG(DlgEditor, PaintTimeout)
...
@@ -510,7 +510,7 @@ IMPL_LINK_NOARG(DlgEditor, PaintTimeout)
pWindow
->
IsVisible
()
&&
pWindow
->
IsVisible
()
&&
(
pWindow
->
GetOutputSize
()
!=
aMacSize
)
)
(
pWindow
->
GetOutputSize
()
!=
aMacSize
)
)
{
{
bFirstDraw
=
sal_F
alse
;
bFirstDraw
=
f
alse
;
// get property set
// get property set
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
xPSet
(
pDlgEdForm
->
GetUnoControlModel
(),
::
com
::
sun
::
star
::
uno
::
UNO_QUERY
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
xPSet
(
pDlgEdForm
->
GetUnoControlModel
(),
::
com
::
sun
::
star
::
uno
::
UNO_QUERY
);
...
...
basctl/source/inc/baside3.hxx
Dosyayı görüntüle @
d73ef723
...
@@ -61,7 +61,7 @@ protected:
...
@@ -61,7 +61,7 @@ protected:
virtual
void
DoInit
();
virtual
void
DoInit
();
virtual
void
DoScroll
(
ScrollBar
*
pCurScrollBar
);
virtual
void
DoScroll
(
ScrollBar
*
pCurScrollBar
);
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
);
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
);
void
InitSettings
(
sal_Bool
bFont
,
sal_Bool
bForeground
,
sal_B
ool
bBackground
);
void
InitSettings
(
bool
bFont
,
bool
bForeground
,
b
ool
bBackground
);
public
:
public
:
TYPEINFO
();
TYPEINFO
();
...
...
basctl/source/inc/basidesh.hxx
Dosyayı görüntüle @
d73ef723
...
@@ -82,8 +82,8 @@ friend class LocalizationMgr;
...
@@ -82,8 +82,8 @@ friend class LocalizationMgr;
ScrollBar
aVScrollBar
;
ScrollBar
aVScrollBar
;
ScrollBarBox
aScrollBarBox
;
ScrollBarBox
aScrollBarBox
;
BasicIDETabBar
*
pTabBar
;
BasicIDETabBar
*
pTabBar
;
sal_B
ool
bTabBarSplitted
;
b
ool
bTabBarSplitted
;
sal_B
ool
bCreatingWindow
;
b
ool
bCreatingWindow
;
ModulWindowLayout
*
pModulLayout
;
ModulWindowLayout
*
pModulLayout
;
sal_Bool
m_bAppBasicModified
;
sal_Bool
m_bAppBasicModified
;
::
basctl
::
DocumentEventNotifier
::
basctl
::
DocumentEventNotifier
...
@@ -203,10 +203,10 @@ public:
...
@@ -203,10 +203,10 @@ public:
ModulWindowLayout
*
GetLayoutWindow
()
const
{
return
pModulLayout
;
}
ModulWindowLayout
*
GetLayoutWindow
()
const
{
return
pModulLayout
;
}
IDEBaseWindow
*
FindWindow
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
=
::
rtl
::
OUString
(),
const
::
rtl
::
OUString
&
rName
=
::
rtl
::
OUString
(),
BasicIDEType
nType
=
BASICIDE_TYPE_UNKNOWN
,
sal_Bool
bFindSuspended
=
sal_F
alse
);
IDEBaseWindow
*
FindWindow
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
=
::
rtl
::
OUString
(),
const
::
rtl
::
OUString
&
rName
=
::
rtl
::
OUString
(),
BasicIDEType
nType
=
BASICIDE_TYPE_UNKNOWN
,
bool
bFindSuspended
=
f
alse
);
DialogWindow
*
FindDlgWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rDlgName
,
bool
bCreateIfNotExist
,
bool
bFindSuspended
=
false
);
DialogWindow
*
FindDlgWin
(
const
ScriptDocument
&
rDocument
,
const
::
rtl
::
OUString
&
rLibName
,
const
::
rtl
::
OUString
&
rDlgName
,
bool
bCreateIfNotExist
,
bool
bFindSuspended
=
false
);
IDEBaseWindow
*
FindApplicationWindow
();
IDEBaseWindow
*
FindApplicationWindow
();
sal_Bool
NextPage
(
sal_Bool
bPrev
=
sal_F
alse
);
bool
NextPage
(
bool
bPrev
=
f
alse
);
sal_Bool
IsAppBasicModified
()
const
{
return
m_bAppBasicModified
;
}
sal_Bool
IsAppBasicModified
()
const
{
return
m_bAppBasicModified
;
}
void
SetAppBasicModified
(
sal_Bool
bModified
=
sal_True
)
{
m_bAppBasicModified
=
bModified
;
}
void
SetAppBasicModified
(
sal_Bool
bModified
=
sal_True
)
{
m_bAppBasicModified
=
bModified
;
}
...
...
basctl/source/inc/dlged.hxx
Dosyayı görüntüle @
d73ef723
...
@@ -109,7 +109,7 @@ protected:
...
@@ -109,7 +109,7 @@ protected:
DlgEdFunc
*
pFunc
;
DlgEdFunc
*
pFunc
;
DlgEdMode
eMode
;
DlgEdMode
eMode
;
sal_uInt16
eActObj
;
sal_uInt16
eActObj
;
sal_B
ool
bFirstDraw
;
b
ool
bFirstDraw
;
Size
aGridSize
;
Size
aGridSize
;
sal_Bool
bGridVisible
;
sal_Bool
bGridVisible
;
sal_Bool
bGridSnap
;
sal_Bool
bGridSnap
;
...
...
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