Searched refs:pBullets (Results 1 – 7 of 7) sorted by relevance
887 pActualBullets[i]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in MixBulletsTypeMgr()888 …ttings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar = ((BulletsSettings_Impl*)(aTypeMgr.pActu… in MixBulletsTypeMgr()889 …sSettings_Impl*)(pActualBullets[i]->pBullets))->aFont = ((BulletsSettings_Impl*)(aTypeMgr.pActualB… in MixBulletsTypeMgr()890 …tings_Impl*)(pActualBullets[i]->pBullets))->sDescription = ((BulletsSettings_Impl*)(aTypeMgr.pActu… in MixBulletsTypeMgr()891 …tings_Impl*)(pActualBullets[i]->pBullets))->bIsCustomized = ((BulletsSettings_Impl*)(aTypeMgr.pAct… in MixBulletsTypeMgr()892 …sSettings_Impl*)(pActualBullets[i]->pBullets))->eType = ((BulletsSettings_Impl*)(aTypeMgr.pActualB… in MixBulletsTypeMgr()898 pActualBullets[i]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in MixBulletsTypeMgr()899 …lDataRelation*)(pActualBullets[i]->pBullets))->sGrfName = ((GrfBulDataRelation*)(aTypeMgr.pActualB… in MixBulletsTypeMgr()900 …ataRelation*)(pActualBullets[i]->pBullets))->sDescription = ((GrfBulDataRelation*)(aTypeMgr.pActua… in MixBulletsTypeMgr()901 …ataRelation*)(pActualBullets[i]->pBullets))->bIsCustomized = ((GrfBulDataRelation*)(aTypeMgr.pActu… in MixBulletsTypeMgr()[all …]
63 NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in ParaBulletsControl() local64 if ( pBullets ) in ParaBulletsControl()68 maBulletsVS.SetItemText( nIndex + 1, pBullets->GetDescription(nIndex) ); in ParaBulletsControl()
403 … NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in ExecSetNumber() local404 if ( pBullets ) in ExecSetNumber()415 pBullets->SetItems(&aSet); in ExecSetNumber()418 pBullets->ApplyNumRule(aTempRule,nIdx,nActNumLvl); in ExecSetNumber()
1830 … NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in GetState() local1831 if ( pBullets ) in GetState()1833 sal_uInt16 nBulIndex = pBullets->GetNBOIndexForNumRule(aSvxRule,nActNumLvl); in GetState()
425 NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in UserDraw() local426 if ( pBullets ) in UserDraw()431 pBullets->ApplyNumRule(aTempRule,nItemId -1,1<<nLvl); in UserDraw()
643 … NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in GetAttrState() local644 if ( pBullets ) in GetAttrState()646 … sal_uInt16 nBulIndex = pBullets->GetNBOIndexForNumRule(*pNumRule,nActNumLvl); in GetAttrState()
149 BulletsSettings* pBullets; member in svx::sidebar::MixBulletsSettings_Impl155 pBullets(0) in MixBulletsSettings_Impl()