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
509b1adc
Kaydet (Commit)
509b1adc
authored
Eyl 13, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Also get rid of :: prefix for css
Change-Id: Ie767abc36047ba614b3ac39991b3290bc19859b1
üst
92744735
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
SvXMLAutoCorrectImport.cxx
editeng/source/misc/SvXMLAutoCorrectImport.cxx
+2
-2
SvXMLAutoCorrectImport.hxx
editeng/source/misc/SvXMLAutoCorrectImport.hxx
+12
-12
SvXMLAutoCorrectTokenHandler.cxx
editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx
+3
-3
SvXMLAutoCorrectTokenHandler.hxx
editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx
+1
-1
No files found.
editeng/source/misc/SvXMLAutoCorrectImport.cxx
Dosyayı görüntüle @
509b1adc
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
#include <SvXMLAutoCorrectImport.hxx>
#include <SvXMLAutoCorrectImport.hxx>
#include <SvXMLAutoCorrectTokenHandler.hxx>
#include <SvXMLAutoCorrectTokenHandler.hxx>
using
namespace
::
css
;
using
namespace
css
;
using
namespace
::
css
::
xml
::
sax
;
using
namespace
css
::
xml
::
sax
;
SvXMLAutoCorrectImport
::
SvXMLAutoCorrectImport
(
SvXMLAutoCorrectImport
::
SvXMLAutoCorrectImport
(
const
uno
::
Reference
<
uno
::
XComponentContext
>
xContext
,
const
uno
::
Reference
<
uno
::
XComponentContext
>
xContext
,
...
...
editeng/source/misc/SvXMLAutoCorrectImport.hxx
Dosyayı görüntüle @
509b1adc
...
@@ -31,7 +31,7 @@ protected:
...
@@ -31,7 +31,7 @@ protected:
// This method is called after the namespace map has been updated, but
// This method is called after the namespace map has been updated, but
// before a context for the current element has been pushed.
// before a context for the current element has been pushed.
virtual
SvXMLImportContext
*
CreateFastContext
(
sal_Int32
Element
,
virtual
SvXMLImportContext
*
CreateFastContext
(
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
public
:
public
:
SvxAutocorrWordList
*
pAutocorr_List
;
SvxAutocorrWordList
*
pAutocorr_List
;
...
@@ -39,10 +39,10 @@ public:
...
@@ -39,10 +39,10 @@ public:
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>
xStorage
;
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>
xStorage
;
SvXMLAutoCorrectImport
(
SvXMLAutoCorrectImport
(
const
::
css
::
uno
::
Reference
<
::
css
::
uno
::
XComponentContext
>
xContext
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
xContext
,
SvxAutocorrWordList
*
pNewAutocorr_List
,
SvxAutocorrWordList
*
pNewAutocorr_List
,
SvxAutoCorrect
&
rNewAutoCorrect
,
SvxAutoCorrect
&
rNewAutoCorrect
,
const
::
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
rNewStorage
);
const
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
rNewStorage
);
virtual
~
SvXMLAutoCorrectImport
()
throw
();
virtual
~
SvXMLAutoCorrectImport
()
throw
();
};
};
...
@@ -53,10 +53,10 @@ private:
...
@@ -53,10 +53,10 @@ private:
SvXMLAutoCorrectImport
&
rLocalRef
;
SvXMLAutoCorrectImport
&
rLocalRef
;
public
:
public
:
SvXMLWordListContext
(
SvXMLAutoCorrectImport
&
rImport
,
sal_Int32
Element
,
SvXMLWordListContext
(
SvXMLAutoCorrectImport
&
rImport
,
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
virtual
css
::
uno
::
Reference
<
XFastContextHandler
>
SAL_CALL
createFastChildContext
(
sal_Int32
Element
,
virtual
css
::
uno
::
Reference
<
XFastContextHandler
>
SAL_CALL
createFastChildContext
(
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
xml
::
sax
::
SAXException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
css
::
xml
::
sax
::
SAXException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
~
SvXMLWordListContext
();
virtual
~
SvXMLWordListContext
();
...
@@ -68,7 +68,7 @@ private:
...
@@ -68,7 +68,7 @@ private:
SvXMLAutoCorrectImport
&
rLocalRef
;
SvXMLAutoCorrectImport
&
rLocalRef
;
public
:
public
:
SvXMLWordContext
(
SvXMLAutoCorrectImport
&
rImport
,
sal_Int32
Element
,
SvXMLWordContext
(
SvXMLAutoCorrectImport
&
rImport
,
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
virtual
~
SvXMLWordContext
();
virtual
~
SvXMLWordContext
();
};
};
...
@@ -80,13 +80,13 @@ protected:
...
@@ -80,13 +80,13 @@ protected:
// This method is called after the namespace map has been updated, but
// This method is called after the namespace map has been updated, but
// before a context for the current element has been pushed.
// before a context for the current element has been pushed.
virtual
SvXMLImportContext
*
CreateFastContext
(
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
virtual
SvXMLImportContext
*
CreateFastContext
(
sal_Int32
Element
,
const
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
public
:
public
:
SvStringsISortDtor
&
rList
;
SvStringsISortDtor
&
rList
;
SvXMLExceptionListImport
(
SvXMLExceptionListImport
(
const
::
css
::
uno
::
Reference
<
::
css
::
uno
::
XComponentContext
>
xContext
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
xContext
,
SvStringsISortDtor
&
rNewList
);
SvStringsISortDtor
&
rNewList
);
virtual
~
SvXMLExceptionListImport
()
throw
();
virtual
~
SvXMLExceptionListImport
()
throw
();
...
@@ -98,10 +98,10 @@ private:
...
@@ -98,10 +98,10 @@ private:
SvXMLExceptionListImport
&
rLocalRef
;
SvXMLExceptionListImport
&
rLocalRef
;
public
:
public
:
SvXMLExceptionListContext
(
SvXMLExceptionListImport
&
rImport
,
sal_Int32
Element
,
SvXMLExceptionListContext
(
SvXMLExceptionListImport
&
rImport
,
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
virtual
css
::
uno
::
Reference
<
XFastContextHandler
>
SAL_CALL
createFastChildContext
(
sal_Int32
Element
,
virtual
css
::
uno
::
Reference
<
XFastContextHandler
>
SAL_CALL
createFastChildContext
(
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
xml
::
sax
::
SAXException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
,
css
::
xml
::
sax
::
SAXException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
~
SvXMLExceptionListContext
();
virtual
~
SvXMLExceptionListContext
();
...
@@ -113,7 +113,7 @@ private:
...
@@ -113,7 +113,7 @@ private:
SvXMLExceptionListImport
&
rLocalRef
;
SvXMLExceptionListImport
&
rLocalRef
;
public
:
public
:
SvXMLExceptionContext
(
SvXMLExceptionListImport
&
rImport
,
sal_Int32
Element
,
SvXMLExceptionContext
(
SvXMLExceptionListImport
&
rImport
,
sal_Int32
Element
,
const
::
css
::
uno
::
Reference
<
::
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XFastAttributeList
>
&
xAttrList
);
virtual
~
SvXMLExceptionContext
();
virtual
~
SvXMLExceptionContext
();
};
};
...
...
editeng/source/misc/SvXMLAutoCorrectTokenHandler.cxx
Dosyayı görüntüle @
509b1adc
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#endif
#endif
#endif
#endif
using
namespace
::
css
::
uno
;
using
namespace
css
::
uno
;
using
namespace
::
xmloff
::
token
;
using
namespace
::
xmloff
::
token
;
SvXMLAutoCorrectTokenHandler
::
SvXMLAutoCorrectTokenHandler
()
SvXMLAutoCorrectTokenHandler
::
SvXMLAutoCorrectTokenHandler
()
...
@@ -35,13 +35,13 @@ SvXMLAutoCorrectTokenHandler::~SvXMLAutoCorrectTokenHandler()
...
@@ -35,13 +35,13 @@ SvXMLAutoCorrectTokenHandler::~SvXMLAutoCorrectTokenHandler()
}
}
sal_Int32
SAL_CALL
SvXMLAutoCorrectTokenHandler
::
getTokenFromUTF8
(
const
Sequence
<
sal_Int8
>&
Identifier
)
sal_Int32
SAL_CALL
SvXMLAutoCorrectTokenHandler
::
getTokenFromUTF8
(
const
Sequence
<
sal_Int8
>&
Identifier
)
throw
(
::
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
getTokenDirect
(
reinterpret_cast
<
const
char
*
>
(
Identifier
.
getConstArray
()
),
Identifier
.
getLength
()
);
return
getTokenDirect
(
reinterpret_cast
<
const
char
*
>
(
Identifier
.
getConstArray
()
),
Identifier
.
getLength
()
);
}
}
Sequence
<
sal_Int8
>
SAL_CALL
SvXMLAutoCorrectTokenHandler
::
getUTF8Identifier
(
sal_Int32
)
Sequence
<
sal_Int8
>
SAL_CALL
SvXMLAutoCorrectTokenHandler
::
getUTF8Identifier
(
sal_Int32
)
throw
(
::
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
Sequence
<
sal_Int8
>
();
return
Sequence
<
sal_Int8
>
();
}
}
...
...
editeng/source/misc/SvXMLAutoCorrectTokenHandler.hxx
Dosyayı görüntüle @
509b1adc
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <com/sun/star/xml/sax/FastToken.hpp>
#include <com/sun/star/xml/sax/FastToken.hpp>
#include <sax/fastattribs.hxx>
#include <sax/fastattribs.hxx>
using
namespace
::
css
::
xml
::
sax
;
using
namespace
css
::
xml
::
sax
;
using
namespace
::
xmloff
::
token
;
using
namespace
::
xmloff
::
token
;
enum
SvXMLAutoCorrectToken
:
sal_Int32
enum
SvXMLAutoCorrectToken
:
sal_Int32
...
...
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