Lines Matching refs:sal_uInt16

94 typedef sal_uInt16 SearchFlags;
162 sal_uInt16 nRetryCount;
165 static sal_uInt16 nUseBindings;
173 static sal_uInt16 nModalCount;
179 static sal_uInt16 nMinTypeKeysDelay; /// Verz�gerung der einzelnen Anschl�ge f�r TypeKeys
180 static sal_uInt16 nMaxTypeKeysDelay;
244 ScrollBar* GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase = sal_True );
247 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
248 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
249 Window* GetDocWin( sal_uInt16 nNr );
250 sal_uInt16 GetDocWinCount();
254 sal_uInt16 GetCurrentMenues( PopupMenu *&pPopup, MenuBar *&pMenuBar, Menu *&pMenu );
293 static sal_uInt16 aSubMenuId1; // Untermen�s bei PopupMenus
294 static sal_uInt16 aSubMenuId2; // erstmal 2-Stufig
295 static sal_uInt16 aSubMenuId3; // and now even 3 levels #i31512#
308 static sal_uInt16 GetDocFrameCount();
322 sal_uInt16 nAnzahl;
325 sal_uInt16 nFunctionId; // can get removed when the old (numeric) slothandling is removed
348 sal_uInt16 nMethodId;
349 sal_uInt16 nParams;
358 static sal_uInt16 nDirPos;
369 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…
384 sal_uInt16 nMethodId;
385 sal_uInt16 nParams;
400 StatementControl( SCmdStream *pIn, sal_uInt16 nControlType );
407 sal_uInt16 nArt;
409 sal_uInt16 nParams;
418 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );
458 sal_uInt16 mnSkip;
459 sal_uInt16 mnCount;
461 …SearchRT( WindowType nRTP, SearchFlags nSearchFlags, sal_uInt16 nSkip = 0 ): Search(nSearchFlags),… in SearchRT()
463 sal_uInt16 GetCount(){ return mnCount; } in GetCount()
467 sal_uInt16 nDirection;
469 …SearchScroll( sal_uInt16 nDir, SearchFlags nSearchFlags ): SearchRT(WINDOW_SCROLLBAR, nSearchFlags… in SearchScroll()