Home
last modified time | relevance | path

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

/aoo41x/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()
148 PropertyMap::iterator aElement = find(PropertyDefinition( eId, bIsTextProperty ) ); in Insert()
156 (PropertyDefinition( eId, bIsTextProperty), in Insert()
808 operator[]( PropertyDefinition( PROP_TOP_MARGIN, false )) = uno::makeAny( m_nTopMargin ); in PrepareHeaderFooterProperties()
809 operator[]( PropertyDefinition( PROP_BOTTOM_MARGIN, false )) = uno::makeAny( m_nBottomMargin ); in PrepareHeaderFooterProperties()
893 PropertyMap::iterator aElement = find(PropertyDefinition( PROP_HEIGHT, false )); in CloseSectionGroup()
898 aElement = find(PropertyDefinition( PROP_WIDTH, false )); in CloseSectionGroup()
903 aElement = find(PropertyDefinition( PROP_WRITING_MODE, false )); in CloseSectionGroup()
[all …]
H A DDomainMapperTableHandler.cxx135 PropertyDefinition aDef( nId, false ); in lcl_mergeBorder()
147 PropertyDefinition aVertPDef( META_PROP_VERTICAL_BORDER, false ); in lcl_computeCellBorders()
148 PropertyDefinition aHorizPDef( META_PROP_HORIZONTAL_BORDER, false ); in lcl_computeCellBorders()
305 m_aTableProperties->find( PropertyDefinition( META_PROP_TABLE_STYLE_NAME, false ) ); in endTableGetTableStyle()
392 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
405 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
418 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_RIGHT_BORDER, false) ); in endTableGetTableStyle()
445 … aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_VERTICAL_BORDER, false) ); in endTableGetTableStyle()
487 m_aTableProperties->find( PropertyDefinition( PROP_HEADER_ROW_COUNT, false ) ); in endTableGetTableStyle()
494 rInfo.pTableDefaults->find( PropertyDefinition( PROP_HEADER_ROW_COUNT, false ) ); in endTableGetTableStyle()
[all …]
H A DPropertyMap.hxx75 struct PropertyDefinition struct
80 PropertyDefinition( PropertyIds _eId, bool _bIsTextProperty ) : in PropertyDefinition() function
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.cxx479 pEntry->pProperties->find(PropertyDefinition(eId, false )); in GetPropertyFromStyleSheet()
601 …PropertyMap::iterator aParaStyleIter = pPropertyMap->find(PropertyDefinition( PROP_PARA_STYLE_NAME… in lcl_AddRangeAndStyle()
2218 PropertyDefinition aCharLocale( PROP_CHAR_LOCALE, true ); in GetCurrentLocale()
H A DDomainMapper.cxx1708 …PropertyMap::iterator aLineSpacingIter = pTopContext->find(PropertyDefinition( PROP_PARA_LINE_SPAC… in lcl_attribute()

Completed in 69 milliseconds