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
6e33eee4
Kaydet (Commit)
6e33eee4
authored
Tem 22, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused methods
üst
b42bed0f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
192 deletions
+0
-192
dicimp.cxx
linguistic/source/dicimp.cxx
+0
-5
dicimp.hxx
linguistic/source/dicimp.hxx
+0
-1
Library_sfx.mk
sfx2/Library_sfx.mk
+0
-1
appinit.cxx
sfx2/source/appl/appinit.cxx
+0
-1
appmain.cxx
sfx2/source/appl/appmain.cxx
+0
-1
appmisc.cxx
sfx2/source/appl/appmisc.cxx
+0
-1
intro.cxx
sfx2/source/dialog/intro.cxx
+0
-109
intro.hxx
sfx2/source/inc/intro.hxx
+0
-57
DomBuilderContext.hxx
xmloff/inc/DomBuilderContext.hxx
+0
-3
DomBuilderContext.cxx
xmloff/source/core/DomBuilderContext.cxx
+0
-6
DomExport.cxx
xmloff/source/core/DomExport.cxx
+0
-7
No files found.
linguistic/source/dicimp.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -1077,11 +1077,6 @@ void SAL_CALL DictionaryNeo::storeToURL(
...
@@ -1077,11 +1077,6 @@ void SAL_CALL DictionaryNeo::storeToURL(
}
}
DicEntry
::
DicEntry
()
{
bIsNegativ
=
sal_False
;
}
DicEntry
::
DicEntry
(
const
OUString
&
rDicFileWord
,
DicEntry
::
DicEntry
(
const
OUString
&
rDicFileWord
,
sal_Bool
bIsNegativWord
)
sal_Bool
bIsNegativWord
)
{
{
...
...
linguistic/source/dicimp.hxx
Dosyayı görüntüle @
6e33eee4
...
@@ -211,7 +211,6 @@ class DicEntry :
...
@@ -211,7 +211,6 @@ class DicEntry :
::
rtl
::
OUString
&
rReplacement
);
::
rtl
::
OUString
&
rReplacement
);
public
:
public
:
DicEntry
();
DicEntry
(
const
::
rtl
::
OUString
&
rDicFileWord
,
sal_Bool
bIsNegativ
);
DicEntry
(
const
::
rtl
::
OUString
&
rDicFileWord
,
sal_Bool
bIsNegativ
);
DicEntry
(
const
::
rtl
::
OUString
&
rDicWord
,
sal_Bool
bIsNegativ
,
DicEntry
(
const
::
rtl
::
OUString
&
rDicWord
,
sal_Bool
bIsNegativ
,
const
::
rtl
::
OUString
&
rRplcText
);
const
::
rtl
::
OUString
&
rRplcText
);
...
...
sfx2/Library_sfx.mk
Dosyayı görüntüle @
6e33eee4
...
@@ -158,7 +158,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
...
@@ -158,7 +158,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/dialog/dockwin \
sfx2/source/dialog/dockwin \
sfx2/source/dialog/filedlghelper \
sfx2/source/dialog/filedlghelper \
sfx2/source/dialog/filtergrouping \
sfx2/source/dialog/filtergrouping \
sfx2/source/dialog/intro \
sfx2/source/dialog/itemconnect \
sfx2/source/dialog/itemconnect \
sfx2/source/dialog/mailmodel \
sfx2/source/dialog/mailmodel \
sfx2/source/dialog/mgetempl \
sfx2/source/dialog/mgetempl \
...
...
sfx2/source/appl/appinit.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -68,7 +68,6 @@
...
@@ -68,7 +68,6 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/evntconf.hxx>
#include <sfx2/evntconf.hxx>
#include "intro.hxx"
#include <sfx2/mnumgr.hxx>
#include <sfx2/mnumgr.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/progress.hxx>
#include <sfx2/progress.hxx>
...
...
sfx2/source/appl/appmain.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -54,7 +54,6 @@
...
@@ -54,7 +54,6 @@
#include "sfx2/sfxresid.hxx"
#include "sfx2/sfxresid.hxx"
#include <sfx2/fcontnr.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewsh.hxx>
#include "intro.hxx"
#include <sfx2/msgpool.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/mnumgr.hxx>
#include <sfx2/mnumgr.hxx>
#include <sfx2/appuno.hxx>
#include <sfx2/appuno.hxx>
...
...
sfx2/source/appl/appmisc.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -71,7 +71,6 @@
...
@@ -71,7 +71,6 @@
#include <sfx2/bindings.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/dispatch.hxx>
#include "workwin.hxx"
#include "workwin.hxx"
#include "intro.hxx"
#include <sfx2/fcontnr.hxx>
#include <sfx2/fcontnr.hxx>
#include "sfxlocal.hrc"
#include "sfxlocal.hrc"
#include <sfx2/sfx.hrc>
#include <sfx2/sfx.hrc>
...
...
sfx2/source/dialog/intro.cxx
deleted
100644 → 0
Dosyayı görüntüle @
b42bed0f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sfx2.hxx"
#include "intro.hxx"
#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/configmgr.hxx>
#include <com/sun/star/uno/Any.h>
#include <sfx2/sfxuno.hxx>
// -----------------------------------------------------------------------
void
IntroWindow_Impl
::
Init
()
{
Size
aSize
=
aIntroBmp
.
GetSizePixel
();
SetOutputSizePixel
(
aSize
);
Size
aScreenSize
(
GetDesktopRectPixel
().
GetSize
()
);
Size
aWinSize
(
GetSizePixel
()
);
Point
aWinPos
(
(
aScreenSize
.
Width
()
-
aWinSize
.
Width
()
)
/
2
,
(
aScreenSize
.
Height
()
-
aWinSize
.
Height
()
)
/
2
);
SetPosPixel
(
aWinPos
);
if
(
GetColorCount
()
>=
16
)
{
Show
();
Update
();
}
}
// -----------------------------------------------------------------------
IntroWindow_Impl
::
IntroWindow_Impl
(
const
Bitmap
&
rBmp
)
:
WorkWindow
(
NULL
,
(
WinBits
)
0
),
aIntroBmp
(
rBmp
)
{
Hide
();
// load bitmap depends on productname ("StarOffice", "StarSuite",...)
::
com
::
sun
::
star
::
uno
::
Any
aRet
=
::
utl
::
ConfigManager
::
GetDirectConfigProperty
(
::
utl
::
ConfigManager
::
PRODUCTNAME
);
rtl
::
OUString
aTmp
;
aRet
>>=
aTmp
;
String
aBmpFileName
=
aTmp
;
aBmpFileName
+=
String
(
DEFINE_CONST_UNICODE
(
"_intro.bmp"
)
);
INetURLObject
aObj
(
SvtPathOptions
().
GetModulePath
(),
INET_PROT_FILE
);
aObj
.
insertName
(
aBmpFileName
);
SvFileStream
aStrm
(
aObj
.
PathToFileName
(),
STREAM_STD_READ
);
if
(
!
aStrm
.
GetError
()
)
aStrm
>>
aIntroBmp
;
Init
();
}
// -----------------------------------------------------------------------
IntroWindow_Impl
::~
IntroWindow_Impl
()
{
Hide
();
}
// -----------------------------------------------------------------------
void
IntroWindow_Impl
::
Paint
(
const
Rectangle
&
)
{
DrawBitmap
(
Point
(),
aIntroBmp
);
Flush
();
}
// -----------------------------------------------------------------------
void
IntroWindow_Impl
::
Slide
()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/inc/intro.hxx
deleted
100644 → 0
Dosyayı görüntüle @
b42bed0f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _SFX_INTRO_HXX
#define _SFX_INTRO_HXX
// include ---------------------------------------------------------------
#include <vcl/wrkwin.hxx>
#include <vcl/bitmap.hxx>
// class IntroWindow_Impl ------------------------------------------------
class
IntroWindow_Impl
:
public
WorkWindow
{
private
:
Bitmap
aIntroBmp
;
void
Init
();
public
:
IntroWindow_Impl
(
const
Bitmap
&
rBmp
);
~
IntroWindow_Impl
();
virtual
void
Paint
(
const
Rectangle
&
);
void
Slide
();
};
#endif // #ifndef _SFX_INTRO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmloff/inc/DomBuilderContext.hxx
Dosyayı görüntüle @
6e33eee4
...
@@ -86,9 +86,6 @@ public:
...
@@ -86,9 +86,6 @@ public:
/** access the DOM tree */
/** access the DOM tree */
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
dom
::
XDocument
>
getTree
();
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
dom
::
XDocument
>
getTree
();
/** access this context's DOM sub-tree */
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
dom
::
XNode
>
getNode
();
//
//
// implement SvXMLImportContext methods:
// implement SvXMLImportContext methods:
...
...
xmloff/source/core/DomBuilderContext.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -108,12 +108,6 @@ Reference<XDocument> DomBuilderContext::getTree()
...
@@ -108,12 +108,6 @@ Reference<XDocument> DomBuilderContext::getTree()
return
mxNode
->
getOwnerDocument
();
return
mxNode
->
getOwnerDocument
();
}
}
Reference
<
XNode
>
DomBuilderContext
::
getNode
()
{
return
mxNode
;
}
SvXMLImportContext
*
DomBuilderContext
::
CreateChildContext
(
SvXMLImportContext
*
DomBuilderContext
::
CreateChildContext
(
sal_uInt16
nPrefix
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
OUString
&
rLocalName
,
...
...
xmloff/source/core/DomExport.cxx
Dosyayı görüntüle @
6e33eee4
...
@@ -171,7 +171,6 @@ class DomExport: public DomVisitor
...
@@ -171,7 +171,6 @@ class DomExport: public DomVisitor
void
addNamespace
(
const
OUString
&
sPrefix
,
const
OUString
&
sURI
);
void
addNamespace
(
const
OUString
&
sPrefix
,
const
OUString
&
sURI
);
OUString
qualifiedName
(
const
OUString
&
sPrefix
,
const
OUString
&
sURI
,
OUString
qualifiedName
(
const
OUString
&
sPrefix
,
const
OUString
&
sURI
,
const
OUString
&
sLocalName
);
const
OUString
&
sLocalName
);
OUString
qualifiedName
(
const
Reference
<
XNode
>&
);
OUString
qualifiedName
(
const
Reference
<
XElement
>&
);
OUString
qualifiedName
(
const
Reference
<
XElement
>&
);
OUString
qualifiedName
(
const
Reference
<
XAttr
>&
);
OUString
qualifiedName
(
const
Reference
<
XAttr
>&
);
void
addAttribute
(
const
Reference
<
XAttr
>&
);
void
addAttribute
(
const
Reference
<
XAttr
>&
);
...
@@ -241,12 +240,6 @@ OUString DomExport::qualifiedName( const OUString& sPrefix,
...
@@ -241,12 +240,6 @@ OUString DomExport::qualifiedName( const OUString& sPrefix,
return
sBuffer
.
makeStringAndClear
();
return
sBuffer
.
makeStringAndClear
();
}
}
OUString
DomExport
::
qualifiedName
(
const
Reference
<
XNode
>&
xNode
)
{
return
qualifiedName
(
xNode
->
getPrefix
(),
xNode
->
getNamespaceURI
(),
xNode
->
getNodeName
()
);
}
OUString
DomExport
::
qualifiedName
(
const
Reference
<
XElement
>&
xElement
)
OUString
DomExport
::
qualifiedName
(
const
Reference
<
XElement
>&
xElement
)
{
{
return
qualifiedName
(
xElement
->
getPrefix
(),
xElement
->
getNamespaceURI
(),
return
qualifiedName
(
xElement
->
getPrefix
(),
xElement
->
getNamespaceURI
(),
...
...
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