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
72ddf425
Kaydet (Commit)
72ddf425
authored
Mar 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:constantfunction: basctl
Change-Id: I675b6cee53a9cef240dd798b13515141e194828f
üst
09d5b31e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
17 deletions
+2
-17
baside2.cxx
basctl/source/basicide/baside2.cxx
+0
-6
baside2.hxx
basctl/source/basicide/baside2.hxx
+0
-1
baside3.cxx
basctl/source/basicide/baside3.cxx
+2
-2
basides2.cxx
basctl/source/basicide/basides2.cxx
+0
-2
dlged.cxx
basctl/source/dlged/dlged.cxx
+0
-5
dlged.hxx
basctl/source/inc/dlged.hxx
+0
-1
No files found.
basctl/source/basicide/baside2.cxx
Dosyayı görüntüle @
72ddf425
...
@@ -1212,12 +1212,6 @@ OUString ModulWindow::GetTitle()
...
@@ -1212,12 +1212,6 @@ OUString ModulWindow::GetTitle()
return
GetSbModuleName
();
return
GetSbModuleName
();
}
}
void
ModulWindow
::
FrameWindowMoved
()
{
}
void
ModulWindow
::
ShowCursor
(
bool
bOn
)
void
ModulWindow
::
ShowCursor
(
bool
bOn
)
{
{
if
(
GetEditEngine
()
)
if
(
GetEditEngine
()
)
...
...
basctl/source/basicide/baside2.hxx
Dosyayı görüntüle @
72ddf425
...
@@ -381,7 +381,6 @@ public:
...
@@ -381,7 +381,6 @@ public:
virtual
bool
IsModified
()
SAL_OVERRIDE
;
virtual
bool
IsModified
()
SAL_OVERRIDE
;
virtual
bool
IsPasteAllowed
()
SAL_OVERRIDE
;
virtual
bool
IsPasteAllowed
()
SAL_OVERRIDE
;
void
FrameWindowMoved
();
void
ShowCursor
(
bool
bOn
);
void
ShowCursor
(
bool
bOn
);
virtual
sal_uInt16
GetSearchOptions
()
SAL_OVERRIDE
;
virtual
sal_uInt16
GetSearchOptions
()
SAL_OVERRIDE
;
...
...
basctl/source/basicide/baside3.cxx
Dosyayı görüntüle @
72ddf425
...
@@ -1339,9 +1339,9 @@ void DialogWindow::Deactivating()
...
@@ -1339,9 +1339,9 @@ void DialogWindow::Deactivating()
DisableBrowser
();
DisableBrowser
();
}
}
sal_Int32
DialogWindow
::
countPages
(
Printer
*
pPrinter
)
sal_Int32
DialogWindow
::
countPages
(
Printer
*
)
{
{
return
pEditor
->
countPages
(
pPrinter
)
;
return
1
;
}
}
void
DialogWindow
::
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
)
void
DialogWindow
::
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
)
...
...
basctl/source/basicide/basides2.cxx
Dosyayı görüntüle @
72ddf425
...
@@ -216,8 +216,6 @@ ModulWindow* Shell::FindBasWin (
...
@@ -216,8 +216,6 @@ ModulWindow* Shell::FindBasWin (
void
Shell
::
Move
()
void
Shell
::
Move
()
{
{
if
(
ModulWindow
*
pMCurWin
=
dynamic_cast
<
ModulWindow
*>
(
pCurWin
))
pMCurWin
->
FrameWindowMoved
();
}
}
void
Shell
::
ShowCursor
(
bool
bOn
)
void
Shell
::
ShowCursor
(
bool
bOn
)
...
...
basctl/source/dlged/dlged.cxx
Dosyayı görüntüle @
72ddf425
...
@@ -1145,11 +1145,6 @@ void lcl_PrintHeader( Printer* pPrinter, const OUString& rTitle ) // not working
...
@@ -1145,11 +1145,6 @@ void lcl_PrintHeader( Printer* pPrinter, const OUString& rTitle ) // not working
}
}
sal_Int32
DlgEditor
::
countPages
(
Printer
*
)
{
return
1
;
}
void
DlgEditor
::
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
rTitle
)
void
DlgEditor
::
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
rTitle
)
{
{
if
(
nPage
==
0
)
if
(
nPage
==
0
)
...
...
basctl/source/inc/dlged.hxx
Dosyayı görüntüle @
72ddf425
...
@@ -202,7 +202,6 @@ public:
...
@@ -202,7 +202,6 @@ public:
void
ShowProperties
();
void
ShowProperties
();
void
UpdatePropertyBrowserDelayed
();
void
UpdatePropertyBrowserDelayed
();
sal_Int32
countPages
(
Printer
*
pPrinter
);
void
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
);
void
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
);
bool
AdjustPageSize
();
bool
AdjustPageSize
();
...
...
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