Home
last modified time | relevance | path

Searched refs:GetPropertySet (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx165 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ))); in FillSpecialItem()
172 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" )); in FillSpecialItem()
180 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" )); in FillSpecialItem()
197 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ); in FillSpecialItem()
204 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineHasColor" ) ); in FillSpecialItem()
212 aValue = GetPropertySet()->getPropertyValue( C2U( "CharOverlineColor" ) ); in FillSpecialItem()
403 if( aValue != GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ) )) in ApplySpecialItem()
405 GetPropertySet()->setPropertyValue( C2U( "CharUnderline" ), aValue ); in ApplySpecialItem()
436 if ( aValue != GetPropertySet()->getPropertyValue( C2U( "CharOverline" ) ) ) in ApplySpecialItem()
438 GetPropertySet()->setPropertyValue( C2U( "CharOverline" ), aValue ); in ApplySpecialItem()
[all …]
H A DDataPointItemConverter.cxx327 uno::Any aOldValue( GetPropertySet()->getPropertyValue( C2U( "Label" ) )); in ApplySpecialItem()
441 GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol; in ApplySpecialItem()
468 GetPropertySet()->setPropertyValue( C2U( "Symbol" ), uno::Any()); in ApplySpecialItem()
470 GetPropertySet()->setPropertyValue( C2U( "Symbol" ), in ApplySpecialItem()
483 GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol; in ApplySpecialItem()
509 GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol; in ApplySpecialItem()
555 if( GetPropertySet()->getPropertyValue( C2U( "Label" )) >>= aLabel ) in FillSpecialItem()
656 if( GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol ) in FillSpecialItem()
664 if( GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol ) in FillSpecialItem()
673 if(( GetPropertySet()->getPropertyValue( C2U( "Symbol" )) >>= aSymbol ) in FillSpecialItem()
[all …]
H A DGraphicPropertyItemConverter.cxx443 aItem.PutValue( GetPropertySet()->getPropertyValue( aPropName ) ); in FillSpecialItem()
490 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
508 GetPropertySet()->setPropertyValue( aModePropName, aValue ); in ApplySpecialItem()
579 if( aValue != GetPropertySet()->getPropertyValue( aPropName )) in ApplySpecialItem()
581 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
614 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
647 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
680 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
744 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
781 GetPropertySet()->setPropertyValue( aPropName, aValue ); in ApplySpecialItem()
[all …]
H A DStatisticsItemConverter.cxx227 GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem()
251 lcl_GetYErrorBar( GetPropertySet() )); in ApplySpecialItem()
288 GetPropertySet()->setPropertyValue( in ApplySpecialItem()
304 lcl_GetYErrorBar( GetPropertySet())); in ApplySpecialItem()
329 lcl_GetYErrorBar( GetPropertySet())); in ApplySpecialItem()
350 lcl_GetYErrorBar( GetPropertySet())); in ApplySpecialItem()
375 GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem()
437 lcl_GetYErrorBar( GetPropertySet())); in ApplySpecialItem()
530 GetPropertySet(), uno::UNO_QUERY )))); in FillSpecialItem()
537 lcl_GetYErrorBar( GetPropertySet())); in FillSpecialItem()
[all …]
H A DErrorBarItemConverter.cxx159 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
204 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
230 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in ApplySpecialItem()
242 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
260 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
349 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in FillSpecialItem()
381 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
389 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
397 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
405 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
[all …]
H A DAxisItemConverter.cxx355 GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eAxisPos; in FillSpecialItem()
363 if( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue ) in FillSpecialItem()
388 GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= ePos; in FillSpecialItem()
396 GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= ePos; in FillSpecialItem()
406 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
885 GetPropertySet()->setPropertyValue( C2U( "MarkPosition" ), uno::makeAny( ePos )); in ApplySpecialItem()
899 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldVal ); in ApplySpecialItem()
904 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
925 if( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )) != aValue ) in ApplySpecialItem()
927 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()
[all …]
H A DLegendItemConverter.cxx119 if( ! (GetPropertySet()->getPropertyValue( C2U("Show")) >>= bWasShown) || in ApplySpecialItem()
122 GetPropertySet()->setPropertyValue( C2U("Show"), uno::makeAny( bShow )); in ApplySpecialItem()
154 … if( ! ( GetPropertySet()->getPropertyValue( C2U( "AnchorPosition" )) >>= eOldPos ) || in ApplySpecialItem()
157GetPropertySet()->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( eNewPos )); in ApplySpecialItem()
158GetPropertySet()->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExpansion )); in ApplySpecialItem()
159 GetPropertySet()->setPropertyValue( C2U( "RelativePosition" ), uno::Any()); in ApplySpecialItem()
184 GetPropertySet()->getPropertyValue( C2U( "Show" )) >>= bShow; in FillSpecialItem()
191 GetPropertySet()->getPropertyValue( C2U( "AnchorPosition" )) >>= eLegendPos; in FillSpecialItem()
H A DRegressionEquationItemConverter.cxx152 if( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )) != aValue ) in ApplySpecialItem()
154 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()
173 if( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )) >>= nFormatKey ) in FillSpecialItem()
H A DTitleItemConverter.cxx204 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldVal ); in ApplySpecialItem()
209 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
230 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
H A DRegressionCurveItemConverter.cxx128 uno::Reference< chart2::XRegressionCurve > xCurve( GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem()
219 uno::Reference< chart2::XRegressionCurve > xCurve( GetPropertySet(), uno::UNO_QUERY ); in FillSpecialItem()
H A DSeriesOptionsItemConverter.cxx210 …er::attachSeriesToAxis( bAttachToMainAxis, uno::Reference< XDataSeries >::query( GetPropertySet() ) in ApplySpecialItem()
231 uno::Reference< XDataSeries > xDataSeries( GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1629 xParaRef = aSwMapProvider.GetPropertySet(nMapId)->getPropertySetInfo(); in lcl_getPropertySetInfo()
2390 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in SetPropertyValues_Impl()
2808 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in GetPropertyValues_Impl()
3236 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in setPropertiesToDefault()
4404 pPropSet = aSwMapProvider.GetPropertySet(PROPERTY_MAP_CHAR_AUTO_STYLE); in insertStyle()
4410 pPropSet = aSwMapProvider.GetPropertySet(PROPERTY_MAP_RUBY_AUTO_STYLE); in insertStyle()
4416 pPropSet = aSwMapProvider.GetPropertySet(PROPERTY_MAP_PARA_AUTO_STYLE); in insertStyle()
4879 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in GetPropertyValues_Impl()
5095 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in getPropertyStates()
5187 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet(nPropSetId); in setPropertiesToDefault()
[all …]
H A Dunoport.cxx82 , m_pPropSet(aSwMapProvider.GetPropertySet( in SwXTextPortion()
108 , m_pPropSet(aSwMapProvider.GetPropertySet( in SwXTextPortion()
132 , m_pPropSet(aSwMapProvider.GetPropertySet( in SwXTextPortion()
250 xTxtPorExtRef = aSwMapProvider.GetPropertySet( in getPropertySetInfo()
254 xRedlPorRef = aSwMapProvider.GetPropertySet( in getPropertySetInfo()
H A Dunofield.cxx298 const SfxItemPropertySet* pSet = aSwMapProvider.GetPropertySet( nId ); in GetFieldTypeMId()
507 aSwMapProvider.GetPropertySet( in getPropertySetInfo()
1957 const SfxItemPropertySet* pPropSet = aSwMapProvider.GetPropertySet( in getPropertySetInfo()
1977 const SfxItemPropertySet* _pPropSet = aSwMapProvider.GetPropertySet( in setPropertyValue()
2138 const SfxItemPropertySet* _pPropSet = aSwMapProvider.GetPropertySet( in getPropertyValue()
2143 …const SfxItemPropertySet* _pParaPropSet = aSwMapProvider.GetPropertySet(PROPERTY_MAP_PARAGRAPH_EXT… in getPropertyValue()
H A Dunosrch.cxx73 …aPropertyEntries( aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_CURSOR)->getPropertyMap()->getPr… in SwSearchProperties_Impl()
496 m_pPropSet(aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_SEARCH)), in SwXTextSearch()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx97 …SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_GROUP), aSvxMapProvider.GetPropertySet(SVXMAP_GROUP,… in SvxShapeGroup()
380 …SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONNECTOR), aSvxMapProvider.GetPropertySet(SVXMA… in SvxShapeConnector()
547 …SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CONTROL), aSvxMapProvider.GetPropertySet(SVXMAP_… in DBG_NAME()
1013 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_DIMENSIONING), aSvxMapProvider.GetPropertySet(S… in SvxShapeDimensioning()
1034 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CIRCLE), aSvxMapProvider.GetPropertySet(SVXMAP_… in SvxShapeCircle()
1059 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_POLYPOLYGON), aSvxMapProvider.GetPropertySet(SV… in SvxShapePolyPolygon()
1326 …j, aSvxMapProvider.GetMap(SVXMAP_POLYPOLYGONBEZIER), aSvxMapProvider.GetPropertySet(SVXMAP_POLYPOL… in SvxShapePolyPolygonBezier()
1635 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_GRAPHICOBJECT), aSvxMapProvider.GetPropertySet(… in SvxGraphicObject()
1904 : SvxShapeText( pObj, aSvxMapProvider.GetMap(SVXMAP_CAPTION), aSvxMapProvider.GetPropertySet(SVXMAP… in SvxShapeCaption()
1917 …SvxShapeText( pObj, aSvxMapProvider.GetMap( SVXMAP_CUSTOMSHAPE ), aSvxMapProvider.GetPropertySet(S… in SvxCustomShape()
H A Dunoshap3.cxx78 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DSCENEOBJECT), aSvxMapProvider.GetPropertySet(SVXM… in Svx3DSceneObject()
501 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DCUBEOBJEKT), aSvxMapProvider.GetPropertySet(SVXMA… in Svx3DCubeObject()
632 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DSPHEREOBJECT), aSvxMapProvider.GetPropertySet(SVX… in Svx3DSphereObject()
748 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DLATHEOBJECT), aSvxMapProvider.GetPropertySet(SVXM… in Svx3DLatheObject()
955 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DEXTRUDEOBJECT), aSvxMapProvider.GetPropertySet(SV… in Svx3DExtrudeObject()
1067 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_3DPOLYGONOBJECT), aSvxMapProvider.GetPropertySet(SV… in Svx3DPolygonObject()
H A Dunoshap4.cxx83 : SvxShapeText( pObject, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySet(SVXMAP… in SvxOle2Shape()
622 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_APPLET), aSvxMapProvider.GetPropertySet(SVXM… in SvxAppletShape()
695 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_PLUGIN), aSvxMapProvider.GetPropertySet(SVXM… in SvxPluginShape()
768 : SvxOle2Shape( pObject, aSvxMapProvider.GetMap(SVXMAP_FRAME), aSvxMapProvider.GetPropertySet(SVXMA… in SvxFrameShape()
843 : SvxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_MEDIA), aSvxMapProvider.GetPropertySet(SVXMAP_MEDIA… in SvxMediaShape()
H A Dunopage.cxx827 …e2Shape( pObj, aSvxMapProvider.GetMap(SVXMAP_OLE2), aSvxMapProvider.GetPropertySet(SVXMAP_OLE2, S… in CreateShapeByTypeAndInventor()
841 …vxShape( pObj, aSvxMapProvider.GetMap(SVXMAP_PAGE), aSvxMapProvider.GetPropertySet(SVXMAP_PAGE, S… in CreateShapeByTypeAndInventor()
/trunk/main/sc/source/ui/unoobj/
H A Doptuno.cxx215 …sal_Bool bDone = ScDocOptionsHelper::setPropertyValue( aOptions, *GetPropertySet().getPropertyMap(… in setPropertyValue()
227 …uno::Any aRet(ScDocOptionsHelper::getPropertyValue( aOptions, *GetPropertySet().getPropertyMap(), … in getPropertyValue()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx157 Theme::GetPropertySet()->addPropertyChangeListener( in SidebarController()
242 Theme::GetPropertySet()->removePropertyChangeListener( in disposing()
753 aCreationArguments.put("Theme", Theme::GetPropertySet()); in CreateUIElement()
H A DSidebarPanel.cxx149 return Theme::GetPropertySet(); in getThemeProperties()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1098 Reference< XPropertySet > xNewPropSet( pNewControlData->GetPropertySet() ); in implExecuteDataTransfer()
1760 aSelection.insert( pFormData->GetPropertySet().get() ); in ShowSelectionProperties()
1770 aSelection.insert( pEntryData->GetPropertySet().get() ); in ShowSelectionProperties()
2160 Reference< XPropertySet > xProperties( pEntryData->GetPropertySet() ); in IsHiddenControl()
/trunk/main/svx/inc/svx/
H A Dunoprov.hxx107 const SvxItemPropertySet* GetPropertySet(sal_uInt16 nPropertyId, SfxItemPool& rPool);
/trunk/main/chart2/source/controller/inc/
H A DItemConverter.hxx184 ::com::sun::star::beans::XPropertySet > GetPropertySet() const;

Completed in 154 milliseconds

123