Home
last modified time | relevance | path

Searched refs:PROPERTY_SELECT_SEQ (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dstrings.hxx78 #define PROPERTY_SELECT_SEQ "SelectedItems" macro
H A Delementexport.cxx363 exportedProperty( PROPERTY_SELECT_SEQ ); in exportSubTags()
1256 getSequenceInt16PropertyAsSet(PROPERTY_SELECT_SEQ, aSelection); in exportListSourceAsElements()
H A Delementimport.cxx1548 aSelected.Name = PROPERTY_SELECT_SEQ; in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dstrings.hxx79 #define PROPERTY_SELECT_SEQ "SelectedItems" macro
H A Delementexport.cxx362 exportedProperty( PROPERTY_SELECT_SEQ ); in exportSubTags()
1255 getSequenceInt16PropertyAsSet(PROPERTY_SELECT_SEQ, aSelection); in exportListSourceAsElements()
H A Delementimport.cxx1543 aSelected.Name = PROPERTY_SELECT_SEQ; in EndElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx84 #define PROPERTY_SELECT_SEQ "SelectedItems" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx88 #define PROPERTY_SELECT_SEQ "SelectedItems" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DListBox.cxx160 initValueProperty( PROPERTY_SELECT_SEQ, PROPERTY_ID_SELECT_SEQ); in OListBoxModel()
463 _rPropertyNames.begin(), _rPropertyNames.end(), PROPERTY_SELECT_SEQ in setPropertyValues()
480 setPropertyValue( PROPERTY_SELECT_SEQ, *pSelectSequenceValue ); in setPropertyValues()
1866 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in focusGained()
1905 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()
1919 Any aValue = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()
H A DDatabaseForm.cxx768 if (!hasProperty(PROPERTY_SELECT_SEQ, xComponentSet) || in AppendComponent()
786 xComponentSet->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSelectList; in AppendComponent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DListBox.cxx167 initValueProperty( PROPERTY_SELECT_SEQ, PROPERTY_ID_SELECT_SEQ); in OListBoxModel()
470 _rPropertyNames.begin(), _rPropertyNames.end(), PROPERTY_SELECT_SEQ in setPropertyValues()
487 setPropertyValue( PROPERTY_SELECT_SEQ, *pSelectSequenceValue ); in setPropertyValues()
1873 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in focusGained()
1912 m_aCurrentSelection = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()
1926 Any aValue = xSet->getPropertyValue(PROPERTY_SELECT_SEQ); in itemStateChanged()
H A DDatabaseForm.cxx766 if (!hasProperty(PROPERTY_SELECT_SEQ, xComponentSet) || in AppendComponent()
784 xComponentSet->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSelectList; in AppendComponent()