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.cxx469 if ( getControlSource().getLength() ) in read()
524 if ( xFieldsByName.is() && xFieldsByName->hasByName( getControlSource() ) ) in loadData()
526 aFieldName = getControlSource(); in loadData()
539 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
542 xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
H A DListBox.cxx636 if ( getControlSource().getLength() ) in read()
722 if ( xFieldsByName->hasByName( getControlSource() ) ) in loadData()
723 aFieldName = getControlSource(); in loadData()
734 if ( xFieldNames->hasByName( getControlSource() ) ) in loadData()
737 … xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet; in loadData()
H A DCheckBox.cxx208 if ( getControlSource().getLength() ) in read()
H A DEditBase.cxx194 if ( getControlSource().getLength() ) in read()
H A DRadioButton.cxx340 if ( getControlSource().getLength() ) in read()
H A DImageControl.cxx413 if ( getControlSource().getLength() ) in read()
H A DFormattedField.cxx984 if ( m_xAggregateSet.is() && ( getControlSource().getLength() == 0 ) ) in read()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.hxx82 virtual rtl::OUString SAL_CALL getControlSource() throw (css::uno::RuntimeException);
H A Dvbacontrol.cxx270 ScVbaControl::getControlSource() throw (uno::RuntimeException) in getControlSource() function in ScVbaControl
/trunk/main/forms/source/inc/
H A DFormComponent.hxx702 inline const ::rtl::OUString& getControlSource( ) const { return m_aControlSource; } in getControlSource() function in frm::OBoundControlModel

Completed in 57 milliseconds