Searched refs:PropertyIds (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 135 void PropertyMap::Insert( PropertyIds eId, bool bIsTextProperty, const uno::Any& rAny, bool bOverwr… in Insert() 488 static const PropertyIds aBorderIds[4] = in ApplyBorderToPageStyles() 495 static const PropertyIds aBorderDistanceIds[4] = in ApplyBorderToPageStyles() 502 static const PropertyIds aMarginIds[4] = in ApplyBorderToPageStyles() 532 PropertyIds eMarginId, PropertyIds eDistId, sal_Int32 nDistance, sal_Int32 nOffsetFrom ) in SetBorderDistance() 678 static PropertyIds aProperties[] = in CopyLastHeaderFooter() 710 PropertyIds aPropId = aProperties[i]; in CopyLastHeaderFooter()
|
H A D | PropertyMap.hxx | 77 PropertyIds eId; 80 PropertyDefinition( PropertyIds _eId, bool _bIsTextProperty ) : in PropertyDefinition() 115 …void Insert( PropertyIds eId, bool bIsTextProperty, const ::com::sun::star::uno::Any& rAny, bool b… 206 PropertyIds eMarginId, PropertyIds eDistId, sal_Int32 nDistance, sal_Int32 nOffsetFrom );
|
H A D | StyleSheetTable.cxx | 114 static PropertyIds pPropsToCheck[] = in AddTblStylePr() 127 PropertyIds nChecked = pPropsToCheck[i]; in AddTblStylePr() 130 … PropertyIds nInsideProp = ( i < 2 ) ? META_PROP_HORIZONTAL_BORDER : META_PROP_VERTICAL_BORDER; in AddTblStylePr() 184 static PropertyIds pPropsToCheck[] = in lcl_mergeProps() 200 for ( unsigned i = 0 ; i != sizeof(pPropsToCheck) / sizeof(PropertyIds); i++ ) in lcl_mergeProps() 202 PropertyIds nId = pPropsToCheck[i]; in lcl_mergeProps() 213 … PropertyIds nInsideProp = ( i < 2 ) ? META_PROP_HORIZONTAL_BORDER : META_PROP_VERTICAL_BORDER; in lcl_mergeProps()
|
H A D | DomainMapper.cxx | 1266 PropertyIds eBorderId = PROP_LEFT_BORDER; in lcl_attribute() 1267 PropertyIds eBorderDistId = PROP_LEFT_BORDER_DISTANCE ; in lcl_attribute() 2512 PropertyIds eBorderId = PropertyIds( 0 ); in sprmWithProps() 2513 PropertyIds eBorderDistId = PropertyIds( 0 ); in sprmWithProps() 2552 PropertyIds eBorderId = PROP_LEFT_BORDER; in sprmWithProps() 3108 PropertyIds eFontName = PROP_CHAR_FONT_NAME; in sprmWithProps() 3109 PropertyIds eFontStyle = PROP_CHAR_FONT_STYLE; in sprmWithProps() 3110 PropertyIds eFontFamily = PROP_CHAR_FONT_FAMILY; in sprmWithProps() 3111 PropertyIds eFontCharSet = PROP_CHAR_FONT_CHAR_SET; in sprmWithProps() 3112 PropertyIds eFontPitch = PROP_CHAR_FONT_PITCH; in sprmWithProps() [all …]
|
H A D | PropertyIds.hxx | 30 enum PropertyIds enum 294 const rtl::OUString& GetName( PropertyIds eId ) const;
|
H A D | makefile.mk | 56 $(SLO)$/PropertyIds.obj \
|
H A D | PropertyIds.cxx | 30 typedef ::std::map< PropertyIds, ::rtl::OUString> PropertyNameMap_t; 54 const rtl::OUString& PropertyNameSupplier::GetName( PropertyIds eId ) const in GetName()
|
H A D | BorderHandler.cxx | 152 static const PropertyIds aPropNames[BORDER_COUNT] = in getProperties()
|
H A D | DomainMapper_Impl.cxx | 465 uno::Any DomainMapper_Impl::GetPropertyFromStyleSheet(PropertyIds eId) in GetPropertyFromStyleSheet() 551 PropertyIds aBorderProperties[] = in lcl_MoveBorderPropertiesToFrame() 564 sal_uInt32 nBorderPropertyCount = sizeof( aBorderProperties ) / sizeof(PropertyIds); in lcl_MoveBorderPropertiesToFrame()
|
H A D | DomainMapper_Impl.hxx | 493 ::com::sun::star::uno::Any GetPropertyFromStyleSheet(PropertyIds eId);
|
H A D | DomainMapperTableHandler.cxx | 133 void lcl_mergeBorder( PropertyIds nId, PropertyMapPtr pOrig, PropertyMapPtr pDest ) in lcl_mergeBorder()
|
H A D | GraphicImport.cxx | 1560 PropertyIds aBorderProps[4] = in createGraphicObject()
|
Completed in 130 milliseconds