Home
last modified time | relevance | path

Searched refs:pNumRule (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/sw/source/filter/html/
H A Dhtmlnum.hxx38 SwNumRule * pNumRule; // Aktuelle Numerierung member in SwHTMLNumRuleInfo
49 pNumRule( 0 ), nDeep( 0 ), in SwHTMLNumRuleInfo()
56 pNumRule( rInf.pNumRule ), nDeep( rInf.nDeep ), in SwHTMLNumRuleInfo()
67 void SetNumRule( const SwNumRule *pRule ) { pNumRule = (SwNumRule *)pRule; } in SetNumRule()
68 SwNumRule *GetNumRule() { return pNumRule; } in GetNumRule()
69 const SwNumRule *GetNumRule() const { return pNumRule; } in GetNumRule()
96 pNumRule = rInf.pNumRule; in Set()
105 pNumRule = 0; in Clear()
114 (sal_uInt8)( pNumRule!=0 && nDeep != 0 in GetLevel()
H A Dhtmlnum.cxx80 pNumRule = const_cast<SwNumRule*>(pTxtNdNumRule); in Set()
81 nDeep = static_cast< sal_uInt16 >(pNumRule ? rTxtNd.GetActualListLevel() + 1 : 0); in Set()
98 pNumRule = 0; in Set()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx363 SwNumRule* pNumRule; // Parent NumRule member
425 : pNumRule(pNumRule_), nIdLst(aLST.nIdLst), in WW8LSTInfo()
464 , pNumRule(rLFO.pNumRule) in WW8LFOInfo()
1161 return maLSTInfos[i]->pNumRule; in GetNumRule()
1352 aLFO.pNumRule = pParentListInfo->pNumRule; in WW8ListManager()
1558 (*aIter)->pNumRule->IsAutoRule()) in ~WW8ListManager()
1647 if( !pLFOInfo->pNumRule ) in GetNumRuleForActivation()
1660 pLFOInfo->pNumRule->Set(nLevel, pFmt); in GetNumRuleForActivation()
1689 SwNumRule *pRet = pLFOInfo->pNumRule; in GetNumRuleForActivation()
1713 pRet = pParentListInfo->pNumRule; in GetNumRuleForActivation()
[all …]
H A Dww8par2.cxx1035 pNumRule = rDoc.FindNumRulePtr(sNumRule); in StartAnl()
1036 if (!pNumRule) in StartAnl()
1052 pNumRule = rDoc.FindNumRulePtr(sNumRule); in StartAnl()
1053 if (!pNumRule) in StartAnl()
1059 if (!pNumRule) in StartAnl()
1063 pNumRule = rDoc.GetNumRuleTbl()[ in StartAnl()
1083 maANLDRules.SetNumRule(pNumRule, nWwNumType); in StartAnl()
1102 if (!pNumRule->GetNumFmt(nSwNumLevel)) in NextAnlLine()
1114 if (!pNumRule->GetNumFmt(nSwNumLevel)) in NextAnlLine()
1121 if (!pNumRule->GetNumFmt(nI)) in NextAnlLine()
[all …]
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx409 pNumRule(0), in SwDocStyleSheet()
455 pNumRule(rOrg.pNumRule), in SwDocStyleSheet()
909 if (pNumRule) in SetName()
1744 bPhysical = 0 != pNumRule; in FillStyleSheet()
1752 if( pNumRule ) in FillStyleSheet()
1768 pNumRule = 0; in FillStyleSheet()
1864 if( !pNumRule ) in Create()
1885 pNumRule = pRule; in Create()
1927 return pNumRule; in GetNumRule()
2000 return pNumRule ? rDoc.IsUsed( *pNumRule ) : sal_False; in IsUsed()
[all …]
H A Ddocst.cxx928 const SwNumRule* pNumRule = pStyle->GetNumRule(); in ApplyStyles() local
929 const String sListIdForStyle = pNumRule->GetDefaultListId(); in ApplyStyles()
930 pSh->SetCurNumRule( *pNumRule, false, sListIdForStyle, true ); in ApplyStyles()
983 aTemplate.aColl.pNumRule = (SwNumRule*)pStyle->GetNumRule(); in DoWaterCan()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx290 delete pNumRule; in ~SwOutlineTabDialog()
533 rWrtSh.SetOutlineNumRule( *pNumRule); in Ok()
736 SwNumFmt aNumFmt(pNumRule->Get(i)); in IMPL_LINK()
739 pNumRule->Set(i, aNumFmt); in IMPL_LINK()
810 SwNumFmt aNumFmt(pNumRule->Get(i)); in IMPL_LINK()
812 pNumRule->Set(i, aNumFmt); in IMPL_LINK()
830 SwNumFmt aNumFmt(pNumRule->Get(i)); in IMPL_LINK()
833 pNumRule->Set(i, aNumFmt); in IMPL_LINK()
852 pNumRule->Set(i, aNumFmt); in IMPL_LINK()
902 pNumRule->Set(i, aNumFmt); in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1127 pNumRule = pCollRule; in NumOrBulletOn()
1172 else if ( !pNumRule ) in NumOrBulletOn()
1212 pNumRule = pCollRule; in NumOrBulletOn()
1220 if ( pNumRule ) in NumOrBulletOn()
1222 if ( !pNumRule->IsAutoRule() ) in NumOrBulletOn()
1224 pNumRule = 0; in NumOrBulletOn()
1229 pNumRule = 0; in NumOrBulletOn()
1238 if ( !pNumRule ) in NumOrBulletOn()
1247 if (pNumRule) in NumOrBulletOn()
1249 SwNumRule aNumRule(*pNumRule); in NumOrBulletOn()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx219 SvxNumRule* pNumRule = NULL; in SetCurrentBulletsNumbering() local
222 pNumRule = new SvxNumRule(*((SvxNumBulletItem*)pTmpItem)->GetNumRule()); in SetCurrentBulletsNumbering()
236 SvxNumRule aTmpRule( *pNumRule ); in SetCurrentBulletsNumbering()
248 for(sal_uInt16 i = 0; i < pNumRule->GetLevelCount(); i++) in SetCurrentBulletsNumbering()
253 pNumRule->SetLevel(i, aFmt); in SetCurrentBulletsNumbering()
294 … pOLV->ToggleBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0 : pNumRule ); in SetCurrentBulletsNumbering()
299 …tsBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0 : pNumRule, bSwitchOff ); in SetCurrentBulletsNumbering()
304 aSetAttr.Put(SvxNumBulletItem( *pNumRule ), nNumItemId); in SetCurrentBulletsNumbering()
317 delete pNumRule; in SetCurrentBulletsNumbering()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx1159 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1168 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1183 pNumRule = new SvxNumRule(*rCopy.pNumRule); in SvxNumBulletItem()
1190 delete pNumRule; in ~SvxNumBulletItem()
1198 return *pNumRule == *((SvxNumBulletItem&)rCopy).pNumRule; in operator ==()
1219 pNumRule->Store(rStream); in Store()
1229 rVal <<= SvxCreateNumRule( pNumRule ); in QueryValue()
1242 pNewRule->GetNumRuleType() != pNumRule->GetNumRuleType() ) in PutValue()
1244 …SvxNumRule* pConverted = SvxConvertNumRule( pNewRule, pNumRule->GetLevelCount(), pNumRule->GetNumR… in PutValue()
1248 delete pNumRule; in PutValue()
[all …]
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx91 SwNumRule* pNumRule( 0 ); in GetNumRule() local
100 pNumRule = rTxtFmtColl.GetDoc()->FindNumRulePtr( sNumRuleName ); in GetNumRule()
104 return pNumRule; in GetNumRule()
109 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in AddToNumRule() local
110 if ( pNumRule ) in AddToNumRule()
112 pNumRule->AddParagraphStyle( rTxtFmtColl ); in AddToNumRule()
118 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in RemoveFromNumRule() local
119 if ( pNumRule ) in RemoveFromNumRule()
121 pNumRule->RemoveParagraphStyle( rTxtFmtColl ); in RemoveFromNumRule()
H A Ddocnum.cxx1253 SwNumRule * pNumRule = FindNumRulePtr(rOldName); in RenameNumRule() local
1255 if (pNumRule) in RenameNumRule()
1267 pNumRule->GetTxtNodeList( aTxtNodeList ); in RenameNumRule()
1271 pNumRule->SetName( rNewName, *this ); in RenameNumRule()
1760 if (pNumRule) in SearchNumRule()
2463 const SwNumRule* pNumRule; in GetUniqueNumRuleName() local
2467 if( 0 != ( pNumRule = (*pNumRuleTbl)[ n ] ) ) in GetUniqueNumRuleName()
2469 const String& rNm = pNumRule->GetName(); in GetUniqueNumRuleName()
2739 SwNumRule* pNumRule = FindNumRulePtr( sListStyleName ); in createListForListStyle() local
2740 if ( !pNumRule ) in createListForListStyle()
[all …]
H A Ddbgoutsw.cxx584 const SwNumRule * pNumRule = pTxtNode->GetNumRule(); in lcl_dbg_out() local
586 if (pNumRule != NULL) in lcl_dbg_out()
596 aTmpStr += pNumRule->GetName(); in lcl_dbg_out()
614 … pNumFmt = pNumRule->GetNumFmt( static_cast< sal_uInt16 >(pTxtNode->GetActualListLevel()) ); in lcl_dbg_out()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1257 pNumRule(new SwNumRule(rRule)), in SwXNumberingRules()
1267 SwNumFmt rFmt(pNumRule->Get(i)); in SwXNumberingRules()
1289 pNumRule(0), in SwXNumberingRules()
1301 pNumRule(0), in SwXNumberingRules()
1329 delete pNumRule; in ~SwXNumberingRules()
1347 if(pNumRule) in replaceByIndex()
2258 if(!pNumRule) in setPropertyValue()
2260 if(!pNumRule && pDocShell) in setPropertyValue()
2411 if(pNumRule) in getName()
2445 delete pNumRule; in Modify()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx594 SvxNumRule* pNumRule = NULL; in GetAttrState() local
606 pNumRule = new SvxNumRule(*((SvxNumBulletItem*)pTmpItem)->GetNumRule()); in GetAttrState()
608 if ( pNumRule ) in GetAttrState()
613 for(sal_uInt16 i = 0; i < pNumRule->GetLevelCount(); i++) in GetAttrState()
625 const SvxNumberFormat* pNumFmt = pNumRule->Get(nCurLevel); in GetAttrState()
646 sal_uInt16 nBulIndex = pBullets->GetNBOIndexForNumRule(*pNumRule,nActNumLvl); in GetAttrState()
654 sal_uInt16 nBulIndex = pNumbering->GetNBOIndexForNumRule(*pNumRule,nActNumLvl); in GetAttrState()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx94 SwNumRule * pNumRule = pTxtNd->GetNumRule(); in GetCurAttr() local
96 if (pNumRule) in GetCurAttr()
99pNumRule->Get(static_cast<sal_uInt16>(pTxtNd->GetActualListLevel())).GetCharFmtName(); in GetCurAttr()
429 const SwNumRule* pNumRule = rTNd.GetNumRule(); in lcl_IsNoEndTxtAttrAtPos() local
434 if ( pNumRule ) in lcl_IsNoEndTxtAttrAtPos()
437 … const SwNumFmt &rNumFmt = pNumRule->Get( static_cast<sal_uInt16>(rTNd.GetActualListLevel()) ); in lcl_IsNoEndTxtAttrAtPos()
H A Dednumber.cxx741 const SwNumRule* pNumRule = GetDoc()->GetNumRuleAtPos( SwPosition( aNode ) ); in GetNumRuleAtCurrentSelection() local
742 if ( pNumRule == NULL ) in GetNumRuleAtCurrentSelection()
746 else if ( pNumRule != pNumRuleAtCurrentSelection ) in GetNumRuleAtCurrentSelection()
750 pNumRuleAtCurrentSelection = pNumRule; in GetNumRuleAtCurrentSelection()
H A Deditsh.cxx914 SwNumRule* pNumRule( pTxtNd->GetNumRule() ); in SetNumberingRestart() local
916 if ( pNumRule && pTxtNd->GetNum() && in SetNumberingRestart()
921pNumRule->Get( static_cast<sal_uInt16>(pTxtNd->GetActualListLevel()) ).GetStart() ) in SetNumberingRestart()
/trunk/main/sw/source/ui/inc/
H A Doutline.hxx72 SwNumRule* pNumRule; member in SwOutlineTabDialog
91 SwNumRule* GetNumRule() {return pNumRule;} in GetNumRule()
127 SwNumRule* pNumRule; member in SwOutlineSettingsTabPage
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx686 const SwNumRule *pNumRule = 0; in ReadListOverrideTable() local
712 pNumRule = pDoc->GetNumRuleTbl()[ nRulePos ]; in ReadListOverrideTable()
713 if ( pNumRule->IsAutoRule() && in ReadListOverrideTable()
714 pNumRule != pDoc->GetOutlineNumRule() ) in ReadListOverrideTable()
716 pDoc->SetOutlineNumRule( *pNumRule ); in ReadListOverrideTable()
717 pDoc->DelNumRule( pNumRule->GetName() ); in ReadListOverrideTable()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx2557 SwNumRule* pNumRule = GetNumRule(); in NumRuleChgd() local
2558 if ( pNumRule && pNumRule != GetNum()->GetNumRule() ) in NumRuleChgd()
2560 mpNodeNum->ChangeNumRule( *pNumRule ); in NumRuleChgd()
4092 SwNumRule* pNumRule = GetNumRule(); in AddToList() local
4093 if ( pNumRule ) in AddToList()
4274 const SwNumRule* pNumRule = GetNum() ? GetNum()->GetNumRule() : 0; in GetListTabStopPosition() local
4275 if ( pNumRule && HasVisibleNumberingOrBullet() && GetActualListLevel() >= 0 ) in GetListTabStopPosition()
4277 const SwNumFmt& rFmt = pNumRule->Get( static_cast<sal_uInt16>(GetActualListLevel()) ); in GetListTabStopPosition()
4317 const SwNumRule* pNumRule = GetNum() ? GetNum()->GetNumRule() : 0; in GetLabelFollowedBy() local
4318 if ( pNumRule && HasVisibleNumberingOrBullet() && GetActualListLevel() >= 0 ) in GetLabelFollowedBy()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1476 const SwNumRule* pNumRule = rShell.GetNumRuleAtCurrCrsrPos(); in StateStatusLine() local
1477 const bool bOutlineNum = pNumRule ? pNumRule->IsOutlineRule() : 0; in StateStatusLine()
1480 if (pNumRule && !bOutlineNum ) // Cursor in Numerierung in StateStatusLine()
1489 if(!pNumRule->IsAutoRule()) in StateStatusLine()
1742 const SwNumRule* pNumRule = rSh.GetNumRuleAtCurrCrsrPos(); in ExecuteStatusLine() local
1743 if( pNumRule ) // Cursor in Numerierung in ExecuteStatusLine()
1745 if( pNumRule->IsAutoRule() ) in ExecuteStatusLine()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx49 SwNodeNum::SwNodeNum( SwNumRule* pNumRule ) in SwNodeNum() argument
52 mpNumRule( pNumRule ) in SwNodeNum()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx325 SvxNumRule* pNumRule; member in SvxNumBulletItem
338 SvxNumRule* GetNumRule() const {return pNumRule;} in GetNumRule()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx254 const SwNumRule* pNumRule = pTxtNd->GetNumRule(); in ChgNode() local
255 if( pNumRule && sNumRule != pNumRule->GetName() ) in ChgNode()
257 sNumRule = pNumRule->GetName(); in ChgNode()
262 pDestDoc->MakeNumRule( sNumRule, pNumRule ); in ChgNode()

Completed in 261 milliseconds

12