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
a880ec81
Kaydet (Commit)
a880ec81
authored
Nis 15, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
üst
79ed057b
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
37 additions
and
37 deletions
+37
-37
basicbox.hxx
basctl/source/basicide/basicbox.hxx
+1
-1
baside2.hxx
basctl/source/basicide/baside2.hxx
+1
-1
baside3.cxx
basctl/source/basicide/baside3.cxx
+1
-1
bastype2.hxx
basctl/source/basicide/bastype2.hxx
+3
-3
macrodlg.hxx
basctl/source/basicide/macrodlg.hxx
+1
-1
moduldlg.cxx
basctl/source/basicide/moduldlg.cxx
+2
-2
scriptdocument.cxx
basctl/source/basicide/scriptdocument.cxx
+2
-2
unomodel.hxx
basctl/source/basicide/unomodel.hxx
+1
-1
basidesh.hxx
basctl/source/inc/basidesh.hxx
+1
-1
dlged.hxx
basctl/source/inc/dlged.hxx
+2
-2
dlgedclip.hxx
basctl/source/inc/dlgedclip.hxx
+1
-1
propbrw.hxx
basctl/source/inc/propbrw.hxx
+2
-2
bibconfig.hxx
extensions/source/bibliography/bibconfig.hxx
+1
-1
bibmod.hxx
extensions/source/bibliography/bibmod.hxx
+1
-1
grid.cxx
extensions/source/scanner/grid.cxx
+2
-2
sane.hxx
extensions/source/scanner/sane.hxx
+3
-3
scanner.hxx
extensions/source/scanner/scanner.hxx
+2
-2
unoctitm.hxx
include/sfx2/unoctitm.hxx
+1
-1
hyphenimp.hxx
lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
+3
-3
nthesimp.hxx
lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+3
-3
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+1
-1
WPXSvInputStream.cxx
writerperfect/source/common/WPXSvInputStream.cxx
+2
-2
No files found.
basctl/source/basicide/basicbox.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -79,7 +79,7 @@ private:
bool
bFillBox
;
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>
m_xFrame
;
void
ReleaseFocus
();
static
void
ReleaseFocus
();
void
InsertEntries
(
const
ScriptDocument
&
rDocument
,
LibraryLocation
eLocation
);
void
ClearBox
();
...
...
basctl/source/basicide/baside2.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -311,7 +311,7 @@ private:
void
CheckCompileBasic
();
bool
BasicExecute
();
void
GoOnTop
();
static
void
GoOnTop
();
sal_Int32
FormatAndPrint
(
Printer
*
pPrinter
,
sal_Int32
nPage
=
-
1
);
SbModuleRef
XModule
();
...
...
basctl/source/basicide/baside3.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -1346,7 +1346,7 @@ sal_Int32 DialogWindow::countPages( Printer* )
void
DialogWindow
::
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
)
{
pEditor
->
printPage
(
nPage
,
pPrinter
,
CreateQualifiedName
()
);
DlgEditor
::
printPage
(
nPage
,
pPrinter
,
CreateQualifiedName
()
);
}
void
DialogWindow
::
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
...
...
basctl/source/basicide/bastype2.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -225,7 +225,7 @@ public:
EntryDescriptor
GetEntryDescriptor
(
SvTreeListEntry
*
pEntry
);
ItemType
ConvertType
(
EntryType
eType
);
static
ItemType
ConvertType
(
EntryType
eType
);
bool
IsValidEntry
(
SvTreeListEntry
*
pEntry
);
SvTreeListEntry
*
AddEntry
(
...
...
@@ -236,8 +236,8 @@ public:
void
RemoveEntry
(
SvTreeListEntry
*
);
void
RemoveEntry
(
ScriptDocument
const
&
);
OUString
GetRootEntryName
(
const
ScriptDocument
&
rDocument
,
LibraryLocation
eLocation
)
const
;
void
GetRootEntryBitmaps
(
const
ScriptDocument
&
rDocument
,
Image
&
rImage
);
OUString
GetRootEntryName
(
const
ScriptDocument
&
rDocument
,
LibraryLocation
eLocation
)
const
;
static
void
GetRootEntryBitmaps
(
const
ScriptDocument
&
rDocument
,
Image
&
rImage
);
void
SetCurrentEntry
(
EntryDescriptor
&
);
...
...
basctl/source/basicide/macrodlg.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -79,7 +79,7 @@ private:
void
EnableButton
(
Button
&
rButton
,
bool
bEnable
);
OUString
GetInfo
(
SbxVariable
*
pVar
);
static
OUString
GetInfo
(
SbxVariable
*
pVar
);
void
StoreMacroDescription
();
void
RestoreMacroDescription
();
...
...
basctl/source/basicide/moduldlg.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -695,7 +695,7 @@ IMPL_LINK( ObjectPage, ButtonHdl, Button *, pButton )
aModName
=
aModName
.
getToken
(
0
,
' '
,
nIndex
);
}
SbxItem
aSbxItem
(
SID_BASICIDE_ARG_SBX
,
aDesc
.
GetDocument
(),
aDesc
.
GetLibName
(),
aModName
,
m_pBasicBox
->
ConvertType
(
aDesc
.
GetType
()
)
);
aModName
,
TreeListBox
::
ConvertType
(
aDesc
.
GetType
()
)
);
pDispatcher
->
Execute
(
SID_BASICIDE_SHOWSBX
,
SfxCallMode
::
SYNCHRON
,
&
aSbxItem
,
0L
);
}
}
...
...
@@ -876,7 +876,7 @@ void ObjectPage::DeleteCurrent()
m_pBasicBox
->
Select
(
m_pBasicBox
->
GetCurEntry
()
);
if
(
SfxDispatcher
*
pDispatcher
=
GetDispatcher
())
{
SbxItem
aSbxItem
(
SID_BASICIDE_ARG_SBX
,
aDocument
,
aLibName
,
aName
,
m_pBasicBox
->
ConvertType
(
eType
)
);
SbxItem
aSbxItem
(
SID_BASICIDE_ARG_SBX
,
aDocument
,
aLibName
,
aName
,
TreeListBox
::
ConvertType
(
eType
)
);
pDispatcher
->
Execute
(
SID_BASICIDE_SBXDELETED
,
SfxCallMode
::
SYNCHRON
,
&
aSbxItem
,
0L
);
}
...
...
basctl/source/basicide/scriptdocument.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -132,13 +132,13 @@ namespace basctl
virtual
bool
includeDocument
(
const
docs
::
DocumentDescriptor
&
_rDocument
)
const
SAL_OVERRIDE
;
private
:
bool
impl_isDocumentVisible_nothrow
(
const
docs
::
DocumentDescriptor
&
_rDocument
)
const
;
static
bool
impl_isDocumentVisible_nothrow
(
const
docs
::
DocumentDescriptor
&
_rDocument
)
;
private
:
bool
m_bFilterInvisible
;
};
bool
FilterDocuments
::
impl_isDocumentVisible_nothrow
(
const
docs
::
DocumentDescriptor
&
_rDocument
)
const
bool
FilterDocuments
::
impl_isDocumentVisible_nothrow
(
const
docs
::
DocumentDescriptor
&
_rDocument
)
{
try
{
...
...
basctl/source/basicide/unomodel.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -28,7 +28,7 @@ namespace basctl
class
SIDEModel
:
public
SfxBaseModel
,
public
com
::
sun
::
star
::
lang
::
XServiceInfo
{
void
notImplemented
()
throw
(
::
com
::
sun
::
star
::
io
::
IOException
);
static
void
notImplemented
()
throw
(
::
com
::
sun
::
star
::
io
::
IOException
);
public
:
SIDEModel
(
SfxObjectShell
*
pObjSh
=
0
);
virtual
~
SIDEModel
();
...
...
basctl/source/inc/basidesh.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -96,7 +96,7 @@ private:
void
CheckWindows
();
void
RemoveWindows
(
const
ScriptDocument
&
rDocument
,
const
OUString
&
rLibName
,
bool
bDestroy
);
void
UpdateWindows
();
void
InvalidateBasicIDESlots
();
static
void
InvalidateBasicIDESlots
();
void
StoreAllWindowData
(
bool
bPersistent
=
true
);
void
SetMDITitle
();
void
EnableScrollbars
(
bool
bEnable
);
...
...
basctl/source/inc/dlged.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -103,7 +103,7 @@ public:
private
:
DECL_LINK
(
MarkTimeout
,
void
*
);
void
Print
(
Printer
*
pPrinter
,
const
OUString
&
rTitle
);
static
void
Print
(
Printer
*
pPrinter
,
const
OUString
&
rTitle
);
private
:
ScrollBar
*
pHScroll
;
...
...
@@ -202,7 +202,7 @@ public:
void
ShowProperties
();
void
UpdatePropertyBrowserDelayed
();
void
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
);
static
void
printPage
(
sal_Int32
nPage
,
Printer
*
pPrinter
,
const
OUString
&
);
bool
AdjustPageSize
();
...
...
basctl/source/inc/dlgedclip.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -39,7 +39,7 @@ private:
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>
m_SeqData
;
protected
:
bool
compareDataFlavors
(
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
lFlavor
,
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
rFlavor
);
static
bool
compareDataFlavors
(
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
lFlavor
,
const
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
&
rFlavor
);
public
:
DlgEdTransferableImpl
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
datatransfer
::
DataFlavor
>&
aSeqFlavors
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
aSeqData
);
...
...
basctl/source/inc/propbrw.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -61,7 +61,7 @@ protected:
typedef
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
>
InterfaceArray
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
>
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
>
CreateMultiSelectionSequence
(
const
SdrMarkList
&
_rMarkList
);
void
implSetNewObjectSequence
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
>&
_rObjectSeq
);
...
...
@@ -69,7 +69,7 @@ protected:
void
implSetNewObject
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
_rxObject
);
OUString
GetHeadlineName
(
static
OUString
GetHeadlineName
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
_rxObject
);
public
:
...
...
extensions/source/bibliography/bibconfig.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -101,7 +101,7 @@ class BibConfig : public utl::ConfigItem
OUString
aColumnDefaults
[
COLUMN_COUNT
];
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
GetPropertyNames
();
static
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
GetPropertyNames
();
virtual
void
ImplCommit
()
SAL_OVERRIDE
;
...
...
extensions/source/bibliography/bibmod.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -38,7 +38,7 @@ class BibModul
ResMgr
*
GetResMgr
(){
return
pResMgr
;}
static
BibConfig
*
GetConfig
();
BibDataManager
*
createDataManager
();
static
BibDataManager
*
createDataManager
();
};
...
...
extensions/source/scanner/grid.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -105,9 +105,9 @@ class GridWindow : public vcl::Window
void
drawHandles
();
void
computeExtremes
();
void
computeChunk
(
double
fMin
,
double
fMax
,
double
&
fChunkOut
,
double
&
fMinChunkOut
);
static
void
computeChunk
(
double
fMin
,
double
fMax
,
double
&
fChunkOut
,
double
&
fMinChunkOut
);
void
computeNew
();
double
interpolate
(
double
x
,
double
*
pNodeX
,
double
*
pNodeY
,
int
nNodes
);
static
double
interpolate
(
double
x
,
double
*
pNodeX
,
double
*
pNodeY
,
int
nNodes
);
virtual
void
MouseMove
(
const
MouseEvent
&
)
SAL_OVERRIDE
;
virtual
void
MouseButtonDown
(
const
MouseEvent
&
)
SAL_OVERRIDE
;
...
...
extensions/source/scanner/sane.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -98,10 +98,10 @@ private:
Link
maReloadOptionsLink
;
inline
oslGenericFunction
static
inline
oslGenericFunction
LoadSymbol
(
const
char
*
);
void
Init
();
void
DeInit
();
static
void
Init
();
static
void
DeInit
();
SANE_Status
ControlOption
(
int
,
SANE_Action
,
void
*
);
...
...
extensions/source/scanner/scanner.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -47,8 +47,8 @@ protected:
osl
::
Mutex
maProtector
;
void
*
mpData
;
void
AcquireData
();
void
ReleaseData
();
static
void
AcquireData
();
static
void
ReleaseData
();
public
:
...
...
include/sfx2/unoctitm.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -176,7 +176,7 @@ public:
SfxDispatcher
*
GetDispatcher
();
void
SetFrame
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XFrame
>&
xFrame
);
void
InterceptLOKStateChangeEvent
(
const
SfxObjectShell
*
objSh
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
aEvent
)
const
;
static
void
InterceptLOKStateChangeEvent
(
const
SfxObjectShell
*
objSh
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
aEvent
)
;
};
#endif
...
...
lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -122,9 +122,9 @@ public:
static
Sequence
<
OUString
>
getSupportedServiceNames_Static
()
throw
();
private
:
OUString
SAL_CALL
makeLowerCase
(
const
OUString
&
,
CharClass
*
);
OUString
SAL_CALL
makeUpperCase
(
const
OUString
&
,
CharClass
*
);
OUString
SAL_CALL
makeInitCap
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeLowerCase
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeUpperCase
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeInitCap
(
const
OUString
&
,
CharClass
*
);
};
inline
OUString
Hyphenator
::
getImplementationName_Static
()
throw
()
...
...
lingucomponent/source/thesaurus/libnth/nthesimp.hxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -124,9 +124,9 @@ public:
getSupportedServiceNames_Static
()
throw
();
private
:
OUString
SAL_CALL
makeLowerCase
(
const
OUString
&
,
CharClass
*
);
OUString
SAL_CALL
makeUpperCase
(
const
OUString
&
,
CharClass
*
);
OUString
SAL_CALL
makeInitCap
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeLowerCase
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeUpperCase
(
const
OUString
&
,
CharClass
*
);
static
OUString
SAL_CALL
makeInitCap
(
const
OUString
&
,
CharClass
*
);
/* static ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XLinguServiceManager > xLngSvcMgr;
...
...
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -1046,7 +1046,7 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
StateChanged
(
nSID
,
eState
,
pState
,
0
);
}
void
SfxDispatchController_Impl
::
InterceptLOKStateChangeEvent
(
const
SfxObjectShell
*
objSh
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
aEvent
)
const
void
SfxDispatchController_Impl
::
InterceptLOKStateChangeEvent
(
const
SfxObjectShell
*
objSh
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
aEvent
)
{
if
(
!
objSh
||
!
objSh
->
isTiledRendering
())
return
;
...
...
writerperfect/source/common/WPXSvInputStream.cxx
Dosyayı görüntüle @
a880ec81
...
...
@@ -425,8 +425,8 @@ private:
bool
isZip
();
void
ensureZipIsInitialized
();
librevenge
::
RVNGInputStream
*
createWPXStream
(
const
SotStorageStreamRef
&
rxStorage
);
librevenge
::
RVNGInputStream
*
createWPXStream
(
const
Reference
<
XInputStream
>
&
rxStream
);
static
librevenge
::
RVNGInputStream
*
createWPXStream
(
const
SotStorageStreamRef
&
rxStorage
);
static
librevenge
::
RVNGInputStream
*
createWPXStream
(
const
Reference
<
XInputStream
>
&
rxStream
);
private
:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
mxStream
;
...
...
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