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
9f81582c
Kaydet (Commit)
9f81582c
authored
Nis 21, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.
Change-Id: If8cd8fafea1f88360d86552ac94a985b1d1feae8
üst
4fed8865
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
36 deletions
+15
-36
WNameMatch.cxx
dbaccess/source/ui/misc/WNameMatch.cxx
+1
-1
brwbox1.cxx
svtools/source/brwbox/brwbox1.cxx
+1
-2
AreaPropertyPanel.cxx
svx/source/sidebar/area/AreaPropertyPanel.cxx
+2
-5
GraphicPropertyPanel.cxx
svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+2
-5
LinePropertyPanel.cxx
svx/source/sidebar/line/LinePropertyPanel.cxx
+1
-3
ParaPropertyPanel.cxx
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+2
-5
PosSizePropertyPanel.cxx
svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+2
-5
TextPropertyPanel.cxx
svx/source/sidebar/text/TextPropertyPanel.cxx
+2
-5
WrapPropertyPanel.cxx
sw/source/uibase/sidebar/WrapPropertyPanel.cxx
+2
-5
No files found.
dbaccess/source/ui/misc/WNameMatch.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -374,7 +374,7 @@ OColumnTreeBox::OColumnTreeBox( vcl::Window* pParent, WinBits nBits )
...
@@ -374,7 +374,7 @@ OColumnTreeBox::OColumnTreeBox( vcl::Window* pParent, WinBits nBits )
extern
"C"
SAL_DLLPUBLIC_EXPORT
vcl
::
Window
*
SAL_CALL
makeOColumnTreeBox
(
vcl
::
Window
*
pParent
,
VclBuilder
::
stringmap
&
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
vcl
::
Window
*
SAL_CALL
makeOColumnTreeBox
(
vcl
::
Window
*
pParent
,
VclBuilder
::
stringmap
&
)
{
{
return
new
OColumnTreeBox
(
pParent
,
SAL_NO_ACQUIRE
);
return
new
OColumnTreeBox
(
pParent
);
}
}
void
OColumnTreeBox
::
InitEntry
(
SvTreeListEntry
*
pEntry
,
const
OUString
&
rStr
,
const
Image
&
rImg1
,
const
Image
&
rImg2
,
SvLBoxButtonKind
eButtonKind
)
void
OColumnTreeBox
::
InitEntry
(
SvTreeListEntry
*
pEntry
,
const
OUString
&
rStr
,
const
Image
&
rImg1
,
const
Image
&
rImg2
,
SvLBoxButtonKind
eButtonKind
)
...
...
svtools/source/brwbox/brwbox1.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -2286,8 +2286,7 @@ void BrowseBox::SetMode( BrowserMode nMode )
...
@@ -2286,8 +2286,7 @@ void BrowseBox::SetMode( BrowserMode nMode )
(
nMode
&
BROWSER_TRACKING_TIPS
)
==
BROWSER_TRACKING_TIPS
(
nMode
&
BROWSER_TRACKING_TIPS
)
==
BROWSER_TRACKING_TIPS
?
VclPtr
<
BrowserScrollBar
>::
Create
(
this
,
nVScrollWinBits
,
?
VclPtr
<
BrowserScrollBar
>::
Create
(
this
,
nVScrollWinBits
,
static_cast
<
BrowserDataWin
*>
(
pDataWin
.
get
()
)
)
static_cast
<
BrowserDataWin
*>
(
pDataWin
.
get
()
)
)
:
VclPtr
<
ScrollBar
>::
Create
(
this
,
nVScrollWinBits
),
:
VclPtr
<
ScrollBar
>::
Create
(
this
,
nVScrollWinBits
));
SAL_NO_ACQUIRE
);
pVScroll
->
SetLineSize
(
1
);
pVScroll
->
SetLineSize
(
1
);
pVScroll
->
SetPageSize
(
1
);
pVScroll
->
SetPageSize
(
1
);
pVScroll
->
SetScrollHdl
(
LINK
(
this
,
BrowseBox
,
ScrollHdl
)
);
pVScroll
->
SetScrollHdl
(
LINK
(
this
,
BrowseBox
,
ScrollHdl
)
);
...
...
svx/source/sidebar/area/AreaPropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -539,13 +539,10 @@ VclPtr<vcl::Window> AreaPropertyPanel::Create (
...
@@ -539,13 +539,10 @@ VclPtr<vcl::Window> AreaPropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to AreaPropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to AreaPropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
AreaPropertyPanel
>::
Create
(
VclPtr
<
AreaPropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
),
pBindings
);
SAL_NO_ACQUIRE
);
}
}
...
...
svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -254,13 +254,10 @@ VclPtr<vcl::Window> GraphicPropertyPanel::Create (
...
@@ -254,13 +254,10 @@ VclPtr<vcl::Window> GraphicPropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to GraphicPropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to GraphicPropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
GraphicPropertyPanel
>::
Create
(
VclPtr
<
GraphicPropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
),
pBindings
);
SAL_NO_ACQUIRE
);
}
}
...
...
svx/source/sidebar/line/LinePropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -310,9 +310,7 @@ VclPtr<vcl::Window> LinePropertyPanel::Create (
...
@@ -310,9 +310,7 @@ VclPtr<vcl::Window> LinePropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to LinePropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to LinePropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
LinePropertyPanel
>::
Create
(
pParent
,
rxFrame
,
pBindings
);
VclPtr
<
LinePropertyPanel
>::
Create
(
pParent
,
rxFrame
,
pBindings
),
SAL_NO_ACQUIRE
);
}
}
void
LinePropertyPanel
::
DataChanged
(
const
DataChangedEvent
&
/*rEvent*/
)
void
LinePropertyPanel
::
DataChanged
(
const
DataChangedEvent
&
/*rEvent*/
)
...
...
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -68,14 +68,11 @@ VclPtr<vcl::Window> ParaPropertyPanel::Create (
...
@@ -68,14 +68,11 @@ VclPtr<vcl::Window> ParaPropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to ParaPropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to ParaPropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
ParaPropertyPanel
>::
Create
(
VclPtr
<
ParaPropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
,
pBindings
,
rxSidebar
),
rxSidebar
);
SAL_NO_ACQUIRE
);
}
}
void
ParaPropertyPanel
::
HandleContextChange
(
void
ParaPropertyPanel
::
HandleContextChange
(
...
...
svx/source/sidebar/possize/PosSizePropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -260,14 +260,11 @@ VclPtr<vcl::Window> PosSizePropertyPanel::Create (
...
@@ -260,14 +260,11 @@ VclPtr<vcl::Window> PosSizePropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to PosSizePropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to PosSizePropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
PosSizePropertyPanel
>::
Create
(
VclPtr
<
PosSizePropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
,
pBindings
,
rxSidebar
),
rxSidebar
);
SAL_NO_ACQUIRE
);
}
}
...
...
svx/source/sidebar/text/TextPropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -75,14 +75,11 @@ VclPtr<vcl::Window> TextPropertyPanel::Create (
...
@@ -75,14 +75,11 @@ VclPtr<vcl::Window> TextPropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to TextPropertyPanel::Create"
,
NULL
,
2
);
throw
lang
::
IllegalArgumentException
(
"no SfxBindings given to TextPropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
TextPropertyPanel
>::
Create
(
VclPtr
<
TextPropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
,
pBindings
,
rContext
),
rContext
);
SAL_NO_ACQUIRE
);
}
}
...
...
sw/source/uibase/sidebar/WrapPropertyPanel.cxx
Dosyayı görüntüle @
9f81582c
...
@@ -54,13 +54,10 @@ VclPtr<vcl::Window> WrapPropertyPanel::Create (
...
@@ -54,13 +54,10 @@ VclPtr<vcl::Window> WrapPropertyPanel::Create (
if
(
pBindings
==
NULL
)
if
(
pBindings
==
NULL
)
throw
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
(
"no SfxBindings given to WrapPropertyPanel::Create"
,
NULL
,
2
);
throw
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
(
"no SfxBindings given to WrapPropertyPanel::Create"
,
NULL
,
2
);
return
VclPtr
<
vcl
::
Window
>
(
return
VclPtr
<
WrapPropertyPanel
>::
Create
(
VclPtr
<
WrapPropertyPanel
>::
Create
(
pParent
,
pParent
,
rxFrame
,
rxFrame
,
pBindings
),
pBindings
);
SAL_NO_ACQUIRE
);
}
}
WrapPropertyPanel
::
WrapPropertyPanel
(
WrapPropertyPanel
::
WrapPropertyPanel
(
...
...
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