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
ebbfc7ea
Kaydet (Commit)
ebbfc7ea
authored
Eyl 30, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: newly unused methods
üst
c5047ca9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
52 deletions
+0
-52
runtime.hxx
basic/source/inc/runtime.hxx
+0
-1
runtime.cxx
basic/source/runtime/runtime.cxx
+0
-5
editview.hxx
editeng/inc/editeng/editview.hxx
+0
-2
outliner.hxx
editeng/inc/editeng/outliner.hxx
+0
-1
editview.cxx
editeng/source/editeng/editview.cxx
+0
-33
outlvw.cxx
editeng/source/outliner/outlvw.cxx
+0
-10
No files found.
basic/source/inc/runtime.hxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -432,7 +432,6 @@ public:
...
@@ -432,7 +432,6 @@ public:
sal_uInt16
GetDebugFlags
()
{
return
nFlags
;
}
sal_uInt16
GetDebugFlags
()
{
return
nFlags
;
}
void
SetDebugFlags
(
sal_uInt16
nFl
)
{
nFlags
=
nFl
;
}
void
SetDebugFlags
(
sal_uInt16
nFl
)
{
nFlags
=
nFl
;
}
SbMethod
*
GetCaller
();
SbMethod
*
GetCaller
();
SbxArray
*
GetLocals
();
SbxArray
*
GetParams
();
SbxArray
*
GetParams
();
SbxVariable
*
GetExternalCaller
(){
return
mpExtCaller
;
}
SbxVariable
*
GetExternalCaller
(){
return
mpExtCaller
;
}
...
...
basic/source/runtime/runtime.cxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -914,11 +914,6 @@ SbMethod* SbiRuntime::GetCaller()
...
@@ -914,11 +914,6 @@ SbMethod* SbiRuntime::GetCaller()
return
pMeth
;
return
pMeth
;
}
}
SbxArray
*
SbiRuntime
::
GetLocals
()
{
return
refLocals
;
}
SbxArray
*
SbiRuntime
::
GetParams
()
SbxArray
*
SbiRuntime
::
GetParams
()
{
{
return
refParams
;
return
refParams
;
...
...
editeng/inc/editeng/editview.hxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -221,8 +221,6 @@ public:
...
@@ -221,8 +221,6 @@ public:
const
SvxFieldItem
*
GetFieldAtSelection
()
const
;
const
SvxFieldItem
*
GetFieldAtSelection
()
const
;
String
GetWordUnderMousePointer
(
Rectangle
&
rWordRect
)
const
;
void
SetInvalidateMore
(
sal_uInt16
nPixel
);
void
SetInvalidateMore
(
sal_uInt16
nPixel
);
sal_uInt16
GetInvalidateMore
()
const
;
sal_uInt16
GetInvalidateMore
()
const
;
...
...
editeng/inc/editeng/outliner.hxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -235,7 +235,6 @@ private:
...
@@ -235,7 +235,6 @@ private:
EDITENG_DLLPRIVATE
sal_uLong
ImpCheckMousePos
(
const
Point
&
rPosPixel
,
MouseTarget
&
reTarget
);
EDITENG_DLLPRIVATE
sal_uLong
ImpCheckMousePos
(
const
Point
&
rPosPixel
,
MouseTarget
&
reTarget
);
EDITENG_DLLPRIVATE
void
ImpToggleExpand
(
Paragraph
*
pParentPara
);
EDITENG_DLLPRIVATE
void
ImpToggleExpand
(
Paragraph
*
pParentPara
);
EDITENG_DLLPRIVATE
ParaRange
ImpGetSelectedParagraphs
(
sal_Bool
bIncludeHiddenChilds
);
EDITENG_DLLPRIVATE
ParaRange
ImpGetSelectedParagraphs
(
sal_Bool
bIncludeHiddenChilds
);
EDITENG_DLLPRIVATE
void
ImpHideDDCursor
();
EDITENG_DLLPRIVATE
void
ImpPaintDDCursor
();
EDITENG_DLLPRIVATE
void
ImpPaintDDCursor
();
EDITENG_DLLPRIVATE
Pointer
ImpGetMousePointer
(
MouseTarget
eTarget
);
EDITENG_DLLPRIVATE
Pointer
ImpGetMousePointer
(
MouseTarget
eTarget
);
...
...
editeng/source/editeng/editview.cxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -1304,39 +1304,6 @@ const SvxFieldItem* EditView::GetFieldAtSelection() const
...
@@ -1304,39 +1304,6 @@ const SvxFieldItem* EditView::GetFieldAtSelection() const
return
0
;
return
0
;
}
}
XubString
EditView
::
GetWordUnderMousePointer
(
Rectangle
&
rWordRect
)
const
{
DBG_CHKTHIS
(
EditView
,
0
);
DBG_CHKOBJ
(
pImpEditView
->
pEditEngine
,
EditEngine
,
0
);
Point
aPos
=
pImpEditView
->
GetWindow
()
->
GetPointerPosPixel
();
aPos
=
pImpEditView
->
GetWindow
()
->
PixelToLogic
(
aPos
);
XubString
aWord
;
if
(
GetOutputArea
().
IsInside
(
aPos
)
)
{
ImpEditEngine
*
pImpEE
=
pImpEditView
->
pEditEngine
->
pImpEditEngine
;
Point
aDocPos
(
pImpEditView
->
GetDocPos
(
aPos
)
);
EditPaM
aPaM
=
pImpEE
->
GetPaM
(
aDocPos
,
sal_False
);
EditSelection
aWordSel
=
pImpEE
->
SelectWord
(
aPaM
);
Rectangle
aTopLeftRec
(
pImpEE
->
PaMtoEditCursor
(
aWordSel
.
Min
()
)
);
Rectangle
aBottomRightRec
(
pImpEE
->
PaMtoEditCursor
(
aWordSel
.
Max
()
)
);
#if OSL_DEBUG_LEVEL > 1
DBG_ASSERT
(
aTopLeftRec
.
Top
()
==
aBottomRightRec
.
Top
(),
"Top () is different in one line?"
);
#endif
Point
aPnt1
(
pImpEditView
->
GetWindowPos
(
aTopLeftRec
.
TopLeft
()
)
);
Point
aPnt2
(
pImpEditView
->
GetWindowPos
(
aBottomRightRec
.
BottomRight
())
);
rWordRect
=
Rectangle
(
aPnt1
,
aPnt2
);
aWord
=
pImpEE
->
GetSelected
(
aWordSel
);
}
return
aWord
;
}
void
EditView
::
SetInvalidateMore
(
sal_uInt16
nPixel
)
void
EditView
::
SetInvalidateMore
(
sal_uInt16
nPixel
)
{
{
DBG_CHKTHIS
(
EditView
,
0
);
DBG_CHKTHIS
(
EditView
,
0
);
...
...
editeng/source/outliner/outlvw.cxx
Dosyayı görüntüle @
ebbfc7ea
...
@@ -402,16 +402,6 @@ sal_Bool OutlinerView::MouseButtonUp( const MouseEvent& rMEvt )
...
@@ -402,16 +402,6 @@ sal_Bool OutlinerView::MouseButtonUp( const MouseEvent& rMEvt )
return
pEditView
->
MouseButtonUp
(
rMEvt
);
return
pEditView
->
MouseButtonUp
(
rMEvt
);
}
}
void
OutlinerView
::
ImpHideDDCursor
()
{
DBG_CHKTHIS
(
OutlinerView
,
0
);
if
(
bDDCursorVisible
)
{
bDDCursorVisible
=
sal_False
;
ImpPaintDDCursor
();
}
}
void
OutlinerView
::
ImpPaintDDCursor
()
void
OutlinerView
::
ImpPaintDDCursor
()
{
{
DBG_CHKTHIS
(
OutlinerView
,
0
);
DBG_CHKTHIS
(
OutlinerView
,
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