Lines Matching refs:sal_uInt16

51 static const sal_uInt16 nVersion = 2;
159 SfxChildWindow::SfxChildWindow(Window *pParentWindow, sal_uInt16 nId) in SfxChildWindow()
211 SfxChildWindow* SfxChildWindow::CreateChildWindow( sal_uInt16 nId, in CreateChildWindow()
216 sal_uInt16 nOldMode = Application::GetSystemWindowMode(); in CreateChildWindow()
223 for ( sal_uInt16 nFactory = 0; nFactory < rFactories.Count(); ++nFactory ) in CreateChildWindow()
254 for ( sal_uInt16 nFactory = 0; nFactory < rFactories.Count(); ++nFactory ) in CreateChildWindow()
295 sal_uInt16 nID = GetType(); in SaveStatus()
372 sal_uInt16 SfxChildWindow::GetPosition() in GetPosition()
415 void SfxChildWindow::InitializeChildWinFactory_Impl( sal_uInt16 nId, SfxChildWinInfo& rInfo ) in InitializeChildWinFactory_Impl()
437 if ( aWinData.GetChar((sal_uInt16)0) != 0x0056 ) // 'V' = 56h in InitializeChildWinFactory_Impl()
446 sal_uInt16 nPos = aWinData.Search( cToken ); in InitializeChildWinFactory_Impl()
447 sal_uInt16 nActVersion = (sal_uInt16)aWinData.Copy( 0, nPos + 1 ).ToInt32(); in InitializeChildWinFactory_Impl()
462 sal_uInt16 nNextPos = aWinData.Search( cToken, 2 ); in InitializeChildWinFactory_Impl()
466 rInfo.nFlags = (sal_uInt16)aWinData.Copy( nPos+1, nNextPos - nPos - 1 ).ToInt32(); in InitializeChildWinFactory_Impl()
471 rInfo.nFlags = (sal_uInt16)aWinData.Copy( nPos+1 ).ToInt32(); in InitializeChildWinFactory_Impl()
476 void SfxChildWindow::CreateContext( sal_uInt16 nContextId, SfxBindings& rBindings ) in CreateContext()
489 for ( sal_uInt16 nFactory = 0; nFactory < rFactories.Count(); ++nFactory ) in CreateContext()
499 for ( sal_uInt16 n=0; n<pFact->pArr->Count(); ++n ) in CreateContext()
521 for ( sal_uInt16 nFactory = 0; nFactory < rFactories.Count(); ++nFactory ) in CreateContext()
531 for ( sal_uInt16 n=0; n<pFact->pArr->Count(); ++n ) in CreateContext()
562 SfxChildWindowContext::SfxChildWindowContext( sal_uInt16 nId ) in SfxChildWindowContext()
656 sal_uInt16 *pLine, in GetExtraData_Impl()
657 sal_uInt16 *pPos in GetExtraData_Impl()
664 sal_uInt16 nPos = aExtraString.SearchAscii("AL:"); in GetExtraData_Impl()
672 sal_uInt16 n1 = aExtraString.Search('(', nPos); in GetExtraData_Impl()
675 sal_uInt16 n2 = aExtraString.Search(')', n1); in GetExtraData_Impl()
689 *pAlign = (SfxChildAlignment) (sal_uInt16) aStr.ToInt32(); in GetExtraData_Impl()
697 *pLastAlign = (SfxChildAlignment) (sal_uInt16) aStr.ToInt32(); in GetExtraData_Impl()
712 *pLine = (sal_uInt16) aChildPos.X(); in GetExtraData_Impl()
714 *pPos = (sal_uInt16) aChildPos.Y(); in GetExtraData_Impl()
748 void SfxChildWindow::Show( sal_uInt16 nFlags ) in Show()
842 void SfxChildWindowContext::RegisterChildWindowContext(SfxModule* pMod, sal_uInt16 nId, SfxChildWin… in RegisterChildWindowContext()