Searched refs:pOutlRule (Results 1 – 2 of 2) sorted by relevance
1131 const SwOutlineNodes& rOutlineNodes, const SwNumRule* pOutlRule) in lcl_CreateOutlineString() argument1136 if( pOutlRule && pTxtNd->GetNumRule()) in lcl_CreateOutlineString()1143 nVal -= pOutlRule->Get(nLevel).GetStart(); in lcl_CreateOutlineString()3758 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getByName() local3760 lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule)) in getByName()3803 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getElementNames() local3806 String sEntry = lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule); in getElementNames()3849 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in hasByName() local3851 lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule)) in hasByName()
1773 const SwNumRule* pOutlRule = pWrtShell->GetOutlineNumRule(); in FillTransferData() local1776 if( pTxtNd && pOutlRule && pTxtNd->IsNumbered()) in FillTransferData()1786 nVal = nVal - pOutlRule->Get(nLevel).GetStart(); in FillTransferData()
Completed in 37 milliseconds