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
83ee1bcc
Kaydet (Commit)
83ee1bcc
authored
Tem 22, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused methods
üst
f921ca3c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
139 deletions
+0
-139
docfile.hxx
sfx2/inc/sfx2/docfile.hxx
+0
-6
progress.hxx
sfx2/inc/sfx2/progress.hxx
+0
-2
helper.cxx
sfx2/source/bastyp/helper.cxx
+0
-27
progress.cxx
sfx2/source/bastyp/progress.cxx
+0
-24
docfile.cxx
sfx2/source/doc/docfile.cxx
+0
-34
new.cxx
sfx2/source/doc/new.cxx
+0
-13
objmisc.cxx
sfx2/source/doc/objmisc.cxx
+0
-27
helper.hxx
sfx2/source/inc/helper.hxx
+0
-1
objshimp.hxx
sfx2/source/inc/objshimp.hxx
+0
-2
preview.hxx
sfx2/source/inc/preview.hxx
+0
-3
No files found.
sfx2/inc/sfx2/docfile.hxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -246,7 +246,6 @@ public:
SAL_DLLPRIVATE
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
GetInputStream_Impl
();
SAL_DLLPRIVATE
void
CloseAndReleaseStreams_Impl
();
SAL_DLLPRIVATE
void
RefreshName_Impl
();
SAL_DLLPRIVATE
sal_uInt16
AddVersion_Impl
(
com
::
sun
::
star
::
util
::
RevisionTag
&
rVersion
);
SAL_DLLPRIVATE
sal_Bool
TransferVersionList_Impl
(
SfxMedium
&
rMedium
);
SAL_DLLPRIVATE
sal_Bool
SaveVersionList_Impl
(
sal_Bool
bUseXML
);
...
...
@@ -254,8 +253,6 @@ public:
SAL_DLLPRIVATE
void
SetExpired_Impl
(
const
DateTime
&
rDateTime
);
SAL_DLLPRIVATE
SvKeyValueIterator
*
GetHeaderAttributes_Impl
();
SAL_DLLPRIVATE
const
String
&
GetPreRedirectedURL
()
const
;
SAL_DLLPRIVATE
void
SetOrigFilter_Impl
(
const
SfxFilter
*
pFilter
);
// Diese Protokolle liefern MIME Typen
SAL_DLLPRIVATE
sal_Bool
SupportsMIME_Impl
()
const
;
...
...
@@ -275,12 +272,9 @@ public:
{
aLongName
=
rName
;
}
SAL_DLLPRIVATE
const
String
&
GetLongName
()
const
{
return
aLongName
;
}
SAL_DLLPRIVATE
ErrCode
CheckOpenMode_Impl
(
sal_Bool
bSilent
,
sal_Bool
bAllowRO
=
sal_True
);
SAL_DLLPRIVATE
sal_Bool
IsDownloadDone_Impl
();
SAL_DLLPRIVATE
sal_Bool
IsPreview_Impl
();
SAL_DLLPRIVATE
void
ClearBackup_Impl
();
SAL_DLLPRIVATE
void
Done_Impl
(
ErrCode
);
SAL_DLLPRIVATE
void
DataAvailable_Impl
();
SAL_DLLPRIVATE
void
Cancel_Impl
();
SAL_DLLPRIVATE
void
SetPhysicalName_Impl
(
const
String
&
rName
);
SAL_DLLPRIVATE
void
CanDisposeStorage_Impl
(
sal_Bool
bDisposeStorage
);
SAL_DLLPRIVATE
sal_Bool
WillDisposeStorageOnClose_Impl
();
...
...
sfx2/inc/sfx2/progress.hxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -82,8 +82,6 @@ public:
DECL_DLLPRIVATE_STATIC_LINK
(
SfxProgress
,
SetStateHdl
,
PlugInLoadStatus
*
);
DECL_DLLPRIVATE_STATIC_LINK
(
SfxProgress
,
DefaultBindingProgress
,
SvProgressArg
*
);
SAL_DLLPRIVATE
bool
StatusBarManagerGone_Impl
(
SfxStatusBarManager
*
pStb
);
SAL_DLLPRIVATE
const
String
&
GetStateText_Impl
()
const
;
};
#endif
...
...
sfx2/source/bastyp/helper.cxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -121,33 +121,6 @@ sal_Bool SfxContentHelper::IsDocument( const String& rContent )
// -----------------------------------------------------------------------
sal_Bool
SfxContentHelper
::
Kill
(
const
String
&
rContent
)
{
sal_Bool
bRet
=
sal_True
;
INetURLObject
aDeleteObj
(
rContent
);
DBG_ASSERT
(
aDeleteObj
.
GetProtocol
()
!=
INET_PROT_NOT_VALID
,
"Invalid URL!"
);
try
{
::
ucbhelper
::
Content
aCnt
(
aDeleteObj
.
GetMainURL
(
INetURLObject
::
NO_DECODE
),
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
()
);
aCnt
.
executeCommand
(
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"delete"
)),
uno
::
makeAny
(
sal_Bool
(
sal_True
)
)
);
}
catch
(
const
ucb
::
CommandAbortedException
&
)
{
DBG_WARNING
(
"CommandAbortedException"
);
bRet
=
sal_False
;
}
catch
(
const
uno
::
Exception
&
)
{
DBG_ERRORFILE
(
"Any other exception"
);
bRet
=
sal_False
;
}
return
bRet
;
}
// -----------------------------------------------------------------------
uno
::
Sequence
<
OUString
>
SfxContentHelper
::
GetResultSet
(
const
String
&
rURL
)
{
StringList_Impl
*
pList
=
NULL
;
...
...
sfx2/source/bastyp/progress.cxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -258,13 +258,6 @@ void SfxProgress::SetText
// -----------------------------------------------------------------------
const
String
&
SfxProgress
::
GetStateText_Impl
()
const
{
return
pImp
->
aStateText
;
}
// -----------------------------------------------------------------------
// Required in App data
static
sal_uIntPtr
nLastTime
=
0
;
...
...
@@ -669,21 +662,4 @@ void SfxProgress::LeaveLock()
pImp
->
nRescheduleLocks
--
;
}
// -----------------------------------------------------------------------
bool
SfxProgress
::
StatusBarManagerGone_Impl
(
SfxStatusBarManager
*
// This <SfxStatusBarManager> will be destroyed
)
/* [Description]
Internal method for notifying the SfxProgress that the specified
SfxStatusBarManger will be destroyed so that the Progress can let go of it.
*/
{
return
sal_True
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/doc/docfile.cxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -323,17 +323,6 @@ public:
~
SfxMedium_Impl
();
};
void
SfxMedium
::
DataAvailable_Impl
()
{
pImp
->
aAvailableLink
.
ClearPendingCall
();
pImp
->
aAvailableLink
.
Call
(
NULL
);
}
void
SfxMedium
::
Cancel_Impl
()
{
SetError
(
ERRCODE_IO_GENERAL
,
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
OSL_LOG_PREFIX
)
)
);
}
//------------------------------------------------------------------
SfxMedium_Impl
::
SfxMedium_Impl
(
SfxMedium
*
pAntiImplP
)
:
SvCompatWeakBase
(
pAntiImplP
),
...
...
@@ -2587,13 +2576,6 @@ const SfxFilter* SfxMedium::GetOrigFilter( sal_Bool bNotCurrent ) const
//----------------------------------------------------------------
void
SfxMedium
::
SetOrigFilter_Impl
(
const
SfxFilter
*
pOrigFilter
)
{
pImp
->
pOrigFilter
=
pOrigFilter
;
}
//------------------------------------------------------------------
sal_uInt32
SfxMedium
::
CreatePasswordToModifyHash
(
const
::
rtl
::
OUString
&
aPasswd
,
sal_Bool
bWriter
)
{
sal_uInt32
nHash
=
0
;
...
...
@@ -2753,10 +2735,6 @@ void SfxMedium::CloseStreams_Impl()
//------------------------------------------------------------------
void
SfxMedium
::
RefreshName_Impl
()
{
}
void
SfxMedium
::
SetIsRemote_Impl
()
{
INetURLObject
aObj
(
GetName
()
);
...
...
@@ -3040,13 +3018,6 @@ const INetURLObject& SfxMedium::GetURLObject() const
//----------------------------------------------------------------
const
String
&
SfxMedium
::
GetPreRedirectedURL
()
const
{
return
pImp
->
aPreRedirectionURL
;
}
//----------------------------------------------------------------
void
SfxMedium
::
SetReferer
(
const
String
&
rRefer
)
{
pImp
->
aReferer
=
rRefer
;
...
...
@@ -3144,11 +3115,6 @@ SvCompatWeakHdl* SfxMedium::GetHdl()
return
pImp
->
GetHdl
();
}
sal_Bool
SfxMedium
::
IsDownloadDone_Impl
()
{
return
pImp
->
bDownloadDone
;
}
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
SfxMedium
::
GetInputStream
()
{
if
(
!
pImp
->
xInputStream
.
is
()
)
...
...
sfx2/source/doc/new.cxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -104,19 +104,6 @@ void SfxPreviewBase_Impl::Resize()
Invalidate
();
}
void
SfxPreviewBase_Impl
::
SetGDIFile
(
::
boost
::
shared_ptr
<
GDIMetaFile
>
pFile
)
{
pMetaFile
=
pFile
;
Invalidate
();
}
SfxFrameWindow
*
SfxPreviewWin_Impl
::
PreviewFactory
(
SfxFrame
*
pFrame
,
const
String
&
/*rName*/
)
{
return
new
SfxFrameWindow
(
new
SfxPreviewWin_Impl
(
&
pFrame
->
GetCurrentViewFrame
()
->
GetWindow
()
)
);
}
void
SfxPreviewWin_Impl
::
ImpPaint
(
const
Rectangle
&
,
GDIMetaFile
*
pFile
,
Window
*
pWindow
)
{
...
...
sfx2/source/doc/objmisc.cxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -2079,33 +2079,6 @@ sal_Bool SfxObjectShell::UseInteractionToHandleError(
return
bResult
;
}
sal_Bool
SfxObjectShell_Impl
::
NeedsOfficeUpdateDialog
()
{
// if the configuration is not available for any reason, the default behavior is to show the message
sal_Bool
bResult
=
sal_True
;
try
{
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
xServiceManager
(
::
comphelper
::
getProcessServiceFactory
(),
uno
::
UNO_SET_THROW
);
uno
::
Reference
<
uno
::
XInterface
>
xCommonConfig
(
::
comphelper
::
ConfigurationHelper
::
openConfig
(
xServiceManager
,
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"/org.openoffice.Office.Common"
)
),
::
comphelper
::
ConfigurationHelper
::
E_STANDARD
),
uno
::
UNO_SET_THROW
);
::
comphelper
::
ConfigurationHelper
::
readRelativeKey
(
xCommonConfig
,
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Load/"
)
),
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ShowOfficeUpdateDialog"
)
)
)
>>=
bResult
;
}
catch
(
uno
::
Exception
&
)
{
}
return
bResult
;
}
sal_Int16
SfxObjectShell_Impl
::
getCurrentMacroExecMode
()
const
{
sal_Int16
nImposedExecMode
(
MacroExecMode
::
NEVER_EXECUTE
);
...
...
sfx2/source/inc/helper.hxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -43,7 +43,6 @@ class SfxContentHelper
{
public
:
static
sal_Bool
IsDocument
(
const
String
&
rContent
);
static
sal_Bool
Kill
(
const
String
&
rContent
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
GetResultSet
(
const
String
&
rURL
);
...
...
sfx2/source/inc/objshimp.hxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -157,8 +157,6 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
SfxObjectShell_Impl
(
SfxObjectShell
&
_rDocShell
);
virtual
~
SfxObjectShell_Impl
();
static
sal_Bool
NeedsOfficeUpdateDialog
();
// IMacroDocumentAccess overridables
virtual
sal_Int16
getCurrentMacroExecMode
()
const
;
virtual
sal_Bool
setCurrentMacroExecMode
(
sal_uInt16
nMacroMode
);
...
...
sfx2/source/inc/preview.hxx
Dosyayı görüntüle @
83ee1bcc
...
...
@@ -48,7 +48,6 @@ public:
SfxPreviewBase_Impl
(
Window
*
pParent
);
~
SfxPreviewBase_Impl
(
);
void
SetObjectShell
(
SfxObjectShell
*
pObj
);
void
SetGDIFile
(
::
boost
::
shared_ptr
<
GDIMetaFile
>
pFile
);
virtual
void
Resize
();
};
...
...
@@ -66,8 +65,6 @@ public:
:
SfxPreviewBase_Impl
(
pParent
){};
static
void
ImpPaint
(
const
Rectangle
&
rRect
,
GDIMetaFile
*
pFile
,
Window
*
pWindow
);
static
SfxFrameWindow
*
PreviewFactory
(
SfxFrame
*
pFrame
,
const
String
&
rName
);
};
#endif
...
...
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