Lines Matching refs:pEntry

156     StyleSheetEntryPtr pEntry = m_pStyleSheet->FindParentStyleSheet( sBaseStyleIdentifier );  in GetProperties()  local
158 if ( pEntry.get( ) ) in GetProperties()
163 StyleSheetEntryDeque::const_iterator aIt = find(pStack->begin(), pStack->end(), pEntry); in GetProperties()
167 pStack->push_back(pEntry); in GetProperties()
169 TableStyleSheetEntry* pParent = static_cast<TableStyleSheetEntry *>( pEntry.get( ) ); in GetProperties()
478 StyleSheetEntryPtr pEntry = m_pImpl->m_pCurrentEntry; in lcl_attribute() local
479 … TableStyleSheetEntryPtr pTableEntry( new TableStyleSheetEntry( *pEntry.get( ), this ) ); in lcl_attribute()
580 StyleSheetEntry * pEntry = m_pImpl->m_pCurrentEntry.get(); in lcl_sprm() local
584 pEntry->pProperties->insert(pProps); in lcl_sprm()
588 … TableStyleSheetEntry * pTableEntry = dynamic_cast<TableStyleSheetEntry*>( pEntry ); in lcl_sprm()
635 StyleSheetEntry* pEntry = m_pImpl->m_pCurrentEntry.get( ); in lcl_sprm() local
636 TableStyleSheetEntry *pTEntry = static_cast<TableStyleSheetEntry*>( pEntry ); in lcl_sprm()
777 StyleSheetEntryPtr pEntry = *aIt; in ApplyStyleSheets() local
778 … if( pEntry->nStyleTypeCode == STYLE_TYPE_CHAR || pEntry->nStyleTypeCode == STYLE_TYPE_PARA ) in ApplyStyleSheets()
780 bool bParaStyle = pEntry->nStyleTypeCode == STYLE_TYPE_PARA; in ApplyStyleSheets()
784 ::rtl::OUString sConvertedStyleName = ConvertStyleName( pEntry->sStyleName ); in ApplyStyleSheets()
796 if( pEntry->sBaseStyleIdentifier.getLength() ) in ApplyStyleSheets()
801 … StyleSheetEntryPtr pParent = FindStyleSheetByISTD( pEntry->sBaseStyleIdentifier ); in ApplyStyleSheets()
822pEntry->pProperties->Insert(PROP_CHAR_HEIGHT, true, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
826pEntry->pProperties->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( sWesternFontName ), false); in ApplyStyleSheets()
830pEntry->pProperties->Insert(PROP_CHAR_FONT_NAME_ASIAN, true, uno::makeAny( pCJKFontEntry->sFontNam… in ApplyStyleSheets()
831pEntry->pProperties->Insert(PROP_CHAR_HEIGHT_ASIAN, true, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
836pEntry->pProperties->Insert(PROP_CHAR_FONT_NAME_COMPLEX, true, uno::makeAny( pCTLFontEntry->sFontN… in ApplyStyleSheets()
837pEntry->pProperties->Insert(PROP_CHAR_HEIGHT_COMPLEX, true, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
842 pEntry->pProperties->Insert(PROP_PARA_WIDOWS, true, aTwo, false); in ApplyStyleSheets()
843 pEntry->pProperties->Insert(PROP_PARA_ORPHANS, true, aTwo, false); in ApplyStyleSheets()
845pEntry->pProperties->Insert(PROP_WRITING_MODE, true, uno::makeAny( sal_Int16(text::WritingMode_LR_… in ApplyStyleSheets()
847pEntry->pProperties->Insert(PROP_CHAR_COLOR, true, uno::makeAny( sal_Int32(0xffffffff) ), false); in ApplyStyleSheets()
850 … uno::Sequence< beans::PropertyValue > aPropValues = pEntry->pProperties->GetPropertyValues(); in ApplyStyleSheets()
852 if(bParaStyle && !pEntry->sNextStyleIdentifier.getLength() ) in ApplyStyleSheets()
860 …* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pEntry ? pEntry->pProperties.… in ApplyStyleSheets()
950 … ( *aNextStyleIt )->sStyleName == pEntry->sNextStyleIdentifier) in ApplyStyleSheets()