/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 257 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TEXT ), aAny, sal_False ); in textChanged() 284 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TEXT ), aAny, sal_True ); in setText() 804 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_LABEL ), aAny, sal_True ); in setLabel() 1092 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_LABEL ), aAny, sal_True ); in setLabel() 1110 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_STATE ), aAny, sal_True ); in setState() 1116 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STATE ) ); in getState() 1304 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_LABEL ), aAny, sal_True ); in setLabel() 1311 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_STATE ), aAny, sal_True ); in setState() 2351 if ( rPropName == GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ) in ImplSetPeerProperty() 2860 if ( rPropName == GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ) in ImplSetPeerProperty() [all …]
|
H A D | tkscrollbar.cxx | 154 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE ), aAny, sal_False ); in adjustmentValueChanged() 182 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE ), uno::makeAny( n ), sal_True ); in setValue() 189 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE ), aAny, sal_True ); in setValues() 191 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_VISIBLESIZE ), aAny, sal_True ); in setValues() 193 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE_MAX ), aAny, sal_True ); in setValues() 209 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE_MAX ), uno::makeAny( n ), sal_True… in setMaximum() 225 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_LINEINCREMENT ), uno::makeAny( n ), sal_True ); in setLineIncrement() 241 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_BLOCKINCREMENT ), uno::makeAny( n ), sal_True … in setBlockIncrement() 257 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_VISIBLESIZE ), uno::makeAny( n ), sal_True ); in setVisibleSize() 273 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_ORIENTATION ), uno::makeAny( n ), sal_True ); in setOrientation()
|
H A D | tkspinbutton.cxx | 214 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( rEvent.Value ), sal_Fals… in adjustmentValueChanged() 245 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( value ), sal_True ); in setValue() 251 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setValues() 252 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setValues() 253 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( currentValue ), sal_True… in setValues() 272 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MIN ), makeAny( minValue ), sal_True… in setMinimum() 278 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE_MAX ), makeAny( maxValue ), sal_True… in setMaximum() 310 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPININCREMENT ), makeAny( spinIncrement ), sal… in setSpinIncrement() 329 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_ORIENTATION ), makeAny( orientation ), sal_Tru… in setOrientation()
|
H A D | unocontrolbase.cxx | 49 ::rtl::OUString aPropName( GetPropertyName( nPropId ) ); in ImplHasProperty() 134 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_BOOL() 145 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_INT16() 156 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_UINT16() 167 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_INT32() 178 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_UINT32() 189 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_DOUBLE() 200 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_UString()
|
H A D | tabpagemodel.cxx | 166 …xThis->setPropertyValue(GetPropertyName(BASEPROPERTY_TITLE),xDialogProp->getPropertyValue(GetPrope… in initialize() 167 …xThis->setPropertyValue(GetPropertyName(BASEPROPERTY_HELPTEXT),xDialogProp->getPropertyValue(GetPr… in initialize() 168 …xThis->setPropertyValue(GetPropertyName(BASEPROPERTY_HELPURL),xDialogProp->getPropertyValue(GetPro… in initialize()
|
H A D | dialogcontrol.cxx | 180 ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_DECORATION )) >>= bDecoration; in GetComponentServiceName() 239 ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_DECORATION )) >>= bDecoration; in PrepareWindowDescriptor() 421 ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_TITLE ), aAny, sal_True ); in setTitle() 481 … if (( ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_IMAGEURL ) ) >>= aImageURL ) && in ImplModelPropertiesChanged() 485 … getPhysicalLocation( ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_DIALOGSOURCEURL )), in ImplModelPropertiesChanged() 490 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_GRAPHIC), uno::makeAny( xGraphic ), sal_True … in ImplModelPropertiesChanged()
|
H A D | unocontrol.cxx | 1181 ::rtl::OUString aPropName = GetPropertyName( BASEPROPERTY_BORDER ); in createPeer() 1208 aPropName = GetPropertyName( BASEPROPERTY_MOVEABLE ); in createPeer() 1218 aPropName = GetPropertyName( BASEPROPERTY_CLOSEABLE ); in createPeer() 1228 aPropName = GetPropertyName( BASEPROPERTY_DROPDOWN ); in createPeer() 1238 aPropName = GetPropertyName( BASEPROPERTY_SPIN ); in createPeer() 1248 aPropName = GetPropertyName( BASEPROPERTY_HSCROLL ); in createPeer() 1258 aPropName = GetPropertyName( BASEPROPERTY_VSCROLL ); in createPeer() 1268 aPropName = GetPropertyName( BASEPROPERTY_AUTOHSCROLL ); in createPeer() 1278 aPropName = GetPropertyName( BASEPROPERTY_AUTOVSCROLL ); in createPeer() 1289 aPropName = GetPropertyName( BASEPROPERTY_NOLABEL ); in createPeer() [all …]
|
H A D | animatedimages.cxx | 363 OSL_VERIFY( getPropertyValue( GetPropertyName( BASEPROPERTY_STEP_TIME ) ) >>= nStepTime ); in getStepTime() 370 setPropertyValue( GetPropertyName( BASEPROPERTY_STEP_TIME ), makeAny( i_stepTime ) ); in setStepTime() 377 … OSL_VERIFY( getPropertyValue( GetPropertyName( BASEPROPERTY_AUTO_REPEAT ) ) >>= bAutoRepeat ); in getAutoRepeat() 384 setPropertyValue( GetPropertyName( BASEPROPERTY_AUTO_REPEAT ), makeAny( i_autoRepeat ) ); in setAutoRepeat() 391 …OSL_VERIFY( getPropertyValue( GetPropertyName( BASEPROPERTY_IMAGE_SCALE_MODE ) ) >>= nImageScaleMo… in getScaleMode() 398 … setPropertyValue( GetPropertyName( BASEPROPERTY_IMAGE_SCALE_MODE ), makeAny( i_scaleMode ) ); in setScaleMode()
|
H A D | formattedcontrol.cxx | 229 … xThis->setPropertyValue( GetPropertyName( BASEPROPERTY_TEXT ), makeAny( sStringValue ) ); in impl_updateTextFromValue_nothrow() 375 += GetPropertyName((sal_uInt16)nPropId) ) in convertFastPropertyValue() 451 aNames[0] = GetPropertyName( BASEPROPERTY_EFFECTIVE_VALUE ); in textChanged() 452 aNames[1] = GetPropertyName( BASEPROPERTY_TEXT ); in textChanged()
|
H A D | roadmapcontrol.cxx | 266 Any aAny = xPropertySet->getPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ) ); in GetCurrentItemID() 291 xPropertySet->setPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ), aAny ); in insertByIndex() 323 xPropertySet->setPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ), aAny ); in removeByIndex() 462 xPropertySet->setPropertyValue( GetPropertyName( BASEPROPERTY_CURRENTITEMID ), aAny ); in itemStateChanged()
|
H A D | controlmodelcontainerbase.cxx | 562 ::rtl::OUString sImageSourceProperty = GetPropertyName( BASEPROPERTY_IMAGEURL ); in insertByName() 568 … getPhysicalLocation( getPropertyValue( GetPropertyName( BASEPROPERTY_DIALOGSOURCEURL ) ), aUrl ); in insertByName() 767 xThis->getPropertyValue(GetPropertyName(BASEPROPERTY_TITLE)) >>= sTitle; in getTitle() 774 xThis->setPropertyValue(GetPropertyName(BASEPROPERTY_TITLE),makeAny(_title)); in setTitle() 1345 xP->getPropertyValue( GetPropertyName( BASEPROPERTY_DEFAULTCONTROL ) ) >>= aDefCtrl; in ImplInsertControl() 1410 Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_FONTDESCRIPTOR ) ); in ImplSetPosSize()
|
H A D | unocontrolmodel.cxx | 617 …&& ( getPropertyState( GetPropertyName( pProp->GetId() ) ) != ::com::sun::star::beans::PropertySta… in write() 749 ::rtl::OUString sPropertyName( GetPropertyName( pProp->GetId() ) ); in write() 950 ::rtl::OUString sPropertyName( GetPropertyName( nPropId ) ); in read() 1033 aProps.getArray()[i] = GetPropertyName( nPropId ); in read() 1072 setPropertyValue( GetPropertyName( BASEPROPERTY_FONTDESCRIPTOR ), aValue ); in read() 1229 aErrorMessage.append ( GetPropertyName( (sal_uInt16)nPropId ) ); in convertFastPropertyValue()
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | propspec.hxx | 95 inline WCHAR const * GetPropertyName() const; 136 inline WCHAR const * CFullPropSpec::GetPropertyName() const in GetPropertyName() function in CFullPropSpec
|
H A D | propspec.cxx | 217 return( _wcsicmp( GetPropertyName(), prop.GetPropertyName() ) == 0 ); in operator ==()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | unopropertyarrayhelper.cxx | 65 *pPropName = GetPropertyName( id ); in fillPropertyMembersByHandle() 99 pProps[n].Name = GetPropertyName( nId ); in getProperties()
|
H A D | property.cxx | 375 const ::rtl::OUString& GetPropertyName( sal_uInt16 nPropertyId ) in GetPropertyName() function
|
/aoo4110/main/sfx2/source/doc/ |
H A D | oleprops.hxx | 257 const String& GetPropertyName( sal_Int32 nPropId ) const; 327 const String& GetPropertyName( sal_Int32 nPropId ) const;
|
H A D | oleprops.cxx | 692 const String& SfxOleDictionaryProperty::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName() function in SfxOleDictionaryProperty 909 const String& SfxOleSection::GetPropertyName( sal_Int32 nPropId ) const in GetPropertyName() function in SfxOleSection 911 return maDictProp.GetPropertyName( nPropId ); in GetPropertyName()
|
H A D | docinf.cxx | 156 ::rtl::OUString aPropName = xCustomSect->GetPropertyName( *aIt ); in LoadOlePropertySet()
|
/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | property.hxx | 241 TOOLKIT_DLLPUBLIC const ::rtl::OUString& GetPropertyName( sal_uInt16 nPropertyId );
|