/trunk/main/sc/source/ui/dbgui/ |
H A D | validate.cxx | 546 if ( Window *pWnd = GetChild( 0 ) ) in TidyListBoxes() local 552 if( pWnd->GetParent() == this ) in TidyListBoxes() 557 if( dynamic_cast<ListBox*>(pWnd)||dynamic_cast<ListBox*>(pWnd->GetWindow(WINDOW_CLIENT) ) ) in TidyListBoxes() 562 if ( *(void**)pWnd == *(void**)&maLbValue ) in TidyListBoxes() 573 }while( NULL != ( pWnd = pWnd->GetWindow( WINDOW_NEXT ) ) ); in TidyListBoxes() 575 pWnd = GetChild(0); in TidyListBoxes() 577 …le( std::find( alstOrder.begin(), alstOrder.end(), pWnd ) != alstOrder.end() && NULL != ( pWnd = p… in TidyListBoxes() 579 if ( pWnd ) in TidyListBoxes() 584 (*i)->SetParent( pWnd ); in TidyListBoxes() 605 if( pWnd == m_pRefEdit || pWnd == &m_btnRef ) in IMPL_LINK() [all …]
|
/trunk/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 871 const Point& rMousePos = pWnd->GetMousePos(); in IMPL_LINK() 894 const Size& rSize = pWnd->GetGraphicSize(); in IMPL_LINK() 971 const SdrView* pView = pWnd->GetSdrView(); in IMPL_LINK() 1004 switch( pWnd->GetPolyEditMode() ) in IMPL_LINK() 1020 pWnd->SetPolyEditMode( 0 ); in IMPL_LINK() 1039 const Color& rColor = pWnd->GetPipetteColor(); in IMPL_LINK() 1066 if ( pWnd->IsClickValid() ) in IMPL_LINK() 1069 const Color& rColor = pWnd->GetPipetteColor(); in IMPL_LINK() 1094 pWnd->SetGraphic( aGraphic, bNewContour ); in IMPL_LINK() 1105 pWnd->SetPipetteMode( sal_False ); in IMPL_LINK() [all …]
|
H A D | imapdlg.cxx | 754 IMPL_LINK( SvxIMapDlg, InfoHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 757 const NotifyInfo& rInfo = pWnd->GetInfo(); in IMPL_LINK() 828 IMPL_LINK( SvxIMapDlg, MousePosHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 832 const Point& rMousePos = pWnd->GetMousePos(); in IMPL_LINK() 855 const Size& rSize = pWnd->GetGraphicSize(); in IMPL_LINK() 970 IMPL_LINK( SvxIMapDlg, StateHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 972 const SdrObject* pObj = pWnd->GetSelectedSdrObject(); in IMPL_LINK() 973 const SdrModel* pModel = pWnd->GetSdrModel(); in IMPL_LINK() 974 const SdrView* pView = pWnd->GetSdrView(); in IMPL_LINK() 1000 switch( pWnd->GetPolyEditMode() ) in IMPL_LINK() [all …]
|
/trunk/main/winaccessibility/source/service/ |
H A D | AccObjectWinManager.cxx | 653 HWND pWnd) in InsertChildrenAccObj() argument 684 InsertAccObj( mpAccessible,pXAcc,pWnd ); in InsertChildrenAccObj() 685 InsertChildrenAccObj(mpAccessible,pWnd); in InsertChildrenAccObj() 755 if( pWnd == NULL ) in InsertAccObj() 761 pWnd = pObj->GetParentHWND(); in InsertAccObj() 763 if( pWnd == NULL ) in InsertAccObj() 771 pObj.SetParentHWND( pWnd ); in InsertAccObj() 821 InsertAccChildNode(pCurObj,pParentObj,pWnd); in InsertAccObj() 1296 aIter = XHWNDDocList.find( pWnd ); in GetAccDocByHWND() 1308 long pWnd = (long)( pAccObj->GetParentHWND() ); in GetAccDocByAccTopWin() local [all …]
|
H A D | AccObjectManagerAgent.cxx | 145 …ed char AccObjectManagerAgent::InsertAccObj( XAccessible* pXAcc,XAccessible* pParentXAcc,long pWnd) in InsertAccObj() argument 148 return (unsigned char)pWinManager->InsertAccObj( pXAcc, pParentXAcc,HWND((void*)pWnd) ); in InsertAccObj() 174 long pWnd) in InsertChildrenAccObj() argument 177 return (unsigned char)pWinManager->InsertChildrenAccObj( pXAcc, HWND((void*)pWnd) ); in InsertChildrenAccObj()
|
/trunk/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 304 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local 306 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute() 315 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local 317 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute() 379 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local 381 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute() 389 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local 399 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local 401 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute() 946 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() local [all …]
|
H A D | tabvwsh4.cxx | 1249 ScSimpleRefDlgWrapper* pWnd = (ScSimpleRefDlgWrapper*)pViewFrm->GetChildWindow( nId ); in StartSimpleRefDialog() local 1250 if (pWnd) in StartSimpleRefDialog() 1252 pWnd->SetCloseHdl( LINK( this, ScTabViewShell, SimpleRefClose ) ); in StartSimpleRefDialog() 1253 pWnd->SetUnoLinks( LINK( this, ScTabViewShell, SimpleRefDone ), in StartSimpleRefDialog() 1256 pWnd->SetRefString( rInitVal ); in StartSimpleRefDialog() 1257 pWnd->SetFlags( bCloseOnButtonUp, bSingleCell, bMultiSelection ); in StartSimpleRefDialog() 1258 pWnd->SetAutoReOpen( sal_False ); in StartSimpleRefDialog() 1259 Window* pWin = pWnd->GetWindow(); in StartSimpleRefDialog() 1261 pWnd->StartRefInput(); in StartSimpleRefDialog() 1271 if (pWnd) in StopSimpleRefDialog() [all …]
|
H A D | reffact.cxx | 77 if( Window *pWnd = GetWindow() ) in SFX_IMPL_MODELESSDIALOG() local 79 anInfo.aSize = pWnd->GetSizePixel(); in SFX_IMPL_MODELESSDIALOG() 81 if( pWnd->IsDialog() ) in SFX_IMPL_MODELESSDIALOG() 82 if ( static_cast<Dialog*>(pWnd)->IsRollUp() ) in SFX_IMPL_MODELESSDIALOG()
|
H A D | cellsh2.cxx | 622 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteDB() local 624 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteDB() 643 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteDB() local 645 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteDB() 904 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteDB() local 905 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteDB() 916 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteDB() local 918 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteDB()
|
H A D | tabvwsh3.cxx | 163 SfxChildWindow* pWnd = pThisFrame->GetChildWindow( nId ); in Execute() local 165 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute() 630 SfxChildWindow* pWnd = pThisFrame->GetChildWindow( nId ); in Execute() local 631 sal_Bool bSet = ( pWnd == NULL ); in Execute() 927 SfxChildWindow* pWnd = pThisFrame->GetChildWindow( nId ); in Execute() local 929 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in Execute()
|
H A D | cellsh1.cxx | 1734 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteEdit() local 1736 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteEdit() 1745 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in ExecuteEdit() local 1747 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True ); in ExecuteEdit()
|
H A D | tabvwsha.cxx | 278 SfxChildWindow* pWnd = pThisFrame->GetChildWindow( nId ); in GetState() local 279 rSet.Put( SfxBoolItem( nWhich, pWnd ? sal_True : sal_False ) ); in GetState()
|
/trunk/main/embedserv/source/embed/ |
H A D | tracker.cxx | 175 void winwrap::TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo) in TransformRect() argument 179 ClientToScreen(pWnd,&pt); in TransformRect() 184 ClientToScreen(pWnd,&pt); in TransformRect() 302 BOOL Tracker::SetCursor(HWND pWnd, UINT nHitTest) const in SetCursor() argument 311 ScreenToClient(pWnd,&point); in SetCursor() 526 LPRECT lpRect,HWND pWndClipTo,HDC pDC,HWND pWnd) in DrawTrackerRect() argument 534 TransformRect(&rect,pWnd,pWndClipTo); in DrawTrackerRect()
|
/trunk/main/winaccessibility/inc/ |
H A D | AccObjectWinManager.hxx | 112 com::sun::star::accessibility::XAccessible* GetAccDocByHWND( long pWnd ); 115 void InsertAccChildNode(AccObject* pCurObj,AccObject* pParentObj,HWND pWnd); 123 …cessibility::XAccessible* pXAcc,com::sun::star::accessibility::XAccessible* pParentXAcc,HWND pWnd); 124 sal_Bool InsertChildrenAccObj( com::sun::star::accessibility::XAccessible* pXAcc,HWND pWnd=0);
|
H A D | AccObjectManagerAgent.hxx | 51 long pWnd=0); 61 long pWnd=0);
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 653 Window* pWnd = NULL; in SetState() local 657 pWnd = &m_aFirstBtn; in SetState() 660 pWnd = &m_aPrevBtn; in SetState() 663 pWnd = &m_aNextBtn; in SetState() 666 pWnd = &m_aLastBtn; in SetState() 669 pWnd = &m_aNewBtn; in SetState() 672 pWnd = &m_aAbsolute; in SetState() 691 pWnd = &m_aRecordText; in SetState() 694 pWnd = &m_aRecordOf; in SetState() 727 pWnd->SetText(aText); in SetState() [all …]
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | acredlin.cxx | 979 ScSimpleRefDlgWrapper* pWnd =(ScSimpleRefDlgWrapper*)pViewFrm->GetChildWindow( nId ); in IMPL_LINK() local 981 if(pWnd!=NULL) in IMPL_LINK() 986 pWnd->SetCloseHdl(LINK( this, ScAcceptChgDlg,RefInfoHandle)); in IMPL_LINK() 987 pWnd->SetRefString(pTPFilter->GetRange()); in IMPL_LINK() 988 pWnd->SetAutoReOpen(sal_False); in IMPL_LINK() 989 Window* pWin=pWnd->GetWindow(); in IMPL_LINK() 993 pWnd->StartRefInput(); in IMPL_LINK() 1012 ScSimpleRefDlgWrapper* pWnd = (ScSimpleRefDlgWrapper*)pViewFrm->GetChildWindow( nId ); in IMPL_LINK() local 1014 if(pWnd!=NULL) in IMPL_LINK() 1016 Window* pWin=pWnd->GetWindow(); in IMPL_LINK()
|
/trunk/main/sc/source/ui/app/ |
H A D | scmod.cxx | 813 ScFunctionChildWindow* pWnd =(ScFunctionChildWindow*)pViewFrm->GetChildWindow( nFuncListID ); in RecentFunctionsChanged() local 815 ScFunctionDockWin* pFuncList=(ScFunctionDockWin*)pWnd->GetWindow(); in RecentFunctionsChanged() 2123 sal_Bool ScModule::RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in RegisterRefWindow() argument 2127 if( std::find( rlRefWindow.begin(), rlRefWindow.end(), pWnd ) == rlRefWindow.end() ) in RegisterRefWindow() 2129 rlRefWindow.push_back( pWnd ); in RegisterRefWindow() 2136 sal_Bool ScModule::UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in UnregisterRefWindow() argument 2145 std::list<Window*>::iterator i = std::find( rlRefWindow.begin(), rlRefWindow.end(), pWnd ); in UnregisterRefWindow() 2158 sal_Bool ScModule::IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd ) in IsAliveRefDlg() argument 2167 return rlRefWindow.end() != std::find( rlRefWindow.begin(), rlRefWindow.end(), pWnd ); in IsAliveRefDlg()
|
/trunk/main/sc/inc/ |
H A D | scmod.hxx | 280 SC_DLLPUBLIC sal_Bool RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ); 281 SC_DLLPUBLIC sal_Bool UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ); 282 SC_DLLPUBLIC sal_Bool IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd );
|
/trunk/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 38 void TransformRect(LPRECT rect,HWND pWnd,HWND pWndClipTo);
|