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()
814 operator[]( PropertyDefinition( PROP_TOP_MARGIN, false )) = uno::makeAny( m_nTopMargin ); in PrepareHeaderFooterProperties()
815 operator[]( PropertyDefinition( PROP_BOTTOM_MARGIN, false )) = uno::makeAny( m_nBottomMargin ); in PrepareHeaderFooterProperties()
899 PropertyMap::iterator aElement = find(PropertyDefinition( PROP_HEIGHT, false )); in CloseSectionGroup()
904 aElement = find(PropertyDefinition( PROP_WIDTH, false )); in CloseSectionGroup()
909 aElement = find(PropertyDefinition( PROP_WRITING_MODE, false )); in CloseSectionGroup()
[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()
446 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
459 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
472 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_RIGHT_BORDER, false) ); in endTableGetTableStyle()
499 … aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_VERTICAL_BORDER, false) ); in endTableGetTableStyle()
541 m_aTableProperties->find( PropertyDefinition( PROP_HEADER_ROW_COUNT, false ) ); in endTableGetTableStyle()
548 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() 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()

Completed in 80 milliseconds