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
77a2d4b9
Kaydet (Commit)
77a2d4b9
authored
Ock 08, 2016
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: document parameters in svapp.hxx
Change-Id: Ifab1794363cd9bbe2cc1bb8010edbe25f0a0ac0d
üst
42f57eac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
svapp.hxx
include/vcl/svapp.hxx
+6
-3
No files found.
include/vcl/svapp.hxx
Dosyayı görüntüle @
77a2d4b9
...
...
@@ -735,7 +735,7 @@ public:
/** Send event to all VCL application event listeners
@param
pEvent Pointer
to VclSimpleEvent
@param
rEvent Reference
to VclSimpleEvent
@see ImplCallEventListeners(sal_uLong nEvent, Windows* pWin, void* pData);
*/
...
...
@@ -765,7 +765,7 @@ public:
@param nEvent Event ID for mouse event
@param pWin Pointer to window to which the event is sent
@param p
KeyEvent
Mouse event to send
@param p
MouseEvent
Mouse event to send
*/
static
ImplSVEvent
*
PostMouseEvent
(
sal_uLong
nEvent
,
vcl
::
Window
*
pWin
,
MouseEvent
*
pMouseEvent
);
...
...
@@ -802,7 +802,7 @@ public:
If the idle event manager doesn't exist, then initialize it.
@param rLink const reference to the idle handler
@param nPrio
The priority of the idle handler - idle handlers of a higher
@param nPrio
rity
The priority of the idle handler - idle handlers of a higher
priority will be processed before this handler.
@return true if the handler was inserted successfully, false if it couldn't be inserted.
...
...
@@ -1398,6 +1398,9 @@ public:
@param rMimeType The mime content type of the document specified by aFileUrl.
If an empty string will be provided "application/octet-stream"
will be used.
@param rDocumentService The app (or "document service") you will be adding the file to
e.g. com.sun.star.text.TextDocument
*/
static
void
AddToRecentDocumentList
(
const
OUString
&
rFileUrl
,
const
OUString
&
rMimeType
,
const
OUString
&
rDocumentService
);
...
...
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