Lines Matching refs:find

190     PropertyMap::iterator pOrigIt = pOrig->find( aDef );  in lcl_mergeBorder()
204 PropertyMap::iterator aVerticalIter = pCellProps->find( aVertPDef ); in lcl_computeCellBorders()
205 PropertyMap::iterator aHorizontalIter = pCellProps->find( aHorizPDef ); in lcl_computeCellBorders()
212 aVerticalIter = pTableBorders->find( aVertPDef ); in lcl_computeCellBorders()
227 aHorizontalIter = pTableBorders->find( aHorizPDef ); 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()
472 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_RIGHT_BORDER, false) ); in endTableGetTableStyle()
481 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_RIGHT_BORDER, fal… in endTableGetTableStyle()
485 …aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_HORIZONTAL_BORDER, false) … in endTableGetTableStyle()
495 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( META_PROP_HORIZONTAL_B… in endTableGetTableStyle()
499 … aTblBorderIter = m_aTableProperties->find( PropertyDefinition(META_PROP_VERTICAL_BORDER, false) ); in endTableGetTableStyle()
509 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( META_PROP_VERTICAL_BOR… 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()
598 …PropertyMap::iterator pTcCnfStyleIt = pRowProps->find( PropertyDefinition( PROP_CNF_STYLE, true ) … in endTableGetCellProperties()
630 … aCellIterator->get()->find( PropertyDefinition( PROP_CNF_STYLE, false ) ); in endTableGetCellProperties()
661 … aCellIterator->get()->find( PropertyDefinition(PROP_LEFT_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
666 … aCellIterator->get()->find( PropertyDefinition(PROP_RIGHT_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
672 … aCellIterator->get()->find( PropertyDefinition(PROP_TOP_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
678 … aCellIterator->get()->find( PropertyDefinition(PROP_BOTTOM_BORDER_DISTANCE, false) ); in endTableGetCellProperties()
745 …if( aRowIter->get()->find( PropertyDefinition( PROP_IS_SPLIT_ALLOWED, false )) == aRowIter->get()-… in endTableGetRowProperties()