Home
last modified time | relevance | path

Searched refs:GetEdit (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfilectrl.cxx116 GetEdit().SetZoom( GetZoom() ); in StateChanged()
125 GetEdit().SetControlFont( GetControlFont() ); in StateChanged()
134 GetEdit().SetControlForeground( GetControlForeground() ); in StateChanged()
139 GetEdit().SetControlBackground( GetControlBackground() ); in StateChanged()
201 WinBits nOldEditStyle = GetEdit().GetStyle(); in Draw()
203 GetEdit().SetStyle( nOldEditStyle|WB_BORDER ); in Draw()
204 GetEdit().Draw( pDev, rPos, rSize, nFlags ); in Draw()
206 GetEdit().SetStyle( nOldEditStyle ); in Draw()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx554 pControl->GetEdit().SetModifyHdl( Link() ); in ~VCLXFileControl()
604 pPrevFileControl->GetEdit().SetModifyHdl( Link() ); in SetWindow()
646 pFileControl->GetEdit().ReplaceSelected( aText ); in insertText()
668 aText = pFileControl->GetEdit().GetSelected(); in getSelectedText()
690 aSel.Min = pFileControl->GetEdit().GetSelection().Min(); in getSelection()
691 aSel.Max = pFileControl->GetEdit().GetSelection().Max(); in getSelection()
701 …return ( pFileControl && !pFileControl->GetEdit().IsReadOnly() && pFileControl->GetEdit().IsEnable… in isEditable()
710 pFileControl->GetEdit().SetReadOnly( !bEditable ); in setEditable()
719 pFileControl->GetEdit().SetMaxTextLen( nLen ); in setMaxTextLen()
748 Size aTmpSize = pControl->GetEdit().CalcMinimumSize(); in getMinimumSize()
[all …]
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx107 GetEdit ()->SetSelection (rSelection); in SetSelection()
118 GetEdit ()->SetText (rStr); in SetText()
/trunk/main/svtools/inc/svtools/
H A Dfilectrl.hxx76 Edit& GetEdit() { return maEdit; } in GetEdit() function in FileControl
/trunk/main/sc/source/ui/inc/
H A Dfuncutl.hxx82 MultiLineEdit* GetEdit() {return pMEdit;} in GetEdit() function in ScEditBox
/trunk/main/formula/source/ui/dlg/
H A DControlHelper.hxx75 MultiLineEdit* GetEdit() {return pMEdit;} in GetEdit() function in formula::EditBox
H A Dformula.cxx311 pMEdit = aMEFormula.GetEdit(); in FormulaDlg_Impl()

Completed in 62 milliseconds