Home
last modified time | relevance | path

Searched refs:pRule (Results 26 – 50 of 50) sorted by relevance

12

/trunk/main/sw/source/core/doc/
H A Dnumber.cxx428 const SwNumRule* pRule; in UpdateNumNodes() local
431 pRule = pDoc->GetNumRuleTbl()[ --n ]; in UpdateNumNodes()
433 if( pRule->GetNumFmt( i ) == this ) in UpdateNumNodes()
463 pRule->GetTxtNodeList( aTxtNodeList ); in UpdateNumNodes()
H A Ddoctxm.cxx1630 const SwNumRule* pRule = pNd->GetNumRule(); in lcl_GetNumString() local
1632 if( pRule && pNd->GetActualListLevel() < MAXLEVEL ) in lcl_GetNumString()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1191 const SwNumRule *pRule = pDoc->FindNumRulePtr(sName); in GetNumFmtFromStack() local
1193 pRet = &(pRule->Get(nLvl)); in GetNumFmtFromStack()
2277 const SwNumRule* pRule = NULL; in AppendTxtNode() local
2280 pRule = sw::util::GetNumRuleFromTxtNode(*pTxt); in AppendTxtNode()
2283 pRule && !pWDop->fDontUseHTMLAutoSpacing && in AppendTxtNode()
2298 if((pRule != pPrevNumRule) && pPreviousNumPaM) in AppendTxtNode()
2306 pPrevNumRule = pRule; in AppendTxtNode()
2308 else if(!pRule && pPreviousNumPaM) in AppendTxtNode()
2321 pPrevNumRule = pRule; in AppendTxtNode()
4737 SwNumFmt aNumFmt(pRule->Get(j)); in CoreLoad()
[all …]
H A Dwrtw8nds.cxx2145 const SwNumRule* pRule = rNode.GetNumRule(); in OutputTextNode() local
2147 const SwNumFmt* pFmt = pRule->GetNumFmt( nLvl ); in OutputTextNode()
2149 pFmt = &pRule->Get( nLvl ); in OutputTextNode()
2184 pTmpSet->Put( SwNumRuleItem( pRule->GetName() )); in OutputTextNode()
2261 const SwNumRule* pRule = rNode.GetNumRule(); in OutputTextNode() local
2262 … const SwNumFmt& rNumFmt = pRule->Get( static_cast< sal_uInt16 >(rNode.GetActualListLevel()) ); in OutputTextNode()
2282 pTmpSet->Put( SwNumRuleItem( pRule->GetName() )); in OutputTextNode()
H A Dwrtw8num.cxx59 sal_uInt16 MSWordExportBase::DuplicateNumRule( const SwNumRule *pRule, sal_uInt8 nLevel, sal_uInt16… in DuplicateNumRule() argument
73 const SwNumFmt& rSubRule = pRule->Get(i); in DuplicateNumRule()
84 aRuleDuplicates[GetId( *pRule )] = nNumId; in DuplicateNumRule()
H A Drtfattributeoutput.cxx2693 const SwNumRule* pRule = pTxtNd->GetNumRule(); in ParaNumRule_Impl() local
2697 if( pRule && pTxtNd->IsInList() ) in ParaNumRule_Impl()
2706 const SwNumFmt* pFmt = pRule->GetNumFmt( nLvl ); in ParaNumRule_Impl()
2708 pFmt = &pRule->Get( nLvl ); in ParaNumRule_Impl()
2745 if( OUTLINE_RULE != pRule->GetRuleType() ) in ParaNumRule_Impl()
2763 m_aStyles.append((sal_Int32)m_rExport.GetId(*pRule)+1); in ParaNumRule_Impl()
H A Dww8par3.cxx1922 const SwNumRule* pRule = in RegisterNumFmtOnTxtNode() local
1927 if ( pRule != NULL || !bSetAttr) in RegisterNumFmtOnTxtNode()
1930 && pTxtNd->GetNumRule() != pRule in RegisterNumFmtOnTxtNode()
1933 pTxtNd->SetAttr( SwNumRuleItem( pRule->GetName() ) ); in RegisterNumFmtOnTxtNode()
H A Ddocxattributeoutput.cxx1394 const char *pRule = NULL; in TableHeight() local
1398 case ATT_FIX_SIZE: pRule = "exact"; break; in TableHeight()
1399 case ATT_MIN_SIZE: pRule = "atLeast"; break; in TableHeight()
1403 if ( pRule ) in TableHeight()
1406 FSNS( XML_w, XML_hRule ), pRule, in TableHeight()
H A Dwrtww8.hxx629 sal_uInt16 DuplicateNumRule( const SwNumRule *pRule, sal_uInt8 nLevel, sal_uInt16 nVal );
1105 sal_uInt16 DupNumRuleWithLvlStart(const SwNumRule *pRule,sal_uInt8 nLvl,sal_uInt16 nVal);
H A Dwrtw8sty.cxx1684 const SwNumRule* pRule = pNd->GetNumRule(); in SectionProperties() local
1685 if ( pRule ) in SectionProperties()
1686 OutputOlst( *pRule ); in SectionProperties()
H A Dww8atr.cxx3365 const SwNumRule* pRule = GetExport().pDoc->FindNumRulePtr( in ParaNumRule() local
3367 if ( pRule && USHRT_MAX != ( nNumId = GetExport().GetId( *pRule ) ) ) in ParaNumRule()
3383 nNumId = GetExport().DuplicateNumRule( pRule, nLvl, nStartWith ); in ParaNumRule()
H A Dww8par2.cxx1004 void ANLDRuleMap::SetNumRule(SwNumRule *pRule, sal_uInt8 nNumType) in SetNumRule() argument
1007 mpNumberingNumRule = pRule; in SetNumRule()
1009 mpOutlineNumRule = pRule; in SetNumRule()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx218 const SwNumRule* pRule = pShell->GetNumRuleAtCurrCrsrPos(); in StateStyleSheet() local
219 if( pRule ) in StateStyleSheet()
220 aName = pRule->GetName(); in StateStyleSheet()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1137 SwNumRule* pRule = 0; in InvalidateNumRule() local
1142 0 != (pRule = GetDoc()->FindNumRulePtr( in InvalidateNumRule()
1145 pRule->SetInvalidRule( sal_True ); in InvalidateNumRule()
1147 return 0 != pRule; in InvalidateNumRule()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx621 SwNumRule * pRule = pTxtNd->GetNumRule(); in SetChapter() local
623 if (pRule) in SetChapter()
631 String sNumber( pRule->MakeNumString(aNum, sal_False )); in SetChapter()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx878 SvxNumRule* pRule = pItem->GetNumRule(); in GetNumBulletItem() local
879 if(pRule) in GetNumBulletItem()
881 SvxNumRule aNewRule( *pRule ); in GetNumBulletItem()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx710 const SwNumRule* pRule = pTxtNd->GetNumRule(); in GetNumLevel() local
711 if ( pRule != NULL ) in GetNumLevel()
/trunk/main/editeng/inc/editeng/
H A Dunonrule.hxx38 …< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw();
H A Dnumitem.hxx389 SvxNumRule* SvxConvertNumRule( const SvxNumRule* pRule, sal_uInt16 nLevel, SvxNumRuleType eType );
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2072 const SwNumRule* pRule = rTxtNode.GetNumRule(); in lcl_MergeListLevelIndentAsLRSpaceItem() local
2073 if ( pRule && rTxtNode.GetActualListLevel() >= 0 ) in lcl_MergeListLevelIndentAsLRSpaceItem()
2075 … const SwNumFmt& rFmt = pRule->Get(static_cast<sal_uInt16>(rTxtNode.GetActualListLevel())); in lcl_MergeListLevelIndentAsLRSpaceItem()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx412 void AddNumRule( SwNumRule* pRule );
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6431 SvxNumRule* pRule = aNewNumBulletItem.GetNumRule(); in ApplyTo() local
6432 if ( pRule ) in ApplyTo()
6434 pRule->SetLevel( pParaSet->mnDepth, aNumberFormat ); in ApplyTo()
6436 for ( i = 0; i < pRule->GetLevelCount(); i++ ) in ApplyTo()
6442 SvxNumberFormat aNumberFormat2( pRule->GetLevel( i ) ); in ApplyTo()
6451 pRule->SetLevel( i, aNumberFormat2 ); in ApplyTo()
H A Dmsdffimp.cxx433 SvxMSDffConnectorRule* pRule = new SvxMSDffConnectorRule; in operator >>() local
434 rIn >> *pRule; in operator >>()
435 rContainer.aCList.Insert( pRule, LIST_APPEND ); in operator >>()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx2535 const SwNumRule* pRule = rBase.getNewBase()->GetNumRule(); in lcl_GetStyleProperty() local
2536 DBG_ASSERT(pRule, "Wo ist die NumRule?"); in lcl_GetStyleProperty()
2537 uno::Reference< container::XIndexReplace > xRules = new SwXNumberingRules(*pRule); in lcl_GetStyleProperty()
/trunk/main/sw/inc/
H A Ddoc.hxx1583 void AddNumRule(SwNumRule * pRule);

Completed in 457 milliseconds

12