Lines Matching refs:pLevelSettings

1951 	NumSettings_ImplPtr pLevelSettings = 0;  in ApplyNumRule()  local
1956 pLevelSettings = pNumSettingsArr->GetObject(i); in ApplyNumRule()
1958 if(!pLevelSettings) in ApplyNumRule()
1964 if (pLevelSettings->nNumberType !=aFmt.GetNumberingType()) isResetSize=true; in ApplyNumRule()
1965 aFmt.SetNumberingType( pLevelSettings->nNumberType ); in ApplyNumRule()
1966 sal_uInt16 nUpperLevelOrChar = (sal_uInt16)pLevelSettings->nParentNumbering; in ApplyNumRule()
1969 if( pLevelSettings->sBulletFont.getLength() && in ApplyNumRule()
1970 pLevelSettings->sBulletFont.compareTo(rActBulletFont.GetName())) in ApplyNumRule()
1979 if(pList && pList->IsAvailable( pLevelSettings->sBulletFont ) ) in ApplyNumRule()
1981 FontInfo aInfo = pList->Get(pLevelSettings->sBulletFont,WEIGHT_NORMAL, ITALIC_NONE); in ApplyNumRule()
1988 Font aCreateFont( pLevelSettings->sBulletFont,String(), Size( 0, 14 ) ); in ApplyNumRule()
2000 if( pLevelSettings->sBulletChar.getLength() ) in ApplyNumRule()
2001 cChar = pLevelSettings->sBulletChar.getStr()[0]; in ApplyNumRule()
2018 if (pLevelSettings->pBrushItem) { in ApplyNumRule()
2019 const Graphic* pGrf = pLevelSettings->pBrushItem->GetGraphic();; in ApplyNumRule()
2020 Size aSize = pLevelSettings->aSize; in ApplyNumRule()
2029 aFmt.SetGraphicBrush( pLevelSettings->pBrushItem, &aSize, &eOrient ); in ApplyNumRule()
2038 aFmt.SetLabelFollowedBy(pLevelSettings->eLabelFollowedBy); in ApplyNumRule()
2039 aFmt.SetListtabPos(pLevelSettings->nTabValue); in ApplyNumRule()
2040 aFmt.SetNumAdjust(pLevelSettings->eNumAlign); in ApplyNumRule()
2041 aFmt.SetFirstLineIndent(pLevelSettings->nNumAlignAt); in ApplyNumRule()
2042 aFmt.SetIndentAt(pLevelSettings->nNumIndentAt); in ApplyNumRule()
2044 aFmt.SetPrefix(pLevelSettings->sPrefix); in ApplyNumRule()
2045 aFmt.SetSuffix(pLevelSettings->sSuffix); in ApplyNumRule()