Home
last modified time | relevance | path

Searched refs:PropertyDefinition (Results 1 – 6 of 6) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx76 … PropertyMap::iterator aParaStyleIter = find(PropertyDefinition( PROP_PARA_STYLE_NAME, false ) ); in GetPropertyValues()
84 … PropertyMap::iterator aCharStyleIter = find(PropertyDefinition( PROP_CHAR_STYLE_NAME, false )); in GetPropertyValues()
91 … PropertyMap::iterator aNumRuleIter = find(PropertyDefinition( PROP_NUMBERING_RULES, false ) ); in GetPropertyValues()
149 PropertyMap::iterator aElement = find(PropertyDefinition( eId, bIsTextProperty ) ); in Insert()
157 (PropertyDefinition( eId, bIsTextProperty), in Insert()
768 … operator[]( PropertyDefinition( PROP_HEADER_IS_DYNAMIC_HEIGHT, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
769 … operator[]( PropertyDefinition( PROP_HEADER_DYNAMIC_SPACING, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
770 …operator[]( PropertyDefinition( PROP_HEADER_BODY_DISTANCE, false )) = uno::makeAny( m_nHeaderTop -… in PrepareHeaderFooterProperties()
771 … operator[]( PropertyDefinition( PROP_HEADER_HEIGHT, false )) = uno::makeAny( m_nHeaderTop ); in PrepareHeaderFooterProperties()
778 … operator[]( PropertyDefinition( PROP_HEADER_HEIGHT, false )) = uno::makeAny( m_nHeaderTop ); in PrepareHeaderFooterProperties()
[all …]
H A DDomainMapperTableHandler.cxx189 PropertyDefinition aDef( nId, false ); in lcl_mergeBorder()
201 PropertyDefinition aVertPDef( META_PROP_VERTICAL_BORDER, false ); in lcl_computeCellBorders()
202 PropertyDefinition aHorizPDef( META_PROP_HORIZONTAL_BORDER, false ); in lcl_computeCellBorders()
359 m_aTableProperties->find( PropertyDefinition( META_PROP_TABLE_STYLE_NAME, false ) ); in endTableGetTableStyle()
433 …PropertyMap::iterator aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_TOP_BORDE… in endTableGetTableStyle()
442 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_TOP_BORDER, false… in endTableGetTableStyle()
446 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
455 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_BOTTOM_BORDER, fa… in endTableGetTableStyle()
459 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
468 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_LEFT_BORDER, fals… in endTableGetTableStyle()
[all …]
H A DPropertyMap.hxx75 struct PropertyDefinition struct
80 PropertyDefinition( PropertyIds _eId, bool _bIsTextProperty ) : in PropertyDefinition() argument
84 bool operator== (const PropertyDefinition& rDef) const in operator ==() argument
86 bool operator< (const PropertyDefinition& rDef) const in operator <() argument
89 typedef std::map < PropertyDefinition, ::com::sun::star::uno::Any > _PropertyMap;
H A DStyleSheetTable.cxx128 … PropertyMap::iterator pCheckedIt = pProps->find( PropertyDefinition( nChecked, false ) ); in AddTblStylePr()
131 … PropertyMap::iterator pInsideIt = pProps->find( PropertyDefinition( nInsideProp, false ) ); in AddTblStylePr()
203 PropertyDefinition aProp( nId, false ); in lcl_mergeProps()
214 pDestIt = pToFill->find( PropertyDefinition( nInsideProp, false ) ); in lcl_mergeProps()
H A DDomainMapper_Impl.cxx503 pEntry->pProperties->find(PropertyDefinition(eId, false )); in GetPropertyFromStyleSheet()
692 …PropertyMap::iterator aParaStyleIter = pPropertyMap->find(PropertyDefinition( PROP_PARA_STYLE_NAME… in lcl_AddRangeAndStyle()
2406 PropertyDefinition aCharLocale( PROP_CHAR_LOCALE, true ); in GetCurrentLocale()
H A DDomainMapper.cxx1707 …PropertyMap::iterator aLineSpacingIter = pTopContext->find(PropertyDefinition( PROP_PARA_LINE_SPAC… in lcl_attribute()