Home
last modified time | relevance | path

Searched refs:pWin (Results 451 – 465 of 465) sorted by relevance

1...<<111213141516171819

/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx319 static SAL_DLLPRIVATE void ImplDrawBorder( ToolBox* pWin );
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx3124 OQueryTableWindow* pWin = static_cast<OQueryTableWindow*>(pEntry->GetTabWindow()); in getPredicateTreeFromEntry() local
3184 if (pWin) in getPredicateTreeFromEntry()
3186 Reference<XNameAccess> xColumns = pWin->GetOriginalColumns(); in getPredicateTreeFromEntry()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx2223 Window* pWin = &GetEditWin(); in InsertMedium() local
2224 InfoBox(pWin, SW_RES(MSG_NO_MERGE_ENTRY)).Execute(); in InsertMedium()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx2211 Window* pWin = VCLUnoHelper::GetWindow( pExecuteInfo->xWindow ); in IMPL_STATIC_LINK_NOINSTANCE() local
2212 DockingWindow* pDockWin = dynamic_cast< DockingWindow* >( pWin ); in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2683 void lcl_SetTextCursorPos( ScViewData* pViewData, ScSplitPos eWhich, Window* pWin ) in lcl_SetTextCursorPos() argument
2687 Rectangle aEditArea = pViewData->GetEditArea( eWhich, nCol, nRow, pWin, NULL, sal_True ); in lcl_SetTextCursorPos()
2689 aEditArea = pWin->PixelToLogic( aEditArea ); in lcl_SetTextCursorPos()
2690 pWin->SetCursorRect( &aEditArea ); in lcl_SetTextCursorPos()
H A Doutput.cxx1804 void ScOutputData::DrawMark( Window* pWin ) in DrawMark() argument
1807 ScInvertMerger aInvert( pWin ); in DrawMark()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6856 pSh->pWin = pW; in SetOutDevAndWin()
6916 Window *pWin = pSh->GetWin(); in MakeGraphic() local
6920 pFlyMetafileOut = pWin; in MakeGraphic()
6950 ::SetOutDevAndWin( pSh, pOld, pWin, nZoom ); in MakeGraphic()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx474 WaitWindow_Impl* pWin = new WaitWindow_Impl(); in DECLARE_LIST() local
484 delete pWin; in DECLARE_LIST()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx495 GdkWindow* pWin = GTK_WIDGET(m_pWindow)->window; in copyBits() local
496 if( pWin ) in copyBits()
498 aWin = GDK_WINDOW_XWINDOW(pWin); in copyBits()
/trunk/main/sc/inc/
H A Ddocument.hxx759 void InvalidateControls( Window* pWin, SCTAB nTab, const Rectangle& rMMRect );
761 void StartAnimations( SCTAB nTab, Window* pWin );
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx3119 IMPL_LINK( SfxHelpWindow_Impl, SelectFactoryHdl, SfxHelpIndexWindow_Impl* , pWin ) in IMPL_LINK() argument
3132 if ( pWin ) in IMPL_LINK()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3210 void SwTransferable::StartDrag( Window* pWin, const Point& rPos ) in StartDrag() argument
3231 TransferableHelper::StartDrag( pWin, nDragOptions ); in StartDrag()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1714 Window* pWin = pThis->GetWindow(); in UpdateActiveView() local
1715 if ( pWin==pShellWin ) in UpdateActiveView()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx568 sal_Bool implImportDialog( Window* pWin, const String& rCurPath, const ScriptDocument& rDocument, c…
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx660 SwIndexTreeLB(Window* pWin, const ResId& rResId) : in SwIndexTreeLB() argument
661 SvTreeListBox(pWin, rResId), pHeaderBar(0){} in SwIndexTreeLB()

Completed in 246 milliseconds

1...<<111213141516171819