Searched refs:pWork (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sfx2/source/appl/ |
H A D | workwin.cxx | 1350 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl() 1361 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl() 1370 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl() 2174 while ( pWork && pWork->pParent ) in SetChildWindowVisible_Impl() 2175 pWork = pWork->pParent; in SetChildWindowVisible_Impl() 2177 if ( pWork ) in SetChildWindowVisible_Impl() 2369 while ( pWork && pWork->pParent ) in IsFloating() 2370 pWork = pWork->pParent; in IsFloating() 2372 if ( pWork ) in IsFloating() 2453 while ( pWork && pWork->pParent ) in SetChildWindow_Impl() [all …]
|
H A D | app.cxx | 648 SfxWorkWindow* pWork = GetWorkWindow_Impl( SfxViewFrame::Current() ); in GetTopWindow() local 649 return pWork ? pWork->GetWindow() : NULL; in GetTopWindow()
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 3178 if ( pWork ) in MiscExec_Impl() 3326 if ( pWork ) in MiscState_Impl() 3520 SfxWorkWindow* pWork = 0; in GetWorkWindow_Impl() local 3521 pWork = GetFrame().GetWorkWindow_Impl(); in GetWorkWindow_Impl() 3522 return pWork; in GetWorkWindow_Impl() 3534 if ( pWork ) in SetChildWindow() 3543 if ( pWork ) in ToggleChildWindow() 3552 return pWork ? pWork->HasChildWindow_Impl(nId) : sal_False; in HasChildWindow() 3560 return pWork ? pWork->KnowsChildWindow_Impl(nId) : sal_False; in KnowsChildWindow() 3568 if ( pWork ) in ShowChildWindow() [all …]
|
H A D | frame.cxx | 934 SfxWorkWindow *pWork = GetWorkWindow_Impl(); in Resize() local 944 pWork = SfxViewFrame::GetFirst( pDoc )->GetFrame().GetWorkWindow_Impl(); in Resize() 948 if ( pWork ) in Resize() 950 pWork->ArrangeChilds_Impl(); in Resize() 951 pWork->ShowChilds_Impl(); in Resize()
|
H A D | sfxbasecontroller.cxx | 251 SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork) in SfxStatusIndicator() argument 253 , pWorkWindow( pWork ) in SfxStatusIndicator()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbawindow.cxx | 423 WorkWindow* pWork = (WorkWindow*) pViewFrame->GetFrame().GetSystemWindow(); in getWindowState() local 424 if ( pWork ) in getWindowState() 426 if ( pWork -> IsMaximized()) in getWindowState() 428 else if (pWork -> IsMinimized()) in getWindowState() 442 WorkWindow* pWork = (WorkWindow*) pViewFrame->GetFrame().GetSystemWindow(); in setWindowState() local 443 if ( pWork ) in setWindowState() 446 pWork -> Maximize(); in setWindowState() 448 pWork -> Minimize(); in setWindowState() 450 pWork -> Restore(); in setWindowState()
|
/aoo4110/main/tools/source/communi/ |
H A D | geninfo.cxx | 147 GenericInformation* pTemp,*pWork; in GenericInformationList() local 154 pWork = new GenericInformation(*pTemp,sal_True); in GenericInformationList() 156 Insert(pWork,LIST_APPEND); in GenericInformationList()
|
/aoo4110/main/sfx2/source/control/ |
H A D | dispatch.cxx | 1650 SfxWorkWindow *pWork = pDisp->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl() local 1651 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl() 1708 SfxWorkWindow *pWork = pDispat->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl() local 1709 SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl(); in Update_Impl() 1712 pWork->ResetObjectBars_Impl(); in Update_Impl() 1713 pWork->ResetChildWindows_Impl(); in Update_Impl()
|
H A D | bindings.cxx | 2232 void SfxBindings::SetWorkWindow_Impl( SfxWorkWindow* pWork ) in SetWorkWindow_Impl() argument 2234 pImp->pWorkWin = pWork; in SetWorkWindow_Impl()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 1949 sal_Unicode *pWork; in WW8Read_xstz() local 1950 for( n = 0, pWork = pData; n < b; ++n, ++pWork ) in WW8Read_xstz() 1951 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 2842 sal_Unicode* pWork = pBuffer; in ReadPlainChars() local 2863 for( nL2 = 0; nL2 < nLen; ++nL2, ++pWork ) in ReadPlainChars() 2890 *pWork = nUCode; in ReadPlainChars() 2900 *pWork = aTemp.GetChar(0); in ReadPlainChars() 2905 Custom8BitToUnicode(hConverter, &cTest, 1, pWork, 1); in ReadPlainChars()
|
H A D | ww8scan.cxx | 2130 sal_Unicode *pWork; in WW8Read_xstz() local 2131 for( n = 0, pWork = pData; n < b; ++n, ++pWork ) in WW8Read_xstz() 2132 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()
|
Completed in 124 milliseconds