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
f1304feb
Kaydet (Commit)
f1304feb
authored
Agu 20, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[TOOD|TOODO]->TODO
Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
üst
92440af9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
InspectorPane.java
odk/examples/java/Inspector/InspectorPane.java
+3
-3
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+1
-1
No files found.
odk/examples/java/Inspector/InspectorPane.java
Dosyayı görüntüle @
f1304feb
...
@@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext;
...
@@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext;
addPropertySetInfoSubNodes
(
oUnoPropertyNode
);
addPropertySetInfoSubNodes
(
oUnoPropertyNode
);
}
}
else
{
else
{
//TO
OD
this code is redundant!!!
//TO
DO
this code is redundant!!!
if
(
oUnoObject
.
getClass
().
isArray
()){
if
(
oUnoObject
.
getClass
().
isArray
()){
// TO
O
DO probably we should provid a possibility to insert also non-primitive nodes
// TODO probably we should provid a possibility to insert also non-primitive nodes
addPrimitiveValuesToTreeNode
(
oUnoPropertyNode
,
oUnoObject
);
addPrimitiveValuesToTreeNode
(
oUnoPropertyNode
,
oUnoObject
);
}
}
else
{
else
{
...
@@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext;
...
@@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext;
else
if
(
_oUnoNode
.
getNodeType
()
==
XUnoNode
.
nOTHERS
){
else
if
(
_oUnoNode
.
getNodeType
()
==
XUnoNode
.
nOTHERS
){
Object
oUnoObject
=
_oUnoNode
.
getUnoObject
();
Object
oUnoObject
=
_oUnoNode
.
getUnoObject
();
if
(
oUnoObject
.
getClass
().
isArray
()){
if
(
oUnoObject
.
getClass
().
isArray
()){
// TO
O
DO probably we should provid a possibility to insert also non-primitive nodes
// TODO probably we should provid a possibility to insert also non-primitive nodes
addPrimitiveValuesToTreeNode
(
_oUnoNode
,
oUnoObject
);
addPrimitiveValuesToTreeNode
(
_oUnoNode
,
oUnoObject
);
}
}
else
{
else
{
...
...
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
f1304feb
...
@@ -5898,7 +5898,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
...
@@ -5898,7 +5898,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
//IMPORTANT: if you change the rects here, also change SwPostItMgr::ScrollbarHit
//IMPORTANT: if you change the rects here, also change SwPostItMgr::ScrollbarHit
/*static*/
void
SwPageFrm
::
PaintNotesSidebar
(
const
SwRect
&
_rPageRect
,
ViewShell
*
_pViewShell
,
sal_uInt16
nPageNum
,
bool
bRight
)
/*static*/
void
SwPageFrm
::
PaintNotesSidebar
(
const
SwRect
&
_rPageRect
,
ViewShell
*
_pViewShell
,
sal_uInt16
nPageNum
,
bool
bRight
)
{
{
//TO
OD
: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons
//TO
DO
: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons
if
(
!
_pViewShell
)
if
(
!
_pViewShell
)
return
;
return
;
...
...
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