/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 308 sal_Int32 nLen = (sal_Int32)GetPropertyValue( i ); in ReadPropSet() 2609 nValue = GetPropertyValue( i ); in ApplyCustomShapeGeometryAttributes() 5507 pTextImpRec->nDxWrapDistLeft = GetPropertyValue( in ProcessObj() 5509 pTextImpRec->nDyWrapDistTop = GetPropertyValue( in ProcessObj() 5511 pTextImpRec->nDxWrapDistRight = GetPropertyValue( in ProcessObj() 5513 pTextImpRec->nDyWrapDistBottom = GetPropertyValue( in ProcessObj() 5543 pImpRec->nCropFromTop = GetPropertyValue( in ProcessObj() 5545 pImpRec->nCropFromBottom = GetPropertyValue( in ProcessObj() 5547 pImpRec->nCropFromLeft = GetPropertyValue( in ProcessObj() 5549 pImpRec->nCropFromRight = GetPropertyValue( in ProcessObj() [all …]
|
H A D | escherex.cxx | 460 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateGradientProperties() 469 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateGradientProperties() 479 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateGradientProperties() 600 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateFillProperties() 639 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateFillProperties() 878 if ( EscherPropertyValueHelper::GetPropertyValue( in GetLineArrow() 890 if ( EscherPropertyValueHelper::GetPropertyValue( in GetLineArrow() 1033 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateLineProperties() 1103 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateLineProperties() 1120 if ( EscherPropertyValueHelper::GetPropertyValue( in CreateLineProperties() [all …]
|
H A D | dffpropset.cxx | 1294 sal_uInt32 DffPropSet::GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault ) const in GetPropertyValue() function in DffPropSet 1305 sal_uInt32 nPropValue = GetPropertyValue( nBaseId, bDefault ? nMask : 0 ); in GetPropertyBool() 1313 sal_uInt32 nBufferSize = GetPropertyValue( nId ); in GetPropertyString()
|
H A D | svdfppt.cxx | 920 sal_Int32 nFontDirection = GetPropertyValue( DFF_Prop_cdirFont, mso_cdir0 ); in ProcessObj() 948 sal_Int32 nTextBottom = GetPropertyValue( DFF_Prop_dyTextBottom, 13 * 3600 ); in ProcessObj() 1141 sal_Bool bFitShapeToText = ( GetPropertyValue( DFF_Prop_FitTextToShape ) & 2 ) != 0; in ProcessObj() 1314 sal_Int32 nTableProperties = aSecPropSet.GetPropertyValue( DFF_Prop_tableProperties, 0 ); in ProcessObj() 1387 if ( GetPropertyValue( DFF_Prop_fNoFillHitTest ) & 0x10 ) in ProcessObj() 3249 mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0 ) ); in ImportPageBackgroundObject() 3250 sal_uInt32 nColor = GetPropertyValue( DFF_Prop_fillColor, 0xffffff ); in ImportPageBackgroundObject() 5887 if ( rManager.GetPropertyValue( DFF_Prop_fNoFillHitTest ) & 0x10 ) in ApplyTo() 5888 eFillType = (MSO_FillType)rManager.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyTo() 5899 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo() [all …]
|
/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 898 …if ( GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Layout" ) ) ), sal_T… in ImplGetLayout() 1210 …sal_Bool bHasBackground = GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPAR… in ImplCreateSlide() 1229 …if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsBackgroundObje… in ImplCreateSlide() 1254 … if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Visible" ) ) ) ) in ImplCreateSlide() 1256 … if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Change" ) ) ) ) in ImplCreateSlide() 1269 … if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Effect" ) ) ) ) in ImplCreateSlide() 1277 if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ) in ImplCreateSlide() 1288 …if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "LoopSound" ) ) )… in ImplCreateSlide() 1305 … if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Speed" ) ) ) ) in ImplCreateSlide() 1312 …if ( GetPropertyValue( aAny, mXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "TransitionType" … in ImplCreateSlide() [all …]
|
H A D | epptso.cxx | 870 sal_Bool PropValue::GetPropertyValue( in GetPropertyValue() function in PropValue 933 return GetPropertyValue( mAny, mXPropSet, rString ); in ImplGetPropertyValue() 940 return GetPropertyValue( mAny, aXPropSet, rString ); in ImplGetPropertyValue() 1148 mnAngle = ( PropValue::GetPropertyValue( aAny, in ImplGetShapeByIndex() 1580 if ( PropValue::GetPropertyValue( aAny, aPropSetOfNextShape, in ImplWritePortions() 2001 if ( GetPropertyValue( mAny, mXPropSet, aCharHeightName, sal_False ) ) in ImplGetPortionValues() 2010 if ( GetPropertyValue( mAny, mXPropSet, aCharWeightName, sal_False ) ) in ImplGetPortionValues() 2021 if ( GetPropertyValue( mAny, mXPropSet, aCharLocaleName, sal_False ) ) in ImplGetPortionValues() 2167 if ( GetPropertyValue( aAny, rXPropSet, aTextFieldType, sal_True ) ) in ImplGetTextField() 2828 if ( GetPropertyValue( aAny, mXPropSet, sNumberingLevel, sal_True ) ) in ImplGetParagraphValues() [all …]
|
H A D | eppt.hxx | 498 static sal_Bool GetPropertyValue(
|
/trunk/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 250 PropertyValue* FilterConfigItem::GetPropertyValue( Sequence< PropertyValue >& rPropSeq, const OUStr… in GetPropertyValue() function in FilterConfigItem 295 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadBool() 315 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadInt32() 343 PropertyValue* pPropWidth = GetPropertyValue( aFilterData, sWidth ); in ReadSize() 344 PropertyValue* pPropHeight= GetPropertyValue( aFilterData, sHeight ); in ReadSize() 380 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadString() 399 PropertyValue* pPropVal = GetPropertyValue( aFilterData, rKey ); in ReadAny()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 577 sal_uInt32 nTextId = GetPropertyValue( DFF_Prop_lTxid, 0 ); in ProcessObj() 898 if (GetPropertyValue(DFF_Prop_fPrint) & 0x20) in ProcessObj() 902 if (GetPropertyValue(DFF_Prop_fPrint) & 0x02) in ProcessObj() 912 pImpRec->nDxWrapDistLeft = GetPropertyValue( in ProcessObj() 914 pImpRec->nDyWrapDistTop = GetPropertyValue( in ProcessObj() 916 pImpRec->nDxWrapDistRight = GetPropertyValue( in ProcessObj() 918 pImpRec->nDyWrapDistBottom = GetPropertyValue( in ProcessObj() 950 pImpRec->nCropFromTop = GetPropertyValue( in ProcessObj() 952 pImpRec->nCropFromBottom = GetPropertyValue( in ProcessObj() 954 pImpRec->nCropFromLeft = GetPropertyValue( in ProcessObj() [all …]
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 283 aRet = GetPropertyValue( rPropertyName, *pRedline); in getPropertyValue() 319 uno::Any SwXRedlinePortion::GetPropertyValue( const OUString& rPropertyName, const SwRedline& rRed… in GetPropertyValue() function in SwXRedlinePortion 569 aRet = SwXRedlinePortion::GetPropertyValue(rPropertyName, *pRedline); in getPropertyValue()
|
H A D | unoport.cxx | 279 void SwXTextPortion::GetPropertyValue( in GetPropertyValue() function in SwXTextPortion 461 GetPropertyValue( pValues[nProp], *pEntry, pUnoCrsr, pSet ); in GetPropertyValues_Impl() 724 GetPropertyValue( aResult.Value, *pEntry, pUnoCrsr, pSet ); in GetPropertyValuesTolerant_Impl()
|
H A D | unoobj.cxx | 2011 uno::Any SwUnoCursorHelper::GetPropertyValue( in GetPropertyValue() function in SwUnoCursorHelper 2409 aAny = SwUnoCursorHelper::GetPropertyValue(rUnoCursor, in getPropertyValue()
|
/trunk/main/sw/inc/ |
H A D | unoredline.hxx | 79 using SwXTextPortion::GetPropertyValue; 94 …static ::com::sun::star::uno::Any GetPropertyValue( const ::rtl::OUString& PropertyName, const Sw…
|
H A D | unocrsrhelper.hxx | 164 ::com::sun::star::uno::Any GetPropertyValue(
|
H A D | unoport.hxx | 150 void GetPropertyValue( ::com::sun::star::uno::Any &rVal,
|
/trunk/main/sd/source/ui/presenter/ |
H A D | PresenterTextView.hxx | 67 virtual css::uno::Any GetPropertyValue (
|
H A D | PresenterTextView.cxx | 201 Any PresenterTextView::GetPropertyValue (const OUString& rsPropertyName) in GetPropertyValue() function in sd::presenter::PresenterTextView
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | dffpropset.hxx | 66 sal_uInt32 GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault = 0 ) const;
|
H A D | escherex.hxx | 1011 static sal_Bool GetPropertyValue(
|
/trunk/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 1536 …MSO_Anchor eTextAnchor = (MSO_Anchor)rDffConv.GetPropertyValue( DFF_Prop_anchorText, mso_anchorTop… in DoPreProcessSdrObj() 1575 …MSO_Anchor eTextAnchor = (MSO_Anchor)rDffConv.GetPropertyValue( DFF_Prop_anchorText, mso_anchorTop… in DoPreProcessSdrObj() 2012 sal_uInt32 nColor = rDffPropSet.GetPropertyValue( nPropId ); in lclExtractColor() 3373 if( !GetBLIP( GetPropertyValue( DFF_Prop_pib ), aGraphic, &aVisArea ) ) in CreateSdrObject() 3580 sal_uInt32 nBufferSize = GetPropertyValue( DFF_Prop_pihlShape ); in ReadHlinkProperty() 4222 sal_uInt32 XclImpDffPropSet::GetPropertyValue( sal_uInt16 nPropId, sal_uInt32 nDefault ) const in GetPropertyValue() function in XclImpDffPropSet 4224 return maDffConv.GetPropertyValue( nPropId, nDefault ); in GetPropertyValue()
|
/trunk/main/sd/source/ui/inc/tools/ |
H A D | PropertySet.hxx | 114 virtual css::uno::Any GetPropertyValue (const ::rtl::OUString& rsPropertyName) = 0;
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propertyeditor.hxx | 104 ::com::sun::star::uno::Any GetPropertyValue(const ::rtl::OUString& rEntryName ) const;
|
/trunk/main/svtools/inc/svtools/ |
H A D | FilterConfigItem.hxx | 54 SVT_DLLPRIVATE static ::com::sun::star::beans::PropertyValue* GetPropertyValue(
|
/trunk/main/sd/source/ui/tools/ |
H A D | PropertySet.cxx | 106 return GetPropertyValue(rsPropertyName); in getPropertyValue()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 1253 sal_uInt32 GetPropertyValue( sal_uInt16 nPropId, sal_uInt32 nDefault = 0 ) const;
|