Home
last modified time | relevance | path

Searched refs:getControlSource (Results 1 – 10 of 10) sorted by relevance

/trunk/main/forms/source/component/
H A DComboBox.cxx466 if ( getControlSource().getLength() ) in read()
521 if ( xFieldsByName.is() && xFieldsByName->hasByName( getControlSource() ) ) in loadData()
523 aFieldName = getControlSource(); in loadData()
536 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
539 xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
H A DListBox.cxx635 if ( getControlSource().getLength() ) in read()
721 if ( xFieldsByName->hasByName( getControlSource() ) ) in loadData()
722 aFieldName = getControlSource(); in loadData()
733 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
736 … xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
H A DCheckBox.cxx207 if ( getControlSource().getLength() ) in read()
H A DEditBase.cxx194 if ( getControlSource().getLength() ) in read()
H A DRadioButton.cxx339 if ( getControlSource().getLength() ) in read()
H A DImageControl.cxx412 if ( getControlSource().getLength() ) in read()
H A DFormattedField.cxx983 if ( m_xAggregateSet.is() && ( getControlSource().getLength() == 0 ) ) in read()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.hxx82 virtual rtl::OUString SAL_CALL getControlSource();
H A Dvbacontrol.cxx269 ScVbaControl::getControlSource() in getControlSource() function in ScVbaControl
/trunk/main/forms/source/inc/
H A DFormComponent.hxx700 inline const ::rtl::OUString& getControlSource( ) const { return m_aControlSource; } in getControlSource() function in frm::OBoundControlModel