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
69c4a8ba
Kaydet (Commit)
69c4a8ba
authored
Eyl 26, 2013
tarafından
Philipp Riemer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cleanup method declarations
Change-Id: I751f94994cf51c01c56a10702c1d0d5f21ba6b45
üst
abb9edd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+12
-12
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
69c4a8ba
...
...
@@ -104,9 +104,8 @@ extern void sw_GetTblBoxColStr( sal_uInt16 nCol, String& rNm );
#define UNO_TABLE_COLUMN_SUM 10000
static
void
lcl_SendChartEvent
(
::
cppu
::
OWeakObject
&
rSource
,
::
cppu
::
OInterfaceContainerHelper
&
rListeners
)
static
void
lcl_SendChartEvent
(
::
cppu
::
OWeakObject
&
rSource
,
::
cppu
::
OInterfaceContainerHelper
&
rListeners
)
{
//TODO: find appropriate settings of the Event
chart
::
ChartDataChangeEvent
event
;
...
...
@@ -120,9 +119,8 @@ lcl_SendChartEvent(::cppu::OWeakObject & rSource,
&
chart
::
XChartDataChangeEventListener
::
chartDataChanged
,
event
);
}
static
void
lcl_SendChartEvent
(
::
cppu
::
OWeakObject
&
rSource
,
::
cppu
::
OMultiTypeInterfaceContainerHelper
&
rListeners
)
static
void
lcl_SendChartEvent
(
::
cppu
::
OWeakObject
&
rSource
,
::
cppu
::
OMultiTypeInterfaceContainerHelper
&
rListeners
)
{
::
cppu
::
OInterfaceContainerHelper
*
const
pContainer
(
rListeners
.
getContainer
(
chart
::
XChartDataChangeEventListener
::
static_type
()));
...
...
@@ -145,7 +143,9 @@ static bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSv
return
bRet
;
}
static
void
lcl_SetSpecialProperty
(
SwFrmFmt
*
pFmt
,
const
SfxItemPropertySimpleEntry
*
pEntry
,
const
uno
::
Any
&
aValue
)
static
void
lcl_SetSpecialProperty
(
SwFrmFmt
*
pFmt
,
const
SfxItemPropertySimpleEntry
*
pEntry
,
const
uno
::
Any
&
aValue
)
throw
(
lang
::
IllegalArgumentException
)
{
// special treatment for "non-items"
...
...
@@ -347,8 +347,8 @@ static uno::Any lcl_GetSpecialProperty(SwFrmFmt* pFmt, const SfxItemPropertySimp
* @param [IN,OUT] rRow (0-based)
*/
//TODO: potential for throwing proper exceptions instead of having every caller to check for errors
void
sw_GetCellPosition
(
const
String
&
rCellName
,
sal_Int32
&
rColumn
,
sal_Int32
&
rRow
)
void
sw_GetCellPosition
(
const
String
&
rCellName
,
sal_Int32
&
rColumn
,
sal_Int32
&
rRow
)
{
rColumn
=
rRow
=
-
1
;
// default return values indicating failure
xub_StrLen
nLen
=
rCellName
.
Len
();
...
...
@@ -1959,7 +1959,7 @@ sal_Bool SwTableProperties_Impl::GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMe
return
aAnyMap
.
FillValue
(
nWhichId
,
nMemberId
,
rpAny
);
}
void
SwTableProperties_Impl
::
ApplyTblAttr
(
const
SwTable
&
rTbl
,
SwDoc
&
rDoc
)
void
SwTableProperties_Impl
::
ApplyTblAttr
(
const
SwTable
&
rTbl
,
SwDoc
&
rDoc
)
{
SfxItemSet
aSet
(
rDoc
.
GetAttrPool
(),
RES_LAYOUT_SPLIT
,
RES_LAYOUT_SPLIT
,
...
...
@@ -2228,7 +2228,7 @@ uno::Reference< table::XTableColumns > SwXTextTable::getColumns(void) throw( un
return
xRet
;
}
uno
::
Reference
<
table
::
XCell
>
SwXTextTable
::
getCellByName
(
const
OUString
&
CellName
)
throw
(
uno
::
RuntimeException
)
uno
::
Reference
<
table
::
XCell
>
SwXTextTable
::
getCellByName
(
const
OUString
&
CellName
)
throw
(
uno
::
RuntimeException
)
{
SolarMutexGuard
aGuard
;
uno
::
Reference
<
table
::
XCell
>
xRet
;
...
...
@@ -2271,7 +2271,7 @@ uno::Sequence< OUString > SwXTextTable::getCellNames(void) throw( uno::RuntimeEx
return
uno
::
Sequence
<
OUString
>
();
}
uno
::
Reference
<
text
::
XTextTableCursor
>
SwXTextTable
::
createCursorByCellName
(
const
OUString
&
CellName
)
uno
::
Reference
<
text
::
XTextTableCursor
>
SwXTextTable
::
createCursorByCellName
(
const
OUString
&
CellName
)
throw
(
uno
::
RuntimeException
)
{
SolarMutexGuard
aGuard
;
...
...
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