Home
last modified time | relevance | path

Searched refs:PROPERTY_TEXT (Results 1 – 16 of 16) sorted by relevance

/trunk/main/forms/source/component/
H A DEdit.cxx180 xSet->getPropertyValue( PROPERTY_TEXT ) >>= m_aHtmlChangeValue; in focusGained()
190 xSet->getPropertyValue( PROPERTY_TEXT ) >>= sNewHtmlChangeValue; in focusLost()
305 initValueProperty( PROPERTY_TEXT, PROPERTY_ID_TEXT ); in OEditModel()
560 aCurrentText = m_xAggregateSet->getPropertyValue(PROPERTY_TEXT); in write()
575 m_xAggregateSet->setPropertyValue(PROPERTY_TEXT, makeAny(::rtl::OUString())); in write()
576 m_xAggregateSet->setPropertyValue(PROPERTY_TEXT, aCurrentText); in write()
H A DDatabaseForm.cxx711 if( !hasProperty(PROPERTY_TEXT, xComponentSet) ) in AppendComponent()
747 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= sText; in AppendComponent()
750 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= sText; in AppendComponent()
760 if( hasProperty(PROPERTY_TEXT, xComponentSet) ) in AppendComponent()
763 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= aText; in AppendComponent()
851 if( hasProperty(PROPERTY_TEXT, xComponentSet) ) in AppendComponent()
855 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= aText; in AppendComponent()
H A DPattern.cxx109 initValueProperty( PROPERTY_TEXT, PROPERTY_ID_TEXT ); in DBG_NAME()
H A DFile.cxx296 m_xAggregateSet->setPropertyValue(PROPERTY_TEXT, makeAny(m_sDefaultValue)); in _reset()
H A DComboBox.cxx148 initValueProperty( PROPERTY_TEXT, PROPERTY_ID_TEXT ); in DBG_NAME()
H A DFilter.cxx281 if (rPropName == PROPERTY_TEXT || in ImplSetPeerProperty()
/trunk/main/xmloff/source/forms/
H A Dvalueproperties.cxx59 _rpCurrentValuePropertyName = PROPERTY_TEXT; in getValuePropertyNames()
76 _rpCurrentValuePropertyName = PROPERTY_TEXT; in getValuePropertyNames()
156 _rpValuePropertyName = PROPERTY_TEXT; in getRuntimeValuePropertyNames()
H A Dstrings.hxx164 XMLFORM_CONSTASCII_STRING( PROPERTY_TEXT, "Text");
H A Delementimport.cxx1506 …OSL_ENSURE( aValuePropertyPos->Name == PROPERTY_TEXT, "OTextLikeImport::EndElement: text:p was pre… in removeRedundantCurrentValue()
1507 if ( aValuePropertyPos->Name == PROPERTY_TEXT ) in removeRedundantCurrentValue()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx65 #define PROPERTY_TEXT RTL_CONSTASCII_STRINGPARAM("BubbleText") macro
464 else if( rPropertyName.compareToAscii( PROPERTY_TEXT ) == 0 ) { in setPropertyValue()
523 else if( rPropertyName.compareToAscii( PROPERTY_TEXT ) == 0 ) in getPropertyValue()
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx134 _xVclWindowPeer->setProperty(PROPERTY_TEXT, uno::makeAny(_rText)); in setPlaceholderText()
/trunk/main/reportdesign/source/shared/
H A Dstringconstants.cxx226 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TEXT, "Text");
/trunk/main/extensions/source/propctrlr/
H A Dformstrings.hxx48 PCR_CONSTASCII_STRING( PROPERTY_TEXT, "Text");
/trunk/main/forms/source/inc/
H A Dfrm_strings.hxx99 FORMS_CONSTASCII_STRING( PROPERTY_TEXT, "Text" );
/trunk/main/reportdesign/source/inc/
H A Dstringconstants.hrc230 DECLARE_CONSTASCII_USTRING(PROPERTY_TEXT );
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx78 #define PROPERTY_TEXT UNISTRING("BubbleText") macro
1417 …xMenuBarUI->setPropertyValue( PROPERTY_TEXT, uno::makeAny(rUpdateHandler->getBubbleText(eState)) ); in handleMenuBarUI()

Completed in 115 milliseconds