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
b806b638
Kaydet (Commit)
b806b638
authored
Tem 28, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update comments about SvPtrArr
Change-Id: I627f65581f457f0b1485bc30abcd5e4a10434d14
üst
eed641ac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
shellio.hxx
sw/inc/shellio.hxx
+0
-1
acccell.cxx
sw/source/core/access/acccell.cxx
+1
-1
acctable.cxx
sw/source/core/access/acctable.cxx
+2
-2
swunohelper.cxx
sw/source/core/unocore/swunohelper.cxx
+1
-1
No files found.
sw/inc/shellio.hxx
Dosyayı görüntüle @
b806b638
...
...
@@ -54,7 +54,6 @@ class SfxFilter;
class
SfxItemPool
;
class
SfxItemSet
;
class
SfxMedium
;
class
SvPtrarr
;
class
SvStream
;
class
SvxFontItem
;
class
SvxMacroTableDtor
;
...
...
sw/source/core/access/acccell.cxx
Dosyayı görüntüle @
b806b638
...
...
@@ -71,7 +71,7 @@ sal_Bool SwAccessibleCell::IsSelected()
const
SwCellFrm
*
pCFrm
=
static_cast
<
const
SwCellFrm
*
>
(
GetFrm
()
);
SwTableBox
*
pBox
=
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
//SVPtrArr!
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
bRet
=
pCSh
->
GetTableCrsr
()
->
GetBoxes
().
find
(
pBox
)
!=
pCSh
->
GetTableCrsr
()
->
GetBoxes
().
end
();
}
}
...
...
sw/source/core/access/acctable.cxx
Dosyayı görüntüle @
b806b638
...
...
@@ -294,7 +294,7 @@ void SwAccessibleTableData_Impl::GetSelection(
const
SwCellFrm
*
pCFrm
=
static_cast
<
const
SwCellFrm
*
>
(
pLower
);
SwTableBox
*
pBox
=
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
//SVPtrArr!
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
if
(
rSelBoxes
.
find
(
pBox
)
==
rSelBoxes
.
end
()
)
{
const
Int32Set_Impl
rRowsOrCols
=
...
...
@@ -1198,7 +1198,7 @@ sal_Bool SAL_CALL SwAccessibleTable::isAccessibleSelected(
{
const
SwCellFrm
*
pCFrm
=
static_cast
<
const
SwCellFrm
*
>
(
pFrm
);
SwTableBox
*
pBox
=
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
//SVPtrArr!
const_cast
<
SwTableBox
*>
(
pCFrm
->
GetTabBox
()
);
bRet
=
pSelBoxes
->
find
(
pBox
)
!=
pSelBoxes
->
end
();
}
}
...
...
sw/source/core/unocore/swunohelper.cxx
Dosyayı görüntüle @
b806b638
...
...
@@ -199,7 +199,7 @@ sal_Bool UCB_IsDirectory( const String& rURL )
// get a list of files from the folder of the URL
// options: pExtension = 0 -> all, else this specific extension
// pDateTime != 0 -> returns also the modified date/time of
// the files in a
SvPtrarr
-->
// the files in a
std::vector<String*>
-->
// !! objects must be deleted from the caller!!
bool
UCB_GetFileListOfFolder
(
const
String
&
rURL
,
std
::
vector
<
String
*>&
rList
,
...
...
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