Home
last modified time | relevance | path

Searched refs:_rPropertyName (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx272 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in enablePropertyUI()
286 _rPropertyName, in impl_markElementEnabledOrDisabled()
303 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in enablePropertyUIElements()
320 aRebuiltProperties.insert( _rPropertyName ); in rebuildPropertyUI()
332 aShownProperties.insert( _rPropertyName ); in showPropertyUI()
334 aHiddenProperties.erase( _rPropertyName ); in showPropertyUI()
346 aHiddenProperties.insert( _rPropertyName ); in hidePropertyUI()
515 void operator()( const ::rtl::OUString& _rPropertyName ) in operator ()()
517 ((m_xUpdater.get())->*m_pSetter)( _rPropertyName ); in operator ()()
627 void operator()( const ::rtl::OUString& _rPropertyName ) in operator ()()
[all …]
H A Dpropertyhandler.hxx156 PropertyId impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const;
165 const ::rtl::OUString& _rPropertyName,
173 const ::rtl::OUString& _rPropertyName,
181 const ::rtl::OUString& _rPropertyName,
189 const ::rtl::OUString& _rPropertyName,
197 const ::rtl::OUString& _rPropertyName,
205 const ::rtl::OUString& _rPropertyName,
213 const ::rtl::OUString& _rPropertyName,
220 const ::rtl::OUString& _rPropertyName,
268 impl_getPropertyFromName_throw( const ::rtl::OUString& _rPropertyName ) const;
[all …]
H A Dpropertycomposer.cxx59 …SetPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rValue ) : sPropertyName( _rP… in SetPropertyValue()
136 return m_aSlaveHandlers[0]->getPropertyValue( _rPropertyName ); in getPropertyValue()
150 return m_aSlaveHandlers[0]->convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
171 Any aPrimaryValue = xPrimary->getPropertyValue( _rPropertyName ); in getPropertyState()
172 eState = xPrimary->getPropertyState( _rPropertyName ); in getPropertyState()
182 eSecondaryState = (*loop)->getPropertyState( _rPropertyName ); in getPropertyState()
185 Any aSecondaryValue( (*loop)->getPropertyValue( _rPropertyName ) ); in getPropertyState()
311 …eDescriptor SAL_CALL PropertyComposer::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
316 return m_aSlaveHandlers[0]->describePropertyLine( _rPropertyName, _rxControlFactory ); in describePropertyLine()
323 return m_aSlaveHandlers[0]->isComposable( _rPropertyName ); in isComposable()
[all …]
H A Deformspropertyhandler.cxx109 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
141 aReturn = xBindingProps->getPropertyValue( _rPropertyName ); in getPropertyValue()
160 …sMessage += ::rtl::OString( _rPropertyName.getStr(), _rPropertyName.getLength(), RTL_TEXTENCODING_… in getPropertyValue()
172 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
179 Any aOldValue = getPropertyValue( _rPropertyName ); in setPropertyValue()
273 Any aNewValue( getPropertyValue( _rPropertyName ) ); in setPropertyValue()
336 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
369 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()
431 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
495 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
[all …]
H A Dbuttonnavigationhandler.cxx98 …LL ButtonNavigationHandler::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyState() argument
101 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyState()
127 …Any SAL_CALL ButtonNavigationHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) th… in getPropertyValue() argument
130 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
161 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
224 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
231 …eReturn = m_xSlaveHandler->onInteractivePropertySelection( _rPropertyName, _bPrimary, _rData, _rxI… in onInteractivePropertySelection()
234 …eReturn = ButtonNavigationHandler_Base::onInteractivePropertySelection( _rPropertyName, _bPrimary,… in onInteractivePropertySelection()
271 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
278 aReturn = m_xSlaveHandler->describePropertyLine( _rPropertyName, _rxControlFactory ); in describePropertyLine()
[all …]
H A Dpropertyhandler.cxx155 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToPropertyValue()
156 Property aProperty( impl_getPropertyFromName_throw( _rPropertyName ) ); in convertToPropertyValue()
182 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue()
205 …neDescriptor SAL_CALL PropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
213 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
240 return m_pInfoService->isComposeable( _rPropertyName ); in isComposable()
328 FindPropertyByName( _rPropertyName ) in impl_getPropertyFromName_throw()
340 _rPropertyName, in implAddPropertyDescription()
341 m_pInfoService->getPropertyId( _rPropertyName ), in implAddPropertyDescription()
354 …PropertyId PropertyHandler::impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyId_throw()
[all …]
H A Dpropcontroller.cxx973 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( _rPropertyName ); in impl_getPropertyValue_throw()
974 return handler->getPropertyValue( _rPropertyName ); in impl_getPropertyValue_throw()
1585 if ( !impl_findObjectProperty_nothrow( _rPropertyName, &propertyPos ) ) in rebuildPropertyUI()
1608 if ( !impl_findObjectProperty_nothrow( _rPropertyName ) ) in enablePropertyUI()
1611 getPropertyBox().EnablePropertyLine( _rPropertyName, _bEnable ); in enablePropertyUI()
1621 if ( !impl_findObjectProperty_nothrow( _rPropertyName ) ) in enablePropertyUIElements()
1636 if ( !impl_findObjectProperty_nothrow( _rPropertyName, &propertyPos ) ) in showPropertyUI()
1641 rebuildPropertyUI( _rPropertyName ); in showPropertyUI()
1684 if ( !impl_findObjectProperty_nothrow( _rPropertyName ) ) in hidePropertyUI()
1687 getPropertyBox().RemoveEntry( _rPropertyName ); in hidePropertyUI()
[all …]
H A Dgenericpropertyhandler.cxx408 …Any SAL_CALL GenericPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) thr… in getPropertyValue() argument
414 return m_xComponent->getPropertyValue( _rPropertyName ); in getPropertyValue()
424 m_xComponent->setPropertyValue( _rPropertyName, _rValue ); in setPropertyValue()
442 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToPropertyValue()
469 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in convertToControlValue()
488 …ALL GenericPropertyHandler::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyState() argument
493 eState = m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
634 …iptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
644 PropertyMap::const_iterator pos = m_aProperties.find( _rPropertyName ); in describePropertyLine()
649 aDescriptor.DisplayName = _rPropertyName; in describePropertyLine()
[all …]
H A Dxsdvalidationpropertyhandler.cxx113 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
130 if ( pType.is() && pType->hasFacet( _rPropertyName ) ) in getPropertyValue()
131 aReturn = pType->getFacet( _rPropertyName ); in getPropertyValue()
143 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
164 pType->setFacet( _rPropertyName, _rValue ); in setPropertyValue()
291 …ference< XObjectInspectorUI >& _rxInspectorUI, const ::rtl::OUString& _rPropertyName, bool _bShow ) in showPropertyUI() argument
294 _rxInspectorUI->showPropertyUI( _rPropertyName ); in showPropertyUI()
296 _rxInspectorUI->hidePropertyUI( _rPropertyName ); in showPropertyUI()
301 …SAL_CALL XSDValidationPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
311 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
[all …]
H A Dformcomponenthandler.cxx225 lcl_isLanguageDependentProperty( _rPropertyName ) ) in lcl_getStringResourceResolverForProperty()
313 if( _rPropertyName == PROPERTY_ROWSET ) in getPropertyValue()
317 return impl_getPropertyValue_throw( _rPropertyName ); in getPropertyValue()
323 if( _rPropertyName == PROPERTY_ROWSET ) in setPropertyValue()
398 aIdStrBase += _rPropertyName; in setPropertyValue()
493 m_xComponent->setPropertyValue( _rPropertyName, aValue ); in setPropertyValue()
501 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in convertToPropertyValue()
819 return m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
978 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
1411 m_aPropertiesWithDefListEntry.insert( _rPropertyName ); in describePropertyLine()
[all …]
H A Dpropertycomposer.hxx85 …:uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (::com…
86 … SAL_CALL setPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
87 …ar::uno::Any SAL_CALL convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
88 …tar::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rPropertyName, const ::com::…
90 …SAL_CALL getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (::com::sun::star::beans:…
100 …SAL_CALL describePropertyLine( const ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno:…
101 … SAL_CALL isComposable( const ::rtl::OUString& _rPropertyName ) throw (::com…
103 …SAL_CALL onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary…
127 bool impl_isSupportedProperty_nothrow( const ::rtl::OUString& _rPropertyName ) in impl_isSupportedProperty_nothrow() argument
129 ::com::sun::star::beans::Property aDummy; aDummy.Name = _rPropertyName; in impl_isSupportedProperty_nothrow()
H A Dcellbindinghandler.cxx241 …CellBindingPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyValue() argument
244 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
287 …CellBindingPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue() argument
290 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
297 Any aOldValue = getPropertyValue( _rPropertyName ); in setPropertyValue()
346 Any aNewValue( getPropertyValue( _rPropertyName ) ); in setPropertyValue()
347 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
359 …ndingPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToPropertyValue() argument
368 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
407 … SAL_CALL CellBindingPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, in convertToControlValue() argument
[all …]
H A Dpropcontroller.hxx234 …virtual void SAL_CALL enablePropertyUI( const ::rtl::OUString& _rPropertyName, ::sal_Bool _bEnable…
235 …virtual void SAL_CALL enablePropertyUIElements( const ::rtl::OUString& _rPropertyName, ::sal_Int16…
236 …virtual void SAL_CALL rebuildPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (::com::sun…
237 …virtual void SAL_CALL showPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (::com::sun::s…
238 …virtual void SAL_CALL hidePropertyUI( const ::rtl::OUString& _rPropertyName ) throw (::com::sun::s…
292 inline bool impl_isActuatingProperty_nothrow( const ::rtl::OUString& _rPropertyName ) const in impl_isActuatingProperty_nothrow()
294 return ( m_aDependencyHandlers.find( _rPropertyName ) != m_aDependencyHandlers.end() ); in impl_isActuatingProperty_nothrow()
309 impl_getPropertyValue_throw( const ::rtl::OUString& _rPropertyName );
326 …void describePropertyLine( const ::com::sun::star::beans::Property& _rPropertyName, OLineDescripto…
348 impl_getHandlerForProperty_throw( const ::rtl::OUString& _rPropertyName ) const;
[all …]
H A Dsubmissionhandler.cxx129 …Any SAL_CALL SubmissionPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) … in getPropertyValue() argument
132 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
178 … SubmissionPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue() argument
181 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
288 …or SAL_CALL SubmissionPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
299 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
355 …ssionPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToPropertyValue() argument
367 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
394 …issionPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in convertToControlValue() argument
407 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()
H A Deventhandler.hxx120 … SAL_CALL getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (::com…
121 … SAL_CALL setPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
122 … SAL_CALL convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
123 … SAL_CALL convertToControlValue( const ::rtl::OUString& _rPropertyName, const ::com::…
124 …State SAL_CALL getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (::com…
131 …criptor SAL_CALL describePropertyLine( const ::rtl::OUString& _rPropertyName, const ::com::…
132 … SAL_CALL isComposable( const ::rtl::OUString& _rPropertyName ) throw (::com…
134 …SAL_CALL onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary…
218 impl_getEventForName_throw( const ::rtl::OUString& _rPropertyName ) const;
H A Dgenericpropertyhandler.hxx106 … SAL_CALL getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (::com…
107 … SAL_CALL setPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
108 … SAL_CALL convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com::…
109 … SAL_CALL convertToControlValue( const ::rtl::OUString& _rPropertyName, const ::com::…
110 …State SAL_CALL getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (::com…
118 …criptor SAL_CALL describePropertyLine( const ::rtl::OUString& _rPropertyName, const ::com::…
119 … SAL_CALL isComposable( const ::rtl::OUString& _rPropertyName ) throw (::com…
121 …SAL_CALL onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary…
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx261 const ::rtl::OUString& _rPropertyName ) in exportStringPropertyAttribute()
279 exportedProperty( _rPropertyName ); in exportStringPropertyAttribute()
286 DBG_CHECK_PROPERTY_NO_TYPE( _rPropertyName ); in exportBooleanPropertyAttribute()
318 exportedProperty( _rPropertyName ); in exportBooleanPropertyAttribute()
325 DBG_CHECK_PROPERTY( _rPropertyName, sal_Int16 ); in exportInt16PropertyAttribute()
342 exportedProperty( _rPropertyName ); in exportInt16PropertyAttribute()
349 DBG_CHECK_PROPERTY( _rPropertyName, sal_Int32 ); in exportInt32PropertyAttribute()
366 exportedProperty( _rPropertyName ); in exportInt32PropertyAttribute()
497 const ::rtl::OUString& _rPropertyName, in exportStringSequenceAttribute()
540 exportedProperty( _rPropertyName ); in exportStringSequenceAttribute()
[all …]
H A Dformattributes.cxx262 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addStringProperty()
265 implAdd(_pAttributeName, _rPropertyName, ::getCppuType( static_cast< ::rtl::OUString* >(NULL) ), in addStringProperty()
271 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addBooleanProperty()
282 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addInt16Property()
287 …implAdd(_pAttributeName, _rPropertyName, ::getCppuType( static_cast< sal_Int16* >(NULL) ), aDefaul… in addInt16Property()
292 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addInt32Property()
297 …implAdd( _pAttributeName, _rPropertyName, ::getCppuType( static_cast< sal_Int32* >(NULL) ), aDefau… in addInt32Property()
302 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addEnumProperty()
308 AttributeAssignment& aAssignment = implAdd(_pAttributeName, _rPropertyName, in addEnumProperty()
317 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in implAdd()
[all …]
H A Dpropertyexport.hxx118 void exportedProperty(const ::rtl::OUString& _rPropertyName) in exportedProperty() argument
119 { m_aRemainingProps.erase(_rPropertyName); } in exportedProperty()
134 const ::rtl::OUString& _rPropertyName
152 const ::rtl::OUString& _rPropertyName,
171 const ::rtl::OUString& _rPropertyName,
190 const ::rtl::OUString& _rPropertyName,
306 const ::rtl::OUString& _rPropertyName,
378 const ::rtl::OUString& _rPropertyName,
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx339 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
351 if ( _rPropertyName.equals( PROPERTY_BACKGROUNDCOLOR ) ) in setProperty()
367 else if ( _rPropertyName.equals( PROPERTY_TEXTLINECOLOR ) ) in setProperty()
380 else if ( _rPropertyName.equals( PROPERTY_ICONSIZE ) ) in setProperty()
386 else if ( _rPropertyName.equals( PROPERTY_SHOW_POSITION ) ) in setProperty()
408 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
420 if ( _rPropertyName.equals( PROPERTY_BACKGROUNDCOLOR ) ) in getProperty()
424 else if ( _rPropertyName.equals( PROPERTY_TEXTLINECOLOR ) ) in getProperty()
428 else if ( _rPropertyName.equals( PROPERTY_ICONSIZE ) ) in getProperty()
434 else if ( _rPropertyName.equals( PROPERTY_SHOW_POSITION ) ) in getProperty()
[all …]
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx189 aPrimaryValue = xMasterSet->getPropertyValue(_rPropertyName); in getPropertyState()
192 eState = xMasterState->getPropertyState(_rPropertyName); in getPropertyState()
205 eSecondaryState = xSecondaryState->getPropertyState(_rPropertyName); in getPropertyState()
208 Any aSecondaryValue(xSecondary->getPropertyValue(_rPropertyName)); in getPropertyState()
221 throw UnknownPropertyException( _rPropertyName, *this ); in getPropertyState()
230 sal_Int32 nCount = _rPropertyName.getLength(); in getPropertyStates()
232 const ::rtl::OUString* pNames = _rPropertyName.getConstArray(); in getPropertyStates()
240 …void SAL_CALL OComposedPropertySet::setPropertyToDefault( const ::rtl::OUString& _rPropertyName ) … in setPropertyToDefault() argument
247 xState->setPropertyToDefault(_rPropertyName); in setPropertyToDefault()
264 m_aSingleSets[i]->setPropertyValue(_rPropertyName, _rValue); in setPropertyValue()
[all …]
H A Dpropertystatecontainer.cxx40 static ::rtl::OUString lcl_getUnknownPropertyErrorMessage( const ::rtl::OUString& _rPropertyName ) in lcl_getUnknownPropertyErrorMessage() argument
48 sMessage.append( _rPropertyName ); in lcl_getUnknownPropertyErrorMessage()
76 …sal_Int32 OPropertyStateContainer::getHandleForName( const ::rtl::OUString& _rPropertyName ) SAL_T… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
80 sal_Int32 nHandle = rPH.getHandleByName( _rPropertyName ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
83 …throw UnknownPropertyException( lcl_getUnknownPropertyErrorMessage( _rPropertyName ), static_cast… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
89 …LL OPropertyStateContainer::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyState() argument
91 return getPropertyStateByHandle( getHandleForName( _rPropertyName ) ); in getPropertyState()
148 …void SAL_CALL OPropertyStateContainer::setPropertyToDefault( const ::rtl::OUString& _rPropertyName in setPropertyToDefault() argument
150 setPropertyToDefaultByHandle( getHandleForName( _rPropertyName ) ); in setPropertyToDefault()
154 …Any SAL_CALL OPropertyStateContainer::getPropertyDefault( const ::rtl::OUString& _rPropertyName ) … in getPropertyDefault() argument
[all …]
H A Dpropagg.cxx177 const Property* pProperty = findPropertyByName( _rPropertyName ); in getPropertyByName()
186 sal_Bool OPropertyArrayAggregationHelper::hasPropertyByName(const ::rtl::OUString& _rPropertyName) in hasPropertyByName() argument
188 return NULL != findPropertyByName( _rPropertyName ); in hasPropertyByName()
198 sal_Int32 OPropertyArrayAggregationHelper::getHandleByName(const ::rtl::OUString& _rPropertyName) in getHandleByName() argument
200 const Property* pProperty = findPropertyByName( _rPropertyName ); in getHandleByName()
608 OPropertySetHelper::addVetoableChangeListener(_rPropertyName, _rxListener); in addVetoableChangeListener()
618 OPropertySetHelper::addPropertyChangeListener(_rPropertyName, _rxListener); in addPropertyChangeListener()
910 sal_Int32 nHandle = rPH.getHandleByName( _rPropertyName ); in getPropertyState()
922 return m_xAggregateState->getPropertyState(_rPropertyName); in getPropertyState()
935 sal_Int32 nHandle = rPH.getHandleByName(_rPropertyName); in setPropertyToDefault()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx141 if ( _rxProps->getPropertyValue( _rPropertyName ) >>= bFlagValue ) in implAdjustTriStateFlag()
325 sal_Bool ORichTextControl::requiresNewPeer( const ::rtl::OUString& _rPropertyName ) const in requiresNewPeer()
327 …return UnoControl::requiresNewPeer( _rPropertyName ) || _rPropertyName.equals( PROPERTY_RICH_TEXT … in requiresNewPeer()
429 VCLXWindow::setProperty( _rPropertyName, _rValue ); in setProperty()
433 if ( _rPropertyName.equals( PROPERTY_BACKGROUNDCOLOR ) ) in setProperty()
447 else if ( _rPropertyName.equals( PROPERTY_HSCROLL ) ) in setProperty()
451 else if ( _rPropertyName.equals( PROPERTY_VSCROLL ) ) in setProperty()
455 else if ( _rPropertyName.equals( PROPERTY_HARDLINEBREAKS ) ) in setProperty()
459 else if ( _rPropertyName.equals( PROPERTY_READONLY ) ) in setProperty()
475 else if ( _rPropertyName.equals( PROPERTY_HIDEINACTIVESELECTION ) ) in setProperty()
[all …]
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx132 void OColumnPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& Value) throw( Runt… in setProperty() argument
136 if ( 0 == _rPropertyName.compareToAscii( PROPERTY_COLUMN ) ) in setProperty()
141 else if ( 0 == _rPropertyName.compareToAscii( PROPERTY_ACTIVE_CONNECTION ) ) in setProperty()
147 VCLXWindow::setProperty(_rPropertyName,Value); in setProperty()
150 Any OColumnPeer::getProperty( const ::rtl::OUString& _rPropertyName ) throw( RuntimeException ) in getProperty() argument
154 if ( pFieldControl && 0 == _rPropertyName.compareToAscii( PROPERTY_COLUMN ) ) in getProperty()
158 else if ( pFieldControl && 0 == _rPropertyName.compareToAscii( PROPERTY_ACTIVE_CONNECTION ) ) in getProperty()
163 aProp = VCLXWindow::getProperty(_rPropertyName); in getProperty()

Completed in 141 milliseconds

1234