Lines Matching refs:pDocShell

1256 	pDocShell(0),  in SwXNumberingRules()
1288 pDocShell(&rDocSh), in SwXNumberingRules()
1293 pDocShell->GetDoc()->GetPageDescFromPool(RES_POOLPAGE_STANDARD)->Add(this); in SwXNumberingRules()
1300 pDocShell(0), in SwXNumberingRules()
1350 else if(pDocShell) in replaceByIndex()
1356 SwNumRule aNumRule( *(pDocShell->GetDoc()->GetOutlineNumRule()) ); in replaceByIndex()
1361 const SwCharFmts* pFmts = pDocShell->GetDoc()->GetCharFmts(); in replaceByIndex()
1384 pBase = pDocShell->GetStyleSheetPool()->Find(sNewCharStyleNames[i], in replaceByIndex()
1387 pBase = &pDocShell->GetStyleSheetPool()->Make(sNewCharStyleNames[i], SFX_STYLE_FAMILY_CHAR); in replaceByIndex()
1395 pDocShell->GetDoc()->SetOutlineNumRule( aNumRule ); in replaceByIndex()
1438 else if(pDocShell) in getByIndex()
1441 *pDocShell->GetDoc()->GetOutlineNumRule(), nIndex); in getByIndex()
1474 sal_Bool bChapterNum = pDocShell != 0; in GetNumberingRuleByIndex()
1682 const SwTxtFmtColls* pColls = pDocShell->GetDoc()->GetTxtFmtColls(); in GetNumberingRuleByIndex()
1793 for(sal_uInt16 j = 0; j < (pDocShell ? nPropNameCount : nPropNameCount - 1); j++) in SetNumberingRuleByIndex()
1796 if(pDocShell && j == nNotInChapter) in SetNumberingRuleByIndex()
1878 else if(pDocShell || pDoc) in SetNumberingRuleByIndex()
1880 SwDoc* pLocalDoc = pDoc ? pDoc : pDocShell->GetDoc(); in SetNumberingRuleByIndex()
2068 … SwDocShell* pLclDocShell = pDocShell ? pDocShell : pDoc ? pDoc->GetDocShell() : 0; in SetNumberingRuleByIndex()
2171 const SwTxtFmtColls* pColls = pDocShell->GetDoc()->GetTxtFmtColls(); in SetNumberingRuleByIndex()
2260 if(!pNumRule && pDocShell) in setPropertyValue()
2262 pDocRule = new SwNumRule(*pDocShell->GetDoc()->GetOutlineNumRule()); in setPropertyValue()
2316 pDocShell->GetDoc()->SetOutlineNumRule(*pDocRule); in setPropertyValue()
2332 if(!pRule && pDocShell) in getPropertyValue()
2333 pRule = pDocShell->GetDoc()->GetOutlineNumRule(); in getPropertyValue()
2417 else if ( pDocShell ) in getName()
2419 SwStyleNameMapper::FillProgName( pDocShell->GetDoc()->GetOutlineNumRule()->GetName(), in getName()