Home
last modified time | relevance | path

Searched refs:Window (Results 526 – 550 of 3258) sorted by relevance

1...<<21222324252627282930>>...131

/aoo42x/main/padmin/source/
H A Dfontentry.cxx127 FontNameDlg::FontNameDlg( Window *pParent ) : in FontNameDlg()
412 FontImportDialog::FontImportDialog( Window* pParent ) : in FontImportDialog()
477 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontsFailed()
499 …QueryBox aQueryBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_YES_NO | WB_DEF_NO, aTe… in queryOverwriteFile()
533 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontFailed()
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx451 void VCLXAccessibleToolBox::UpdateCustomPopupItemp_Impl( Window* pWindow, bool bOpen ) in UpdateCustomPopupItemp_Impl()
485 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in HandleSubToolBarEvent()
630 …UpdateCustomPopupItemp_Impl( static_cast< Window* >( rVclWindowEvent.GetData() ), rVclWindowEvent.… in ProcessWindowEvent()
753 Window* pItemWindow = pToolBox->GetItemWindow( nItemId ); in getAccessibleChild()
802 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in GetItemWindowAccessible()
810 Window* pItemWindow = pToolBox->GetItemWindow( nItemId ); in GetItemWindowAccessible()
/aoo42x/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx230 SwSrcEditWindow::SwSrcEditWindow( Window* pParent, SwSrcView* pParentView ) : in SwSrcEditWindow()
231 Window( pParent, WB_BORDER|WB_CLIPCHILDREN ), in SwSrcEditWindow()
280 Window::DataChanged( rDCEvt ); in DataChanged()
353 Window::DataChanged( rDCEvt ); in DataChanged()
435 Window::Command(rCEvt); in Command()
457 Window::KeyInput( rKEvt ); in KeyInput()
848 Window::Invalidate(); in Invalidate()
866 Window::Command(rCEvt); in Command()
/aoo42x/main/svtools/source/control/
H A Dctrlbox.cxx91 ColorListBox::ColorListBox( Window* pParent, WinBits nWinStyle ) : in ColorListBox()
100 ColorListBox::ColorListBox( Window* pParent, const ResId& rResId ) : in ColorListBox()
383 LineListBox::LineListBox( Window* pParent, WinBits nWinStyle ) : in LineListBox()
393 LineListBox::LineListBox( Window* pParent, const ResId& rResId ) : in LineListBox()
616 FontNameBox::FontNameBox( Window* pParent, WinBits nWinStyle ) : in DECLARE_LIST()
627 FontNameBox::FontNameBox( Window* pParent, const ResId& rResId ) : in FontNameBox()
919 FontStyleBox::FontStyleBox( Window* pParent, WinBits nWinStyle ) : in FontStyleBox()
926 FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) : in FontStyleBox()
1129 FontSizeBox::FontSizeBox( Window* pParent, WinBits nWinSize ) : in FontSizeBox()
1137 FontSizeBox::FontSizeBox( Window* pParent, const ResId& rResId ) : in FontSizeBox()
/aoo42x/main/svx/inc/svx/
H A DAccessibleShapeTreeInfo.hxx35 class Window;
154 void SetWindow (Window* pWindow);
160 Window* GetWindow (void) const;
202 Window* mpWindow;
/aoo42x/main/framework/inc/classes/
H A Dfwktabwindow.hxx51 FwkTabControl( Window* pParent, const ResId& rResId );
70 Window* pParent,
100 class FwkTabWindow : public Window
117 FwkTabWindow( Window* pParent );
/aoo42x/main/extensions/source/propctrlr/
H A Dcommoncontrol.cxx51 …ControlHelper::ControlHelper( Window* _pControlWindow, sal_Int16 _nControlType, XPropertyControl& … in ControlHelper()
167 IMPL_LINK( ControlHelper, ModifiedHdl, Window*, /*_pWin*/ )
175 IMPL_LINK( ControlHelper, GetFocusHdl, Window*, /*_pWin*/ )
190 IMPL_LINK( ControlHelper, LoseFocusHdl, Window*, /*_pWin*/ )
/aoo42x/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.cxx55 Window* pParent, in InsertPropertyPanel()
76 Window* pTopWindow = pParent; in InsertPropertyPanel()
88 Window* pTopWindow = this; in ~InsertPropertyPanel()
114 Window* pWindow = dynamic_cast<VclWindowEvent*>(pEvent)->GetWindow(); in IMPL_LINK()
/aoo42x/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.hxx46 Window* pParent,
68 ::boost::scoped_ptr<Window> mpTBHorizontalBackground;
70 ::boost::scoped_ptr<Window> mpTBVerticalBackground;
118 Window* pParent,
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx464 || ( static_cast< Window& >( rDev ).IsEnabled() ); in Paint()
730 Window* pWindows[] = { m_pPainter, m_pWindow }; in ImplInitWindow()
943 static void lcl_implAlign( Window* _pWindow, WinBits _nAlignmentBit ) in lcl_implAlign()
1101 void DbTextField::Init( Window& rParent, const Reference< XRowSet >& xCursor) in Init()
1652 void setCheckBoxStyle( Window* _pWindow, bool bMono ) in setCheckBoxStyle()
1666 void DbCheckBox::Init( Window& rParent, const Reference< XRowSet >& xCursor ) in Init()
2517 void DbComboBox::Init( Window& rParent, const Reference< XRowSet >& xCursor ) in Init()
2642 void DbListBox::Init( Window& rParent, const Reference< XRowSet >& xCursor) in Init()
3240 Window* pEventWindow( getEventWindow() ); in init()
3246 Window* FmXGridCell::getEventWindow() const in getEventWindow()
[all …]
/aoo42x/main/sw/source/ui/dbui/
H A Ddbui.cxx41 PrintMonitor::PrintMonitor( Window *pParent, PrintMonitorType eType ) in PrintMonitor()
62 void lcl_ResizeControl( Window* pWin, long nDiff ) in lcl_ResizeControl()
68 void lcl_RePosControl( Window* pWin, long nDiff ) in lcl_RePosControl()
105 CreateMonitor::CreateMonitor( Window *pParent ) in CreateMonitor()
/aoo42x/main/sd/source/ui/view/
H A Dpresvish.cxx99 …ntationViewShell( SfxViewFrame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, Fr… in PresentationViewShell()
133 SvxRuler* PresentationViewShell::CreateHRuler(::sd::Window*, sal_Bool) in CreateHRuler() argument
138 SvxRuler* PresentationViewShell::CreateVRuler(::sd::Window*) in CreateVRuler() argument
168 void PresentationViewShell::Paint( const Rectangle& rRect, ::sd::Window* ) in Paint() argument
/aoo42x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.hxx50 class Window;
118 ::boost::shared_ptr<Window> mpWindow;
126 ::Window& rWindow,
134 ::Window& rWindow,
/aoo42x/main/vcl/inc/vcl/
H A Dlongcurr.hxx111 LongCurrencyField( Window* pParent, WinBits nWinStyle );
112 LongCurrencyField( Window* pParent, const ResId& rResId );
139 LongCurrencyBox( Window* pParent, WinBits nWinStyle );
140 LongCurrencyBox( Window* pParent, const ResId& rResId );
H A Dslider.hxx67 using Window::ImplInit;
68 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
85 Slider( Window* pParent, WinBits nStyle = WB_HORZ );
86 Slider( Window* pParent, const ResId& rResId );
/aoo42x/main/sc/source/ui/inc/
H A Dfuncutl.hxx40 class ValWnd : public Window
43 ValWnd( Window* pParent, const ResId& rId );
78 ScEditBox( Window* pParent, const ResId& rResId );
98 ArgEdit( Window* pParent, const ResId& rResId );
H A Dtpview.hxx90 ScTpContentOptions( Window* pParent,
95 static SfxTabPage* Create ( Window* pParent,
146 ScTpLayoutOptions( Window* pParent,
151 static SfxTabPage* Create ( Window* pParent,
/aoo42x/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx92 ScHFEditPage::ScHFEditPage( Window* pParent, in ScHFEditPage()
941 ScRightHeaderEditPage::ScRightHeaderEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScRightHeaderEditPage()
953 SfxTabPage* __EXPORT ScRightHeaderEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create()
961 ScLeftHeaderEditPage::ScLeftHeaderEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScLeftHeaderEditPage()
973 SfxTabPage* __EXPORT ScLeftHeaderEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create()
980 ScRightFooterEditPage::ScRightFooterEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScRightFooterEditPage()
992 SfxTabPage* __EXPORT ScRightFooterEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create()
999 ScLeftFooterEditPage::ScLeftFooterEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScLeftFooterEditPage()
1011 SfxTabPage* __EXPORT ScLeftFooterEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create()
/aoo42x/main/svtools/source/brwbox/
H A Ddatwin.cxx64 Window *pWin = (Window*) &rDev; in DECLARE_LIST()
258 void InitSettings_Impl( Window *pWin, in InitSettings_Impl()
643 BrowseEvent::BrowseEvent( Window* pWindow, in BrowseEvent()
664 BrowserMouseEvent::BrowserMouseEvent( Window *pWindow, const MouseEvent& rEvt, in BrowserMouseEvent()
731 Window::Invalidate( nFlags ); in Invalidate()
741 Window::Invalidate( rRect, nFlags ); in Invalidate()
/aoo42x/main/uui/source/
H A Diahndl-authentication.cxx61 Window * pParent, in executeLoginDialog()
191 Window * pParent, in handleAuthenticationRequest_()
413 Window * pParent, in executeMasterPasswordDialog()
472 Window * pParent, in handleMasterPasswordRequest_()
513 Window * pParent, in executePasswordDialog()
576 Window * pParent, in handlePasswordRequest_()
688 Window * pParent = getParentProperty(); in handlePasswordRequest()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx371 OExceptionChainDialog( Window* pParent, const ExceptionDisplayChain& _rExceptions );
380 OExceptionChainDialog::OExceptionChainDialog( Window* pParent, const ExceptionDisplayChain& _rExcep… in DBG_NAME()
506 …void lcl_positionInAppFont( const Window& _rParent, Window& _rChild, long _nX, long _nY, long _Wid… in lcl_positionInAppFont()
764 OSQLMessageBox::OSQLMessageBox(Window* _pParent, const SQLExceptionInfo& _rException, WinBits _nSty… in OSQLMessageBox()
776 OSQLMessageBox::OSQLMessageBox( Window* _pParent, const UniString& _rTitle, const UniString& _rMess… in OSQLMessageBox()
809 OSQLWarningBox::OSQLWarningBox( Window* _pParent, const UniString& _rMessage, WinBits _nStyle, in OSQLWarningBox()
/aoo42x/main/svtools/source/dialogs/
H A Dwizardmachine.cxx55 OWizardPage::OWizardPage( Window* _pParent, WinBits _nStyle ) in OWizardPage()
62 OWizardPage::OWizardPage( Window* _pParent, const ResId& _rResId ) in OWizardPage()
152 OWizardMachine::OWizardMachine(Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags ) in OWizardMachine()
165 …OWizardMachine::OWizardMachine(Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags ) in OWizardMachine()
361 void OWizardMachine::implResetDefault(Window* _pWindow) in implResetDefault()
363 Window* pChildLoop = _pWindow->GetWindow(WINDOW_FIRSTCHILD); in implResetDefault()
/aoo42x/main/svtools/source/table/
H A Dtablecontrol.cxx56 TableControl::TableControl( Window* _pParent, WinBits _nStyle ) in TableControl()
289 Window& TableControl::getDataWindow() in getDataWindow()
297 Window* pParent = GetAccessibleParentWindow(); in CreateAccessible()
526 Rectangle TableControl::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()
544 Window* TableControl::GetAccessibleParentWindow() const in GetAccessibleParentWindow()
550 Window* TableControl::GetWindowInstance() in GetWindowInstance()
/aoo42x/main/sfx2/inc/sfx2/
H A Dframe.hxx71 class Window;
120 Window* pWindow;
129 SAL_DLLPRIVATE SfxFrame( Window& i_rContainerWindow, bool bHidden );
137 …static SfxFrame* Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidde…
140 Window& GetWindow() const;
/aoo42x/main/sd/source/ui/inc/
H A Dslideshow.hxx59 class Window;
75 class Window;
108 ::Window* pParent = 0 );
124 ::Window* pParent = 0 );
202 void CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Window* pParentWindow );

Completed in 161 milliseconds

1...<<21222324252627282930>>...131