Home
last modified time | relevance | path

Searched refs:pChildWins (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx605 pChildWins = new SfxChildWindows_Impl; in SfxWorkWindow()
642 delete pChildWins; in ~SfxWorkWindow()
688 sal_uInt16 nCount = pChildWins->Count(); in SaveStatus_Impl()
691 SfxChildWin_Impl* pCW = (*pChildWins)[n]; in SaveStatus_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()
1011 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in Close_Impl()
1013 SfxChildWin_Impl *pCW = (*pChildWins)[n]; in Close_Impl()
1027 for (sal_uInt16 n=0; n<pChildWins->Count(); n++) in PrepareClose_Impl()
[all …]
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx190 SfxChildWindows_Impl* pChildWins; member
252 SfxChildWindows_Impl* pChildWins; member in SfxWorkWindow