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()3742 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getByName() local3744 lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule)) in getByName()3787 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getElementNames() local3790 String sEntry = lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule); in getElementNames()3833 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in hasByName() local3835 lcl_CreateOutlineString(i, rOutlineNodes, pOutlRule)) in hasByName()
1772 const SwNumRule* pOutlRule = pWrtShell->GetOutlineNumRule(); in FillTransferData() local1775 if( pTxtNd && pOutlRule && pTxtNd->IsNumbered()) in FillTransferData()1785 nVal = nVal - pOutlRule->Get(nLevel).GetStart(); in FillTransferData()
Completed in 47 milliseconds