Lines Matching refs:PropertyDefinition

76 …   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()
762 … operator[]( PropertyDefinition( PROP_HEADER_IS_DYNAMIC_HEIGHT, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
763 … operator[]( PropertyDefinition( PROP_HEADER_DYNAMIC_SPACING, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
764 …operator[]( PropertyDefinition( PROP_HEADER_BODY_DISTANCE, false )) = uno::makeAny( m_nHeaderTop -… in PrepareHeaderFooterProperties()
765 … operator[]( PropertyDefinition( PROP_HEADER_HEIGHT, false )) = uno::makeAny( m_nHeaderTop ); in PrepareHeaderFooterProperties()
772 … operator[]( PropertyDefinition( PROP_HEADER_HEIGHT, false )) = uno::makeAny( m_nHeaderTop ); in PrepareHeaderFooterProperties()
773 …operator[]( PropertyDefinition( PROP_HEADER_BODY_DISTANCE, false )) = uno::makeAny( nTopMargin - m… in PrepareHeaderFooterProperties()
774 … operator[]( PropertyDefinition( PROP_HEADER_IS_DYNAMIC_HEIGHT, false)) = uno::makeAny( false ); in PrepareHeaderFooterProperties()
775 … operator[]( PropertyDefinition( PROP_HEADER_DYNAMIC_SPACING, false)) = uno::makeAny( false ); in PrepareHeaderFooterProperties()
792 … operator[]( PropertyDefinition( PROP_FOOTER_IS_DYNAMIC_HEIGHT, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
793 … operator[]( PropertyDefinition( PROP_FOOTER_DYNAMIC_SPACING, false )) = uno::makeAny( true ); in PrepareHeaderFooterProperties()
794 …operator[]( PropertyDefinition( PROP_FOOTER_BODY_DISTANCE, false )) = uno::makeAny( m_nHeaderBotto… in PrepareHeaderFooterProperties()
795 … operator[]( PropertyDefinition( PROP_FOOTER_HEIGHT, false )) = uno::makeAny( m_nHeaderBottom ); in PrepareHeaderFooterProperties()
801 … operator[]( PropertyDefinition( PROP_FOOTER_IS_DYNAMIC_HEIGHT, false)) = uno::makeAny( false ); in PrepareHeaderFooterProperties()
802 … operator[]( PropertyDefinition( PROP_FOOTER_DYNAMIC_SPACING, false)) = uno::makeAny( false ); in PrepareHeaderFooterProperties()
803 …operator[]( PropertyDefinition( PROP_FOOTER_HEIGHT, false )) = uno::makeAny( nBottomMargin - m_nH… in PrepareHeaderFooterProperties()
804 …operator[]( PropertyDefinition( PROP_FOOTER_BODY_DISTANCE, false )) = uno::makeAny( m_nHeaderBotto… in PrepareHeaderFooterProperties()
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()
872 … operator[]( PropertyDefinition( PROP_LEFT_MARGIN, false )) = uno::makeAny( m_nLeftMargin ); in CloseSectionGroup()
873 … operator[]( PropertyDefinition( PROP_RIGHT_MARGIN, false )) = uno::makeAny( m_nRightMargin ); in CloseSectionGroup()
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()
913 operator[]( PropertyDefinition( PROP_GRID_LINES, false )) = in CloseSectionGroup()
921 …PropertyMap::iterator aElement_ = pEntry->pProperties->find(PropertyDefinition( PROP_CHAR_HEIGHT_A… in CloseSectionGroup()
943 … operator[]( PropertyDefinition( PROP_GRID_BASE_HEIGHT, false )) = uno::makeAny( nCharWidth ); in CloseSectionGroup()
947 … operator[]( PropertyDefinition( PROP_GRID_RUBY_HEIGHT, false )) = uno::makeAny( nRubyHeight ); in CloseSectionGroup()
956 …operator[]( PropertyDefinition( PROP_GRID_STANDARD_MODE, false )) = uno::makeAny( !bSquaredPageMod… in CloseSectionGroup()