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
ab5b7753
Kaydet (Commit)
ab5b7753
authored
Kas 28, 2011
tarafından
Korrawit Pruegsanusak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
s/weather/whether/ where appropriate
üst
c0a9d3d3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+1
-1
XConfiguration.idl
offapi/com/sun/star/drawing/framework/XConfiguration.idl
+1
-1
AccessibleFilterMenu.cxx
sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
+1
-1
TemplateScanner.hxx
sd/source/ui/inc/TemplateScanner.hxx
+1
-1
dispatch.cxx
sfx2/source/control/dispatch.cxx
+1
-1
navmgr.cxx
sw/source/ui/wrtsh/navmgr.cxx
+1
-1
No files found.
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
ab5b7753
...
...
@@ -658,7 +658,7 @@ class LoadEnv : private ThreadHelpBase
//_______________________________________
/** @short checks w
ea
ther a frame is already used for another load request or not.
/** @short checks w
he
ther a frame is already used for another load request or not.
@descr Such frames cant be used for our "recycle feature"!
...
...
offapi/com/sun/star/drawing/framework/XConfiguration.idl
Dosyayı görüntüle @
ab5b7753
...
...
@@ -84,7 +84,7 @@ published interface XConfiguration
[
in
]
string
sTargetURLPrefix
,
[
in
]
AnchorBindingMode
eSearchMode
)
;
/**
<
p
>
Returns
w
ea
ther
the
specified
resource
is
part
of
the
/**
<
p
>
Returns
w
he
ther
the
specified
resource
is
part
of
the
configuration
.
</p>
This
is
independent
of
whether
the
resource
does
really
exist
and
is
active
,
i
.
e.
has
a
visible
representation
in
the
GUI
.
...
...
sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
Dosyayı görüntüle @
ab5b7753
...
...
@@ -325,7 +325,7 @@ Rectangle ScAccessibleFilterMenu::GetBoundingBox() const
void
ScAccessibleFilterMenu
::
appendMenuItem
(
const
OUString
&
rName
,
bool
bEnabled
,
size_t
nMenuPos
)
{
// Check w
ea
ther this menu item is a sub menu or a regular menu item.
// Check w
he
ther this menu item is a sub menu or a regular menu item.
ScMenuFloatingWindow
*
pSubMenu
=
mpWindow
->
getSubMenuWindow
(
nMenuPos
);
Reference
<
XAccessible
>
xAccessible
;
if
(
pSubMenu
)
...
...
sd/source/ui/inc/TemplateScanner.hxx
Dosyayı görüntüle @
ab5b7753
...
...
@@ -190,7 +190,7 @@ private:
*/
std
::
vector
<
TemplateDir
*>
maFolderList
;
/** W
ea
ther the template entries have to be sorted.
/** W
he
ther the template entries have to be sorted.
*/
bool
mbEntrySortingEnabled
;
...
...
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
ab5b7753
...
...
@@ -1554,7 +1554,7 @@ void SfxDispatcher::_Update_Impl( sal_Bool bUIActive, sal_Bool bIsMDIApp, sal_Bo
if
(
bReadOnlyShell
&&
!
(
nPos
&
SFX_VISIBILITY_READONLYDOC
)
)
continue
;
// check w
ea
ther toolbar needs activation of a special feature
// check w
he
ther toolbar needs activation of a special feature
sal_uInt32
nFeature
=
pIFace
->
GetObjectBarFeature
(
nNo
);
if
(
nFeature
&&
!
pShell
->
HasUIFeature
(
nFeature
)
)
continue
;
...
...
sw/source/ui/wrtsh/navmgr.cxx
Dosyayı görüntüle @
ab5b7753
...
...
@@ -180,7 +180,7 @@ bool SwNavigationMgr::addEntry(const SwPosition& rPos) {
bool
bForwardWasEnabled
=
forwardEnabled
();
bool
bRet
=
false
;
// return value of the function.
// Indicates w
ea
ther the index should be decremented before jumping back or not
// Indicates w
he
ther the index should be decremented before jumping back or not
#if SMART
/* If any forward history exists, twist the tail of the list from the current position to the end */
if
(
bForwardWasEnabled
)
{
...
...
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