Lines Matching refs:n

558 	for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ )  in SfxFrameWorkWin_Impl()  local
564 ( n == SFX_SPLITWINDOWS_LEFT ? SFX_ALIGN_LEFT : in SfxFrameWorkWin_Impl()
565 n == SFX_SPLITWINDOWS_RIGHT ? SFX_ALIGN_RIGHT : in SfxFrameWorkWin_Impl()
566 n == SFX_SPLITWINDOWS_TOP ? SFX_ALIGN_TOP : in SfxFrameWorkWin_Impl()
569 pSplit[n] = pSplitWin; in SfxFrameWorkWin_Impl()
611 for (sal_uInt16 n=0; n < SFX_OBJECTBAR_MAX; ++n) in SfxWorkWindow() local
631 for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in ~SfxWorkWindow() local
633 SfxSplitWindow *p = pSplit[n]; in ~SfxWorkWindow()
689 for ( sal_uInt16 n=0; n<nCount; n++ ) in SaveStatus_Impl() local
691 SfxChildWin_Impl* pCW = (*pChildWins)[n]; in SaveStatus_Impl()
715 sal_uInt16 n; in DeleteControllers_Impl() local
716 for ( n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in DeleteControllers_Impl()
718 SfxSplitWindow *p = pSplit[n]; in DeleteControllers_Impl()
724 for ( n=0; n<pChildWins->Count(); ) in DeleteControllers_Impl()
726 SfxChildWin_Impl* pCW = (*pChildWins)[n]; in DeleteControllers_Impl()
727 pChildWins->Remove(n); in DeleteControllers_Impl()
880 for ( sal_uInt16 n=0; n<aSortedList.Count(); ++n ) in Arrange_Impl() local
882 SfxChild_Impl* pCli = (*pChilds)[aSortedList[n]]; in Arrange_Impl()
1011 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in Close_Impl() local
1013 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in Close_Impl()
1027 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in PrepareClose_Impl() local
1029 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in PrepareClose_Impl()
1153 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in ShowChilds_Impl() local
1155 SfxChildWin_Impl* pCWin = (*pChildWins)[n]; in ShowChilds_Impl()
1235 sal_uInt16 n; in ResetObjectBars_Impl() local
1236 for ( n = 0; n < aObjBarList.size(); n++ ) in ResetObjectBars_Impl()
1237 aObjBarList[n].bDestroy = sal_True; in ResetObjectBars_Impl()
1239 for ( n = 0; n < pChildWins->Count(); ++n ) in ResetObjectBars_Impl()
1240 (*pChildWins)[n]->nId = 0; in ResetObjectBars_Impl()
1277 for ( sal_uInt16 n=0; n<aObjBarList.size(); n++ ) in SetObjectBar_Impl() local
1279 if ( aObjBarList[n].nId == aObjBar.nId ) in SetObjectBar_Impl()
1281 aObjBarList[n] = aObjBar; in SetObjectBar_Impl()
1305 for ( sal_uInt16 n=0; n<aObjBarList.size(); n++ ) in KnowsObjectBar_Impl() local
1307 if ( aObjBarList[n].nPos == nRealPos ) in KnowsObjectBar_Impl()
1444 sal_uInt16 n; in UpdateObjectBars_Impl() local
1445 for ( n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in UpdateObjectBars_Impl()
1447 SfxSplitWindow *p = pSplit[n]; in UpdateObjectBars_Impl()
1479 for ( n = 0; n < aObjBarList.size(); ++n ) in UpdateObjectBars_Impl()
1481 sal_uInt16 nId = aObjBarList[n].nId; in UpdateObjectBars_Impl()
1482 sal_Bool bDestroy = aObjBarList[n].bDestroy; in UpdateObjectBars_Impl()
1485 sal_uInt16 nTbxMode = aObjBarList[n].nMode; in UpdateObjectBars_Impl()
1496 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1503 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1517 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1530 for ( n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in UpdateObjectBars_Impl()
1532 SfxSplitWindow *p = pSplit[n]; in UpdateObjectBars_Impl()
1551 for ( sal_uInt16 n=0; n<pChildWins->Count(); n++ ) in UpdateChildWindows_Impl() local
1553 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in UpdateChildWindows_Impl()
1871 for ( sal_uInt16 n = 0; n < pChildWins->Count(); ++n ) in HidePopups_Impl() local
1873 SfxChildWindow *pCW = (*pChildWins)[n]->pWin; in HidePopups_Impl()
1913 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in ConfigChild_Impl() local
1915 pCW = (*pChildWins)[n]; in ConfigChild_Impl()
1976 sal_uInt16 n; in ConfigChild_Impl() local
1977 for ( n=0; n<aSortedList.Count(); ++n ) in ConfigChild_Impl()
1979 pChild = (*pChilds)[aSortedList[n]]; in ConfigChild_Impl()
1985 if ( n < aSortedList.Count() ) in ConfigChild_Impl()
1987 nPos = aSortedList[n]; in ConfigChild_Impl()
2181 for (sal_uInt16 n=0; n<nCount; n++) in SetChildWindowVisible_Impl() local
2182 if ((*pWork->pChildWins)[n]->nSaveId == nId) in SetChildWindowVisible_Impl()
2184 pCW = (*pWork->pChildWins)[n]; in SetChildWindowVisible_Impl()
2193 for (sal_uInt16 n=0; n<nCount; n++) in SetChildWindowVisible_Impl() local
2194 if ((*pChildWins)[n]->nSaveId == nId) in SetChildWindowVisible_Impl()
2196 pCW = (*pChildWins)[n]; in SetChildWindowVisible_Impl()
2233 sal_uInt16 n; in ToggleChildWindow_Impl() local
2234 for (n=0; n<nCount; n++) in ToggleChildWindow_Impl()
2235 if ((*pChildWins)[n]->nId == nId) in ToggleChildWindow_Impl()
2238 if ( n<nCount ) in ToggleChildWindow_Impl()
2241 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in ToggleChildWindow_Impl()
2324 for (n=0; n<nCount; n++) in ToggleChildWindow_Impl()
2325 if ((*pChildWins)[n]->nSaveId == nId) in ToggleChildWindow_Impl()
2328 if ( n < nCount ) in ToggleChildWindow_Impl()
2344 sal_uInt16 n; in HasChildWindow_Impl() local
2345 for (n=0; n<nCount; n++) in HasChildWindow_Impl()
2346 if ((*pChildWins)[n]->nSaveId == nId) in HasChildWindow_Impl()
2349 if (n<nCount) in HasChildWindow_Impl()
2351 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in HasChildWindow_Impl()
2376 for (sal_uInt16 n=0; n<nCount; n++) in IsFloating() local
2377 if ((*pWork->pChildWins)[n]->nSaveId == nId) in IsFloating()
2379 pCW = (*pWork->pChildWins)[n]; in IsFloating()
2388 for (sal_uInt16 n=0; n<nCount; n++) in IsFloating() local
2389 if ((*pChildWins)[n]->nSaveId == nId) in IsFloating()
2391 pCW = (*pChildWins)[n]; in IsFloating()
2424 sal_uInt16 n; in KnowsChildWindow_Impl() local
2425 for (n=0; n<nCount; n++) in KnowsChildWindow_Impl()
2427 pCW = (*pChildWins)[n]; in KnowsChildWindow_Impl()
2432 if (n<nCount) in KnowsChildWindow_Impl()
2460 for (sal_uInt16 n=0; n<nCount; n++) in SetChildWindow_Impl() local
2461 if ((*pWork->pChildWins)[n]->nSaveId == nId) in SetChildWindow_Impl()
2463 pCW = (*pWork->pChildWins)[n]; in SetChildWindow_Impl()
2472 for (sal_uInt16 n=0; n<nCount; n++) in SetChildWindow_Impl() local
2473 if ((*pChildWins)[n]->nSaveId == nId) in SetChildWindow_Impl()
2475 pCW = (*pChildWins)[n]; in SetChildWindow_Impl()
2502 sal_uInt16 n; in ShowChildWindow_Impl() local
2503 for (n=0; n<nCount; n++) in ShowChildWindow_Impl()
2505 pCW = (*pChildWins)[n]; in ShowChildWindow_Impl()
2510 if ( n<nCount ) in ShowChildWindow_Impl()
2569 for (n=0; n<nCount; n++) in ShowChildWindow_Impl()
2570 if ((*pChildWins)[n]->nSaveId == nId) in ShowChildWindow_Impl()
2573 if ( n<nCount ) in ShowChildWindow_Impl()
2589 sal_uInt16 n; in GetChildWindow_Impl() local
2590 for (n=0; n<nCount; n++) in GetChildWindow_Impl()
2591 if ((*pChildWins)[n]->nSaveId == nId) in GetChildWindow_Impl()
2594 if (n<nCount) in GetChildWindow_Impl()
2595 return (*pChildWins)[n]->pWin; in GetChildWindow_Impl()
2608 for ( sal_uInt16 n = 0; n < pChildWins->Count(); ++n ) in ResetChildWindows_Impl() local
2610 (*pChildWins)[n]->nId = 0; in ResetChildWindows_Impl()
2611 (*pChildWins)[n]->bEnable = sal_False; in ResetChildWindows_Impl()
2754 for ( sal_uInt16 n=0; n<aSortedList.Count(); ++n ) in MakeChildsVisible_Impl() local
2756 SfxChild_Impl* pCli = (*pChilds)[aSortedList[n]]; in MakeChildsVisible_Impl()
2765 for ( sal_uInt16 n=0; n<aSortedList.Count(); ++n ) in MakeChildsVisible_Impl() local
2767 SfxChild_Impl* pCli = (*pChilds)[aSortedList[n]]; in MakeChildsVisible_Impl()
2775 for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in IsAutoHideMode() local
2777 if ( pSplit[n] != pSplitWin && pSplit[n]->IsAutoHide( sal_True ) ) in IsAutoHideMode()
2789 for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in EndAutoShow_Impl() local
2791 SfxSplitWindow *p = pSplit[n]; in EndAutoShow_Impl()
2812 for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in ArrangeAutoHideWindows() local
2819 SfxSplitWindow* pSplitWin = pSplit[n]; in ArrangeAutoHideWindows()
2830 switch ( n ) in ArrangeAutoHideWindows()
2936 for ( sal_uInt16 n=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in GetFreeArea() local
2938 if ( pSplit[n]->IsPinned() || !pSplit[n]->IsVisible() ) in GetFreeArea()
2941 Size aSize = pSplit[n]->GetSizePixel(); in GetFreeArea()
2942 switch ( n ) in GetFreeArea()
2984 sal_uInt16 n; in DisableChildWindow_Impl() local
2985 for (n=0; n<nCount; n++) in DisableChildWindow_Impl()
2986 if ((*pChildWins)[n]->nSaveId == nId) in DisableChildWindow_Impl()
2988 if ( n<nCount && (*pChildWins)[n]->bDisabled != bDisable ) in DisableChildWindow_Impl()
2990 (*pChildWins)[n]->bDisabled = bDisable; in DisableChildWindow_Impl()
3035 sal_uInt16 n = bForward ? 0 : aList.Count()-1; in ActivateNextChild_Impl() local
3040 for ( n=0; n<aList.Count(); n++ ) in ActivateNextChild_Impl()
3042 SfxChild_Impl* pCli = (*pChilds)[aList[n]]; in ActivateNextChild_Impl()
3054 n = n + 1; in ActivateNextChild_Impl()
3072 n = n+1; in ActivateNextChild_Impl()
3074 n = n-1; in ActivateNextChild_Impl()
3076 if ( n == 0 || n == aList.Count()-1 ) in ActivateNextChild_Impl()
3082 SfxChild_Impl* pCli = (*pChilds)[aList[n]]; in ActivateNextChild_Impl()
3086 for ( sal_uInt16 i=0; n<SFX_SPLITWINDOWS_MAX; n++ ) in ActivateNextChild_Impl()
3110 n = n+1; in ActivateNextChild_Impl()
3112 n = n-1; in ActivateNextChild_Impl()
3114 if ( n == 0 || n == aList.Count()-1 ) in ActivateNextChild_Impl()
3127 sal_uInt16 n; in DataChanged_Impl() local
3129 for (n=0; n<nCount; n++) in DataChanged_Impl()
3131 SfxChildWin_Impl*pCW = (*pChildWins)[n]; in DataChanged_Impl()