Home
last modified time | relevance | path

Searched refs:pCharFmt (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx405 pCharFmt(0), in SwDocStyleSheet()
451 pCharFmt(rOrg.pCharFmt), in SwDocStyleSheet()
847 if( pCharFmt && pCharFmt->GetName() != rStr ) in SetName()
1222 pFmt = pCharFmt; in SetItemSet()
1655 pFmt = pCharFmt; in FillStyleSheet()
1668 pCharFmt = 0; in FillStyleSheet()
1828 if( !pCharFmt ) in Create()
1904 return pCharFmt; in GetCharFmt()
1964 pCharFmt = 0; in SetPhysical()
2024 if( !pCharFmt && in GetHelpId()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx562 if( pCharFmt ) in getPropertyValue()
565 pCharFmt->GetName(), in getPropertyValue()
834 if( pCharFmt ) in getPropertyValue()
837 pCharFmt->GetName(), in getPropertyValue()
1269 if(pCharFmt) in SwXNumberingRules()
1371 SwCharFmt* pCharFmt = 0; in replaceByIndex() local
1377 pCharFmt = pTmp; in replaceByIndex()
1381 if(!pCharFmt) in replaceByIndex()
1503 if(pCharFmt) in GetNumberingRuleByIndex()
1892 pCharFmt = pTmp; in SetNumberingRuleByIndex()
[all …]
H A DSwXTextDefaults.cxx108 SwFmtCharFmt *pCharFmt = 0; in setPropertyValue() local
120 pCharFmt = (SwFmtCharFmt*)rItem.Clone(); // because rItem ist const... in setPropertyValue()
121 pCharFmt->SetCharFmt(xStyle->GetCharFmt()); in setPropertyValue()
122 m_pDoc->SetDefault(*pCharFmt); in setPropertyValue()
128 delete pCharFmt; in setPropertyValue()
H A Dunocrsrhelper.cxx640 SwCharFmt* pCharFmt = 0; in setNumberingProperty() local
646 pCharFmt = &rChFmt; in setNumberingProperty()
651 if(!pCharFmt) in setNumberingProperty()
659 pCharFmt = ((SwDocStyleSheet*)pBase)->GetCharFmt(); in setNumberingProperty()
661 if(pCharFmt) in setNumberingProperty()
662 aFmt.SetCharFmt(pCharFmt); in setNumberingProperty()
H A Dunostyle.cxx2025 SwCharFmt* pCharFmt = 0; in lcl_SetStyleProperty() local
2033 pCharFmt = pTmp; in lcl_SetStyleProperty()
2037 if(!pCharFmt) in lcl_SetStyleProperty()
2044 pCharFmt = ((SwDocStyleSheet*)pBase)->GetCharFmt(); in lcl_SetStyleProperty()
2048 aFmt.SetCharFmt( pCharFmt ); in lcl_SetStyleProperty()
/trunk/main/sw/source/core/edit/
H A Dedfmt.cxx73 void SwEditShell::FillByEx(SwCharFmt* pCharFmt, sal_Bool bReset) in FillByEx() argument
78 pCharFmt->ResetAllFmtAttr(); in FillByEx()
118 pCharFmt->GetAttrSet().GetRanges() ); in FillByEx()
120 pCharFmt->SetFmtAttr( aSet ); in FillByEx()
123 pCharFmt->SetFmtAttr( *pCNd->GetpSwAttrSet() ); in FillByEx()
H A Dedattr.cxx100 SwCharFmt * pCharFmt = in GetCurAttr() local
103 if (pCharFmt) in GetCurAttr()
104 rSet.Put(pCharFmt->GetAttrSet()); in GetCurAttr()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx297 SwCharFmt* pCharFmt; in SetModifyAtAttr() local
298 if( 0 != ( pCharFmt = ((SwFmtDrop*)pItem)->GetCharFmt() ) in SetModifyAtAttr()
299 && GetPool() != pCharFmt->GetAttrSet().GetPool() ) in SetModifyAtAttr()
301 pCharFmt = GetDoc()->CopyCharFmt( *pCharFmt ); in SetModifyAtAttr()
302 ((SwFmtDrop*)pItem)->SetCharFmt( pCharFmt ); in SetModifyAtAttr()
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx705 SwCharFmt * pCharFmt = -1 != aData.nStyleNo in MakeFieldInst() local
709 if( !pCharFmt ) in MakeFieldInst()
733 pCharFmt = pFmt; in MakeFieldInst()
740 if( !pCharFmt ) in MakeFieldInst()
746 pCharFmt = pDoc->MakeCharFmt( sNm, in MakeFieldInst()
755 pCharFmt->SetFmtAttr( aHeightItem ); in MakeFieldInst()
756 pCharFmt->SetFmtAttr( aFontItem ); in MakeFieldInst()
757 void* p = pCharFmt; in MakeFieldInst()
763 aRuby.SetCharFmtName( pCharFmt->GetName() ); in MakeFieldInst()
764 aRuby.SetCharFmtId( pCharFmt->GetPoolFmtId() ); in MakeFieldInst()
H A Dswparrtf.cxx2182 const SfxPoolItem* pCharFmt; in SetAttrInDoc() local
2190 RES_TXTATR_CHARFMT, sal_False, &pCharFmt ) && in SetAttrInDoc()
2191 ((SwFmtCharFmt*)pCharFmt)->GetCharFmt() ) in SetAttrInDoc()
2193 const String& rName = ((SwFmtCharFmt*)pCharFmt)->GetCharFmt()->GetName(); in SetAttrInDoc()
2219 pDoc->InsertPoolItem(aPam, *pCharFmt, 0); in SetAttrInDoc()
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx295 SwCharFmt *pCharFmt = pSh->FindCharFmtByName(sCharFmtName); in FillItemSet() local
297 if (!pCharFmt) in FillItemSet()
304 pCharFmt = ((SwDocStyleSheet*)pBase)->GetCharFmt(); in FillItemSet()
307 if (pCharFmt) in FillItemSet()
308 aInf.SetCharFmt(pCharFmt); in FillItemSet()
H A Ddocfnote.cxx224 const SwCharFmt* pCharFmt = pInf->GetCharFmt( in Reset() local
226 aFtnCharTextTemplBox.SelectEntry(pCharFmt->GetName()); in Reset()
229 pCharFmt = pInf->GetAnchorCharFmt( *pSh->GetDoc() ); in Reset()
230 aFtnCharAnchorTemplBox.SelectEntry( pCharFmt->GetName() ); in Reset()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1505 SwCharFmt* pCharFmt = rDoc.FindCharFmtByName(rCharacterStyle); in lcl_InsertLabel() local
1506 if( !pCharFmt ) in lcl_InsertLabel()
1509 pCharFmt = rDoc.GetCharFmtFromPool( nMyId ); in lcl_InsertLabel()
1511 if (pCharFmt) in lcl_InsertLabel()
1513 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertLabel()
1813 SwCharFmt * pCharFmt = rDoc.FindCharFmtByName(rCharacterStyle); in lcl_InsertDrawLabel() local
1814 if ( !pCharFmt ) in lcl_InsertDrawLabel()
1817 pCharFmt = rDoc.GetCharFmtFromPool( nMyId ); in lcl_InsertDrawLabel()
1819 if ( pCharFmt ) in lcl_InsertDrawLabel()
1821 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertDrawLabel()
H A Ddoctxm.cxx1901 SwCharFmt* pCharFmt; in GenerateText() local
1903 pCharFmt = pDoc->GetCharFmtFromPool( aToken.nPoolId ); in GenerateText()
1905 pCharFmt = pDoc->FindCharFmtByName( aToken.sCharStyleName); in GenerateText()
1907 if (pCharFmt) in GenerateText()
1909 SwFmtCharFmt aFmt( pCharFmt ); in GenerateText()
2204 SwCharFmt* pCharFmt = 0; in _UpdatePageNum() local
2206 pCharFmt = pDoc->GetCharFmtFromPool(nPoolId); in _UpdatePageNum()
2208 pCharFmt = pDoc->FindCharFmtByName( GetMainEntryCharStyle() ); in _UpdatePageNum()
2209 if(!pCharFmt) in _UpdatePageNum()
2210 pCharFmt = pDoc->MakeCharFmt(GetMainEntryCharStyle(), 0); in _UpdatePageNum()
[all …]
H A Ddocfmt.cxx620 SwCharFmt * pCharFmt = in lcl_InsAttr() local
623 if (pCharFmt) in lcl_InsAttr()
626 pHistory->Add(pCharFmt->GetAttrSet(), *pCharFmt); in lcl_InsAttr()
629 pCharFmt->SetFmtAttr(*pCharSet); in lcl_InsAttr()
1593 SwCharFmt *pCharFmt = dynamic_cast<SwCharFmt*>(pDerivedFrom); in _MakeCharFmt() local
1594 pCharFmt = MakeCharFmt( rFmtName, pCharFmt, bBroadcast, bAuto ); in _MakeCharFmt()
1595 return dynamic_cast<SwFmt*>(pCharFmt); in _MakeCharFmt()
/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx514 const SwCharFmt *pCharFmt = pCSS1Parser->GetCharFmtFromPool( nPoolId ); in InsertImage() local
515 aHBorderLine.SetColor( pCharFmt->GetColor().GetValue() ); in InsertImage()
1002 SwCharFmt *pCharFmt = in InsertBodyOptions() local
1004 pCharFmt->SetFmtAttr( SvxColorItem(aLinkColor, RES_CHRATR_COLOR) ); in InsertBodyOptions()
1009 SwCharFmt *pCharFmt = in InsertBodyOptions() local
1011 pCharFmt->SetFmtAttr( SvxColorItem(aVLinkColor, RES_CHRATR_COLOR) ); in InsertBodyOptions()
H A Dhtmlcss1.cxx209 static void SetCharFmtAttrs( SwCharFmt *pCharFmt, SfxItemSet& rItemSet ) in SetCharFmtAttrs() argument
225 pCharFmt->SetFmtAttr( rItemSet ); in SetCharFmtAttrs()
234 pCharFmt->SetFmtAttr( aBrushItem ); in SetCharFmtAttrs()
1284 SwCharFmt *pCharFmt = pDoc->GetCharFmtFromPool( nPoolId ); in GetCharFmtFromPool() local
1295 return pCharFmt; in GetCharFmtFromPool()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx122 const SwCharFmt *pCharFmt = GetCharFmt(); in GetPresentation() local
123 if ( pCharFmt ) in GetPresentation()
127 pCharFmt->GetPresentation( ePres, eCoreUnit, ePresUnit, aStr ); in GetPresentation()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx540 if (const SwCharFmt* pCharFmt = rFmt.GetCharFmt()) in ClearOverridesFromSet() local
542 if (pCharFmt->GetAttrSet().Count()) in ClearOverridesFromSet()
544 SfxItemIter aIter(pCharFmt->GetAttrSet()); in ClearOverridesFromSet()
H A Dww8par5.cxx2788 const SwCharFmt *pCharFmt=0; in Read_SubF_Ruby() local
2811 pCharFmt=*aIter; in Read_SubF_Ruby()
2818 if (!pCharFmt) in Read_SubF_Ruby()
2834 pCharFmt = pFmt; in Read_SubF_Ruby()
2838 aRuby.SetCharFmtName(pCharFmt->GetName()); in Read_SubF_Ruby()
2839 aRuby.SetCharFmtId(pCharFmt->GetPoolFmtId()); in Read_SubF_Ruby()
H A Ddocxattributeoutput.cxx2556 const SwCharFmt* pCharFmt = pINetFmt->GetCharFmt(); in TextINetFormat() local
2559 aStyleId += OString::valueOf( sal_Int32( m_rExport.GetId( *pCharFmt ) ) ); in TextINetFormat()
2679 const SwCharFmt* pCharFmt = rInfo.GetAnchorCharFmt( *m_rExport.pDoc ); in TextFootnote_Impl() local
2682 aStyleId += OString::valueOf( sal_Int32( m_rExport.GetId( *pCharFmt ) ) ); in TextFootnote_Impl()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx1008 SwCharFmt * pCharFmt = pDoc->FindCharFmtByName(m_Fmt); in SetInDoc() local
1010 if (pCharFmt) in SetInDoc()
1012 pCharFmt->SetFmtAttr(m_OldSet); in SetInDoc()
/trunk/main/sw/inc/
H A Ddocstyle.hxx64 SwCharFmt* pCharFmt; member in SwDocStyleSheet
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1401 const SwCharFmt* pCharFmt = (charAttrs.size()) in BeginInlineStructureElements() local
1403 if ( pCharFmt ) in BeginInlineStructureElements()
1404 …SwStyleNameMapper::FillProgName( pCharFmt->GetName(), sStyleName, nsSwGetPoolIdFromName::GET_POOLI… in BeginInlineStructureElements()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx628 SwTxtCharFmt* pCharFmt = dynamic_cast<SwTxtCharFmt*>(pHt); in RstTxtAttr() local
629 if ( pCharFmt ) in RstTxtAttr()
630 … static_cast<SwTxtCharFmt*>(pNew)->SetSortNumber( pCharFmt->GetSortNumber() ); in RstTxtAttr()

Completed in 195 milliseconds

12