Lines Matching refs:PropertyDefinition

135     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()
379 …PropertyMap::iterator aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_TOP_BORDE… in endTableGetTableStyle()
388 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_TOP_BORDER, false… in endTableGetTableStyle()
392 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
401 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_BOTTOM_BORDER, fa… in endTableGetTableStyle()
405 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
414 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_LEFT_BORDER, fals… in endTableGetTableStyle()
418 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_RIGHT_BORDER, false) ); in endTableGetTableStyle()
427 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_RIGHT_BORDER, fal… in endTableGetTableStyle()
431 …aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_HORIZONTAL_BORDER, false) … in endTableGetTableStyle()
441 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( META_PROP_HORIZONTAL_B… in endTableGetTableStyle()
445 … aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_VERTICAL_BORDER, false) ); in endTableGetTableStyle()
455 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( META_PROP_VERTICAL_BOR… 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()
544 …PropertyMap::iterator pTcCnfStyleIt = pRowProps->find( PropertyDefinition( PROP_CNF_STYLE, true ) … in endTableGetCellProperties()
576 … aCellIterator->get()->find( PropertyDefinition( PROP_CNF_STYLE, false ) ); in endTableGetCellProperties()
607 … aCellIterator->get()->find( PropertyDefinition(PROP_LEFT_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
612 … aCellIterator->get()->find( PropertyDefinition(PROP_RIGHT_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
618 … aCellIterator->get()->find( PropertyDefinition(PROP_TOP_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
624 … aCellIterator->get()->find( PropertyDefinition(PROP_BOTTOM_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
691 …if( aRowIter->get()->find( PropertyDefinition( PROP_IS_SPLIT_ALLOWED, false )) == aRowIter->get()-… in endTableGetRowProperties()