Home
last modified time | relevance | path

Searched refs:pSubEdit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx570 Edit* pSubEdit = pComboBox->GetSubEdit(); in FillAccessibleStateSet() local
571 if ( pSubEdit) in FillAccessibleStateSet()
572 sText = pSubEdit->GetText(); in FillAccessibleStateSet()
/trunk/main/dbaccess/source/ui/control/
H A Dcurledit.cxx56 Edit* pSubEdit = GetSubEdit(); in ~OConnectionURLEdit() local
58 delete pSubEdit; in ~OConnectionURLEdit()
/trunk/main/starmath/source/
H A Ddialog.cxx784 Edit *pSubEdit = rField.GetSubEdit(); in SetHelpId() local
785 if (pSubEdit) in SetHelpId()
787 pSubEdit->SetHelpId(sHelpId); in SetHelpId()
788 pSubEdit->SetHelpText(aEmptyText); in SetHelpId()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx2337 Edit* pSubEdit = GetWindow() ? static_cast< Edit* >( GetWindow() )->GetSubEdit() : NULL; in setProperty() local
2338 if ( !pSubEdit ) in setProperty()
2345 pSubEdit->SetTextLineColor(); in setProperty()
2350 pSubEdit->SetTextLineColor( Color( nColor ) ); in setProperty()

Completed in 51 milliseconds